diff --git a/common/accolade_names/00_accolade_names.txt b/common/accolade_names/00_accolade_names.txt index cb8ea8af..c2ea1f4d 100644 --- a/common/accolade_names/00_accolade_names.txt +++ b/common/accolade_names/00_accolade_names.txt @@ -2056,6 +2056,8 @@ accolade_leader_of_the_lieges_maa = { has_innovation = innovation_sarawit has_innovation = innovation_legionnaires has_cultural_parameter = unlock_maa_skoutatoi + has_cultural_parameter = unlock_zhanmadao + has_cultural_parameter = unlock_burenjia } } } @@ -2088,6 +2090,9 @@ accolade_leader_of_the_lieges_maa = { has_cultural_parameter = unlock_maa_monaspa has_innovation = innovation_valets has_cultural_parameter = unlock_maa_conrois + has_cultural_parameter = unlock_maa_cataphract_archers + has_innovation = innovation_tiefutu + has_cultural_parameter = unlock_maa_black_armor_cavalry } } diff --git a/common/activities/activity_types/coronation.txt b/common/activities/activity_types/coronation.txt index 3234a548..8b685678 100644 --- a/common/activities/activity_types/coronation.txt +++ b/common/activities/activity_types/coronation.txt @@ -63,6 +63,52 @@ } } } + # In realms with Ceremonial Lieges, only independent Ceremonial Lieges may hold a Coronation + trigger_if = { + limit = { tgp_realm_has_ceremonial_liege_trigger = yes } + custom_tooltip = { + text = tgp_ceremonial_liege_coronation_trigger + tgp_has_ceremonial_liege_title_trigger = yes + } + } + + trigger_if = { + limit = { + highest_held_title_tier >= tier_empire + faith = { + has_doctrine = doctrine_spiritual_head + has_doctrine = doctrine_imperial_anointment + } + } + faith.religious_head ?= { + save_temporary_scope_as = hof_temp + } + trigger_if = { + limit = { + exists = scope:hof_temp + } + scope:hof_temp = { + custom_description = { + text = HOF_is_ai_tt + is_ai = yes + } + is_available_allow_travelling = yes + } + } + trigger_else = { + custom_description = { + text = HOF_DOESNT_EXIST + exists = scope:hof_temp + } + } + NOT = { has_trait = excommunicated } + trigger_if = { + limit = { + is_ai = no + } + piety_level >= 2 + } + } } is_location_valid = { @@ -172,134 +218,7 @@ limit = { has_treasury = no } - add = { - value = base_coronation_cost - desc = CORONATION_BASE_COST - } - if = { - limit = { - highest_held_title_tier >= tier_empire - } - add = { - value = 30 - add = { - value = 30 - multiply = activity_cost_scale_by_era - subtract = 30 - } - desc = coronation_empire_req - } - } - #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.125 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.25 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.5 - desc = coronation_realm_size_desc - } - } - - #Government types - if = { - limit = { - government_has_flag = government_is_tribal - } - multiply = 0.66 - desc = coronation_tribal_req - } - if = { - limit = { - government_has_flag = government_is_nomadic - } - multiply = 0.1 - desc = coronation_nomadic_reg - } - - #AI discounts - if = { - limit = { - is_ai = yes - has_game_rule = hard_difficulty - } - multiply = 0.5 - } - else_if = { - limit = { - is_ai = yes - has_game_rule = very_hard_difficulty - } - multiply = 0.25 - } - else_if = { - limit = { - is_ai = yes - } - multiply = 0.75 - } - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0 - } - } - else = { - value = 0 + value = coronation_cost } } } @@ -309,246 +228,18 @@ limit = { has_treasury = yes } - add = { - value = base_coronation_cost - desc = CORONATION_BASE_COST - } - if = { - limit = { - highest_held_title_tier >= tier_empire - } - add = { - value = 30 - add = { - value = 30 - multiply = activity_cost_scale_by_era - subtract = 30 - } - desc = coronation_empire_req - } - } - #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.125 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.25 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.5 - desc = coronation_realm_size_desc - } - } - - #Government types - if = { - limit = { - government_has_flag = government_is_tribal - } - multiply = 0.66 - desc = coronation_tribal_req - } - if = { - limit = { - government_has_flag = government_is_nomadic - } - multiply = 0.1 - desc = coronation_nomadic_reg - } - - #AI discounts - if = { - limit = { - is_ai = yes - has_game_rule = hard_difficulty - } - multiply = 0.5 - } - else_if = { - limit = { - is_ai = yes - has_game_rule = very_hard_difficulty - } - multiply = 0.25 - } - else_if = { - limit = { - is_ai = yes - } - multiply = 0.75 - } - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0 - } - } - else = { - value = 0 + add = coronation_cost } } } herd = { - if = { - limit = { - government_has_flag = government_is_nomadic - } - add = { - value = domicile.medium_herd_value - min = 200 - desc = CORONATION_BASE_COST - } - } - if = { - limit = { - confederation ?= { has_cohesion_level_parameter = any_member_activity_cost_reduced } - } - multiply = { - value = 0.9 - desc = CB_COHESION_PARAMETER_DISCOUNT - } - } - if = { - limit = { - highest_held_title_tier >= tier_empire - government_has_flag = government_is_nomadic - } - add = { - value = domicile.minor_herd_value - min = 200 - desc = coronation_empire_req - } - } - #The bigger your realm, the more it costs - if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - multiply = 2 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier = tier_empire - } - add = { - value = realm_size - multiply = 4 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier < tier_empire - } - add = { - value = realm_size - multiply = 6 - desc = coronation_realm_size_desc - } - } - - #AI discounts - if = { - limit = { - is_ai = yes - has_game_rule = hard_difficulty - } - multiply = 0.5 - } - else_if = { - limit = { - is_ai = yes - has_game_rule = very_hard_difficulty - } - multiply = 0.25 - } - else_if = { - limit = { - is_ai = yes - } - multiply = 0.75 - } - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 + add = { + if = { + limit = { + government_has_flag = government_is_nomadic } + value = coronation_cost_herd } - multiply = 0 } } } @@ -598,6 +289,15 @@ text = coronation_cancelled_wrong_primary_title_desc } } + + # In realms with Ceremonial Lieges, only independent Ceremonial Lieges may hold a Coronation + trigger_if = { + limit = { tgp_realm_has_ceremonial_liege_trigger = yes } + custom_tooltip = { + text = tgp_ceremonial_liege_coronation_trigger + tgp_has_ceremonial_liege_title_trigger = yes + } + } } } @@ -624,11 +324,26 @@ trigger_event = activity_system.0330 } every_attending_character = { - limit = { NOT = { this = scope:host } } + limit = { this != scope:host } trigger_event = activity_system.0331 } } + #Host has different primary title + if = { + limit = { + scope:host = { + has_variable = coronation_primary_title + NOT = { + var:coronation_primary_title = primary_title + } + } + } + every_attending_character = { + limit = { this != scope:host } + trigger_event = coronation_events.0401 + } + } # Host becomes unlanded if = { @@ -655,7 +370,7 @@ } every_attending_character = { limit = { - NOT = { this = scope:host } + this != scope:host } trigger_event = ach_maintenance_events.0100 } @@ -672,7 +387,7 @@ } every_attending_character = { limit = { - NOT = { this = scope:host } + this != scope:host } trigger_event = ach_maintenance_events.0101 } @@ -742,12 +457,10 @@ } scope:host = { remove_character_flag = no_coronation_events + remove_variable = coronation_primary_title + remove_variable = hide_make_primary_title } } - scope:host = { - remove_variable = coronation_primary_title - remove_variable = hide_make_primary_title - } var:officiator ?= { remove_character_flag = coronation_officiator } @@ -760,340 +473,32 @@ ui_predicted_cost = { gold = { add = { - add = { - value = base_coronation_cost - desc = CORONATION_BASE_COST - } if = { limit = { - highest_held_title_tier >= tier_empire - } - add = { - value = 30 - add = { - value = 30 - multiply = activity_cost_scale_by_era - subtract = 30 - } - desc = coronation_empire_req - } - } - #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.125 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.25 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.5 - desc = coronation_realm_size_desc - } - } - #Government types - if = { - limit = { - government_has_flag = government_is_tribal - } - multiply = 0.66 - desc = coronation_tribal_req - } - if = { - limit = { - government_has_flag = government_is_nomadic - } - multiply = 0.1 - desc = coronation_nomadic_reg - } - - #Medium ceremony cost - add = { - value = coronation_medium_ceremony_value - add = { - value = coronation_medium_ceremony_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_ceremony_value - } - #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.05 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - if = { - limit = { - has_variable = coronation_discount - } - multiply = 0.5 - } - if = { - limit = { - OR = { - government_has_flag = government_is_nomadic - government_has_flag = government_is_tribal - } - } - multiply = 0.66 - } - } - #Medium feast cost - add = { - value = coronation_medium_feast_value - add = { - value = coronation_medium_feast_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_feast_value - } - #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.2 - } - } - if = { - limit = { - has_variable = coronation_discount - } - multiply = 0.5 - } - if = { - limit = { - OR = { - government_has_flag = government_is_nomadic - government_has_flag = government_is_tribal - } - } - multiply = 0.66 + has_treasury = no } + add = coronation_cost } } - if = { - limit = { - confederation ?= { has_cohesion_level_parameter = any_member_activity_cost_reduced } - } - multiply = { - value = 0.9 - desc = CB_COHESION_PARAMETER_DISCOUNT + } + treasury = { + add = { + if = { + limit = { + has_treasury = yes + } + add = coronation_cost } } } herd = { - if = { - limit = { - government_has_flag = government_is_nomadic - } - add = { - value = domicile.medium_herd_value - min = 200 - desc = CORONATION_BASE_COST - } - } - if = { - limit = { - highest_held_title_tier >= tier_empire - government_has_flag = government_is_nomadic - } - add = { - value = domicile.minor_herd_value - min = 200 - desc = coronation_empire_req - } - } - #The bigger your realm, the more it costs - if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - multiply = 2 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier = tier_empire - } - add = { - value = realm_size - multiply = 4 - desc = coronation_realm_size_desc - } - } - else_if = { - limit = { - government_has_flag = government_is_nomadic - realm_size >= 1 - highest_held_title_tier < tier_empire - } - add = { - value = realm_size - multiply = 6 - desc = coronation_realm_size_desc - } - } - - #AI discounts - if = { - limit = { - is_ai = yes - has_game_rule = hard_difficulty - } - multiply = 0.5 - } - else_if = { - limit = { - is_ai = yes - has_game_rule = very_hard_difficulty - } - multiply = 0.25 - } - else_if = { - limit = { - is_ai = yes - } - multiply = 0.75 - } - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 + add = { + if = { + limit = { + government_has_flag = government_is_nomadic } + value = coronation_cost_herd } - multiply = 0 } } } @@ -1164,19 +569,8 @@ name = supported_anointments target = root } - is_alive = yes - is_imprisoned = no + is_available_allow_travelling = yes is_ai = yes - has_contagious_deadly_disease_trigger = no - custom_description = { - text = ALREADY_IN_ACTIVITY - NOR = { - exists = involved_activity - has_variable = homage_liege_scope - has_character_flag = meditation_character_flag - has_character_flag = petition_liege_character_flag - } - } NOT = { has_any_bad_relationship_with_character_trigger = { CHARACTER = root } } @@ -1225,24 +619,11 @@ exists = scope:hof_temp } scope:hof_temp = { - is_alive = yes - is_imprisoned = no + is_available_allow_travelling = yes custom_description = { text = HOF_is_ai_tt is_ai = yes } - has_contagious_deadly_disease_trigger = no - custom_description = { - text = ALREADY_IN_ACTIVITY - NOR = { - is_travelling = yes - exists = involved_activity - has_variable = homage_liege_scope - has_character_flag = meditation_character_flag - has_character_flag = local_shrine_rite - has_character_flag = petition_liege_character_flag - } - } } } trigger_else = { @@ -1334,68 +715,39 @@ } cost = { gold = { - value = { + add = { if = { limit = { has_treasury = no } - value = coronation_medium_ceremony_value add = { value = coronation_medium_ceremony_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_ceremony_value + desc = coronation_medium_ceremony } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.05 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 + add = coronation_medium_ceremony_realm_size_cost + + add = { + value = coronation_medium_ceremony_value + add = coronation_medium_ceremony_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_medium_ceremony_value + add = coronation_medium_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -1404,47 +756,27 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_medium_ceremony_value + add = coronation_medium_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.1 + multiply = coronation_option_cost_ai_factor } desc = coronation_medium_ceremony - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0.1 - } } else = { value = 0 @@ -1452,68 +784,39 @@ } } treasury = { #Make sure this matches the gold cost above - value = { + add = { if = { limit = { has_treasury = yes } - value = coronation_medium_ceremony_treasury_value add = { value = coronation_medium_ceremony_treasury_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_ceremony_treasury_value + desc = coronation_medium_ceremony } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.05 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 + add = coronation_medium_ceremony_realm_size_cost + + add = { + value = coronation_medium_ceremony_treasury_value + add = coronation_medium_ceremony_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_medium_ceremony_treasury_value + add = coronation_medium_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -1522,47 +825,27 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_medium_ceremony_treasury_value + add = coronation_medium_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.1 + multiply = coronation_option_cost_ai_factor } desc = coronation_medium_ceremony - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0.1 - } } else = { value = 0 @@ -1631,68 +914,39 @@ coronation_large_ceremony = { cost = { gold = { - value = { + add = { if = { limit = { has_treasury = no } - value = coronation_large_ceremony_value add = { value = coronation_large_ceremony_value - multiply = activity_cost_scale_by_era - subtract = coronation_large_ceremony_value + desc = coronation_large_ceremony } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.2 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.3 + add = coronation_large_ceremony_realm_size_cost + + add = { + value = coronation_large_ceremony_value + add = coronation_large_ceremony_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_large_ceremony_value + add = coronation_large_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -1701,97 +955,67 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_large_ceremony_value + add = coronation_large_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.25 + multiply = coronation_option_cost_ai_factor } - desc = coronation_medium_ceremony + desc = coronation_large_ceremony } else = { value = 0 } } - } - treasury = { - value = { + treasury = { #Make sure this matches the gold cost above + add = { if = { limit = { has_treasury = yes } - value = coronation_large_ceremony_treasury_value add = { value = coronation_large_ceremony_treasury_value - multiply = activity_cost_scale_by_era - subtract = coronation_large_ceremony_treasury_value + desc = coronation_large_ceremony } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.2 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.3 + add = coronation_large_ceremony_realm_size_cost + + add = { + value = coronation_large_ceremony_treasury_value + add = coronation_large_ceremony_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_large_ceremony_treasury_value + add = coronation_large_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -1800,27 +1024,27 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_large_ceremony_treasury_value + add = coronation_large_ceremony_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.25 + multiply = coronation_option_cost_ai_factor } - desc = coronation_medium_ceremony + desc = coronation_large_ceremony } else = { value = 0 @@ -1943,61 +1167,38 @@ } cost = { gold = { - value = { + add = { if = { limit = { has_treasury = no } - value = coronation_medium_feast_value add = { value = coronation_medium_feast_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_feast_value + desc = ceremony_feast_type_regular } #The bigger your realm, the more it costs + add = coronation_medium_feast_realm_size_cost + + add = { + value = coronation_medium_feast_value + add = coronation_medium_feast_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 + } + desc = activity_cost_scale_by_era_desc + } + if = { limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire + has_variable = coronation_discount } add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.2 + value = coronation_medium_feast_value + add = coronation_medium_feast_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg } } if = { @@ -2007,115 +1208,66 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - has_variable = coronation_discount - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_medium_feast_value + add = coronation_medium_feast_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.1 + multiply = coronation_option_cost_ai_factor } desc = ceremony_feast_type_regular - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0.1 - } } else = { value = 0 } } } - treasury = { - value = { + treasury = { #Make sure this matches the gold cost above + add = { if = { limit = { has_treasury = yes } - value = coronation_medium_feast_treasury_value add = { value = coronation_medium_feast_treasury_value - multiply = activity_cost_scale_by_era - subtract = coronation_medium_feast_treasury_value + desc = ceremony_feast_type_regular } #The bigger your realm, the more it costs + add = coronation_medium_feast_realm_size_cost + + add = { + value = coronation_medium_feast_treasury_value + add = coronation_medium_feast_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 + } + desc = activity_cost_scale_by_era_desc + } + if = { limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire + has_variable = coronation_discount } add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.1 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.15 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.2 + value = coronation_medium_feast_treasury_value + add = coronation_medium_feast_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg } } if = { @@ -2125,53 +1277,27 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - has_variable = coronation_discount - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_medium_feast_treasury_value + add = coronation_medium_feast_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.1 + multiply = coronation_option_cost_ai_factor } desc = ceremony_feast_type_regular - if = { - limit = { - exists = primary_title - primary_title.title_held_years >= 5 - is_ai = yes - } - multiply = 0.5 - } - if = { - limit = { - is_ai = yes - exists = primary_title - OR = { - has_trait = conqueror - has_trait = greatest_of_khans - primary_title.title_held_years >= 10 - } - } - multiply = 0.1 - } } else = { value = 0 @@ -2247,68 +1373,39 @@ ceremony_feast_type_lavish = { cost = { gold = { - value = { + add = { if = { limit = { has_treasury = no } - value = coronation_large_feast_value add = { value = coronation_large_feast_value - multiply = activity_cost_scale_by_era - subtract = coronation_large_feast_value + desc = ceremony_feast_type_lavish } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.3 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.45 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.6 + add = coronation_large_feast_realm_size_cost + + add = { + value = coronation_large_feast_value + add = coronation_large_feast_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_large_feast_value + add = coronation_large_feast_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -2317,25 +1414,25 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_large_feast_value + add = coronation_large_feast_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.25 + multiply = coronation_option_cost_ai_factor } desc = ceremony_feast_type_lavish } @@ -2344,69 +1441,40 @@ } } } - treasury = { - value = { + treasury = { #Make sure this matches the gold cost above + add = { if = { limit = { has_treasury = yes } - value = coronation_large_feast_treasury_value add = { value = coronation_large_feast_treasury_value - multiply = activity_cost_scale_by_era - subtract = coronation_large_feast_treasury_value + desc = ceremony_feast_type_lavish } #The bigger your realm, the more it costs - if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_empire - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.3 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier > tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.45 - } - } - else_if = { - limit = { - realm_size >= 1 - highest_held_title_tier = tier_kingdom - } - add = { - value = realm_size - add = { - value = realm_size - multiply = activity_cost_scale_by_era - subtract = realm_size - } - multiply = 0.6 + add = coronation_large_feast_realm_size_cost + + add = { + value = coronation_large_feast_treasury_value + add = coronation_large_feast_realm_size_cost + multiply = { + value = activity_cost_scale_by_era + subtract = 1 } + desc = activity_cost_scale_by_era_desc } + if = { limit = { has_variable = coronation_discount } - multiply = 0.5 + add = { + value = coronation_large_feast_treasury_value + add = coronation_large_feast_realm_size_cost + multiply = activity_cost_scale_by_era + multiply = 0.5 + desc = coronation_discount_reg + } } if = { limit = { @@ -2415,25 +1483,25 @@ government_has_flag = government_is_tribal } } - multiply = 0.66 - } - if = { - limit = { - is_ai = yes - #Go for the cheap option if you poor - monthly_character_income > 0 - } - multiply = coronation_amenity_ai_discount_value - } - if = { - limit = { - OR = { - has_trait = conqueror - has_trait = greatest_of_khans + add = { + value = coronation_large_feast_treasury_value + add = coronation_large_feast_realm_size_cost + multiply = activity_cost_scale_by_era + if = { + limit = { + has_variable = coronation_discount + } + multiply = 0.5 } + multiply = -0.34 + desc = coronation_tribal_nomadic_reg + } + } + if = { + limit = { is_ai = yes } - multiply = 0.25 + multiply = coronation_option_cost_ai_factor } desc = ceremony_feast_type_lavish } @@ -2554,7 +1622,7 @@ province_filter = holy_sites_realm ai_province_filter = holy_sites_realm - max_guest_arrival_delay_time = { months = 8 } + max_guest_arrival_delay_time = { months = 5 } ai_check_interval = 6 @@ -2812,7 +1880,7 @@ } } - NOT = { this = scope:host } + this != scope:host scope:activity = { trigger_if = { limit = { @@ -3032,7 +2100,7 @@ } else_if = { #major supporter/detractor guest and players limit = { - NOT = { this = scope:host } + this != scope:host } trigger_event = { on_action = coronation_first_phase_guest_events } } @@ -3083,10 +2151,10 @@ trigger_event = coronation_events.0210 if = { limit = { this = scope:host } - scope:activity = { progress_activity_phase_after = { weeks = 6 } } + scope:activity = { progress_activity_phase_after = { weeks = 3 } } trigger_event = { #Coronation ending events id = coronation_events.0310 - days = 41 + days = 20 } } } @@ -3098,10 +2166,7 @@ } trigger_event = { on_action = coronation_third_phase_host_events } } - else_if = { - limit = { - NOT = { this = scope:host } - } + else = { trigger_event = { on_action = coronation_third_phase_guest_events } } } @@ -3230,6 +2295,11 @@ add = -1000 desc = coronation_pope_not_anointment } + modifier = { + is_acclaimed = yes + add = 20 + desc = ACTIVITY_GUEST_ACCLAIMED_KNIGHT_REASON + } #Lieges, suzerains and tributaries are a bit more likely to attend modifier = { any_vassal = { @@ -3871,12 +2941,104 @@ } remove_variable = coronation_primary_title remove_variable = hide_make_primary_title + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = politicker + } + } + weight = { + base = -10 + modifier = { + add = diplomacy + factor = 1.5 + } + modifier = { + add = 10 + is_acclaimed = yes + } + modifier = { + add = 10 + involved_activity ?= scope:activity + } + } + save_scope_as = accolade_knight + liege = { + save_scope_as = accolade_liege + set_variable = { + name = accolade_progress + value = 0 + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_politicker_unlock.t_coronation + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_politicker_unlock.tt + scope:accolade_knight = { + set_variable = { + name = politicker_attribute_unlock + value = yes + } + } + } + } + } + hidden_effect = { + accolades_activity_complete_coronation_glory_effect = yes + } + scope:activity.activity_location = { + if = { + limit = { + exists = scope:activity.var:activity_special_type_progression + scope:activity.var:activity_special_type_progression >= 50 + } + if = { + limit = { + has_variable = coronation_tradition_location + } + change_variable = { + name = coronation_tradition_location + add = 1 + } + if = { + limit = { + var:coronation_tradition_location >= 15 + NOT = { has_province_modifier = coronation_ancient_tradition_modifier } + } + add_province_modifier = coronation_ancient_tradition_modifier + remove_province_modifier = coronation_long_tradition_modifier + } + else_if = { + limit = { + var:coronation_tradition_location >= 10 + var:coronation_tradition_location < 15 + NOT = { has_province_modifier = coronation_long_tradition_modifier } + } + add_province_modifier = coronation_long_tradition_modifier + remove_province_modifier = coronation_tradition_modifier + } + else_if = { + limit = { + var:coronation_tradition_location >= 5 + var:coronation_tradition_location < 10 + NOT = { has_province_modifier = coronation_tradition_modifier } + } + add_province_modifier = coronation_tradition_modifier + } + } + else = { + set_variable = { + name = coronation_tradition_location + value = 1 + } + } + } + } } if = { limit = { - NOT = { - this = scope:host - } + this != scope:host } create_character_memory = { type = witnessed_a_coronation_memory @@ -3885,58 +3047,61 @@ } } } - scope:activity.activity_location = { - if = { - limit = { - exists = scope:activity.var:activity_special_type_progression - scope:activity.var:activity_special_type_progression >= 50 - } - if = { - limit = { - has_variable = coronation_tradition_location - } - change_variable = { - name = coronation_tradition_location - add = 1 - } - if = { - limit = { - var:coronation_tradition_location >= 15 - NOT = { has_province_modifier = coronation_ancient_tradition_modifier } - } - add_province_modifier = coronation_ancient_tradition_modifier - remove_province_modifier = coronation_long_tradition_modifier - } - else_if = { - limit = { - var:coronation_tradition_location >= 10 - var:coronation_tradition_location < 15 - NOT = { has_province_modifier = coronation_long_tradition_modifier } - } - add_province_modifier = coronation_long_tradition_modifier - remove_province_modifier = coronation_tradition_modifier - } - else_if = { - limit = { - var:coronation_tradition_location >= 5 - var:coronation_tradition_location < 10 - NOT = { has_province_modifier = coronation_tradition_modifier } - } - add_province_modifier = coronation_tradition_modifier - } - } - else = { - set_variable = { - name = coronation_tradition_location - value = 1 - } - } - } - } # Struggle Catalysts fp3_struggle_catalysts_for_activities_effect = yes } + conclusion_description = { + first_valid = { + triggered_desc = { + trigger = { + coronation_proper_artifact_crown_trigger = yes + } + desc = coronation_conclusion_summary_desc_crown + } + desc = coronation_conclusion_summary_desc + } + + + #Number of supporters who gave their all to the oath + triggered_desc = { + trigger = { + scope:activity = { + has_variable = supporters_pledge_var + var:supporters_pledge_var > 1 + } + } + desc = coronation_supporters_pledge_total + } + triggered_desc = { + trigger = { + scope:activity = { + has_variable = supporters_pledge_var + var:supporters_pledge_var = 1 + } + } + desc = coronation_supporters_pledge_total_1 + } + #Number of detractors who scorned the oath of loyalty + triggered_desc = { + trigger = { + scope:activity = { + has_variable = detractors_scorned_pledge_var + var:detractors_scorned_pledge_var > 1 + } + } + desc = coronation_detractors_scorned_pledge_total + } + triggered_desc = { + trigger = { + scope:activity = { + has_variable = detractors_scorned_pledge_var + var:detractors_scorned_pledge_var = 1 + } + } + desc = coronation_detractors_scorned_pledge_total_1 + } + } ### Plugin widgets activity_window_widgets = { @@ -3972,9 +3137,7 @@ } limit = { location = scope:activity.activity_location - NOT = { - this = scope:host - } + this != scope:host } add_to_list = characters } @@ -4006,9 +3169,7 @@ any_attending_character = { count >= 4 location = scope:activity.activity_location - NOT = { - this = scope:host - } + this != scope:host } } ordered_attending_character = { @@ -4028,9 +3189,7 @@ position = 3 limit = { location = scope:activity.activity_location - NOT = { - this = scope:host - } + this != scope:host } add_to_list = characters } @@ -4156,9 +3315,7 @@ any_attending_character = { count >= 3 location = scope:activity.activity_location - NOT = { - this = scope:host - } + this != scope:host } } ordered_attending_character = { @@ -4178,9 +3335,7 @@ position = 2 limit = { location = scope:activity.activity_location - NOT = { - this = scope:host - } + this != scope:host } add_to_list = characters } @@ -4271,6 +3426,7 @@ has_building_gfx = western_building_gfx has_building_gfx = mediterranean_building_gfx has_building_gfx = byzantine_building_gfx + has_building_gfx = caucasian_building_gfx has_building_gfx = norse_building_gfx has_building_gfx = iberian_building_gfx } @@ -4934,7 +4090,12 @@ trigger = { scope:activity ?= { has_current_phase = coronation_phase_feast - activity_location.culture = { has_building_gfx = byzantine_building_gfx } + activity_location.culture = { + OR = { + has_building_gfx = byzantine_building_gfx + has_building_gfx = caucasian_building_gfx + } + } } } texture = "gfx/interface/illustrations/event_scenes/ep3_feast_byzantine.dds" diff --git a/common/activities/activity_types/feast.txt b/common/activities/activity_types/feast.txt index e6a531af..48627fca 100644 --- a/common/activities/activity_types/feast.txt +++ b/common/activities/activity_types/feast.txt @@ -26,7 +26,7 @@ activity_feast = { has_character_flag = feasts_a_lot short_term_gold >= feast_activity_cost AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } short_term_treasury >= feast_activity_cost } } @@ -447,8 +447,8 @@ activity_feast = { } if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } - short_term_treasury >= hunt_activity_base_cost + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } + short_term_treasury >= feast_activity_cost short_term_treasury >= major_gold_value } add = { @@ -985,7 +985,7 @@ activity_feast = { } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -1008,7 +1008,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -1067,7 +1067,7 @@ activity_feast = { OR = { government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -1091,7 +1091,7 @@ activity_feast = { if = { limit = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } } @@ -3021,7 +3021,7 @@ activity_feast = { has_character_flag = feast_ai_override } AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } } @@ -3044,7 +3044,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -3311,7 +3311,7 @@ activity_feast = { } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -3328,7 +3328,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -3405,7 +3405,7 @@ activity_feast = { } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -3422,7 +3422,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -3510,7 +3510,7 @@ activity_feast = { } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -3527,7 +3527,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -3622,7 +3622,7 @@ activity_feast = { } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } government_allows = barter @@ -3639,7 +3639,7 @@ activity_feast = { limit = { OR = { NAND = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } AND = { @@ -3741,7 +3741,7 @@ activity_feast = { gold = { if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } value = 0 @@ -3801,7 +3801,7 @@ activity_feast = { treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } add = { @@ -3887,7 +3887,7 @@ activity_feast = { gold = { if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } value = 0 @@ -3947,7 +3947,7 @@ activity_feast = { treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } add = { @@ -4028,7 +4028,7 @@ activity_feast = { gold = { if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } value = 0 @@ -4088,7 +4088,7 @@ activity_feast = { treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = feasts_costs_treasury } + house ?= { has_house_aspiration_parameter = feasts_costs_treasury } has_treasury = yes } add = { @@ -4164,7 +4164,7 @@ activity_feast = { # PHASES ################### - max_guest_arrival_delay_time = { months = 8 } + max_guest_arrival_delay_time = { months = 5 } phases = { # Meal. @@ -4874,6 +4874,45 @@ activity_feast = { limit = { has_character_modifier = mpo_si_slaughtered_animals } remove_character_modifier = mpo_si_slaughtered_animals } + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = master_of_revels + } + } + weight = { + base = 1 + modifier = { + add = 50 + is_acclaimed = yes + } + modifier = { + add = 50 + involved_activity ?= scope:activity + } + } + save_scope_as = accolade_knight + liege = { + save_scope_as = accolade_liege + set_variable = { + name = accolade_progress + value = 0 + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_master_of_revels_unlock.t_feast + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_master_of_revels_unlock.tt + scope:accolade_knight = { + set_variable = { + name = master_of_revels_attribute_unlock + value = yes + } + } + } + } + } } # Conclusion event for guests else = { diff --git a/common/activities/activity_types/funeral.txt b/common/activities/activity_types/funeral.txt index 1ce7790a..d9100c35 100644 --- a/common/activities/activity_types/funeral.txt +++ b/common/activities/activity_types/funeral.txt @@ -1461,7 +1461,7 @@ activity_funeral = { # PHASES ################### - max_guest_arrival_delay_time = { months = 8 } + max_guest_arrival_delay_time = { months = 5 } phases = { # Mingling and socialising diff --git a/common/activities/activity_types/hike.txt b/common/activities/activity_types/hike.txt index de4bb5b8..78a87ff7 100644 --- a/common/activities/activity_types/hike.txt +++ b/common/activities/activity_types/hike.txt @@ -37,6 +37,23 @@ is_location_valid = { trigger_if = { + limit = { + scope:host = { + is_ai = no + is_landless_adventurer = no + } + } + custom_tooltip = { + text = hike_province_requirement_landed + county_controller ?= { + OR = { + target_is_liege_or_above = scope:host + this = scope:host + } + } + } + } + trigger_else_if = { limit = { scope:host = { is_ai = no @@ -62,22 +79,6 @@ } } } - trigger_else_if = { - limit = { - scope:host = { - is_ai = no - is_landless_adventurer = no - } - } - custom_tooltip = { - text = hike_province_requirement_landed - scope:host = { - any_realm_province = { - this = root - } - } - } - } trigger_else = { always = yes } diff --git a/common/activities/activity_types/hunt.txt b/common/activities/activity_types/hunt.txt index 8fdbef01..ea33ed00 100644 --- a/common/activities/activity_types/hunt.txt +++ b/common/activities/activity_types/hunt.txt @@ -17,7 +17,7 @@ ai_has_warlike_personality = yes } AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } short_term_treasury >= hunt_activity_base_cost } government_has_flag = government_is_nomadic @@ -305,7 +305,7 @@ has_character_flag = free_hunt government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } AND = { @@ -424,7 +424,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -711,7 +711,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -798,7 +798,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { # Base cost, scaled by era @@ -1360,7 +1360,7 @@ } if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes short_term_treasury >= hunt_activity_base_cost short_term_treasury >= major_gold_value @@ -1508,11 +1508,9 @@ limit = { any_held_title = { tier = tier_county - any_county_province = { - any_province_epidemic = { - count >= 1 - outbreak_intensity < apocalyptic - } + any_county_province_epidemic = { + count >= 1 + outbreak_intensity < apocalyptic } } would_follow_social_distancing_value >= -1 @@ -1525,11 +1523,9 @@ else_if = { limit = { any_realm_county = { - any_county_province = { - any_province_epidemic = { - count >= 1 - outbreak_intensity < apocalyptic - } + any_county_province_epidemic = { + count >= 1 + outbreak_intensity < apocalyptic } } would_follow_social_distancing_value >= -1 @@ -1543,11 +1539,9 @@ limit = { any_held_title = { tier = tier_county - any_county_province = { - any_province_epidemic = { - count >= 1 - outbreak_intensity = apocalyptic - } + any_county_province_epidemic = { + count >= 1 + outbreak_intensity = apocalyptic } } } @@ -1560,11 +1554,9 @@ limit = { any_held_title = { tier = tier_county - any_county_province = { - any_province_epidemic = { - count >= 1 - outbreak_intensity = apocalyptic - } + any_county_province_epidemic = { + count >= 1 + outbreak_intensity = apocalyptic } } } @@ -1839,6 +1831,13 @@ } desc = activity_hunt_province_desc_rainbow_mountains_major } + triggered_desc = { + trigger = { + has_building_or_higher = chocolate_hills_01 + NOT = { scope:special_option ?= flag:hunt_type_nerge } + } + desc = activity_hunt_province_desc_chocolate_hills_major + } triggered_desc = { trigger = { has_building_or_higher = visegrad_castle_01 @@ -1846,6 +1845,17 @@ } desc = activity_hunt_province_desc_visegrad_castle_01_major } + triggered_desc = { + trigger = { + county = { + any_county_province = { + has_building_or_higher = legendary_hunting_lodge + } + } + NOT = { scope:special_option ?= flag:hunt_type_nerge } + } + desc = activity_hunt_province_desc_legendary_hunting_lodge + } triggered_desc = { trigger = { OR = { @@ -3742,7 +3752,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -3794,7 +3804,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -4213,7 +4223,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -4254,7 +4264,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -4444,7 +4454,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -4485,7 +4495,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -4735,7 +4745,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -4776,7 +4786,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -4951,7 +4961,7 @@ } government_has_flag = government_is_mandala AND = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } } @@ -4992,7 +5002,7 @@ treasury = { # Make sure this matches the gold cost above if = { limit = { - house ?= { has_house_power_parameter = hunts_costs_treasury } + house ?= { has_house_aspiration_parameter = hunts_costs_treasury } has_treasury = yes } add = { @@ -5123,7 +5133,7 @@ # PHASES ################### - max_guest_arrival_delay_time = { months = 8 } + max_guest_arrival_delay_time = { months = 5 } phases = { hunt_phase = { @@ -5247,7 +5257,7 @@ # House aspiration - gain merit if = { limit = { - house ?= { has_house_power_parameter = hunts_provides_merit } + house ?= { has_house_aspiration_parameter = hunts_provides_merit } } scope:activity = { add_activity_log_entry = { @@ -5785,5 +5795,49 @@ } } } + if = { + limit = { + this = scope:host + } + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = huntsmaster + } + } + weight = { + base = 1 + modifier = { + add = 50 + is_acclaimed = yes + } + modifier = { + add = 50 + involved_activity ?= scope:activity + } + } + save_scope_as = accolade_knight + liege = { + save_scope_as = accolade_liege + set_variable = { + name = accolade_progress + value = 0 + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_huntsmaster_unlock.t + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_huntsmaster_unlock.tt + scope:accolade_knight = { + set_variable = { + name = huntsmaster_attribute_unlock + value = yes + } + } + } + } + } + } } } diff --git a/common/activities/activity_types/pilgrimage.txt b/common/activities/activity_types/pilgrimage.txt index 282f2edb..86f3baa0 100644 --- a/common/activities/activity_types/pilgrimage.txt +++ b/common/activities/activity_types/pilgrimage.txt @@ -78,6 +78,7 @@ limit = { faith = { has_doctrine_parameter = mandatory_hajj } capital_province.barony ?= title:b_makka + is_landless_adventurer = no } custom_tooltip = { text = activity_pilgrimage.is_location_valid.capital_is_mecca @@ -126,7 +127,10 @@ #Invalidate flag, until/unless this is fixed in code NOT = { has_variable = pilgrimage_invalidated_illness } #Don't change your capital to be the holy site destination - capital_province.barony != scope:activity.activity_location.barony + trigger_if = { + limit = { is_landless_adventurer = no } + capital_province.barony != scope:activity.activity_location.barony + } } # Converting mid-pilgrimage is a big no-no. scope:activity = { @@ -252,10 +256,15 @@ } } } - #You can't pilgrimage to your own capital - custom_tooltip = { - text = activity_pilgrimage.is_location_valid.capital_is_holy_site - scope:host.capital_province != root + #You can't pilgrimage to your own capital - Except for if you are an adventurer because then you travel around all the time anyway + trigger_if = { + limit = { + scope:host = { is_landless_adventurer = no } + } + custom_tooltip = { + text = activity_pilgrimage.is_location_valid.capital_is_holy_site + scope:host.capital_province != root + } } # If you are supposed to be the realm's reserve ruler, then you can't take a multi-year foreign trip. @@ -266,10 +275,14 @@ custom_tooltip = { text = activity_pilgrimage.serving_diarch county.holder = { - any_liege_or_above = { this = scope:host.liege } + OR = { + any_liege_or_above = { this = scope:host.liege } + this = scope:host.liege + } } } } + trigger_if = { limit = { scope:host = { @@ -852,13 +865,13 @@ gold = { add = { add = { - value = root.pilgrimage_base_cost + value = pilgrimage_base_cost desc = pilgrimage_base_cost } add = { - value = root.pilgrimage_base_cost + value = pilgrimage_base_cost multiply = activity_cost_scale_by_era - subtract = root.pilgrimage_base_cost + subtract = pilgrimage_base_cost desc = activity_cost_scale_by_era_desc } if = { @@ -889,7 +902,7 @@ dynasty ?= { has_dynasty_perk = ep2_activities_legacy_1 } } subtract = { - value = root.pilgrimage_base_cost + value = pilgrimage_base_cost multiply = ep2_activities_legacy_1_pilgrimages_discount_value desc = ep2_activities_legacy_track } @@ -922,7 +935,7 @@ #House Aspiration Humility if = { limit = { - house ?= { has_house_power_parameter = humility_pilgrimage_discount } + house ?= { has_house_aspiration_parameter = humility_pilgrimage_discount } } multiply = { value = 0.75 @@ -1015,6 +1028,12 @@ } min = minor_gold_value } + if = { + limit = { + has_title = title:e_minister_of_revenue + } + multiply = 0.85 + } } } @@ -1163,7 +1182,7 @@ dynasty ?= { has_dynasty_perk = ep2_activities_legacy_1 } } subtract = { - value = root.pilgrimage_base_cost + value = pilgrimage_base_cost multiply = ep2_activities_legacy_1_pilgrimages_discount_value desc = ep2_activities_legacy_track } @@ -1220,6 +1239,12 @@ divide = 5 ceiling = yes multiply = 5 + if = { + limit = { + has_title = title:e_minister_of_revenue + } + multiply = 0.85 + } } } @@ -1362,6 +1387,7 @@ NAND = { exists = capital_province capital_province.barony = title:b_makka + is_landless_adventurer = no } } } @@ -1906,6 +1932,34 @@ add = 1 } } + + # Bonus wandering XP from travel_events_bp3.95 + if = { + limit = { + has_variable_list = holy_site_dreams + is_target_in_variable_list = { + name = holy_site_dreams + target = root.location.barony + } + } + send_interface_message = { + type = send_interface_message_good + title = travel_events_bp3.95.t + left_icon = root + + if = { + limit = { + has_lifestyle = wanderer_lifestyle + } + add_wanderer_lifestyle_xp = 500 + } + stress_impact = { + base = major_stress_impact_loss + zealous = medium_stress_impact_loss + } + add_piety = major_piety_gain + } + } #Arrival events - where Pilgrims gain their Pilgrim trait #We have the Obligatory option selected - we skip the destination events @@ -2041,6 +2095,10 @@ can_be_activity_guest = { age > 5 + OR = { + faith.religion = scope:host.faith.religion + current_travel_plan ?= { travel_plan_owner = scope:host } #When people join you on the way there. + } } max_guests = 30 @@ -2846,7 +2904,11 @@ trigger = { scope:host = { faith.religion = { - is_in_family = rf_eastern + OR = { + is_in_family = rf_eastern + is_in_family = rf_sinitic + this = religion:shintoism_religion + } } culture = { has_graphical_east_asia_culture_group_trigger = yes @@ -2863,6 +2925,19 @@ environment = "environment_ep3_holysite_orthodox" ambience = "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_orthodox_holy_site" } + background = { + trigger = { + activity_location.culture = { + OR = { + has_graphical_mena_culture_group_trigger = yes + has_graphical_iranian_culture_group_trigger = yes + } + } + } + texture = "gfx/interface/illustrations/event_scenes/ep2_holysite_mena.dds" + environment = "environment_generic_holy_site_mena" + ambience = "event:/SFX/Events/Backgrounds/town_market_middleeastern_day" + } background = { trigger = { activity_location.culture = { has_graphical_mena_culture_group_trigger = yes } diff --git a/common/activities/activity_types/playdate.txt b/common/activities/activity_types/playdate.txt index 288049cf..0d789f94 100644 --- a/common/activities/activity_types/playdate.txt +++ b/common/activities/activity_types/playdate.txt @@ -271,7 +271,7 @@ } wait_time_before_start = { days = 7 } - max_guest_arrival_delay_time = { months = 8 } + max_guest_arrival_delay_time = { months = 5 } ################### diff --git a/common/activities/activity_types/tour.txt b/common/activities/activity_types/tour.txt index e3d421d7..b9fd71b6 100644 --- a/common/activities/activity_types/tour.txt +++ b/common/activities/activity_types/tour.txt @@ -228,6 +228,7 @@ limit = { any_vassal = { count >= 5 + highest_held_title_tier >= tier_county } } desc = "I have many vassals" @@ -2748,6 +2749,11 @@ # Scripted Modifiers activity_guest_shared_ai_accept_modifier = yes + modifier = { + is_acclaimed = yes + add = 20 + desc = ACTIVITY_GUEST_ACCLAIMED_KNIGHT_REASON + } } travel_entourage_selection = { @@ -3335,6 +3341,49 @@ value = yes } } + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = reeve + } + } + weight = { + base = -10 + modifier = { + add = stewardship + factor = 1.5 + } + modifier = { + add = 10 + is_acclaimed = yes + } + modifier = { + add = 10 + involved_activity ?= scope:activity + } + } + save_scope_as = accolade_knight + liege = { + save_scope_as = accolade_liege + set_variable = { + name = accolade_progress + value = 0 + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_reeve_unlock.t + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_reeve_unlock.tt + scope:accolade_knight = { + set_variable = { + name = reeve_attribute_unlock + value = yes + } + } + } + } + } } } } diff --git a/common/activities/activity_types/wedding.txt b/common/activities/activity_types/wedding.txt index eb8429c9..e814fc55 100644 --- a/common/activities/activity_types/wedding.txt +++ b/common/activities/activity_types/wedding.txt @@ -45,9 +45,11 @@ #That someone and their betrothed are alive and adults and can marry var:promised_grand_wedding_marriage_countdown = { is_valid_grand_wedding_special_guest_trigger = { OTHER_SPOUSE = root.var:promised_grand_wedding_marriage_countdown.betrothed } + NOT = { any_invited_activity = {} } } var:promised_grand_wedding_marriage_countdown.betrothed = { is_valid_grand_wedding_special_guest_trigger = { OTHER_SPOUSE = root.var:promised_grand_wedding_marriage_countdown } + NOT = { any_invited_activity = {} } } } } @@ -71,12 +73,7 @@ scope:activity.var:spouse_2_var = { is_alive = no } - scope:activity = { #you're in a murder wedding - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } + is_bloody_wedding = yes } } } @@ -92,10 +89,7 @@ } scope:host = { # The host becoming unlanded will invalidate - OR = { - is_landed_or_landless_administrative = yes - has_government = landless_minority_government - } + is_landed_or_landless_administrative = yes # The new host being only a baron will invalidate highest_held_title_tier >= tier_county # Incapable host will invalidate @@ -135,12 +129,7 @@ is_ai = no AND = { is_alive = no - scope:activity = { #you're in a murder wedding - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } + is_bloody_wedding = yes } } } @@ -167,7 +156,7 @@ if = { limit = { - scope:host = { has_trait = incapable } + scope:host = { is_physically_able = no } } scope:activity = { activity_type = { save_scope_as = activity_type } @@ -187,8 +176,7 @@ scope:activity = { has_variable = wedding_invalidated_said_no } - exists = scope:spouse_1 - scope:spouse_1 = { is_alive = yes } + scope:spouse_1 ?= { is_alive = yes } } scope:spouse_1 = { trigger_event = ep2_wedding.0152 } } @@ -257,12 +245,8 @@ scope:activity.var:spouse_2_var ?= { is_alive = no } - scope:activity = { #you're not in a murder wedding - has_activity_option = { - category = special_type - option = wedding_type_normal - } - } + #you're not in a murder wedding + is_bloody_wedding = no } } } @@ -495,8 +479,8 @@ } if = { - limit = { exists = scope:officiant } - scope:officiant = { + limit = { var:officiant ?= { is_alive = yes } } + var:officiant = { if = { limit = { has_character_flag = need_priest_outfit } remove_character_flag = need_priest_outfit @@ -514,6 +498,9 @@ } } + scope:host = { + clean_grand_wedding_betrothal_variables = yes + } } on_host_death = { @@ -522,9 +509,15 @@ # Make the player heir the new host if attending (unless it was the host's wedding!) if = { limit = { - exists = scope:host.player_heir - scope:host.player_heir = { - involved_activity = scope:activity + scope:host.player_heir ?= { + OR = { + involved_activity ?= scope:activity + AND = { + location = scope:activity.activity_location + is_available_allow_travelling = yes + NOT = { exists = involved_activity } + } + } } scope:host = { NOR = { @@ -533,9 +526,27 @@ } } } - scope:host.player_heir = { save_scope_as = new_host } + scope:host.player_heir = { + save_scope_as = new_host + if = { + limit = { NOT = { exists = involved_activity } } + add_to_activity = scope:activity + } + } } - # Otherwise, spouse_1 takes over + else_if = { + limit = { + scope:spouse_1 = { is_landed_or_landless_administrative = yes } + } + scope:spouse_1 = { save_scope_as = new_host } + } + else_if = { + limit = { + scope:spouse_2 = { is_landed_or_landless_administrative = yes } + } + scope:spouse_2 = { save_scope_as = new_host } + } + # Otherwise, spouse_1 takes over (and invalidate at once) else = { scope:spouse_1 = { save_scope_as = new_host } } @@ -633,6 +644,14 @@ desc = "Holy Site" } } + #Kizuki Taisha + if = { + limit = { has_building = izumo_taisha_01 } + add = { + value = 30 + desc = "Kizuki Taisha" + } + } } max_province_icons = 5 @@ -680,6 +699,11 @@ limit = { barony = { is_holy_site_of = scope:host.faith } } add = 75 } + #Kizuki Taisha + if = { + limit = { has_building = izumo_taisha_01 } + add = 30 + } } province_description = { @@ -715,6 +739,10 @@ trigger = { has_building = pleasure_dome } desc = province_desc_wedding_pleasure_dome } + triggered_desc = { + trigger = { has_building = izumo_taisha_01 } + desc = province_desc_wedding_izumo_taisha + } triggered_desc = { trigger = { barony = { is_holy_site_of = scope:host.faith } } desc = province_desc_wedding_holy_site @@ -2005,105 +2033,32 @@ scope:host = { trigger_event = ep2_wedding.0101 } } else = { trigger_event = ep2_wedding.0100 } - # Accolade stuff if = { - limit = { - this = scope:host - any_active_accolade = { - accolade_parameter = accolade_party_fertility - } - } - add_character_modifier = { - modifier = accolade_charmer_party_modifier - } - } - if = { - limit = { - this = scope:host - any_active_accolade = { - accolade_parameter = accolade_party_fertility_high - } - } - add_character_modifier = { - modifier = accolade_charmer_party_high_modifier - } - } - if = { - limit = { - exists = scope:host.faith.religious_head - scope:host.faith.religious_head = { - NOR = { - this = scope:activity.special_guest:spouse_1 - this = scope:activity.special_guest:spouse_2 + limit = { this = scope:host } + # Accolade stuff + if = { + limit = { + any_active_accolade = { + accolade_parameter = accolade_party_fertility } } - scope:activity = { - any_attending_character = { - this = scope:host.faith.religious_head - } + add_character_modifier = { + modifier = accolade_charmer_party_modifier } } - scope:host.faith.religious_head = { save_scope_as = officiant } - } - else_if = { - limit = { - scope:host != scope:activity.special_guest:spouse_1 - } - scope:host = { save_scope_as = officiant } - } - else_if = { - limit = { - exists = scope:host.cp:councillor_court_chaplain - scope:activity = { - any_attending_character = { - this = scope:host.cp:councillor_court_chaplain - } - } - } - scope:host.cp:councillor_court_chaplain = { save_scope_as = officiant } - } - else_if = { - limit = { - NOT = { scope:host.faith = { has_doctrine = doctrine_theocracy_lay_clergy } } - } if = { limit = { - NOT = { - scope:activity = { - any_attending_character = { - is_ai = no - } - } - } - any_pool_character = { - province = scope:activity.activity_location - is_physically_able_ai_adult = yes - faith = scope:host.faith - can_be_clergy_due_to_gender_trigger = yes + any_active_accolade = { + accolade_parameter = accolade_party_fertility_high } } - random_pool_character = { - province = scope:activity.activity_location - limit = { - is_physically_able_ai_adult = yes - faith = scope:host.faith - can_be_clergy_due_to_gender_trigger = yes - } - save_scope_as = officiant - } - } - else = { - create_character = { - template = priest_character_template - dynasty = none - location = scope:host.location - save_scope_as = officiant + add_character_modifier = { + modifier = accolade_charmer_party_high_modifier } } + wedding_assign_officiant_effect = yes } - scope:officiant ?= { - add_character_flag = officiant - } + # Fires the conclusion events for every attendee, and advance to next phase, with a delay of 2 months trigger_event = { on_action = wedding_ceremony_ending_event_pulse @@ -2145,17 +2100,12 @@ if = { limit = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } + is_bloody_wedding = yes } if = { #if you have the wedding night kill we progress to that limit = { - has_variable = bloody_wedding_murder_spouse_var + var:bloody_wedding_murder ?= flag:spouse } scope:activity = { progress_activity_phase_after = { months = 2 } } } @@ -2210,13 +2160,8 @@ if = { limit = { OR = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_normal - } - } - scope:host = { has_variable = bloody_wedding_murder_spouse_var } + is_bloody_wedding = no + scope:host = { var:bloody_wedding_murder ?= flag:spouse } } } trigger_event = ep2_wedding.0300 @@ -2231,58 +2176,35 @@ # Bloody Wedding only has a murder event, no regular wnight if = { limit = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } + is_bloody_wedding = yes } if = { limit = { scope:host = scope:activity.special_guest:spouse_1 #if you're the spouse - scope:host = { has_variable = bloody_wedding_murder_spouse_var } #and you've chosen to kill them during the wedding night + scope:host = { var:bloody_wedding_murder ?= flag:spouse } #and you've chosen to kill them during the wedding night } scope:host = { trigger_event = ep2_wedding.3060 } } } # For a regular wedding - # Fires only for the spouses - if = { - limit = { - OR = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_normal - } + else = { + # Fires only for the spouses + if = { + limit = { + OR = { + root = scope:activity.special_guest:spouse_1 + root = scope:activity.special_guest:spouse_2 } - scope:host = { has_variable = bloody_wedding_backed_down_var } } - OR = { - root = scope:activity.special_guest:spouse_1 - root = scope:activity.special_guest:spouse_2 + trigger_event = { + on_action = wedding_wnight_spouse_event_pulse } } - trigger_event = { - on_action = wedding_wnight_spouse_event_pulse + # Fires for the guests and host + else = { + trigger_event = { on_action = wedding_wnight_ongoing_event_pulse } } } - # Fires for the guests - else_if = { - limit = { - OR = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_normal - } - } - scope:host = { has_variable = bloody_wedding_backed_down_var } - } - } - trigger_event = { on_action = wedding_wnight_ongoing_event_pulse } - } } ai_will_do = { @@ -2813,11 +2735,8 @@ # Remove the wedding reward for Bloody Weddings if = { limit = { + is_bloody_wedding = yes scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_bloody - } activity_location.county = { has_county_modifier = ruler_married_here_county_modifier } @@ -2830,19 +2749,7 @@ # Clean up for murder host / guests if = { limit = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } - scope:host = { - #You haven't failed/backed down - NOR = { - has_variable = bloody_wedding_backed_down_var - has_variable = bloody_murder_fail - } - } + is_successful_bloody_wedding = yes } scope:activity.special_guest:spouse_1 = { save_scope_as = spouse_1 @@ -2888,21 +2795,56 @@ } remove_character_modifier = accolade_charmer_party_high_modifier } - + if = { + limit = { + this = scope:host + } + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = politicker + } + } + weight = { + base = 1 + modifier = { + add = 50 + is_acclaimed = yes + } + modifier = { + add = 50 + involved_activity ?= scope:activity + } + } + save_scope_as = accolade_knight + liege = { + save_scope_as = accolade_liege + set_variable = { + name = accolade_progress + value = 0 + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_politicker_unlock.t_wedding + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_politicker_unlock.tt + scope:accolade_knight = { + set_variable = { + name = politicker_attribute_unlock + value = yes + } + } + } + } + } + } # Rewards for Bloody Weddings given out in event ep2_wedding.0955 # Rewards for Normal Weddings if = { limit = { - OR = { - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_normal - } - } - scope:host = { has_variable = bloody_wedding_backed_down_var } #you've backed down from a Red Wedding - } + is_bloody_wedding = no } if = { limit = { @@ -3007,16 +2949,7 @@ limit = { exists = global_var:started_black_dinner_achievement is_ai = no - scope:activity = { - has_activity_option = { - category = special_type - option = wedding_type_bloody - } - } - NOR = { - has_variable = bloody_murder_fail - has_variable = bloody_wedding_backed_down_var - } + is_successful_bloody_wedding = yes } set_global_variable = { name = finished_black_dinner_achievement @@ -3027,17 +2960,12 @@ } # Free the officiant! if = { - limit = { exists = scope:officiant } - scope:officiant = { - if = { - limit = { has_character_flag = need_priest_outfit } - remove_character_flag = need_priest_outfit - } - if = { - limit = { has_character_flag = officiant } - remove_character_flag = officiant - } + limit = { has_character_flag = officiant } + if = { + limit = { has_character_flag = need_priest_outfit } + remove_character_flag = need_priest_outfit } + remove_character_flag = officiant } } diff --git a/common/casus_belli_types/00_religious_war.txt b/common/casus_belli_types/00_religious_war.txt index 84e68189..fdb368ad 100644 --- a/common/casus_belli_types/00_religious_war.txt +++ b/common/casus_belli_types/00_religious_war.txt @@ -116,6 +116,12 @@ # Filter for struggles trigger_if = { limit = { + scope:attacker = { + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + } + } scope:defender = { any_character_struggle = { involvement = involved @@ -559,8 +565,10 @@ religious_war = { # Additional requirements to the defines in 00_casus_belli_groups.txt allowed_for_character = { scope:attacker.faith = { - NOT = { has_doctrine_parameter = unreformed } - NOT = { has_doctrine_parameter = holy_wars_forbidden } + NOR = { + has_doctrine_parameter = unreformed + has_doctrine_parameter = holy_wars_forbidden + } } NOR = { government_has_flag = government_is_nomadic @@ -679,6 +687,12 @@ religious_war = { # Filter for struggles trigger_if = { limit = { + scope:attacker = { + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + } + } scope:defender = { any_character_struggle = { involvement = involved @@ -689,7 +703,6 @@ religious_war = { are_holy_wars_disabled_in_struggle_phase_trigger = yes } are_holy_wars_disabled_by_struggle_conciliation_trigger = no # Disabled against other involved faiths in FP2 Conciliation ending - } should_invalidate = { @@ -1275,6 +1288,12 @@ major_religious_war = { # Filter for struggles trigger_if = { limit = { + scope:attacker = { + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + } + } scope:defender = { any_character_struggle = { involvement = involved @@ -4043,9 +4062,6 @@ directed_great_holy_war = { } } } - scope:attacker.religious_head = { - piety_level >= 2 - } religion = { exists = var:variable_ghw_unlocked } #Activated by event for every religion. } } @@ -4126,9 +4142,6 @@ directed_great_holy_war = { pledge_attacker = scope:attacker } } - scope:attacker.religious_head = { - add_piety_level = -1 - } } scope:attacker.faith.great_holy_war = { every_pledged_attacker = { #Add Beneficiary automatically on victory of direct GHW for any attacker that doesn't have one already. diff --git a/common/casus_belli_types/07_ep3_wars.txt b/common/casus_belli_types/07_ep3_wars.txt index d188e549..50ed6580 100644 --- a/common/casus_belli_types/07_ep3_wars.txt +++ b/common/casus_belli_types/07_ep3_wars.txt @@ -355,13 +355,6 @@ ## Seizing control so things *vaguely* work. custom_tooltip = fp1_varangian_adventurer_conquest.summaries.control_rebate scope:attacker = { trigger_event = fp1_varangian_adventures.0001 } - ## And giving them a gold bounty to keep them afloat. - scope:attacker = { - add_gold = { - value = varangian_adventures_bounty_amount_value - multiply = 0.5 #Half it for counties - } - } # Finally, general cleanup. ep3_become_landed_cleanup_effect = yes # Prestige Progress for the Attacker @@ -938,13 +931,6 @@ ep3_laamp_adventurer_duchy_invasion = { ## Seizing control so things *vaguely* work. custom_tooltip = fp1_varangian_adventurer_conquest.summaries.control_rebate scope:attacker = { trigger_event = fp1_varangian_adventures.0001 } - ## And giving them a gold bounty to keep them afloat. - scope:attacker = { - add_gold = { - value = varangian_adventures_bounty_amount_value - multiply = 0.5 #Half it for counties - } - } # Finally, general cleanup. ep3_become_landed_cleanup_effect = yes # Prestige Progress for the Attacker @@ -1533,13 +1519,6 @@ ep3_laamp_adventurer_kingdom_invasion = { ## Seizing control so things *vaguely* work. custom_tooltip = fp1_varangian_adventurer_conquest.summaries.control_rebate scope:attacker = { trigger_event = fp1_varangian_adventures.0001 } - ## And giving them a gold bounty to keep them afloat. - scope:attacker = { - add_gold = { - value = varangian_adventures_bounty_amount_value - multiply = 0.5 #Half it for counties - } - } # Finally, general cleanup. ep3_become_landed_cleanup_effect = yes # Prestige Progress for the Attacker @@ -3729,7 +3708,7 @@ imperial_expedition_cb = { allowed_for_character = { top_liege != this - liege ?= { has_diarchy_parameter = unlock_diarch_requests_military_expedition_interaction } + liege ?= { has_diarchy_active_parameter = unlock_diarch_requests_military_expedition_interaction } is_diarch_of_target = liege NOT = { government_has_flag = government_is_landless_adventurer @@ -4641,6 +4620,14 @@ ep3_roman_empire_border_war = { } is_ai = no } + top_liege = { + NOR = { + any_owned_story = { + type = ep3_story_cycle_restoring_rome + } + is_roman_emperor_excluding_byzantium_trigger = yes + } + } } allowed_for_character_display_regardless = { @@ -5137,6 +5124,7 @@ ep3_laamp_apprehend_adventurer_cb = { } } every_character_artifact = { + limit = { NOT = { has_variable = artifact_prevent_transfer } } set_owner = { target = scope:defender history = { @@ -5966,6 +5954,44 @@ ep3_laamp_peasant_war = { } remove_variable = number_rebel_reinforcements } + if = { + limit = { + has_variable = ep3_laamp_peasant_war_remain_laamp + variable_list_size = { + name = war_met_peasant_leaders_list + value <= 0 + } + } + ordered_in_list = { + variable = war_supported_counties_list + order_by = development_level + save_scope_as = new_capital + } + create_character = { + location = scope:new_capital.title_province + template = peasant_faction_leader_template + faith = scope:new_capital.faith + culture = scope:new_capital.culture + gender_female_chance = { + if = { + limit = { scope:new_capital.faith = { has_doctrine = doctrine_gender_male_dominated } } + add = 0 + } + else_if = { + limit = { scope:new_capital.faith = { has_doctrine = doctrine_gender_female_dominated } } + add = 100 + } + else = { + add = 50 + } + } + save_scope_as = peasant_leader + } + add_to_variable_list = { + name = war_met_peasant_leaders_list + target = scope:peasant_leader + } + } } } @@ -5993,7 +6019,7 @@ ep3_laamp_peasant_war = { involvement = involved activate_struggle_catalyst = { catalyst = catalyst_populist_uprise - character = this + character = scope:defender } } } @@ -6004,16 +6030,24 @@ ep3_laamp_peasant_war = { first_valid = { triggered_desc = { trigger = { - scope:attacker = { is_local_player = yes } + scope:attacker = { + is_local_player = yes + has_variable = ep3_laamp_peasant_war_remain_laamp + } } - desc = county_conquest_cb_victory_desc_attacker + desc = county_conquest_cb_victory_desc_remain_laamp } - desc = county_conquest_cb_victory_desc + desc = county_conquest_cb_victory_desc_attacker } } on_victory = { scope:attacker = { + ordered_in_list = { + variable = war_supported_counties_list + order_by = development_level + save_scope_as = new_capital + } primary_title = { save_scope_as = old_title } @@ -6023,6 +6057,46 @@ ep3_laamp_peasant_war = { #swap the peasant trait for the better one remove_trait = peasant_leader add_trait = populist_leader + if = { + limit = { + has_variable = ep3_laamp_peasant_war_remain_laamp + } + random_in_list = { + variable = war_met_peasant_leaders_list + limit = { + this != scope:attacker + } + save_scope_as = peasant_leader + } + if = { + limit = { + NOT = { exists = scope:peasant_leader } + } + create_character = { + location = scope:new_capital.title_province + template = peasant_faction_leader_template + faith = scope:new_capital.faith + culture = scope:new_capital.culture + gender_female_chance = { + if = { + limit = { scope:new_capital.faith = { has_doctrine = doctrine_gender_male_dominated } } + add = 0 + } + else_if = { + limit = { scope:new_capital.faith = { has_doctrine = doctrine_gender_female_dominated } } + add = 100 + } + else = { + add = 50 + } + } + save_scope_as = peasant_leader + } + } + } + else = { + save_scope_as = peasant_leader + } } # Set up titles in the new realm. # Determine potential breakaways @@ -6050,18 +6124,18 @@ ep3_laamp_peasant_war = { if = { limit = { OR = { - scope:attacker.faith = { + scope:peasant_leader.faith = { faith_hostility_level_comparison = { prev.holder.faith >= scope:defender.faith } } holder = scope:defender holder.primary_title.tier >= scope:target.tier - scope:attacker = { has_claim_on = scope:title_temp } + scope:peasant_leader = { has_claim_on = scope:title_temp } } } - add_to_temporary_list = titles_taken + add_to_list = titles_taken } else = { - holder = { add_to_temporary_list = vassals_taken } + holder = { add_to_list = vassals_taken } } } } @@ -6069,7 +6143,7 @@ ep3_laamp_peasant_war = { every_in_list = { list = titles_taken change_title_holder = { - holder = scope:attacker + holder = scope:peasant_leader change = scope:change take_baronies = yes } @@ -6078,20 +6152,13 @@ ep3_laamp_peasant_war = { every_in_list = { list = vassals_taken change_liege = { - liege = scope:attacker + liege = scope:peasant_leader change = scope:change } } } resolve_title_and_vassal_change = scope:change ## Grab the best county to be the capital - scope:attacker = { - ordered_in_list = { - variable = war_supported_counties_list - order_by = development_level - save_scope_as = new_capital - } - } scope:new_capital = { duchy = { save_scope_as = new_capital_duchy @@ -6110,7 +6177,7 @@ ep3_laamp_peasant_war = { } scope:new_title = { change_title_holder = { - holder = scope:attacker + holder = scope:peasant_leader change = scope:change } } @@ -6118,30 +6185,21 @@ ep3_laamp_peasant_war = { #make the new title look like your landless adventurer title hidden_effect = { scope:new_title = { - set_de_jure_liege_title = scope:new_capital.title_province.empire set_coa = scope:old_title set_color_from_title = scope:new_capital set_capital_county = scope:new_capital } } - scope:attacker = { - #stop being a landless adventurer - destroy_laamp_effect = { ADVENTURER = scope:attacker } - #set new capital - set_realm_capital = scope:new_capital - #increase county control and remove all county corruption modifiers - every_in_list = { - variable = war_supported_counties_list - change_county_control = 100 - remove_every_county_corruption_modifier_effect = yes - add_county_modifier = { - modifier = ep3_peasant_leader_modifier - years = 10 + + scope:peasant_leader = { + if = { + limit = { + has_variable = ep3_laamp_peasant_war_remain_laamp } + #stop being a landless adventurer + destroy_laamp_effect = { ADVENTURER = scope:attacker } + return_home = yes } - clear_variable_list = war_supported_counties_list - clear_variable_list = war_met_peasant_leaders_list - return_home = yes } scope:defender = { # Legitimacy effect @@ -6175,7 +6233,29 @@ ep3_laamp_peasant_war = { } } } - + scope:attacker = { + #increase county control and remove all county corruption modifiers + every_in_list = { + variable = war_supported_counties_list + if = { + limit = { + scope:attacker = { + has_variable = ep3_laamp_peasant_war_remain_laamp + } + } + custom_tooltip = taken_county_remain_laamp + } + change_county_control = 100 + remove_every_county_corruption_modifier_effect = yes + add_county_modifier = { + modifier = ep3_peasant_leader_modifier + years = 10 + } + } + clear_variable_list = war_supported_counties_list + clear_variable_list = war_met_peasant_leaders_list + remove_variable = ep3_laamp_peasant_war_remain_laamp + } # EP3: note gold gained from military assistance/join war contracts and their war contribution threshold laamp_as_mercenary_payout_tooltip_effect = yes } @@ -6202,6 +6282,7 @@ ep3_laamp_peasant_war = { #clear all variable lists, you only get one chance! clear_variable_list = war_supported_counties_list clear_variable_list = war_met_peasant_leaders_list + remove_variable = ep3_laamp_peasant_war_remain_laamp stress_impact = { ambitious = medium_stress_impact_gain arrogant = medium_stress_impact_gain @@ -6240,6 +6321,7 @@ ep3_laamp_peasant_war = { #clear all variable lists, you only get one chance! clear_variable_list = war_supported_counties_list clear_variable_list = war_met_peasant_leaders_list + remove_variable = ep3_laamp_peasant_war_remain_laamp #lose the trait, because you didn't win remove_trait = peasant_leader } @@ -6333,7 +6415,7 @@ admin_barbarian_conquest_cb = { } } } - target_titles = all + target_titles = neighbor_land_or_water target_title_tier = duchy target_de_jure_regions_above = yes ignore_effect = change_title_holder diff --git a/common/character_interactions/00_alliance.txt b/common/character_interactions/00_alliance.txt index d2fdf175..2dacf5d7 100644 --- a/common/character_interactions/00_alliance.txt +++ b/common/character_interactions/00_alliance.txt @@ -3760,7 +3760,7 @@ join_war_interaction = { } scope:recipient = { show_as_tooltip = { - if = { + if = { # if war leader is AI, will directly increase friendship for contributing limit = { is_ai = yes } @@ -3770,7 +3770,7 @@ join_war_interaction = { REASON = friend_alliance } } - else = { + else = { # otherwise will create potential friendship hidden_effect = { #To nudge friendship if = { limit = { @@ -4058,6 +4058,7 @@ join_vassal_war_interaction = { } any_in_list = { list = target_titles + tier <= tier_duchy count = 1 } diff --git a/common/character_interactions/00_ce1_interactions.txt b/common/character_interactions/00_ce1_interactions.txt index 07a3d1d2..975583e1 100644 --- a/common/character_interactions/00_ce1_interactions.txt +++ b/common/character_interactions/00_ce1_interactions.txt @@ -36,7 +36,7 @@ ce1_ask_to_promote_legend_interaction = { scope:recipient.dynasty = scope:actor.dynasty scope:recipient = { knows_language_of_culture = scope:actor.culture } scope:actor = { - has_friendly_relationship_with_character_trigger = { CHARACTER = scope:recipient } + has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = scope:recipient } } scope:recipient = { any_character_to_title_neighboring_county = { diff --git a/common/character_interactions/00_character_interactions.txt b/common/character_interactions/00_character_interactions.txt index e765cb72..0ce12166 100644 --- a/common/character_interactions/00_character_interactions.txt +++ b/common/character_interactions/00_character_interactions.txt @@ -650,7 +650,14 @@ offer_vassalization_interaction = { character_is_realm_neighbor = scope:recipient } } - scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value < 200000 } } + scope:recipient = { + # landless ruler count as within realm + trigger_if = { + limit = { is_landed = no } + NOT = { capital_county.holder = { target_is_same_character_or_above = scope:actor } } + } + capital_province = { squared_distance = { target = scope:actor.capital_province value < 200000 } } + } } add = -250 } @@ -662,7 +669,14 @@ offer_vassalization_interaction = { character_is_realm_neighbor = scope:recipient } } - scope:recipient.capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + scope:recipient = { + # landless ruler count as within realm + trigger_if = { + limit = { is_landed = no } + NOT = { capital_county.holder = { target_is_same_character_or_above = scope:actor } } + } + capital_province = { squared_distance = { target = scope:actor.capital_province value >= 200000 } } + } } add = -500 } @@ -1530,8 +1544,13 @@ offer_fealty_interaction = { NOT = { any_neighboring_top_liege_realm_owner = { this = scope:recipient } } + # landless ruler count as within realm + trigger_if = { + limit = { is_landed = no } + NOT = { capital_county.holder = { target_is_same_character_or_above = scope:actor } } + } + capital_province = { squared_distance = { target = scope:recipient.capital_province value < 200000 } } } - scope:actor.capital_province = { squared_distance = { target = scope:recipient.capital_province value < 200000 } } } add = -15 } @@ -1542,14 +1561,13 @@ offer_fealty_interaction = { NOT = { any_neighboring_top_liege_realm_owner = { this = scope:recipient } } - } - trigger_if = { - limit = { - exists = scope:recipient.suzerain - scope:recipient.suzerain != scope:actor + # landless ruler count as within realm + trigger_if = { + limit = { is_landed = no } + NOT = { capital_county.holder = { target_is_same_character_or_above = scope:actor } } } + capital_province = { squared_distance = { target = scope:recipient.capital_province value >= 200000 } } } - scope:actor.capital_province = { squared_distance = { target = scope:recipient.capital_province value >= 200000 } } } add = -25 } diff --git a/common/character_interactions/00_culture_interactions.txt b/common/character_interactions/00_culture_interactions.txt index a077fe18..e64ec67e 100644 --- a/common/character_interactions/00_culture_interactions.txt +++ b/common/character_interactions/00_culture_interactions.txt @@ -122,9 +122,7 @@ ai_cultural_hybridization_interaction = { sub_realm_size >= 4 is_physically_able_adult = yes is_at_war = no - NOT = { - has_game_rule = none_hybrid_culture_ai_frequency - } + game_rule_can_create_hybird_culture_trigger = yes } is_shown = { @@ -216,11 +214,6 @@ ai_cultural_hybridization_interaction = { has_game_rule = less_common_hybrid_culture_ai_frequency } - modifier = { - factor = 0 - exists = global_var:has_ai_hybrid_event_cooldown - } - modifier = { factor = 0 culture = { diff --git a/common/character_interactions/00_diarch_interactions.txt b/common/character_interactions/00_diarch_interactions.txt index 4b536176..75d4fb2d 100644 --- a/common/character_interactions/00_diarch_interactions.txt +++ b/common/character_interactions/00_diarch_interactions.txt @@ -1577,11 +1577,16 @@ diarch_imprison_interaction = { on_decline = { scope:actor = { + save_scope_as = use_strife_not_tyranny imprison_HoF_consequences_effect = yes imprison_tyranny_effect = yes } # Do we want a war or an escape? scope:recipient = { + add_opinion = { + target = scope:actor + modifier = attempted_imprisonment_opinion + } # If target is count or higher, we want the option to start a war. if = { limit = { @@ -1599,6 +1604,11 @@ diarch_imprison_interaction = { diarch_declare_recipient_criminal_effect = yes } 50 = { + trigger = { + scope:actor = { + is_landed = yes # consistent with char_interaction.0283 + } + } show_chance = no desc = char_interaction.0263.result.war scope:recipient = { @@ -5010,10 +5020,14 @@ diarch_coup_liege_interaction = { scope:recipient = scope:actor.liege } } - scope:recipient = { save_scope_as = secondary_recipient } + scope:recipient = { + save_scope_as = secondary_recipient + } } # Always make sure we're targeting your liege as the recipient for UX consistency. - scope:actor.liege = { save_scope_as = recipient } + scope:actor.liege = { + save_scope_as = recipient + } } is_shown = { @@ -5028,12 +5042,11 @@ diarch_coup_liege_interaction = { is_designated_diarch = yes } } - # Valid on vassals of your liege or your liege themselves. - ## More complex triggers don't generally work because redirect brings the interaction back to targeting the liege as scope:recipient, so we're left with this. - ### Don't try to improve it, it's not worth it, but if you _do_, then test your changes thoroughly. - #### When this breaks (which it does easily), it tends to mean the interaction shows up as valid against _every_ other character in diplomatic range. - OR = { - scope:recipient = scope:actor.liege + # secondary_recipient is always saved whenever you use it on anyone who isn't yourself or your liege, so we use this fact to validate it after the redirect, otherwise it will show up on every other ruler in the game + trigger_if = { + limit = { + exists = scope:secondary_recipient + } scope:secondary_recipient.liege ?= scope:actor.liege } } @@ -5256,12 +5269,18 @@ diarch_coup_liege_interaction = { # Opinion. ## Of scope:actor. opinion_modifier = { + trigger = { + exists = scope:secondary_recipient # because the secondary_recipient hasn't been chosen when the interaction is initialized + } who = scope:secondary_recipient opinion_target = scope:actor multiplier = 1 } ## Of scope:recipient. opinion_modifier = { + trigger = { + exists = scope:secondary_recipient + } who = scope:secondary_recipient opinion_target = scope:recipient multiplier = -0.5 @@ -5269,6 +5288,9 @@ diarch_coup_liege_interaction = { # Personality. ## Values. ai_value_modifier = { + trigger = { + exists = scope:secondary_recipient + } who = scope:secondary_recipient ai_honor = -1 ai_boldness = 0.25 @@ -5278,68 +5300,69 @@ diarch_coup_liege_interaction = { modifier = { add = diarch_ai_desire_plus_3_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.disloyal - scope:secondary_recipient = { has_trait = disloyal } + scope:secondary_recipient ?= { has_trait = disloyal } } ### +++ Ambitious. modifier = { add = diarch_ai_desire_plus_3_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.ambitious - scope:secondary_recipient = { has_trait = ambitious } + scope:secondary_recipient ?= { has_trait = ambitious } } ### ++ Arbitrary. modifier = { add = diarch_ai_desire_plus_2_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.arbitrary - scope:secondary_recipient = { has_trait = arbitrary } + scope:secondary_recipient ?= { has_trait = arbitrary } } ### + Fickle. modifier = { add = diarch_ai_desire_plus_1_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.fickle - scope:secondary_recipient = { has_trait = fickle } + scope:secondary_recipient ?= { has_trait = fickle } } ### - Stubborn. modifier = { add = diarch_ai_desire_minus_1_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.stubborn - scope:secondary_recipient = { has_trait = stubborn } + scope:secondary_recipient ?= { has_trait = stubborn } } ### -- Just. modifier = { add = diarch_ai_desire_minus_2_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.just - scope:secondary_recipient = { has_trait = just } + scope:secondary_recipient ?= { has_trait = just } } ### --- Content. modifier = { add = diarch_ai_desire_minus_3_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.content - scope:secondary_recipient = { has_trait = content } + scope:secondary_recipient ?= { has_trait = content } } ### --- Loyal. modifier = { add = diarch_ai_desire_minus_3_value desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook.tt.has_trait.loyal - scope:secondary_recipient = { has_trait = loyal } + scope:secondary_recipient ?= { has_trait = loyal } } # Hooks. ## Weak hooks are happy to have you in power. modifier = { add = 25 - scope:secondary_recipient = { has_weak_hook = scope:actor } + scope:secondary_recipient ?= { has_weak_hook = scope:actor } } ## Strong hooks are *very* happy to have you in power. modifier = { add = 75 - scope:secondary_recipient = { has_strong_hook = scope:actor } + scope:secondary_recipient ?= { has_strong_hook = scope:actor } } ## And conversely, don't want you to coup scope:recipient if they've already got a strong hook on them. modifier = { add = -100 - scope:secondary_recipient = { has_strong_hook = scope:recipient } + scope:secondary_recipient ?= { has_strong_hook = scope:recipient } } ## Loyalty hooks stop the AI signing up. modifier = { + exists = scope:secondary_recipient add = -1000 desc = diarch_coup_liege_interaction.tt.liege_has_loyalty_hook diarch_loyalty_due_to_hook_trigger = { @@ -5355,12 +5378,12 @@ diarch_coup_liege_interaction = { # Reduce the malus a little if also allied to scope:actor. if = { limit = { - scope:secondary_recipient = { is_allied_to = scope:actor } + scope:secondary_recipient ?= { is_allied_to = scope:actor } } add = 50 } } - scope:secondary_recipient = { is_allied_to = scope:recipient } + scope:secondary_recipient ?= { is_allied_to = scope:recipient } } ## Heirs don't generally want to betray scope:recipient, as they'll lose out. modifier = { @@ -6996,9 +7019,11 @@ diarch_swing_scales_currency_interaction = { scope:actor.var:movement_power_individual >= decent_movement_power_value } is_shown = { + exists = scope:actor.var:movement_power_individual scope:actor = { government_has_flag = government_is_celestial is_diarch_of_target = scope:recipient + exists = var:movement_power_individual } scope:recipient = { government_has_flag = government_is_celestial } } @@ -8580,7 +8605,7 @@ liege_dismiss_vizier_interaction = { declare_me_regent_interaction = { category = interaction_category_diarch icon = icon_declare_me_regent - filter_tags = { admin_liege rep_liege } + filter_tags = { admin_liege } desc = declare_me_regent_interaction_desc notification_text = DECLARE_ME_REGENT_PROPOSAL @@ -9193,16 +9218,26 @@ appoint_vizier_interaction = { NOT = { has_diarchy_active_parameter = diarchy_is_vizierate } } # We perform this upon ourselves or our (probable) candidates. - scope:recipient = { - OR = { - this = scope:actor - is_courtier_of = scope:actor - AND = { - highest_held_title_tier = tier_barony - liege = scope:actor + trigger_if = { + limit = { + exists = scope:secondary_recipient + } + scope:secondary_recipient = { + is_valid_basic_candidate_for_vizier_trigger = yes + OR = { + is_courtier_of = scope:actor + AND = { + highest_held_title_tier = tier_barony + liege = scope:actor + } } } } + trigger_else = { + scope:recipient = { + this = scope:actor + } + } } is_valid_showing_failures_only = { @@ -9227,6 +9262,14 @@ appoint_vizier_interaction = { populate_recipient_list = { sort_vizier_candidates_to_list_effect = yes } + redirect = { + if = { + limit = { scope:recipient != scope:actor } + scope:recipient = { save_scope_as = secondary_recipient } + scope:actor = { save_scope_as = recipient } + } + } + cost = { prestige = major_prestige_value renown = { diff --git a/common/character_interactions/00_invite_agent_to_scheme.txt b/common/character_interactions/00_invite_agent_to_scheme.txt index 2723d6ab..85688414 100644 --- a/common/character_interactions/00_invite_agent_to_scheme.txt +++ b/common/character_interactions/00_invite_agent_to_scheme.txt @@ -14,6 +14,8 @@ invite_agent_to_scheme_interaction = { always = scope:mandala_trickster always = scope:gift always = scope:gift_significant + always = scope:treasury + always = scope:treasury_significant always = scope:offer_hook always = scope:offer_hook_strong always = scope:hook @@ -45,6 +47,8 @@ invite_agent_to_scheme_interaction = { always = scope:mandala_trickster always = scope:gift always = scope:gift_significant + always = scope:treasury + always = scope:treasury_significant always = scope:offer_hook always = scope:offer_hook_strong always = scope:hook @@ -87,6 +91,22 @@ invite_agent_to_scheme_interaction = { } stress_impact = { greedy = medium_stress_impact_gain } } + # Treasury Bribe + if = { + limit = { always = scope:treasury } + pay_treasury_to_gold = { + value = bribe_value + target = scope:recipient + } + } + # Big Treasury Bribe + if = { + limit = { always = scope:treasury_significant } + pay_treasury_to_gold = { + value = greater_bribe_value + target = scope:recipient + } + } # Offer Hook if = { limit = { always = scope:offer_hook } @@ -449,6 +469,12 @@ invite_agent_to_scheme_interaction = { send_option = { flag = gift is_shown = { + NOT = { + scope:actor = { + has_treasury = yes + has_title = title:e_minister_censor + } + } # We don't show bribes for schemes where agents will always auto-accept or else deny. NAND = { scope:scheme = { is_scheme_category = contract } @@ -476,6 +502,12 @@ invite_agent_to_scheme_interaction = { send_option = { flag = gift_significant is_shown = { + NOT = { + scope:actor = { + has_treasury = yes + has_title = title:e_minister_censor + } + } # We don't show bribes for schemes where agents will always auto-accept or else deny. NAND = { scope:scheme = { is_scheme_category = contract } @@ -499,6 +531,68 @@ invite_agent_to_scheme_interaction = { } } } + ## Treasury + send_option = { + flag = treasury + is_shown = { + scope:actor = { + has_treasury = yes + has_title = title:e_minister_censor + } + # We don't show bribes for schemes where agents will always auto-accept or else deny. + NAND = { + scope:scheme = { is_scheme_category = contract } + scope:recipient = { is_courtier_of = scope:actor } + } + } + is_valid = { + scope:actor.treasury >= bribe_value + custom_tooltip = { + text = offer_gold.tt.cannot_offer_both_bribes + scope:treasury_significant = no + } + would_agent_accept_petty_bribes_against_target_trigger = yes + } + localization = SCHEME_AGENT_TREASURY_BRIBE + current_description = { + # Triggered desc so that we don't get a weird double tooltip. + triggered_desc = { + trigger = { scope:actor.treasury >= bribe_value } + desc = SCHEME_AGENT_TREASURY_BRIBE_VALID + } + } + } + ## Even more treasury + send_option = { + flag = treasury_significant + is_shown = { + scope:actor = { + has_treasury = yes + has_title = title:e_minister_censor + } + # We don't show bribes for schemes where agents will always auto-accept or else deny. + NAND = { + scope:scheme = { is_scheme_category = contract } + scope:recipient = { is_courtier_of = scope:actor } + } + } + is_valid = { + scope:actor.treasury >= greater_bribe_value + custom_tooltip = { + text = offer_gold.tt.cannot_offer_both_bribes + scope:treasury = no + } + would_agent_accept_petty_bribes_against_target_trigger = yes + } + localization = SCHEME_AGENT_TREASURY_SIGNIFICANT_BRIBE + current_description = { + # Triggered desc so that we don't get a weird double tooltip. + triggered_desc = { + trigger = { scope:actor.treasury >= greater_bribe_value } + desc = SCHEME_AGENT_TREASURY_SIGNIFICANT_VALID + } + } + } ## Offer a hook send_option = { flag = offer_hook diff --git a/common/character_interactions/00_marriage_interactions.txt b/common/character_interactions/00_marriage_interactions.txt index 9773407c..bdd108ef 100644 --- a/common/character_interactions/00_marriage_interactions.txt +++ b/common/character_interactions/00_marriage_interactions.txt @@ -787,10 +787,7 @@ arrange_marriage_interaction = { custom_tooltip = { text = grand_wedding_already_promised_tt NOR = { - AND = { - has_variable = promised_grand_wedding_marriage_countdown - var:promised_grand_wedding_marriage_countdown = { is_alive = yes } - } + var:promised_grand_wedding_marriage_countdown ?= { is_alive = yes } has_variable = grand_wedding_promise_pending } } @@ -858,8 +855,7 @@ arrange_marriage_interaction = { } trigger_if = { limit = { - exists = scope:secondary_recipient.liege - scope:secondary_recipient.liege = { + scope:secondary_recipient.liege ?= { diarch = scope:secondary_recipient has_active_diarchy = yes } @@ -882,17 +878,15 @@ arrange_marriage_interaction = { flag = matrilineal localization = MATRILINEAL_OFFER is_shown = { - OR = { - NOT = { exists = scope:secondary_actor } - NOT = { exists = scope:secondary_recipient } - scope:secondary_actor = { sex_opposite_of = scope:secondary_recipient } + NAND = { + scope:secondary_actor ?= { is_male = yes } + scope:secondary_recipient ?= { is_male = yes } } } current_description = { triggered_desc = { trigger = { - exists = scope:secondary_actor - scope:secondary_actor = { + scope:secondary_actor ?= { betrothed = scope:secondary_recipient matrilinear_betrothal = yes } @@ -931,12 +925,16 @@ arrange_marriage_interaction = { } } } + # so they can use grand wedding... + NAND = { + scope:secondary_actor ?= { is_female = yes } + scope:secondary_recipient ?= { is_female = yes } + } } starts_enabled = { trigger_if = { limit = { - exists = scope:secondary_actor - scope:secondary_actor = { + scope:secondary_actor ?= { betrothed = scope:secondary_recipient } } @@ -946,8 +944,7 @@ arrange_marriage_interaction = { } trigger_else_if = { limit = { - exists = scope:secondary_actor - scope:actor = scope:secondary_actor + scope:secondary_actor ?= scope:actor scope:actor = { is_female = yes is_ai = no @@ -963,18 +960,20 @@ arrange_marriage_interaction = { } AND = { this = scope:recipient - exists = scope:secondary_recipient - scope:secondary_recipient = { + scope:secondary_recipient ?= { is_female = yes } faith = { has_doctrine = doctrine_gender_equal } } AND = { - exists = scope:secondary_actor - scope:actor = scope:secondary_actor + scope:secondary_actor ?= this is_female = yes is_ai = no } + AND = { + scope:secondary_actor ?= { is_female = yes } + scope:secondary_recipient ?= { is_female = yes } + } } } } @@ -1322,28 +1321,40 @@ marry_off_interaction = { #otherwise, populate with anyone eligible else = { scope:secondary_actor = { - every_opposite_sex_spouse_candidate = { add_to_list = characters } if = { - limit = { allowed_to_marry_same_sex_trigger = yes } - every_same_sex_spouse_candidate = { + limit = { + culture = { has_cultural_parameter = reduced_marriage_acceptance_distant_realms } + } + every_opposite_sex_spouse_candidate = { limit = { - scope:secondary_actor != this + top_liege.culture = scope:secondary_actor.top_liege.culture } add_to_list = characters } - } - } - # Cleanup list if insular culture - if = { - limit = { - scope:secondary_actor.culture = { has_cultural_parameter = reduced_marriage_acceptance_distant_realms } - } - every_in_list = { - list = characters - limit = { - NOT = { top_liege.culture = scope:secondary_actor.top_liege.culture } + if = { + limit = { allowed_to_marry_same_sex_trigger = yes } + every_same_sex_spouse_candidate = { + limit = { + scope:secondary_actor != this + top_liege.culture = scope:secondary_actor.top_liege.culture + } + add_to_list = characters + } + } + } + else = { + every_opposite_sex_spouse_candidate = { + add_to_list = characters + } + if = { + limit = { allowed_to_marry_same_sex_trigger = yes } + every_same_sex_spouse_candidate = { + limit = { + scope:secondary_actor != this + } + add_to_list = characters + } } - remove_from_list = characters } } } @@ -1674,6 +1685,12 @@ marry_off_interaction = { send_option = { flag = matrilineal localization = "MATRILINEAL_OFFER" + is_shown = { + NAND = { + scope:secondary_actor ?= { is_male = yes } + scope:secondary_recipient ?= { is_male = yes } + } + } starts_enabled = { scope:actor = { OR = { @@ -1681,18 +1698,28 @@ marry_off_interaction = { has_doctrine = doctrine_gender_female_dominated } AND = { - scope:secondary_actor = { is_female = yes } + scope:secondary_actor ?= { is_female = yes } faith = { has_doctrine = doctrine_gender_equal } } AND = { - exists = scope:secondary_actor - scope:actor = scope:secondary_actor + scope:secondary_actor ?= this is_female = yes is_ai = no } + AND = { + scope:secondary_actor ?= { is_female = yes } + scope:secondary_recipient ?= { is_female = yes } + } } } } + # so they can use grand wedding... + can_be_changed = { + NAND = { + scope:secondary_actor ?= { is_female = yes } + scope:secondary_recipient ?= { is_female = yes } + } + } } send_option = { @@ -1881,106 +1908,81 @@ break_betrothal_interaction = { is_shown = { OR = { - #Betrothed to betrothed - scope:actor.betrothed = scope:recipient - - #Actor breaking recipient's betrothal with their courtier/vassal child - scope:actor = { - any_courtier = { - is_ai = yes - is_betrothed = yes - betrothed = { this = scope:recipient } - OR = { - is_playable_character = no - any_parent = { this = scope:actor } - } - } + #Actor breaking their betrothal to recipient or recipient's courtier/vassal child + scope:actor.betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:recipient } } #Actor breaking the betrothal of their courtier/vassal child scope:recipient = { - is_ai = yes - is_betrothed = yes - OR = { - AND = { - is_playable_character = no - liege = scope:actor - } - AND = { - is_child_of = scope:actor - NOT = { - matchmaker = { - is_parent_of = prev - this != scope:actor - } - } - OR = { - is_playable_character = no - target_is_liege_or_above = scope:actor - } - } - } - betrothed = { always = yes } + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } } - #Break recipient's betrothal with actor's vassal child/courtier - scope:recipient = { - is_betrothed = yes - betrothed = { - is_ai = yes - OR = { - AND = { - is_child_of = scope:actor - target_is_liege_or_above = scope:actor - NOT = { - matchmaker = { - is_parent_of = prev - this != scope:actor - } - } - } - AND = { - is_playable_character = no - liege = scope:actor - } - } - } - } - - #Actor breaking their betrothal to recipient's courtier/vassal child - AND = { - scope:actor = { is_betrothed = yes } - scope:recipient = { - OR = { - #Check for courtiers - any_courtier = { - is_betrothed = yes - betrothed = scope:actor - liege = scope:recipient - } - #Check for vassal children - any_child = { - is_betrothed = yes - betrothed = scope:actor - OR = { - is_playable_character = no - target_is_liege_or_above = scope:recipient - } - NOT = { - matchmaker = { - is_parent_of = prev - this != scope:actor - } - } - } - } - } + #Break recipient's betrothal with actor, or actor's vassal child/courtier + scope:recipient.betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } } } } - is_valid = { + populate_actor_list = { + # breaking your own betrothal to recipient or their courtier or unplayable child + if = { + limit = { + betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:recipient } + } + } + add_to_list = characters + } + scope:recipient = { + if = { + limit = { + betrothed ?= { + is_ai = yes + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } + } + } + add_to_list = characters + } + } + every_courtier = { + limit = { + is_ai = yes + is_betrothed = yes + betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:recipient } + } + OR = { + is_playable_character = no + any_parent = { this = scope:actor } + } + } + add_to_list = characters + } + } + redirect = { + # secondary_actor is the one under actor's control, could be actor + if = { + limit = { + scope:actor.betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:recipient } + } + } + scope:actor = { save_scope_as = secondary_actor } + } + else_if = { + limit = { + scope:recipient = { + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } + } + } + scope:recipient = { save_scope_as = secondary_actor } + } + else = { + scope:recipient.betrothed ?= { save_scope_as = secondary_actor } + } } is_valid_showing_failures_only = { @@ -1991,28 +1993,8 @@ break_betrothal_interaction = { object = scope:recipient trigger_if = { limit = { - exists = scope:recipient.betrothed - OR = { - scope:recipient.betrothed = scope:actor - scope:recipient.betrothed = { - is_ai = yes - OR = { - AND = { - is_child_of = scope:actor - target_is_liege_or_above = scope:actor - NOT = { - matchmaker = { - is_parent_of = prev - this != scope:actor - } - } - } - AND = { - is_playable_character = no - liege = scope:actor - } - } - } + scope:recipient.betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } } exists = scope:recipient.var:hook_used_for_betrothal } @@ -2027,28 +2009,8 @@ break_betrothal_interaction = { object = scope:recipient trigger_if = { limit = { - exists = scope:recipient.betrothed - OR = { - scope:recipient = scope:actor - scope:recipient = { - is_ai = yes - OR = { - AND = { - is_child_of = scope:actor - target_is_liege_or_above = scope:actor - NOT = { - matchmaker = { - is_parent_of = prev - this != scope:actor - } - } - } - AND = { - is_playable_character = no - liege = scope:actor - } - } - } + scope:recipient.betrothed ?= { + break_betrothal_valid_target_trigger = { CHARACTER = scope:actor } } exists = scope:recipient.betrothed.var:hook_used_for_betrothal } @@ -2071,8 +2033,7 @@ break_betrothal_interaction = { is_betrothed = yes betrothed = scope:actor liege = scope:recipient - exists = var:hook_used_for_betrothal - var:hook_used_for_betrothal = { + var:hook_used_for_betrothal ?= { this = scope:actor } } @@ -2090,8 +2051,7 @@ break_betrothal_interaction = { this != scope:actor } } - exists = var:hook_used_for_betrothal - var:hook_used_for_betrothal = { + var:hook_used_for_betrothal ?= { this = scope:actor } } @@ -2109,7 +2069,7 @@ break_betrothal_interaction = { limit = { OR = { scope:recipient = { has_been_promised_grand_wedding = yes } - scope:recipient.betrothed = { has_been_promised_grand_wedding = yes } + scope:recipient.betrothed ?= { has_been_promised_grand_wedding = yes } } } NOR = { @@ -2138,43 +2098,10 @@ break_betrothal_interaction = { on_accept = { #Identifies the "injured party" - scope:recipient = { - if = { - limit = { matchmaker = scope:actor } - betrothed = { save_scope_as = rejected_betrothed } - save_scope_as = rejecting_betrothed - } - else_if = { - limit = { - OR = { - #Check for courtiers - any_courtier = { - is_betrothed = yes - is_ai = yes - betrothed = scope:actor - liege = scope:recipient - } - #Check for vassal children - any_child = { - is_betrothed = yes - is_ai = yes - betrothed = scope:actor - target_is_liege_or_above = scope:recipient - } - } - } - scope:actor.betrothed = { - save_scope_as = rejected_betrothed - } - scope:actor = { - save_scope_as = rejecting_betrothed - } - } - - else = { - save_scope_as = rejected_betrothed - betrothed = { save_scope_as = rejecting_betrothed } - } + # rejected_betrothed NEVER actor + scope:secondary_actor = { + save_scope_as = rejecting_betrothed + betrothed = { save_scope_as = rejected_betrothed } } # If it was a Grand Wedding, find the host @@ -2211,19 +2138,8 @@ break_betrothal_interaction = { if = { limit = { #Only if you had no reason to break the betrothal - scope:rejected_betrothed = { is_eunuch_trigger = no } - scope:rejecting_betrothed = { is_eunuch_trigger = no } + has_proper_reason_to_break_betrothal_trigger = no NOR = { - scope:rejected_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejected_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejecting_betrothed - } - scope:rejecting_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejected_betrothed - } # Prestige loss for Grand Weddings is handled below in the specific effect scope:rejecting_betrothed = { has_been_promised_grand_wedding = yes } scope:rejected_betrothed = { has_been_promised_grand_wedding = yes } @@ -2231,41 +2147,25 @@ break_betrothal_interaction = { } #Prestige penalty if = { + limit = { + OR = { + scope:rejected_betrothed = { highest_held_title_tier > tier_empire } + scope:rejected_betrothal_owner = { highest_held_title_tier > tier_empire } + } + #Only applied for relevant characters + cost_prestige_for_break_betrothal_trigger = yes + } + scope:actor = { add_prestige = monumental_prestige_loss } + } + + else_if = { limit = { OR = { scope:rejected_betrothed = { highest_held_title_tier = tier_empire } scope:rejected_betrothal_owner = { highest_held_title_tier = tier_empire } } #Only applied for relevant characters - OR = { - scope:rejected_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:rejecting_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:actor = { - yields_alliance = { - candidate = scope:rejecting_betrothed - target = scope:rejected_betrothal_owner - target_candidate = scope:rejected_betrothed - } - } - } + cost_prestige_for_break_betrothal_trigger = yes } scope:actor = { add_prestige = massive_prestige_loss } } @@ -2277,35 +2177,7 @@ break_betrothal_interaction = { scope:rejected_betrothal_owner = { highest_held_title_tier = tier_kingdom } } #Only applied for relevant characters - OR = { - scope:rejected_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:rejecting_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:actor = { - yields_alliance = { - candidate = scope:rejecting_betrothed - target = scope:rejected_betrothal_owner - target_candidate = scope:rejected_betrothed - } - } - } + cost_prestige_for_break_betrothal_trigger = yes } scope:actor = { add_prestige = major_prestige_loss } } @@ -2317,35 +2189,7 @@ break_betrothal_interaction = { scope:rejected_betrothal_owner = { highest_held_title_tier = tier_duchy } } #Only applied for relevant characters - OR = { - scope:rejected_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:rejecting_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:actor = { - yields_alliance = { - candidate = scope:rejecting_betrothed - target = scope:rejected_betrothal_owner - target_candidate = scope:rejected_betrothed - } - } - } + cost_prestige_for_break_betrothal_trigger = yes } scope:actor = { add_prestige = medium_prestige_loss } } @@ -2357,35 +2201,7 @@ break_betrothal_interaction = { scope:rejected_betrothal_owner = { highest_held_title_tier = tier_county } } #Only applied for relevant characters - OR = { - scope:rejected_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:rejecting_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:actor = { - yields_alliance = { - candidate = scope:rejecting_betrothed - target = scope:rejected_betrothal_owner - target_candidate = scope:rejected_betrothed - } - } - } + cost_prestige_for_break_betrothal_trigger = yes } scope:actor = { add_prestige = minor_prestige_loss } } @@ -2397,35 +2213,7 @@ break_betrothal_interaction = { scope:rejected_betrothal_owner = { highest_held_title_tier = tier_barony } } #Only applied for relevant characters - OR = { - scope:rejected_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:rejecting_betrothed = { - OR = { - is_close_family_of = scope:actor - AND = { - exists = dynasty - exists = scope:actor.dynasty - dynasty = scope:actor.dynasty - } - } - } - scope:actor = { - yields_alliance = { - candidate = scope:rejecting_betrothed - target = scope:rejected_betrothal_owner - target_candidate = scope:rejected_betrothed - } - } - } + cost_prestige_for_break_betrothal_trigger = yes } scope:actor = { add_prestige = miniscule_prestige_loss } } @@ -2437,20 +2225,7 @@ break_betrothal_interaction = { if = { limit = { # There is no forced reason for breaking the betrothal - scope:rejected_betrothed = { is_eunuch_trigger = no } - scope:rejecting_betrothed = { is_eunuch_trigger = no } - NOR = { - scope:rejected_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejected_betrothed - } - scope:rejected_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejecting_betrothed - } - } + has_proper_reason_to_break_betrothal_trigger = no # A Grand Wedding was promised OR = { scope:rejecting_betrothed = { @@ -2462,33 +2237,18 @@ break_betrothal_interaction = { } } scope:actor = { break_grand_wedding_betrothal_effect = yes } - scope:rejected_betrothed = { trigger_event = marriage_interaction.0001 } } ###################################### # Opinion hits & notification events # ###################################### #Personal opinion hit for the rejected_betrothed - else_if = { - limit = { scope:rejected_betrothed != scope:actor } - scope:rejected_betrothed = { - if = { - limit = { - is_eunuch_trigger = no - scope:rejecting_betrothed = { is_eunuch_trigger = no } - NOR = { - has_trait_with_flag = can_not_marry - scope:rejecting_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejected_betrothed - } - AND = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejecting_betrothed - } - } - } + else = { + if = { + limit = { + has_proper_reason_to_break_betrothal_trigger = no + } + scope:rejected_betrothed = { show_as_tooltip = { add_opinion = { target = scope:actor @@ -2496,58 +2256,12 @@ break_betrothal_interaction = { } } } - - hidden_effect = { trigger_event = marriage_interaction.0001 } - } - } - else = { - hidden_effect = { - scope:rejecting_betrothed = { - break_betrothal = scope:rejected_betrothed - } - } - } - - #Personal opinion hit for the rejected_betrothal_owner - if = { - limit = { - NOR = { - scope:rejected_betrothed = { - this = scope:rejected_betrothal_owner - } - scope:actor = { - this = scope:rejected_betrothal_owner - } - scope:actor = { - this = scope:rejected_betrothed - } - } - } - scope:rejected_betrothal_owner = { if = { limit = { - scope:rejected_betrothed = { is_eunuch_trigger = no } - scope:rejecting_betrothed = { is_eunuch_trigger = no } - NOR = { - scope:rejected_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejected_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejecting_betrothed - } - scope:rejecting_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejected_betrothed - } - } + scope:actor != scope:rejected_betrothal_owner + scope:rejected_betrothal_owner != scope:rejected_betrothed } - if = { - limit = { - NOR = { - scope:rejected_betrothed = { has_been_promised_grand_wedding = yes } - scope:rejecting_betrothed = { has_been_promised_grand_wedding = yes } - } - } + scope:rejected_betrothal_owner = { show_as_tooltip = { add_opinion = { target = scope:actor @@ -2556,27 +2270,26 @@ break_betrothal_interaction = { } } } - - hidden_effect = { trigger_event = marriage_interaction.0001 } + } + if = { + limit = { + scope:actor != scope:rejected_betrothal_owner + } + scope:rejected_betrothal_owner = { trigger_event = marriage_interaction.0001 } + } + else = { + hidden_effect = { + scope:rejecting_betrothed = { + break_betrothal = scope:rejected_betrothed + } + } } } + #Personal opinion hit for other relative if = { limit = { - scope:rejected_betrothed = { is_eunuch_trigger = no } - scope:rejecting_betrothed = { is_eunuch_trigger = no } - NOR = { - scope:rejected_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejecting_betrothed = { has_trait_with_flag = can_not_marry } - scope:rejected_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejecting_betrothed - } - scope:rejecting_betrothed = { - allowed_to_marry_same_sex_trigger = no - sex_same_as = scope:rejected_betrothed - } - } + has_proper_reason_to_break_betrothal_trigger = no } #Opinion hit for close relatives of the rejected_betrothed (that are not rejected_betrothed_owner) if = { @@ -2630,10 +2343,8 @@ break_betrothal_interaction = { #Opinion hit for close relatives of the rejecting_betrothed (that are not also close relatives to rejected_betrothed) if = { limit = { - NOR = { - scope:rejecting_betrothed = scope:actor - scope:rejected_betrothed = scope:actor - } + scope:rejecting_betrothed != scope:actor + scope:rejected_betrothed != scope:actor scope:rejecting_betrothed = { any_close_or_extended_family_member = { NOR = { @@ -2656,13 +2367,13 @@ break_betrothal_interaction = { every_close_or_extended_family_member = { limit = { NOR = { - this = scope:rejected_betrothal_owner is_close_or_extended_family_of = scope:rejected_betrothed + this = scope:rejected_betrothal_owner this = scope:rejected_betrothed + this = scope:actor } } custom = all_family_members - add_opinion = { target = scope:actor modifier = broke_betrothal_grand_wedding_opinion @@ -2679,6 +2390,7 @@ break_betrothal_interaction = { is_close_or_extended_family_of = scope:rejected_betrothed this = scope:rejected_betrothal_owner this = scope:rejected_betrothed + this = scope:actor } } custom = all_family_members @@ -2693,17 +2405,17 @@ break_betrothal_interaction = { } scope:actor = { - # Was the marriage of relevence to the player? + # Was the marriage of relevence to the player? if = { limit = { scope:rejecting_betrothed = { - is_player_heir_of = scope:actor + is_child_of = scope:actor } } hidden_effect = { send_interface_toast = { type = msg_break_betrothal_player_heir - title = msg_break_betrothal + title = msg_break_betrothal_player_heir left_icon = scope:rejecting_betrothed right_icon = scope:rejected_betrothed custom_tooltip = break_betrothal_hook_toast_desc @@ -2728,15 +2440,13 @@ break_betrothal_interaction = { #Was the marriage promised to a vassal? if = { limit = { - exists = var:promised_to_marry_1 - var:promised_to_marry_1 = { + var:promised_to_marry_1 ?= { this = scope:rejected_betrothed any_parent = { is_vassal_of = scope:actor } } - exists = var:promised_to_marry_2 - var:promised_to_marry_2 = { + var:promised_to_marry_2 ?= { this = scope:rejecting_betrothed is_close_family_of = scope:actor } @@ -3218,10 +2928,7 @@ offer_concubine = { is_shown = { scope:actor != scope:recipient scope:actor = { - OR = { - culture = { has_cultural_tradition = tradition_concubines } - faith = { has_doctrine = doctrine_concubines } - } + allowed_more_concubines = yes } scope:recipient = { #NOT = { government_has_flag = government_is_true_herder } @@ -3637,10 +3344,7 @@ offer_concubine = { has_trait = greedy ai_greed > very_high_positive_ai_value } - OR = { - culture = { has_cultural_tradition = tradition_concubines } - faith = { has_doctrine = doctrine_concubines } - } + allowed_concubines = yes } ai_will_do = { @@ -3877,7 +3581,7 @@ dismiss_concubine_interaction = { scope:actor = { custom_tooltip = { NOT = { - var:family_widow_forbidden_divorce ?= scope:target + var:family_widow_forbidden_divorce ?= scope:recipient } text = BOUND_TO_FAMILY_WIDOW } @@ -4010,7 +3714,7 @@ divorce_character_interaction = { scope:actor = { custom_tooltip = { NOT = { - var:family_widow_forbidden_divorce ?= scope:target + var:family_widow_forbidden_divorce ?= scope:recipient } text = BOUND_TO_FAMILY_WIDOW } @@ -4151,7 +3855,7 @@ divorce_character_house_head_interaction = { scope:actor = { custom_tooltip = { NOT = { - var:family_widow_forbidden_divorce ?= scope:target + var:family_widow_forbidden_divorce ?= scope:recipient } text = BOUND_TO_FAMILY_WIDOW } @@ -4951,7 +4655,7 @@ divorce_character_dynast_request_interaction = { scope:actor = { custom_tooltip = { NOT = { - var:family_widow_forbidden_divorce ?= scope:target + var:family_widow_forbidden_divorce ?= scope:recipient } text = BOUND_TO_FAMILY_WIDOW } @@ -5131,7 +4835,7 @@ divorce_character_dynast_request_rel_head_interaction = { scope:actor = { custom_tooltip = { NOT = { - var:family_widow_forbidden_divorce ?= scope:target + var:family_widow_forbidden_divorce ?= scope:recipient } text = BOUND_TO_FAMILY_WIDOW } diff --git a/common/character_interactions/00_modifiy_vassal_contract.txt b/common/character_interactions/00_modifiy_vassal_contract.txt index 2c49a835..fbe7988a 100644 --- a/common/character_interactions/00_modifiy_vassal_contract.txt +++ b/common/character_interactions/00_modifiy_vassal_contract.txt @@ -15,7 +15,8 @@ is_shown = { scope:recipient = { this != scope:actor - liege ?= scope:actor # this excludes tributary contracts by default + liege = scope:actor + is_tributary = no # this excludes tributary contracts by default is_ruler = yes vassal_contract_has_modifiable_obligations = yes NOT = { government_allows = administrative } @@ -339,12 +340,14 @@ vassal_modify_vassal_contract_interaction = { is_shown = { scope:recipient = { - top_liege != this + liege = scope:actor this != scope:actor - liege ?= scope:actor # this excludes tributary contracts by default + is_tributary = no # this excludes tributary contracts by default vassal_contract_has_modifiable_obligations = yes - NOT = { government_allows = administrative } - NOT = { government_has_flag = government_is_nomadic } + NOR = { + government_allows = administrative + government_has_flag = government_is_nomadic + } } } @@ -595,10 +598,11 @@ ai_only_liege_modify_vassal_contract_interaction = { } scope:recipient = { this != scope:actor + liege = scope:actor NOT = { has_strong_hook = scope:actor } - liege ?= scope:actor # this excludes tributary contracts by default + is_tributary = no # this excludes tributary contracts by default is_ruler = yes vassal_contract_can_be_modified_trigger = yes does_ai_liege_in_vassal_contract_desire_obligation_change = yes @@ -683,10 +687,11 @@ ai_only_liege_modify_vassal_contract_admin_province_interaction = { } scope:recipient = { this != scope:actor + liege = scope:actor + is_tributary = no NOT = { has_strong_hook = scope:actor } - liege ?= scope:actor # this excludes tributary contracts by default is_ruler = yes government_has_flag = government_uses_admin_province_obligations @@ -748,10 +753,11 @@ ai_only_vassal_modify_vassal_contract_interaction = { has_usable_hook = scope:recipient vassal_contract_can_be_modified_trigger = yes does_ai_vassal_in_vassal_contract_desire_obligation_change = yes + is_tributary = no # this excludes tributary contracts by default + liege = scope:recipient } scope:recipient = { this != scope:actor - liege ?= scope:actor # this excludes tributary contracts by default is_ruler = yes NOT = { has_strong_hook = scope:actor @@ -824,11 +830,12 @@ admin_liege_modify_vassal_contract_interaction = { is_shown = { scope:recipient = { this != scope:actor + liege = scope:actor OR = { is_landed = yes is_councillor_of = scope:actor.top_liege } - liege ?= scope:actor # this excludes tributary contracts by default + is_tributary = no # this excludes tributary contracts by default is_ruler = yes vassal_contract_has_modifiable_obligations = yes government_allows = administrative @@ -1017,7 +1024,6 @@ admin_liege_modify_vassal_contract_interaction = { government_has_flag = government_is_celestial scope:obligation.vassal_contract_type = vassal_contract:celestial_provinces } - if = { limit = { OR = { @@ -1040,6 +1046,51 @@ admin_liege_modify_vassal_contract_interaction = { add_realm_law_skip_effects = celestial_appointment_succession_law } } + # Update the succession law for meritocratic province types if applicable - That way, we don't have to wait until the current law invalidates. + else_if = { + limit = { + government_has_flag = government_is_meritocratic + scope:obligation.vassal_contract_type = vassal_contract:meritocratic_provinces + } + if = { + limit = { + vassal_contract_has_flag = meritocratic_province_military + NOT = { has_realm_law = meritocratic_military_appointment_succession_law } + } + add_realm_law_skip_effects = meritocratic_military_appointment_succession_law + } + else_if = { + limit = { + OR = { + vassal_contract_has_flag = meritocratic_province_standard + vassal_contract_has_flag = meritocratic_province_industrial + } + NOT = { has_realm_law = meritocratic_appointment_succession_law } + } + add_realm_law_skip_effects = meritocratic_appointment_succession_law + } + } + # Update the succession law for japanese province types if applicable - That way, we don't have to wait until the current law invalidates. + else_if = { + limit = { + government_has_flag = government_is_japanese_administrative + scope:obligation.vassal_contract_type = vassal_contract:japan_administrative_provinces + } + if = { + limit = { + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } + NOT = { has_realm_law = japanese_appointment_succession_law } + } + add_realm_law_skip_effects = japanese_appointment_succession_law + } + else_if = { + limit = { + vassal_contract_has_flag = japan_administrative_military_appointment + NOT = { has_realm_law = japanese_military_appointment_succession_law } + } + add_realm_law_skip_effects = japanese_military_appointment_succession_law + } + } } } } @@ -1060,7 +1111,7 @@ admin_vassal_modify_vassal_contract_interaction = { common_interaction = yes icon = icon_contract_modification_single - filter_tags = { admin_liege rep_liege } + filter_tags = { admin_liege } send_name = "admin_vassal_modify_vassal_contract_interaction_send" desc = admin_vassal_modify_vassal_contract_interaction_desc @@ -1069,7 +1120,8 @@ admin_vassal_modify_vassal_contract_interaction = { scope:actor = { top_liege != this this != scope:recipient - liege ?= scope:recipient # this excludes tributary contracts by default + liege = scope:recipient + is_tributary = no # this excludes tributary contracts by default vassal_contract_has_modifiable_obligations = yes government_allows = administrative tgp_is_ceremonial_liege_trigger = no @@ -1235,6 +1287,51 @@ admin_vassal_modify_vassal_contract_interaction = { add_realm_law_skip_effects = celestial_appointment_succession_law } } + # Update the succession law for meritocratic province types if applicable - That way, we don't have to wait until the current law invalidates. + else_if = { + limit = { + government_has_flag = government_is_meritocratic + scope:obligation.vassal_contract_type = vassal_contract:meritocratic_provinces + } + if = { + limit = { + vassal_contract_has_flag = meritocratic_province_military + NOT = { has_realm_law = meritocratic_military_appointment_succession_law } + } + add_realm_law_skip_effects = meritocratic_military_appointment_succession_law + } + else_if = { + limit = { + OR = { + vassal_contract_has_flag = meritocratic_province_standard + vassal_contract_has_flag = meritocratic_province_industrial + } + NOT = { has_realm_law = meritocratic_appointment_succession_law } + } + add_realm_law_skip_effects = meritocratic_appointment_succession_law + } + } + # Update the succession law for japanese province types if applicable - That way, we don't have to wait until the current law invalidates. + else_if = { + limit = { + government_has_flag = government_is_japanese_administrative + scope:obligation.vassal_contract_type = vassal_contract:japan_administrative_provinces + } + if = { + limit = { + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } + NOT = { has_realm_law = japanese_appointment_succession_law } + } + add_realm_law_skip_effects = japanese_appointment_succession_law + } + else_if = { + limit = { + vassal_contract_has_flag = japan_administrative_military_appointment + NOT = { has_realm_law = japanese_military_appointment_succession_law } + } + add_realm_law_skip_effects = japanese_military_appointment_succession_law + } + } } } } @@ -1427,8 +1524,9 @@ nomad_liege_modify_vassal_contract_interaction = { is_shown = { scope:recipient = { - NOT = { this = scope:actor } - liege ?= scope:actor # this excludes tributary contracts by default + this != scope:actor + liege = scope:actor + is_tributary = no # this excludes tributary contracts by default is_ruler = yes vassal_contract_has_modifiable_obligations = yes government_has_flag = government_is_nomadic @@ -1692,8 +1790,9 @@ nomad_vassal_modify_vassal_contract_interaction = { is_shown = { scope:recipient = { is_independent_ruler = no - NOT = { this = scope:actor } - liege ?= scope:actor # this excludes tributary contracts by default + this != scope:actor + liege = scope:actor + is_tributary = no # this excludes tributary contracts by default vassal_contract_has_modifiable_obligations = yes government_has_flag = government_is_nomadic } @@ -1874,7 +1973,7 @@ suzerain_modify_tributary_contract_interaction = { scope:recipient = { is_tributary_of = scope:actor # excludes vassals by default subject_contract_has_modifiable_obligations = yes - NOT = { government_has_flag = government_is_true_herder } + NOT = { government_has_flag = government_is_herder } } } diff --git a/common/character_interactions/00_prison_interactions.txt b/common/character_interactions/00_prison_interactions.txt index 111cde89..ce82cc74 100644 --- a/common/character_interactions/00_prison_interactions.txt +++ b/common/character_interactions/00_prison_interactions.txt @@ -436,281 +436,281 @@ on_decline = { if = { limit = { - scope:recipient = { - has_government = landless_adventurer_government - reverse_has_opinion_modifier = { - target = scope:actor - modifier = eviction_ignored_opinion - } - } - } - scope:recipient = { - if = { - limit = { current_military_strength >= ep3_interactions_events_0500_troops_count_value } - start_war = { - cb = ep3_laamp_apprehend_adventurer_cb - target = scope:actor - } - } - else = { - # Remove them immediately. - remove_laamp_from_exiled_county_automatically_effect = { - PROVINCE = scope:recipient.location - LAAMP = scope:recipient - } - } - } - } - else = { - scope:actor = { - imprison_HoF_consequences_effect = yes - imprison_tyranny_effect = yes - } - scope:recipient = { - #If target is count or higher, start war. - if = { - limit = { - is_playable_character = yes - primary_title.tier > tier_barony - } - if = { - limit = { - is_a_faction_member = yes - liege = scope:actor - joined_faction = { - faction_target = scope:actor - NOT = { faction_is_type = populist_faction } - } - } - joined_faction = { - save_scope_as = retaliating_faction # For loc - imprisonment_retribution_start_faction_war_if_valid = yes - } - hidden_effect = { - if = { - limit = { NOT = { exists = joined_faction.faction_war } } - war_for_imprison_effect = yes - } - } - } - else = { - war_for_imprison_effect = yes - } - } - #If target is a baron or unlanded, have them escape. - else = { - if = { #To block them from being instantly rehired - limit = { - is_councillor_of = scope:actor - can_be_fired_from_council_trigger = { COURT_OWNER = scope:actor } - } - set_variable = { - name = escaped_imprisonment_from - value = scope:actor - years = 20 - } - } - imprison_court_chaplain_consequences_effect = yes - if = { - limit = { - is_landed_or_landless_administrative = yes - } - depose_effect = { DEPOSER = scope:actor } - } - else_if = { - limit = { - is_hostage = yes - warden = scope:actor - } - save_scope_as = imprison_failure - save_scope_as = hostage - warden = { save_scope_as = warden } - home_court = { save_scope_as = home_court } - scope:warden = { trigger_event = bp2_hostage_system.0400 } - scope:home_court = { trigger_event = bp2_hostage_system.0401 } - return_hostage = yes - } - else_if = { - limit = { - is_landed_or_landless_administrative = no - trigger_if = { - limit = { - is_councillor = yes - } - can_be_fired_from_council_trigger = { COURT_OWNER = scope:recipient.liege } - } - trigger_if = { - limit = { - exists = scope:actor.faith.religious_head - } - scope:actor.faith.religious_head != scope:recipient - } - } - select_and_move_to_pool_effect = yes - } - add_opinion = { - target = scope:actor - modifier = attempted_imprisonment_opinion - } - } - } - - if = { - limit = { - scope:actor = { has_realm_law_flag = vassal_refusal_is_treason } - } scope:actor = { - add_opinion = { - target = scope:recipient - modifier = treasonous_imprison_refusal - } + NOT = { has_title = title:e_minister_of_justice } } } - } - - #Remove them as guardian/ward for any courtier (feedback given in char_interaction.0230) - scope:actor = { - if = { - limit = { - any_courtier = { - has_relation_guardian = scope:recipient - } - } - every_courtier = { - limit = { - has_relation_guardian = scope:recipient - } - save_scope_as = ward - scope:recipient = { remove_relation_ward = scope:ward } - - scope:ward = { - if = { - limit = { - host != liege - } - return_to_court = yes - } - guardian_remove_opinion_effect = { - GUARDIAN = scope:recipient - WARD = this - WARD_LIEGE = scope:actor - } - } - - add_to_list = ward_children - } - } - if = { - limit = { - any_courtier = { - has_relation_ward = scope:recipient - } - } - random_courtier = { - limit = { - has_relation_ward = scope:recipient - } - save_scope_as = guardian - scope:guardian = { remove_relation_ward = scope:recipient } - - scope:guardian = { - if = { - limit = { - host != liege - } - return_to_court = yes - } - guardian_remove_opinion_effect = { - GUARDIAN = this - WARD = scope:recipient - WARD_LIEGE = scope:actor - } - } - - add_to_list = guardian_list - } - - hidden_effect = { - scope:guardian = { - send_interface_message = { - type = event_childhood_neutral - title = remove_guardian_interaction_notification - left_icon = scope:recipient - right_icon = scope:guardian - remove_guardian_effect = { - GUARDIAN = scope:guardian - WARD = scope:recipient - RETURN_WARD = yes - HIDE_OPINION = no - } - } - } - } - } - } - - scope:actor = { if = { limit = { scope:recipient = { - OR = { - is_playable_character = no - AND = { - is_playable_character = yes - primary_title.tier = tier_barony + has_government = landless_adventurer_government + } + } + scope:recipient = { + if = { + limit = { current_military_strength >= ep3_interactions_events_0500_troops_count_value } + start_war = { + cb = ep3_laamp_apprehend_adventurer_cb + target = scope:actor + } + } + else = { + # Remove them immediately. + remove_laamp_from_exiled_county_automatically_effect = { + PROVINCE = scope:recipient.location + LAAMP = scope:recipient + } + } + } + } + else = { + scope:actor = { + imprison_HoF_consequences_effect = yes + imprison_tyranny_effect = yes + } + scope:recipient = { + #If target is count or higher, start war. + if = { + limit = { + is_playable_character = yes + primary_title.tier > tier_barony + } + if = { + limit = { + is_a_faction_member = yes + liege = scope:actor + joined_faction = { + faction_target = scope:actor + NOT = { faction_is_type = populist_faction } + } + } + joined_faction = { + save_scope_as = retaliating_faction # For loc + imprisonment_retribution_start_faction_war_if_valid = yes + } + hidden_effect = { + if = { + limit = { NOT = { exists = joined_faction.faction_war } } + war_for_imprison_effect = yes + } + } + } + else = { + war_for_imprison_effect = yes + } + } + #If target is a baron or unlanded, have them escape. + else = { + if = { #To block them from being instantly rehired + limit = { + is_councillor_of = scope:actor + can_be_fired_from_council_trigger = { COURT_OWNER = scope:actor } + } + set_variable = { + name = escaped_imprisonment_from + value = scope:actor + years = 20 + } + } + imprison_court_chaplain_consequences_effect = yes + if = { + limit = { + is_landed_or_landless_administrative = yes + } + depose_effect = { DEPOSER = scope:actor } + } + else_if = { + limit = { + is_hostage = yes + warden = scope:actor + } + save_scope_as = imprison_failure + save_scope_as = hostage + warden = { save_scope_as = warden } + home_court = { save_scope_as = home_court } + scope:warden = { trigger_event = bp2_hostage_system.0400 } + scope:home_court = { trigger_event = bp2_hostage_system.0401 } + return_hostage = yes + } + else_if = { + limit = { + is_landed_or_landless_administrative = no + trigger_if = { + limit = { + is_councillor = yes + } + can_be_fired_from_council_trigger = { COURT_OWNER = scope:recipient.liege } + } + trigger_if = { + limit = { + exists = scope:actor.faith.religious_head + } + scope:actor.faith.religious_head != scope:recipient + } + } + select_and_move_to_pool_effect = yes + } + add_opinion = { + target = scope:actor + modifier = attempted_imprisonment_opinion + } + } + } + + if = { + limit = { + scope:actor = { has_realm_law_flag = vassal_refusal_is_treason } + } + scope:actor = { + add_opinion = { + target = scope:recipient + modifier = treasonous_imprison_refusal + } + } + } + } + + #Remove them as guardian/ward for any courtier (feedback given in char_interaction.0230) + scope:actor = { + if = { + limit = { + any_courtier = { + has_relation_guardian = scope:recipient + } + } + every_courtier = { + limit = { + has_relation_guardian = scope:recipient + } + save_scope_as = ward + scope:recipient = { remove_relation_ward = scope:ward } + + scope:ward = { + if = { + limit = { + host != liege + } + return_to_court = yes + } + guardian_remove_opinion_effect = { + GUARDIAN = scope:recipient + WARD = this + WARD_LIEGE = scope:actor + } + } + + add_to_list = ward_children + } + } + if = { + limit = { + any_courtier = { + has_relation_ward = scope:recipient + } + } + random_courtier = { + limit = { + has_relation_ward = scope:recipient + } + save_scope_as = guardian + scope:guardian = { remove_relation_ward = scope:recipient } + + scope:guardian = { + if = { + limit = { + host != liege + } + return_to_court = yes + } + guardian_remove_opinion_effect = { + GUARDIAN = this + WARD = scope:recipient + WARD_LIEGE = scope:actor + } + } + + add_to_list = guardian_list + } + + hidden_effect = { + scope:guardian = { + send_interface_message = { + type = event_childhood_neutral + title = remove_guardian_interaction_notification + left_icon = scope:recipient + right_icon = scope:guardian + remove_guardian_effect = { + GUARDIAN = scope:guardian + WARD = scope:recipient + RETURN_WARD = yes + HIDE_OPINION = no + } } } } } - trigger_event = char_interaction.0230 - } - } - - if = { - limit = { - scope:actor = { has_character_flag = flag_hostile_actions_disabled_delay } - } - scope:actor = { remove_character_flag = flag_hostile_actions_disabled_delay } - } - - # If we're a clan this interaction affects unity - if = { # If you don't have an imprisonment reason, and the target is landed, you lose more unity - limit = { - NOT = { - scope:actor = { has_imprisonment_reason = scope:recipient } + if = { + limit = { + scope:recipient = { + OR = { + is_playable_character = no + AND = { + is_playable_character = yes + primary_title.tier = tier_barony + } + } + } + } + trigger_event = char_interaction.0230 } - scope:recipient = { is_landed_or_landless_administrative = yes } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = major_unity_loss - DESC = clan_unity_imprison.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - else_if = { # If you don't have an imprisonment reason, and the target is unlanded, you lose slightly less unity - limit = { - NOT = { - scope:actor = { has_imprisonment_reason = scope:recipient } + + if = { + limit = { + has_character_flag = flag_hostile_actions_disabled_delay + } + remove_character_flag = flag_hostile_actions_disabled_delay } - scope:recipient = { is_landed_or_landless_administrative = no } } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = medium_unity_loss - DESC = clan_unity_imprison.desc - REVERSE_NON_HOUSE_TARGET = no + + # If we're a clan this interaction affects unity + if = { # If you don't have an imprisonment reason, and the target is landed, you lose more unity + limit = { + NOT = { + scope:actor = { has_imprisonment_reason = scope:recipient } + } + scope:recipient = { is_landed_or_landless_administrative = yes } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = major_unity_loss + DESC = clan_unity_imprison.desc + REVERSE_NON_HOUSE_TARGET = no + } } - } - else = { # If you have a valid reason, you lose only a tiny bit of unity (criminal or not, they are still family) - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = miniscule_unity_loss - DESC = clan_unity_imprison.desc - REVERSE_NON_HOUSE_TARGET = no + else_if = { # If you don't have an imprisonment reason, and the target is unlanded, you lose slightly less unity + limit = { + NOT = { + scope:actor = { has_imprisonment_reason = scope:recipient } + } + scope:recipient = { is_landed_or_landless_administrative = no } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = medium_unity_loss + DESC = clan_unity_imprison.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + else = { # If you have a valid reason, you lose only a tiny bit of unity (criminal or not, they are still family) + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = miniscule_unity_loss + DESC = clan_unity_imprison.desc + REVERSE_NON_HOUSE_TARGET = no + } } } } @@ -1482,6 +1482,19 @@ } } + modifier = { # Expel first, even if they criminals + factor = 0 + scope:actor = { + NOT = { + has_opinion_modifier = { + target = scope:recipient + modifier = eviction_ignored_opinion + } + } + } + scope:recipient = { government_has_flag = government_is_landless_adventurer } + } + evaluate_action_decreasing_house_unity = { VALUE = 100 } @@ -1536,16 +1549,14 @@ move_to_dungeon_interaction = { } trigger_event = prison_notification.1001 custom_tooltip = MOVE_PRISONER_TO_DUNGEON - scope:recipient = { - every_close_or_extended_family_member = { - custom = all_family_members - limit = { - scope:actor != this - } - add_opinion = { - modifier = family_moved_to_dungeon_opinion - target = scope:actor - } + every_close_or_extended_family_member = { + custom = all_family_members + limit = { + scope:actor != this + } + add_opinion = { + modifier = family_moved_to_dungeon_opinion + target = scope:actor } } } @@ -1667,16 +1678,14 @@ move_to_house_arrest_interaction = { trigger_event = prison_notification.1002 } custom_tooltip = MOVE_PRISONER_TO_HOUSE_ARREST - scope:recipient = { - every_close_or_extended_family_member = { - custom = all_family_members - limit = { - scope:actor != this - } - add_opinion = { - modifier = moved_to_house_arrest_opinion - target = scope:actor - } + every_close_or_extended_family_member = { + custom = all_family_members + limit = { + scope:actor != this + } + add_opinion = { + modifier = moved_to_house_arrest_opinion + target = scope:actor } } } @@ -1745,12 +1754,9 @@ ransom_interaction = { is_valid_showing_failures_only = { trigger_if = { - limit = { - scope:invalid = yes - } + limit = { scope:invalid = yes } always = no } - scope:secondary_recipient = { custom_description = { text = "currently_being_tortured" @@ -1764,20 +1770,7 @@ ransom_interaction = { custom_tooltip = { text = is_currently_being_purged_tt scope:secondary_recipient = { - NOT = { - has_character_flag = is_currently_being_purged - } - } - } - } - - cost = { - influence = { - value = 0 - if = { - limit = { scope:influence_send_option = yes } - add = scope:actor.medium_influence_value - desc = INFLUENCE_INTERACTION_ACCEPTANCE_SEND_OPTION + NOT = { has_character_flag = is_currently_being_purged } } } } @@ -2033,6 +2026,8 @@ ransom_interaction = { is_valid = { # Actor has enough influence scope:actor = { influence >= medium_influence_value } + # Recipient wants your influence + scope:recipient = { government_has_flag = government_has_influence } # Both characters are within the same top realm custom_tooltip = { text = not_same_realm_tt @@ -2040,7 +2035,7 @@ ransom_interaction = { } } flag = influence_send_option - localization = TRADE_INFLUENCE_FOR_BETTER_AI_ACCEPTANCE + localization = DEMAND_INFLUENCE_AI_ACCEPTANCE } # MPO Herd @@ -2059,7 +2054,7 @@ ransom_interaction = { } is_valid = { # Recipient has enough Herd - scope:recipient = { domicile.herd >= domicile.medium_herd_value } + scope:recipient = { domicile.herd >= scope:recipient.ransom_herd_value } } flag = herd_send_option localization = RANSOM_HERD_OPTION @@ -2069,7 +2064,7 @@ ransom_interaction = { EXTORTIONATE_RANSOM_COST = scope:secondary_recipient.increased_ransom_cost_value RANSOM_COST = scope:secondary_recipient.ransom_cost_value CURRENT_GOLD = scope:recipient.gold - RANSOM_HERD_COST = ransom_herd_value_recipient + RANSOM_HERD_COST = scope:recipient.ransom_herd_value } ai_accept = { @@ -2379,9 +2374,7 @@ pay_ransom_interaction = { scope:recipient = { save_scope_as = secondary_recipient if = { - limit = { - exists = imprisoner - } + limit = { exists = imprisoner } imprisoner = { save_scope_as = recipient } } } @@ -2389,17 +2382,6 @@ pay_ransom_interaction = { desc = pay_ransom_interaction_desc - cost = { - influence = { - value = 0 - if = { - limit = { scope:influence_send_option = yes } - add = scope:actor.medium_influence_value - desc = INFLUENCE_INTERACTION_ACCEPTANCE_SEND_OPTION - } - } - } - greeting = positive notification_text = PAY_RANSOM_PROPOSAL @@ -2901,6 +2883,8 @@ pay_ransom_interaction = { is_valid = { # Actor has enough influence scope:actor = { influence >= medium_influence_value } + # Recipient has enough influence + scope:recipient = { government_has_flag = government_has_influence } # Both characters are within the same top realm custom_tooltip = { text = not_same_realm_tt @@ -2908,7 +2892,7 @@ pay_ransom_interaction = { } } flag = influence_send_option - localization = TRADE_INFLUENCE_FOR_BETTER_AI_ACCEPTANCE + localization = DEMAND_INFLUENCE_AI_ACCEPTANCE } send_option = { # MPO Herd @@ -2926,7 +2910,7 @@ pay_ransom_interaction = { } is_valid = { # Actor has enough Herd - scope:actor = { domicile.herd >= domicile.medium_herd_value } + scope:actor = { domicile.herd >= scope:actor.ransom_herd_value } } flag = herd_send_option localization = PAY_FOR_BETTER_AI_ACCEPTANCE @@ -2954,7 +2938,7 @@ pay_ransom_interaction = { EXTORTIONATE_RANSOM_COST = scope:secondary_recipient.increased_ransom_cost_value RANSOM_COST = scope:secondary_recipient.ransom_cost_value CURRENT_GOLD = scope:actor.gold - RANSOM_HERD_COST = ransom_herd_value_actor + RANSOM_HERD_COST = scope:actor.ransom_herd_value } ai_accept = { @@ -3501,9 +3485,7 @@ ransom_me_interaction = { } is_shown = { - scope:actor = { - is_imprisoned_by = scope:recipient - } + scope:actor = { is_imprisoned_by = scope:recipient } } is_valid_showing_failures_only = { @@ -3646,17 +3628,6 @@ ransom_me_interaction = { } } - cost = { - influence = { - value = 0 - if = { - limit = { scope:influence_send_option = yes } - add = scope:actor.medium_influence_value - desc = INFLUENCE_INTERACTION_ACCEPTANCE_SEND_OPTION - } - } - } - send_option = { is_shown = { exists = scope:recipient @@ -3708,9 +3679,7 @@ ransom_me_interaction = { } } is_valid = { - scope:actor = { - gold >= ransom_cost - } + scope:actor = { gold >= ransom_cost } } flag = gold localization = "RANSOM_GOLD_OPTION" @@ -3719,14 +3688,11 @@ ransom_me_interaction = { # If you don't have what they're worth, pay me what you have! send_option = { is_shown = { - exists = scope:recipient - scope:recipient = { + scope:recipient ?= { OR = { is_lowborn = yes NOT = { - dynasty = { - has_dynasty_perk = fp1_pillage_legacy_3 - } + dynasty = { has_dynasty_perk = fp1_pillage_legacy_3 } } } } @@ -3761,6 +3727,8 @@ ransom_me_interaction = { is_valid = { # Actor has enough influence scope:actor = { influence >= medium_influence_value } + # Recipient wants your influence + scope:recipient = { government_has_flag = government_has_influence } # Both characters are within the same top realm custom_tooltip = { text = not_same_realm_tt @@ -3768,7 +3736,7 @@ ransom_me_interaction = { } } flag = influence_send_option - localization = TRADE_INFLUENCE_FOR_BETTER_AI_ACCEPTANCE + localization = DEMAND_INFLUENCE_AI_ACCEPTANCE } send_option = { # MPO Herd @@ -3785,7 +3753,7 @@ ransom_me_interaction = { } is_valid = { # Actor has enough Herd - scope:actor = { domicile.herd >= domicile.medium_herd_value } + scope:actor = { domicile.herd >= ransom_herd_value } } flag = herd_send_option localization = PAY_FOR_BETTER_AI_ACCEPTANCE @@ -3812,7 +3780,7 @@ ransom_me_interaction = { EXTORTIONATE_RANSOM_COST = scope:actor.increased_ransom_cost_value RANSOM_COST = scope:actor.ransom_cost_value CURRENT_GOLD = scope:actor.gold - RANSOM_HERD_COST = ransom_herd_value_actor + RANSOM_HERD_COST = scope:actor.ransom_herd_value } ai_accept = { @@ -4138,6 +4106,8 @@ release_from_prison_interaction = { scope:disfigure = no scope:blind = no scope:castrate = no + scope:demand_admin = no + scope:gain_hook = no } desc = RELEASE_PRISONER_OFFER } @@ -4185,6 +4155,16 @@ release_from_prison_interaction = { limit = { scope:recipient = { is_imprisoned_by = scope:actor } } scope:recipient = { + if = { + limit = { + is_imprisoned = yes + # Release is handled in follow-up events + scope:disfigure = no + scope:blind = no + scope:castrate = no + } + release_from_prison = yes + } # Demand Conversion if = { limit = { scope:demand_conversion = yes } @@ -4273,6 +4253,7 @@ release_from_prison_interaction = { has_any_artifact = yes } every_character_artifact = { + limit = { NOT = { has_variable = artifact_prevent_transfer } } set_owner = { target = scope:actor history = { @@ -4658,6 +4639,68 @@ release_from_prison_interaction = { target = scope:actor } } + hidden_effect = { + random = { # chance of inspiring a knight to become eligible for idealist accolade + chance = 2 + modifier = { + factor = accolade_progress # scales with accolade progress + } + modifier = { # must have an eligible knight + NOT = { + any_knight = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = idealist + } + } + } + factor = 0 + } + set_variable = { + name = accolade_progress + value = 0 + } + random_knight = { + limit = { + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = idealist + } + } + weight = { + base = 1 + modifier = { + add = 50 + is_acclaimed = yes + } + modifier = { + add = 50 + has_trait = compassionate + } + modifier = { + add = 30 + has_trait = just + } + modifier = { + add = 30 + has_trait = zealous + } + } + save_scope_as = idealist + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_idealist_unlock.t + left_icon = scope:idealist + right_icon = scope:recipient + custom_tooltip = accolade_idealist_unlock.tt + scope:idealist = { + set_variable = { + name = idealist_attribute_unlock + value = yes + } + } + } + } + } } house ?= { change_house_relation_effect = { @@ -4724,17 +4767,15 @@ release_from_prison_interaction = { SECOND = scope:recipient } any_character_struggle = { - involvement = involved - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_release_supporter_detractor CHAR = scope:recipient } } } every_character_struggle = { - involvement = involved limit = { - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_release_supporter_detractor CHAR = scope:recipient } @@ -4787,11 +4828,18 @@ release_from_prison_interaction = { } } } - else = { + else_if = { + limit = { + scope:disfigure = no + scope:blind = no + scope:castrate = no + } scope:actor = { trigger_event = char_interaction.0160 } } + else = { #do nothing as rest is handled in follow-up events + } # If a child was imprisoned due to yearly_4021 they'll come back to say hi if = { @@ -4827,17 +4875,6 @@ release_from_prison_interaction = { remove_variable = marked_for_revenge_in_event_yearly_4021 } } - - if = { - limit = { - is_imprisoned = yes - # Release is handled in follow-up events - scope:disfigure = no - scope:blind = no - scope:castrate = no - } - release_from_prison = yes - } } # FP3 - If prisoner is important for war @@ -5747,7 +5784,7 @@ release_from_prison_interaction = { NOR = { has_trait = one_eyed has_trait = infirm - age > 60 # I.e. they have poor eyesight already + has_trait = clouded_eyes } } desc = "BLIND_NEGATIVE_REASON" @@ -5759,7 +5796,7 @@ release_from_prison_interaction = { OR = { has_trait = one_eyed has_trait = infirm - age > 60 # I.e. they have poor eyesight already + has_trait = clouded_eyes } } desc = "BLIND_NEGATIVE_REASON" @@ -6826,17 +6863,15 @@ execute_prisoner_interaction = { limit = { scope:recipient = { is_important_or_vip_struggle_character = yes } any_character_struggle = { - involvement = involved - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_important CHAR = scope:recipient } } } every_character_struggle = { - involvement = involved limit = { - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_important CHAR = scope:recipient } @@ -6857,9 +6892,8 @@ execute_prisoner_interaction = { if = { limit = { scope:recipient = { has_trait = fp3_struggle_detractor } - any_character_struggle = { - involvement = involved - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + struggle:persian_struggle = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_detractor CHAR = scope:recipient } @@ -6868,7 +6902,7 @@ execute_prisoner_interaction = { every_character_struggle = { involvement = involved limit = { - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_detractor CHAR = scope:recipient } @@ -6885,7 +6919,7 @@ execute_prisoner_interaction = { scope:recipient = { has_trait = fp3_struggle_supporter } any_character_struggle = { involvement = involved - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_supporter CHAR = scope:recipient } @@ -6894,7 +6928,7 @@ execute_prisoner_interaction = { every_character_struggle = { involvement = involved limit = { - activate_struggle_catalyst_secondary_character_involvement_involved_trigger = { + activate_struggle_catalyst_secondary_character_involvement_either_trigger = { CATALYST = catalyst_execute_supporter CHAR = scope:recipient } @@ -7987,6 +8021,11 @@ systematically_maim_character_interaction = { send_option = { flag = maim_castrate + is_shown = { + scope:actor.culture = { + has_cultural_parameter = can_castrate_prisoners + } + } is_valid = { scope:recipient = { NOR = { @@ -8000,6 +8039,11 @@ systematically_maim_character_interaction = { } send_option = { flag = maim_blind + is_shown = { + scope:actor.culture = { + has_cultural_parameter = can_blind_prisoners + } + } is_valid = { scope:recipient = { NOT = { has_trait = blind } @@ -8011,6 +8055,11 @@ systematically_maim_character_interaction = { } send_option = { flag = maim_face + is_shown = { + scope:actor.culture = { + has_cultural_parameter = can_blind_prisoners + } + } is_valid = { scope:recipient = { NOT = { has_trait = disfigured } @@ -8039,6 +8088,263 @@ systematically_maim_character_interaction = { localization = maim_arm_name current_description = maim_arm } + send_option = { + flag = renounce_claims + localization = RELEASE_RENOUNCE_CLAIMS + is_shown = { + custom_description = { + text = "release_renounce_claims" + subject = scope:recipient + scope:recipient = { + any_claim = { + explicit = yes + save_temporary_scope_as = temp_claim + OR = { + holder = scope:actor + AND = { + NOT = { prev = { target_is_liege_or_above = scope:actor } } + trigger_if = { + limit = { + exists = holder + } + holder = { target_is_liege_or_above = scope:actor } + } + } + scope:actor = { + any_held_title = { + is_de_jure_liege_or_above_target = scope:temp_claim + } + } + } + } + } + } + } + current_description = { + desc = RELEASE_RENOUNCE_CLAIMS_DESC + } + } + + send_option = { + flag = banish + localization = "RELEASE_BANISH" + is_shown = { + trigger_if = { + limit = { + scope:actor = { is_ai = yes } + } + scope:recipient = { + OR = { + AND = { + is_playable_character = no + is_ruler = no + gold > scope:actor.gold + gold > scope:actor.medium_gold_value + scope:actor.ai_greed > low_negative_ai_value + } + AND = { + is_playable_character = no + is_ruler = no + gold > 0 + scope:actor = { + has_banish_reason = scope:recipient + } + } + AND = { + is_playable_character = no + is_ruler = no + gold > 100 + scope:actor.ai_greed >= high_positive_ai_value + } + AND = { + scope:actor = { + has_banish_reason = scope:recipient + } + scope:actor = { + opinion = { + target = scope:recipient + value <= medium_negative_opinion + } + } + } + } + } + } + trigger_if = { + limit = { + scope:recipient = { + is_playable_character = yes + } + } + scope:recipient = { + is_vassal_of = scope:actor + } + } + trigger_else = { + scope:recipient = { + is_courtier_of = scope:actor + } + } + NOT = { + scope:recipient = { + is_spouse_of = scope:actor + } + } + } + } + + send_option = { + flag = take_vows + localization = "RELEASE_TAKE_VOWS" + is_shown = { + scope:actor = { take_vows_available_trigger = yes } + } + is_valid = { + #Handle AI + trigger_if = { + limit = { + scope:actor = { is_ai = yes } + } + #We're AI and Byzantium + trigger_if = { + limit = { + scope:actor = { + culture = { has_cultural_pillar = heritage_byzantine } + } + } + scope:recipient = { + is_ai = yes #Not gonna depose player characters, for now + OR = { + is_close_or_extended_family_of = scope:actor + is_vassal_or_below_of = scope:actor #Weigh this for Byz AI in the modifiers below + has_relation_rival = scope:actor + is_courtier_of = scope:actor + } + NOT = { + is_heir_of = scope:actor + } + } + #Get rid of rivals despite potentially liking them + trigger_if = { + limit = { + scope:recipient = { has_relation_rival = scope:actor } + } + always = yes + } + #Only get rid of family members if we dislike them + trigger_else = { + scope:actor = { + opinion = { + target = scope:recipient + value <= medium_negative_opinion + } + } + } + } + #We're not Byzantium but plain AI + trigger_else = { + scope:recipient = { + is_ai = yes #Not gonna depose player characters, for now + is_close_or_extended_family_of = scope:actor + NOT = { + is_heir_of = scope:actor + } + } + scope:actor = { + opinion = { + target = scope:recipient + value <= medium_negative_opinion + } + } + custom_description = { + text = "release_vows_invalid_not_your_court" + object = scope:recipient + subject = scope:actor + scope:recipient = { is_courtier_of = scope:actor } + } + } + } + #Enhanced Take the Vows for Byzantium players -- who do we want to boot to a monastery far, far away? + trigger_else_if = { + limit = { + scope:actor = { + culture = { has_cultural_pillar = heritage_byzantine } + } + } + scope:recipient = { + is_ai = yes #Not gonna depose player characters, for now + custom_description = { + text = "release_byz_vows_invalid" + object = scope:recipient + subject = scope:actor + OR = { + is_close_or_extended_family_of = scope:actor + is_vassal_or_below_of = scope:actor + has_relation_rival = scope:actor + is_courtier_of = scope:actor + } + } + } + } + #Otherwise standard procedure Take the Vows requirements + trigger_else = { + scope:recipient = { + is_ai = yes #Not gonna depose player characters, for now + } + scope:actor = { is_close_or_extended_family_of = scope:recipient } #Triggering I_AM_NOT instead of CHARACTER_IS_NOT makes the tooltip look less cursed + custom_description = { + text = "release_vows_invalid_not_your_court" + object = scope:recipient + subject = scope:actor + scope:recipient = { is_courtier_of = scope:actor } + } + + } + scope:recipient = { + age >= 10 + NOR = { + has_trait = excommunicated + has_trait = devoted + has_trait = incapable + } + #Do they have the "wrong" marriage type? + NOR = { + custom_description = { + text = is_married_matrilineally + subject = scope:recipient + any_spouse = { + is_female = yes + matrilinear_marriage = yes + } + } + custom_description = { + text = is_married_patrilineally + subject = scope:recipient + any_spouse = { + is_male = yes + patrilinear_marriage = yes + } + } + custom_description = { + text = matrilinear_betrothal + subject = scope:recipient + betrothed ?= { + is_female = yes + matrilinear_betrothal = yes + } + } + custom_description = { + text = patrilinear_betrothal + subject = scope:recipient + betrothed ?= { + is_male = yes + patrilinear_betrothal = yes + } + } + } + } + } + } on_accept = { scope:recipient = { @@ -8060,172 +8366,317 @@ systematically_maim_character_interaction = { } # Let the enchoppening begin. - ## Castrate. - if = { - limit = { scope:maim_castrate = yes } - show_as_tooltip = { + switch = { + trigger = yes + ## Castrate. + scope:maim_castrate = { + show_as_tooltip = { + scope:recipient = { + if = { + limit = { + age < 12 + } + ep3_child_castration_effect = yes + } + else = { + ep3_youth_castration_effect = yes + } + release_from_prison = yes + } + } + torture_blind_castrate_disfigure_opinion_effect = { VERB = castrated } + scope:actor = { + clear_designated_heir = yes + trigger_event = { + id = prison.1025 + days = 1 + } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = major_unity_loss + DESC = clan_unity_abelarding.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + ## Blind. + scope:maim_blind = { + show_as_tooltip = { + scope:recipient = { + add_trait = blind + release_from_prison = yes + } + } + torture_blind_castrate_disfigure_opinion_effect = { VERB = blinded } + scope:actor = { + clear_designated_heir = yes + # Merciful Blindings + if = { + limit = { + culture = { has_cultural_parameter = merciful_blinding } + OR = { + has_execute_reason = scope:recipient + has_banish_reason = scope:recipient + } + } + add_piety = medium_piety_gain + } + trigger_event = { + id = prison.1020 + days = 1 + } + } + # If actor's culture has Merciful Blindings, they lose less unity. + if = { + limit = { + scope:actor.culture = { has_cultural_parameter = merciful_blinding } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = minor_unity_loss + DESC = clan_unity_blinding.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + else = { + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = medium_unity_loss + DESC = clan_unity_blinding.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + } + ## Disfigure. + scope:maim_face = { + show_as_tooltip = { + scope:recipient = { + add_trait = disfigured + release_from_prison = yes + } + } + torture_blind_castrate_disfigure_opinion_effect = { VERB = disfigured } + scope:actor = { + clear_designated_heir = yes + trigger_event = { + id = prison.1030 + days = 1 + } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = major_unity_loss + DESC = clan_unity_maimed.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + ## Take off an arm. + scope:maim_arm = { + show_as_tooltip = { + scope:recipient = { + apply_maimed_trait_and_modifier_effect = yes + release_from_prison = yes + } + } + torture_blind_castrate_disfigure_opinion_effect = { VERB = maimed } + scope:actor = { + clear_designated_heir = yes + save_scope_value_as = { + name = maim_type + value = flag:arm + } + trigger_event = { + id = prison.1041 + days = 1 + } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = major_unity_loss + DESC = clan_unity_maimed.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + ## Take off a leg. + scope:maim_leg = { + show_as_tooltip = { + scope:recipient = { + add_trait = one_legged + release_from_prison = yes + } + } + torture_blind_castrate_disfigure_opinion_effect = { VERB = maimed } + scope:actor = { + clear_designated_heir = yes + save_scope_value_as = { + name = maim_type + value = flag:leg + } + trigger_event = { + id = prison.1041 + days = 1 + } + } + add_clan_unity_interaction_effect = { + CHARACTER = scope:actor + TARGET = scope:recipient + VALUE = major_unity_loss + DESC = clan_unity_maimed.desc + REVERSE_NON_HOUSE_TARGET = no + } + } + # Banish Landed Character + scope:banish = { scope:recipient = { if = { limit = { - age < 12 + is_landed_or_landless_administrative = yes + } + banish_effect = { BANISHER = scope:actor } + if = { + limit = { + NOT = { + scope:actor = { + has_banish_reason = scope:recipient + } + } + } + scope:actor = { add_tyranny = banishment_tyranny_gain } } - ep3_child_castration_effect = yes } - else = { - ep3_youth_castration_effect = yes + # Banish Unlanded Character + else_if = { + limit = { + is_landless_adventurer = no + is_pool_character = no # It is possible for them to end up in the pool between the interaction being sent, and it being accepted + } + if = { + limit = { + gold > 0 + NOR = { + has_character_flag = realm_priest + has_character_flag = was_bookmaker + } + } + pay_short_term_gold = { target = scope:actor gold = scope:recipient.gold } + } + if = { + limit = { + has_any_artifact = yes + } + every_character_artifact = { + limit = { NOT = { has_variable = artifact_prevent_transfer } } + set_owner = { + target = scope:actor + history = { + location = scope:recipient.location + actor = scope:recipient + recipient = scope:actor + type = stolen + } + } + scope:actor = { + if = { + limit = { + NOT = { has_variable = stolen_artifact } + } + set_variable = { + name = stolen_artifact + value = 1 + } + } + else = { + change_variable = { + name = stolen_artifact + add = 1 + } + } + } + } + } + banish = yes + } + # 'Banish' Pool Character + else_if = { + limit = { + is_playable_character = no + is_pool_character = yes # They'll just leave for the pool + } + if = { + limit = { + gold > 0 + } + pay_short_term_gold = { target = scope:actor gold = scope:recipient.gold } + } + } + add_opinion = { + modifier = banished_me + target = scope:actor } release_from_prison = yes } } - torture_blind_castrate_disfigure_opinion_effect = { VERB = castrated } - scope:actor = { - clear_designated_heir = yes - trigger_event = { - id = prison.1025 - days = 1 - } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = major_unity_loss - DESC = clan_unity_abelarding.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - ## Blind. - if = { - limit = { scope:maim_blind = yes } - show_as_tooltip = { + # Renounce Claims + scope:renounce_claims = { scope:recipient = { - add_trait = blind + add_opinion = { + modifier = demanded_claim_renouncement + target = scope:actor + } release_from_prison = yes + every_claim = { + explicit = yes + limit = { + save_temporary_scope_as = temp_claim + OR = { + holder = scope:actor + AND = { + exists = holder + NOT = { prev = { target_is_liege_or_above = scope:actor } } + holder = { target_is_liege_or_above = scope:actor } + } + scope:actor = { + any_held_title = { + is_de_jure_liege_or_above_target = scope:temp_claim + } + } + } + } + scope:recipient = { remove_claim = prev } + } } } - torture_blind_castrate_disfigure_opinion_effect = { VERB = blinded } - scope:actor = { - clear_designated_heir = yes - # Merciful Blindings + # Take Vows + scope:take_vows = { + send_child_to_clergy_effect = yes + #Does Byzan go hay-wire with deposing vassals? if = { limit = { - culture = { has_cultural_parameter = merciful_blinding } - OR = { - has_execute_reason = scope:recipient - has_banish_reason = scope:recipient + scope:actor = { + is_ai = yes + culture = { has_cultural_pillar = heritage_byzantine } } } - add_piety = medium_piety_gain + debug_log = debug_ai_byzan_forced_vows_on_prison_release + debug_log_scopes = yes } - trigger_event = { - id = prison.1020 - days = 1 + #Does the AI in general go haywire with deposing prisoners? + else_if = { + limit = { + scope:actor = { is_ai = yes } + } + debug_log = debug_ai_forced_vows_on_prison_release + debug_log_scopes = yes } - } - # If actor's culture has Merciful Blindings, they lose less unity. - if = { - limit = { - scope:actor.culture = { has_cultural_parameter = merciful_blinding } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = minor_unity_loss - DESC = clan_unity_blinding.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - else = { - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = medium_unity_loss - DESC = clan_unity_blinding.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - } - ## Disfigure. - if = { - limit = { scope:maim_face = yes } - show_as_tooltip = { scope:recipient = { - add_trait = disfigured release_from_prison = yes } } - torture_blind_castrate_disfigure_opinion_effect = { VERB = disfigured } - scope:actor = { - clear_designated_heir = yes - trigger_event = { - id = prison.1030 - days = 1 - } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = major_unity_loss - DESC = clan_unity_maimed.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - ## Take off an arm. - if = { - limit = { scope:maim_arm = yes } - show_as_tooltip = { - scope:recipient = { - apply_maimed_trait_and_modifier_effect = yes - release_from_prison = yes - } - } - torture_blind_castrate_disfigure_opinion_effect = { VERB = maimed } - scope:actor = { - clear_designated_heir = yes - save_scope_value_as = { - name = maim_type - value = flag:arm - } - trigger_event = { - id = prison.1041 - days = 1 - } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = major_unity_loss - DESC = clan_unity_maimed.desc - REVERSE_NON_HOUSE_TARGET = no - } - } - ## Take off a leg. - if = { - limit = { scope:maim_leg = yes } - show_as_tooltip = { - scope:recipient = { - add_trait = one_legged - release_from_prison = yes - } - } - torture_blind_castrate_disfigure_opinion_effect = { VERB = maimed } - scope:actor = { - clear_designated_heir = yes - save_scope_value_as = { - name = maim_type - value = flag:leg - } - trigger_event = { - id = prison.1041 - days = 1 - } - } - add_clan_unity_interaction_effect = { - CHARACTER = scope:actor - TARGET = scope:recipient - VALUE = major_unity_loss - DESC = clan_unity_maimed.desc - REVERSE_NON_HOUSE_TARGET = no - } } } diff --git a/common/character_interactions/00_religious_interactions.txt b/common/character_interactions/00_religious_interactions.txt index 239dac97..352a4053 100644 --- a/common/character_interactions/00_religious_interactions.txt +++ b/common/character_interactions/00_religious_interactions.txt @@ -2234,7 +2234,7 @@ seek_indulgences_interaction = { trigger_if = { limit = { has_trait = kinslayer_3 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_3 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_3 GENDER_CHARACTER = scope:actor } } gold >= seek_indulgences_major_criminal_trait_value } @@ -2243,19 +2243,19 @@ seek_indulgences_interaction = { OR = { AND = { has_trait = kinslayer_2 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_2 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_2 GENDER_CHARACTER = scope:actor } } AND = { has_trait = witch - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = witch GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:witch GENDER_CHARACTER = scope:actor } } AND = { has_trait = deviant - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = deviant GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:deviant GENDER_CHARACTER = scope:actor } } AND = { has_trait = sodomite - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = sodomite GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:sodomite GENDER_CHARACTER = scope:actor } } } } @@ -2266,15 +2266,15 @@ seek_indulgences_interaction = { OR = { AND = { has_trait = kinslayer_1 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_1 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_1 GENDER_CHARACTER = scope:actor } } AND = { has_trait = fornicator - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = fornicator GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:fornicator GENDER_CHARACTER = scope:actor } } AND = { has_trait = adulterer - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = adulterer GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:adulterer GENDER_CHARACTER = scope:actor } } } } @@ -4089,7 +4089,7 @@ take_vows_interaction = { if = { limit = { house = { - has_house_power_parameter = humility_take_the_vows_bonus + has_house_aspiration_parameter = humility_take_the_vows_bonus } } add_piety_experience = 100 @@ -5426,11 +5426,11 @@ hof_ask_for_gold_interaction = { OR = { AND = { has_trait = fornicator - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = fornicator GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:fornicator GENDER_CHARACTER = scope:actor } } AND = { has_trait = adulterer - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = adulterer GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:adulterer GENDER_CHARACTER = scope:actor } } } } @@ -5460,15 +5460,15 @@ hof_ask_for_gold_interaction = { OR = { AND = { has_trait = kinslayer_1 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_1 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_1 GENDER_CHARACTER = scope:actor } } AND = { has_trait = kinslayer_2 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_2 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_2 GENDER_CHARACTER = scope:actor } } AND = { has_trait = kinslayer_3 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_3 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_3 GENDER_CHARACTER = scope:actor } } } } @@ -6255,11 +6255,11 @@ hof_ask_for_claim_interaction = { OR = { AND = { has_trait = fornicator - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = fornicator GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:fornicator GENDER_CHARACTER = scope:actor } } AND = { has_trait = adulterer - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = adulterer GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:adulterer GENDER_CHARACTER = scope:actor } } } } @@ -6272,11 +6272,11 @@ hof_ask_for_claim_interaction = { OR = { AND = { has_trait = fornicator - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = fornicator GENDER_CHARACTER = scope:secondary_recipient } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:fornicator GENDER_CHARACTER = scope:secondary_recipient } } AND = { has_trait = adulterer - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = adulterer GENDER_CHARACTER = scope:secondary_recipient } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:adulterer GENDER_CHARACTER = scope:secondary_recipient } } } } @@ -6323,15 +6323,15 @@ hof_ask_for_claim_interaction = { OR = { AND = { has_trait = kinslayer_1 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_1 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_1 GENDER_CHARACTER = scope:actor } } AND = { has_trait = kinslayer_2 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_2 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_2 GENDER_CHARACTER = scope:actor } } AND = { has_trait = kinslayer_3 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_3 GENDER_CHARACTER = scope:actor } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_3 GENDER_CHARACTER = scope:actor } } } } @@ -6344,15 +6344,15 @@ hof_ask_for_claim_interaction = { OR = { AND = { has_trait = kinslayer_1 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_1 GENDER_CHARACTER = scope:secondary_recipient } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_1 GENDER_CHARACTER = scope:secondary_recipient } } AND = { has_trait = kinslayer_2 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_2 GENDER_CHARACTER = scope:secondary_recipient } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_2 GENDER_CHARACTER = scope:secondary_recipient } } AND = { has_trait = kinslayer_3 - trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = kinslayer_3 GENDER_CHARACTER = scope:secondary_recipient } + trait_is_shunned_or_criminal_in_faith_trigger = { FAITH = faith TRAIT = trait:kinslayer_3 GENDER_CHARACTER = scope:secondary_recipient } } } } diff --git a/common/character_interactions/00_scheme_interactions.txt b/common/character_interactions/00_scheme_interactions.txt index 226b87ca..5e505b0e 100644 --- a/common/character_interactions/00_scheme_interactions.txt +++ b/common/character_interactions/00_scheme_interactions.txt @@ -738,7 +738,7 @@ befriend_interaction = { involvement = involved has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone } - house ?= { has_house_power_parameter = aspect_of_serenity } + house ?= { has_house_aspiration_parameter = aspect_of_serenity } } NOR = { has_trait = shy @@ -903,7 +903,7 @@ befriend_interaction = { factor = 25 OR = { has_focus = diplomacy_family_focus - house ?= { has_house_power_parameter = aspect_of_serenity } + house ?= { has_house_aspiration_parameter = aspect_of_serenity } } } @@ -1388,7 +1388,7 @@ seduce_interaction = { } } - modifier = { # Try to avoid agressive seduction unless you're geared for it + modifier = { # Try to avoid aggressive seduction unless you're geared for it add = -10 scope:actor = { NOR = { diff --git a/common/character_interactions/00_tradition_interactions.txt b/common/character_interactions/00_tradition_interactions.txt index 825c1eb3..3872424e 100644 --- a/common/character_interactions/00_tradition_interactions.txt +++ b/common/character_interactions/00_tradition_interactions.txt @@ -416,31 +416,19 @@ appoint_podesta_interaction = { } resolve_title_and_vassal_change = scope:change } - } - } - else = { - scope:recipient = { - show_as_tooltip = { - change_government = republic_government - create_title_and_vassal_change = { - type = returned - save_scope_as = change - add_claim_on_loss = no + every_vassal = { + limit = { + government_has_flag = government_is_republic } - every_vassal = { - limit = { - government_has_flag = government_is_republic - } - every_held_title = { - change_title_holder = { - holder = scope:recipient - change = scope:change - take_baronies = yes - } + every_held_title = { + change_title_holder = { + holder = scope:recipient + change = scope:change + take_baronies = yes } } - resolve_title_and_vassal_change = scope:change } + resolve_title_and_vassal_change = scope:change } } } diff --git a/common/character_interactions/00_tribal_interactions.txt b/common/character_interactions/00_tribal_interactions.txt index 0a50014b..17e51d45 100644 --- a/common/character_interactions/00_tribal_interactions.txt +++ b/common/character_interactions/00_tribal_interactions.txt @@ -182,27 +182,23 @@ } } - if = { - limit = { - scope:target = { + scope:target ?= { + if = { + limit = { title_province = { geographical_region = geographical_region:mpo_region_permafrost } } - } - if = { - limit = { - scope:target = { has_county_modifier = mpo_siberian_permafrost_modifier } + if = { + limit = { has_county_modifier = mpo_siberian_permafrost_modifier } + remove_county_modifier = mpo_siberian_permafrost_modifier } - scope:target = { remove_county_modifier = mpo_siberian_permafrost_modifier } - } - else_if = { - limit = { - scope:target = { has_county_modifier = mpo_siberian_permafrost_modifier_bad } + else_if = { + limit = { has_county_modifier = mpo_siberian_permafrost_modifier_bad } + remove_county_modifier = mpo_siberian_permafrost_modifier_bad } - scope:target = { remove_county_modifier = mpo_siberian_permafrost_modifier_bad } - } - } + } + } } } } @@ -364,29 +360,7 @@ tribalize_holding_interaction = { scope:target.title_province = { set_holding_type = tribal_holding } - } - - if = { - limit = { - scope:target = { - title_province = { - geographical_region = geographical_region:mpo_region_permafrost - } - } - } - if = { - limit = { - scope:target = { has_county_modifier = mpo_siberian_permafrost_modifier } - } - scope:target = { remove_county_modifier = mpo_siberian_permafrost_modifier } - } - else_if = { - limit = { - scope:target = { has_county_modifier = mpo_siberian_permafrost_modifier_bad } - } - scope:target = { remove_county_modifier = mpo_siberian_permafrost_modifier_bad } - } - } + } } } } @@ -847,7 +821,7 @@ turn_subject_into_mandala_interaction = { scope:actor = { is_at_war = no } custom_tooltip = { text = cannot_take_overt_hostile_actions_against_diarch.tt - NOT = { scope:recipient ?= scope:actor.diarch } + NOT = { scope:actor.diarch ?= scope:recipient } } custom_tooltip = { text = head_of_faith_unable_to_change_government_desc @@ -938,6 +912,16 @@ turn_subject_into_mandala_interaction = { scope:recipient = { highest_held_title_tier >= tier_kingdom } gold >= 2000 } + modifier = { + scope:recipient.capital_county.title_province = { + NOR = { + has_holding_type = temple_citadel_holding + has_holding_type = church_holding + has_holding_type = castle_holding + } + } + factor = 0 + } } ai_accept = { diff --git a/common/character_interactions/00_tributary_interactions.txt b/common/character_interactions/00_tributary_interactions.txt index d926656f..424ac93f 100644 --- a/common/character_interactions/00_tributary_interactions.txt +++ b/common/character_interactions/00_tributary_interactions.txt @@ -12,13 +12,6 @@ become_tributary_interaction = { desc = become_tributary_interaction_desc is_shown = { - scope:actor = { - trigger_if = { - limit = { is_ai = yes } - current_military_strength < scope:recipient.one_and_a_half_times_current_military_strength - primary_title.tier < scope:recipient.primary_title.tier - } - } scope:recipient = { is_independent_ruler = yes # while it's possible for tributaries to have their own tributaries, it should not be possible to create a tributary relationship with a non-independent ruler NOR = { @@ -28,6 +21,13 @@ become_tributary_interaction = { } can_have_tributaries_trigger = yes } + scope:actor = { + trigger_if = { + limit = { is_ai = yes } + current_military_strength < scope:recipient.one_and_a_half_times_current_military_strength + primary_title.tier < scope:recipient.primary_title.tier + } + } } is_valid_showing_failures_only = { @@ -76,22 +76,6 @@ become_tributary_interaction = { is_confederation_member = no is_at_war = no } - trigger_if = { - limit = { scope:recipient = title:h_china.holder } - scope:actor = { - custom_tooltip = { - text = neighbor_is_china - is_tributary = no - is_independent_ruler = yes - OR = { - has_variable = wants_to_become_tributary_of_china - any_neighboring_and_across_water_top_liege_realm_owner = { - primary_title = title:h_china - } - } - } - } - } } needs_confirmation = { @@ -1289,8 +1273,7 @@ demand_tributary_interaction = { scope:recipient = { NOT = { any_neighboring_top_suzerain_realm_owner = { - exists = this - NOT = { this = scope:actor } + this != scope:actor } } NOT = { @@ -2020,6 +2003,7 @@ release_tributary_interaction = { add_truce_both_ways = { character = scope:actor years = 5 + override = yes name = TRUCE_TRIBUTARY_STOPPED } add_opinion = { @@ -2170,7 +2154,7 @@ exact_tribute_interaction = { ai_max_reply_days = 9 can_send_despite_rejection = yes popup_on_receive = yes - common_interaction = yes + common_interaction = no interface_priority = 4 @@ -2228,9 +2212,7 @@ exact_tribute_interaction = { is_tributary = no custom_tooltip = { text = exact_tribute_interaction_hegemony_not_neighbor_tt - any_neighboring_and_across_water_top_liege_realm_owner = { - this = scope:actor - } + any_neighboring_realm_with_tributaries_owner = { this = scope:actor } } } } @@ -2432,9 +2414,7 @@ exact_tribute_interaction = { GIVER = scope:recipient CHARACTER = scope:actor } - is_adult = yes - has_any_disease_trigger = no - has_easily_mocked_physical_attribute_trigger = no + tribute_mission_is_available_concubine_trigger = yes } add_to_list = potential_concubine_tribute_list random_in_list = { @@ -3462,7 +3442,7 @@ offer_courtier_interaction = { add_opinion = { target = scope:recipient modifier = annoyed_opinion - opinion = 10 + opinion = -10 } } scope:recipient = { diff --git a/common/character_interactions/00_vassal_interactions.txt b/common/character_interactions/00_vassal_interactions.txt index 468d3fa4..35141ab0 100644 --- a/common/character_interactions/00_vassal_interactions.txt +++ b/common/character_interactions/00_vassal_interactions.txt @@ -2,7 +2,7 @@ grant_vassal_interaction = { category = interaction_category_vassal - common_interaction = yes + common_interaction = no interface = transfer_vassal icon = icon_vassal @@ -1393,24 +1393,17 @@ create_claimant_faction_against_interaction = { exists = scope:recipient exists = scope:landed_title scope:recipient = { - OR = { - has_title = title:e_minister_chancellor - has_title = title:e_minister_censor - has_title = title:e_minister_grand_marshal - has_title = title:e_minister_of_personnel - has_title = title:e_minister_of_revenue - has_title = title:e_minister_of_rites - has_title = title:e_minister_of_war - has_title = title:e_minister_of_justice - has_title = title:e_minister_of_works - } + tgp_is_any_minister = yes } } scope:recipient = { custom_description = { text = target_is_a_minister_desc subject = this - scope:landed_title = { this = title:h_china } + any_held_title = { + tgp_is_minister_title = yes + de_jure_liege ?= scope:landed_title + } } } } @@ -1681,10 +1674,7 @@ force_onto_council = { NAND = { has_council_position = councillor_court_chaplain faith = { - OR = { - has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment - has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment - } + has_doctrine_parameter = clerical_appointment_fixed } } } @@ -2291,7 +2281,7 @@ ask_for_pardon_interaction = { first_valid = { triggered_desc = { trigger = { - scope:actor != scope:recipient.liege + scope:actor.top_liege != scope:recipient } desc = ask_for_pardon_interaction_minister_desc } @@ -2332,7 +2322,9 @@ ask_for_pardon_interaction = { is_highlighted = { OR = { - has_usable_hook = scope:recipient + scope:actor = { + has_usable_hook = scope:recipient + } AND = { scope:recipient = { has_title = title:e_minister_of_justice @@ -4008,6 +4000,7 @@ grant_court_position = { scope:recipient = { liege ?= scope:actor tgp_is_ceremonial_liege_trigger = no + NOT = { has_character_flag = travel_option_added_character } } } diff --git a/common/character_interactions/00_war.txt b/common/character_interactions/00_war.txt index 2867e253..4b2e1270 100644 --- a/common/character_interactions/00_war.txt +++ b/common/character_interactions/00_war.txt @@ -114,7 +114,9 @@ NOT = { has_strong_hook = scope:actor } trigger_if = { limit = { is_imprisoned = yes } - imprisoner != scope:actor + NOT = { + imprisoner = scope:actor + } } } scope:actor = { diff --git a/common/character_interactions/03_fp2_interactions.txt b/common/character_interactions/03_fp2_interactions.txt index e3fe3533..938dd6e4 100644 --- a/common/character_interactions/03_fp2_interactions.txt +++ b/common/character_interactions/03_fp2_interactions.txt @@ -3411,7 +3411,11 @@ contract_assistance_interaction = { greedy = medium_stress_impact_gain arrogant = medium_stress_impact_gain } - custom_tooltip = contract_assistance_interaction_condition_tt + custom_description_no_bullet = { + text = contract_assistance_interaction_condition_tt + subject = scope:recipient + object = scope:actor + } show_as_tooltip = { pay_short_term_gold = { target = scope:actor @@ -3996,7 +4000,11 @@ request_contract_assistance_interaction = { greedy = medium_stress_impact_gain arrogant = medium_stress_impact_gain } - custom_tooltip = request_contract_assistance_interaction_condition_tt + custom_description_no_bullet = { + text = contract_assistance_interaction_condition_tt + subject = scope:actor + object = scope:recipient + } show_as_tooltip = { pay_short_term_gold = { target = scope:recipient @@ -4778,8 +4786,8 @@ bargain_fealty_interaction = { top_liege = this is_at_war = yes any_character_war = { - is_war_leader = prev - primary_defender = prev + is_war_leader = scope:actor + primary_defender = scope:actor } trigger_if = { limit = { @@ -4799,24 +4807,36 @@ bargain_fealty_interaction = { } } } - # Recipient is not at war with Actor scope:recipient = { - any_neighboring_and_across_water_top_liege_realm_owner = { this = scope:actor } + NOT = { this = scope:actor } primary_title = { is_mercenary_company = no } - NOR = { - this = scope:actor - is_at_war_with = scope:actor - } } } is_valid_showing_failures_only = { scope:actor = { + custom_tooltip = { + text = bargain_fealty_interaction_valid_tt + any_character_war = { + is_war_leader = scope:actor + primary_defender = scope:actor + NOT = { using_cb = fp2_border_raid } + NOT = { using_cb = county_struggle_cb } + } + } any_character_struggle = { involvement = involved has_struggle_phase_parameter = unlocks_bargain_fealty_interaction } } + scope:recipient = { + custom_tooltip = { + text = bargain_fealty_interaction_neighbor_tt + any_neighboring_and_across_water_top_liege_realm_owner = { this = scope:actor } + } + # Recipient is not at war with Actor + NOT = { is_at_war_with = scope:actor } + } } can_be_picked = { @@ -4841,45 +4861,45 @@ bargain_fealty_interaction = { } } + can_send = { + exists = scope:target + } + on_accept = { - if = { - limit = { exists = scope:target } + scope:target = { # Add Recipient to Actor's war - scope:target = { - hidden_effect = { set_called_to = scope:recipient } - if = { - limit = { is_attacker = scope:actor } - add_attacker = scope:recipient - } - else = { add_defender = scope:recipient } + hidden_effect = { set_called_to = scope:recipient } + add_defender = scope:recipient + } + create_title_and_vassal_change = { + type = swear_fealty + save_scope_as = change + } + scope:actor = { + change_liege = { + liege = scope:recipient + change = scope:change } - create_title_and_vassal_change = { - type = swear_fealty - save_scope_as = change - } - scope:actor = { - change_liege = { - liege = scope:recipient - change = scope:change - } - resolve_title_and_vassal_change = scope:change - } - # Actor effects - scope:actor = { - stress_impact = { - arrogant = medium_stress_impact_gain - craven = medium_stress_impact_gain - } - } - # Recipient effects - scope:recipient = { - stress_impact = { - greedy = medium_stress_impact_gain - craven = medium_stress_impact_gain - } + resolve_title_and_vassal_change = scope:change + } + # Actor effects + scope:actor = { + stress_impact = { + arrogant = medium_stress_impact_gain + craven = medium_stress_impact_gain } } - else = { + # Recipient effects + scope:recipient = { + stress_impact = { + greedy = medium_stress_impact_gain + craven = medium_stress_impact_gain + } + } + if = { + limit = { + NOT = { exists = scope:target } + } scope:actor = { send_interface_toast = { type = event_toast_effect_neutral @@ -5377,7 +5397,7 @@ invite_foreign_ruler_to = { # is_imprisoned = no # # Matches the regular minimum triggers. # any_character_struggle = { involvement = involved } - # short_term_gold > standard_activity_cost + # short_term_gold > standard_activity_base_cost #} # #ai_target_quick_trigger = { adult = yes } diff --git a/common/character_interactions/06_ep3_laamp_interactions.txt b/common/character_interactions/06_ep3_laamp_interactions.txt index 5446f642..01b687b3 100644 --- a/common/character_interactions/06_ep3_laamp_interactions.txt +++ b/common/character_interactions/06_ep3_laamp_interactions.txt @@ -168,21 +168,18 @@ purchase_land_interaction = { } is_valid_showing_failures_only = { - scope:actor = { top_liege = this } scope:actor = { + top_liege = this prestige_level >= 2 - } - scope:actor = { - NOT = { + NOR = { has_trait = gallowsbait - } - } - scope:actor = { - NOT = { has_trait = gallivanter } } - scope:recipient = { is_at_war = no } + scope:recipient = { + is_at_war = no + NOT = { has_strong_hook = scope:actor } + } trigger_if = { # Can't purchase Baronies limit = { scope:target ?= { tier = tier_barony } @@ -240,9 +237,6 @@ purchase_land_interaction = { always = no } } - scope:recipient = { - NOT = { has_strong_hook = scope:actor } - } #Has to be used instead of diplo range checks in laamp to landed interactions ep3_laamp_diplo_range_trigger = { TARGET = scope:recipient @@ -320,9 +314,7 @@ purchase_land_interaction = { multiply = 0.5 } if = { - limit = { - scope:offer_gold = yes - } + limit = { scope:offer_gold = yes } multiply = 2 } } @@ -346,7 +338,9 @@ purchase_land_interaction = { } } } - show_as_tooltip = { purchase_land_interaction_shortened_effect = yes } + show_as_tooltip = { + scope:actor = { purchase_land_interaction_effect = yes } + } if = { limit = { always = scope:hook } scope:actor = { use_hook = scope:recipient } @@ -2010,10 +2004,7 @@ negotiate_settlement_interaction = { any_claim = { OR = { holder ?= { - OR = { - this = scope:actor - target_is_liege_or_above = scope:actor - } + target_is_same_character_or_above = scope:actor } target_is_de_jure_liege_or_above = scope:actor.primary_title } @@ -4801,6 +4792,11 @@ hire_laamp_mercenaries_interaction = { is_ai = yes } scope:recipient.current_military_strength >= 100 + scope:recipient = { + NOT = { + has_character_flag = ai_hire_blocker + } + } } } } @@ -4922,9 +4918,20 @@ hire_laamp_mercenaries_interaction = { } } scope:actor = { - pay_short_term_gold = { - target = scope:recipient - gold = ep3_hire_laamp_mercs_cost_value + if = { + limit = { + has_treasury = no + } + pay_short_term_gold = { + target = scope:recipient + gold = ep3_hire_laamp_mercs_cost_value + } + } + else = { + pay_short_term_treasury = { + target = scope:recipient + treasury = ep3_hire_laamp_mercs_cost_value + } } add_to_variable_list = { name = hired_mercenaries @@ -4945,7 +4952,10 @@ hire_laamp_mercenaries_interaction = { } } scope:recipient = { - add_character_flag = joined_as_mercenary + set_variable = { + name = joined_as_mercenary + value = scope:actor + } } add_clan_unity_interaction_effect = { CHARACTER = scope:actor @@ -5665,10 +5675,7 @@ evict_adventurer_interaction = { scope:recipient = { # Adventurer must be in the subrealm domicile.domicile_location.county.holder ?= { - OR = { - this = scope:actor - any_liege_or_above = { this ?= scope:actor } - } + target_is_same_character_or_above = scope:actor } } # AI should not against hired adventurers @@ -5709,10 +5716,7 @@ evict_adventurer_interaction = { every_character_task_contract = { limit = { task_contract_location.county.holder = { - OR = { - this = scope:actor - any_liege_or_above = { this = scope:actor } - } + target_is_same_character_or_above = scope:actor } } invalidate_contract = yes @@ -5733,14 +5737,14 @@ evict_adventurer_interaction = { modifier = demanded_eviction_opinion } custom_tooltip = evict_adventurer_contracts_tt - } - scope:actor = { custom_description_no_bullet = { text = evict_adventurer_consequences_tt - object = scope:recipient - subject = scope:actor + object = scope:actor + subject = scope:recipient } custom_tooltip = evict_adventurer_casus_belli_tt + } + scope:actor = { show_as_tooltip = { add_opinion = { target = scope:recipient @@ -5835,6 +5839,10 @@ evict_adventurer_interaction = { target = scope:recipient } } + modifier = { + add = 100 + has_imprisonment_reason = scope:recipient + } modifier = { add = { if = { diff --git a/common/character_interactions/09_mpo_interactions.txt b/common/character_interactions/09_mpo_interactions.txt index ae55136e..9bbeb1fb 100644 --- a/common/character_interactions/09_mpo_interactions.txt +++ b/common/character_interactions/09_mpo_interactions.txt @@ -369,9 +369,7 @@ scope:recipient = { NOT = { any_land_neighboring_realm_with_tributaries_owner = { - NOT = { - this = scope:actor - } + this != scope:actor } } NOT = { @@ -2631,7 +2629,43 @@ migration_interaction = { value = scope:target_title } } - + if = { + limit = { + OR = { + has_variable = crowned_king_var + has_variable = crowned_emperor_var + } + } + set_variable = { + name = nomad_migration_preserve_coronation + value = yes + } + } + if = { + limit = { + highest_held_title_tier = tier_duchy + } + add_character_modifier = { + modifier = mpo_migrating_accolade_duke_modifier + } + } + else_if = { + limit = { + highest_held_title_tier = tier_kingdom + } + add_character_modifier = { + modifier = mpo_migrating_accolade_king_modifier + } + } + else_if = { + limit = { + highest_held_title_tier >= tier_empire + } + add_character_modifier = { + modifier = mpo_migrating_accolade_emperor_modifier + } + } + # Save your old lands save_scope_as = old_holder capital_county = { save_scope_as = old_capital_county } @@ -2716,17 +2750,6 @@ migration_interaction = { migration_set_obedient_vassal_effect = yes } } - # Player and non obedient vassals get turned into Tributaries instead - every_vassal = { - limit = { - exists = scope:target_title - OR = { - NOT = { is_obedient_to = scope:actor } - is_ai = no - } - } - break_subject_contract_and_establish_tributary_effect = { SUZERAIN = scope:actor TRIBUTARY = prev } - } # Migration travel is handled by code } } @@ -2751,6 +2774,44 @@ migration_interaction = { } } } + scope:actor = { + if = { + limit = { + OR = { + has_variable = crowned_king_var + has_variable = crowned_emperor_var + } + } + set_variable = { + name = nomad_migration_preserve_coronation + value = yes + } + } + if = { + limit = { + highest_held_title_tier = tier_duchy + } + add_character_modifier = { + modifier = mpo_migrating_accolade_duke_modifier + } + } + else_if = { + limit = { + highest_held_title_tier = tier_kingdom + } + add_character_modifier = { + modifier = mpo_migrating_accolade_king_modifier + } + } + else_if = { + limit = { + highest_held_title_tier >= tier_empire + } + add_character_modifier = { + modifier = mpo_migrating_accolade_emperor_modifier + } + } + } # Migration wars are handled by code scope:actor = { if = { @@ -3332,9 +3393,7 @@ migration_interaction = { } AND = { tier = tier_county - any_county_province = { - any_province_epidemic = { - } + any_county_province_epidemic = { } } } @@ -7716,7 +7775,9 @@ mpo_retrieve_land_from_herder_interaction = { desc = YOU_ARE_AN_ADVENTURER_REASON } modifier = { - exists = scope:actor.suzerain + scope:recipient = { + is_tributary = yes + } add = -25 desc = ADVENTURER_SUZERAIN_REASON } @@ -7775,6 +7836,7 @@ mpo_vassal_to_tributary_interaction = { is_valid_showing_failures_only = { scope:recipient = { is_imprisoned = no + is_independent_ruler = yes } scope:actor = { is_imprisoned = no @@ -8769,9 +8831,7 @@ mpo_offer_submission_or_ruin = { scope:recipient = { NOT = { any_neighboring_top_liege_realm_owner = { - NOT = { - this = scope:actor - } + this != scope:actor } } NOT = { diff --git a/common/character_interactions/tgp_tribute_mission_interactions.txt b/common/character_interactions/tgp_tribute_mission_interactions.txt index b41ebcd5..95a0d913 100644 --- a/common/character_interactions/tgp_tribute_mission_interactions.txt +++ b/common/character_interactions/tgp_tribute_mission_interactions.txt @@ -382,8 +382,7 @@ tribute_mission_concubine_interaction = { GIVER = scope:actor CHARACTER = scope:actor.overlord } - has_any_disease_trigger = no - has_easily_mocked_physical_attribute_trigger = no + tribute_mission_is_available_concubine_trigger = yes } add_to_list = characters } diff --git a/common/council_tasks/00_chancellor_tasks.txt b/common/council_tasks/00_chancellor_tasks.txt index 5f994261..46d4889e 100644 --- a/common/council_tasks/00_chancellor_tasks.txt +++ b/common/council_tasks/00_chancellor_tasks.txt @@ -567,17 +567,18 @@ task_integrate_title = { trigger_if = { limit = { has_tgp_dlc_trigger = yes - liege = { - any_character_situation = { - situation_type = dynastic_cycle - save_temporary_scope_as = dynastic_cycle + top_liege = { + top_participant_group:dynastic_cycle ?= { + participant_group_type = hegemon_ruler } } } custom_tooltip = { text = dynastic_cycle_locks_title_integration_tt - top_participant_group:dynastic_cycle ?= { - NOT = { has_participant_group_parameter = dynastic_cycle_locks_title_integration } + top_liege = { + top_participant_group:dynastic_cycle ?= { + NOT = { has_participant_group_parameter = dynastic_cycle_locks_title_integration } + } } } } @@ -585,6 +586,17 @@ task_integrate_title = { on_finish_task_county = { start_default_task = yes + # Add the title to the Dynastic Cycle core region + if = { + limit = { + scope:councillor_liege = { + top_participant_group:dynastic_cycle ?= { + participant_group_type = hegemon_ruler + } + } + } + situation:dynastic_cycle.situation_sub_region:core = { add_dejure_title_to_sub_region = scope:county.empire } + } } potential_county = { diff --git a/common/culture/cultures/NEOW_mongolic.txt b/common/culture/cultures/NEOW_mongolic.txt new file mode 100644 index 00000000..2b6e3dac --- /dev/null +++ b/common/culture/cultures/NEOW_mongolic.txt @@ -0,0 +1,34 @@ +kalmyk = { + color = { 0.2 0.2 1.0 } + + ethos = ethos_bellicose + heritage = heritage_mongolic + language = language_mongolic + martial_custom = martial_custom_male_only + head_determination = head_determination_herd + + traditions = { + #tradition_horse_lords + #tradition_loyal_soldiers + tradition_hunters + tradition_zealous_people + tradition_mountain_homes + } + + dlc_tradition = { + trait = tradition_mpo_northern_tribes + requires_dlc_flag = khans_of_the_steppe + } + + name_list = name_list_oirat + + coa_gfx = { mongol_coa_gfx steppe_coa_gfx } + building_gfx = { steppe_building_gfx } + clothing_gfx = { mongol_clothing_gfx } + unit_gfx = { mongol_unit_gfx } + house_coa_frame = house_frame_14 + + ethnicities = { + 100 = asian_mongol + } +} diff --git a/common/culture/eras/00_culture_eras.txt b/common/culture/eras/00_culture_eras.txt index a84f8c3a..e8ab2d02 100644 --- a/common/culture/eras/00_culture_eras.txt +++ b/common/culture/eras/00_culture_eras.txt @@ -34,33 +34,6 @@ culture_era_early_medieval = { damage = 5 toughness = 2 } - - # Accolade - ## Accolade Archers - maa_upgrade = { - men_at_arms = accolade_maa_archers - damage = 6 - } - ## Accolade Skirmishers - maa_upgrade = { - men_at_arms = accolade_maa_skirmishers - damage = 6 - } - ## Accolade Pikes - maa_upgrade = { - men_at_arms = accolade_maa_pikes - damage = 6 - } - ## Accolade Outriders - maa_upgrade = { - men_at_arms = accolade_maa_outriders - pursuit = 6 - } - ## Accolade Cameliers - maa_upgrade = { - men_at_arms = accolade_maa_cameliers - pursuit = 6 - } } culture_era_high_medieval = { @@ -105,55 +78,6 @@ culture_era_high_medieval = { damage = 5 screen = 3 } - - # Accolade - ## Accolade Archers - maa_upgrade = { - men_at_arms = accolade_maa_archers - damage = 4 - toughness = 4 - } - ## Accolade Skirmishers - maa_upgrade = { - men_at_arms = accolade_maa_skirmishers - damage = 4 - toughness = 4 - pursuit = 4 - screen = 4 - } - ## Accolade Pikes - maa_upgrade = { - men_at_arms = accolade_maa_pikes - damage = 4 - toughness = 4 - } - ## Accolade Outriders - maa_upgrade = { - men_at_arms = accolade_maa_outriders - damage = 4 - toughness = 4 - pursuit = 4 - screen = 4 - } - ## Accolade Vanguards - maa_upgrade = { - men_at_arms = accolade_maa_vanguards - damage = 10 - toughness = 10 - } - ## Accolade Lancers - maa_upgrade = { - men_at_arms = accolade_maa_lancers - pursuit = 10 - } - ## Accolade Cameliers - maa_upgrade = { - men_at_arms = accolade_maa_cameliers - damage = 4 - toughness = 4 - pursuit = 4 - screen = 4 - } } culture_era_late_medieval = { @@ -199,59 +123,4 @@ culture_era_late_medieval = { damage = 8 screen = 5 } - - # Accolade - ## Accolade Archers - maa_upgrade = { - men_at_arms = accolade_maa_archers - damage = 10 - toughness = 10 - } - ## Accolade Skirmishers - maa_upgrade = { - men_at_arms = accolade_maa_skirmishers - damage = 6 - toughness = 6 - pursuit = 4 - screen = 4 - } - ## Accolade Pikes - maa_upgrade = { - men_at_arms = accolade_maa_pikes - damage = 10 - toughness = 6 - } - ## Accolade Outriders - maa_upgrade = { - men_at_arms = accolade_maa_outriders - damage = 16 - toughness = 16 - pursuit = 20 - screen = 6 - } - ## Accolade Vanguards - maa_upgrade = { - men_at_arms = accolade_maa_vanguards - damage = 10 - toughness = 10 - } - ## Accolade Lancers - maa_upgrade = { - men_at_arms = accolade_maa_lancers - screen = 20 - } - ## Accolade Crossbowers - maa_upgrade = { - men_at_arms = accolade_maa_crossbowers - damage = 10 - toughness = 10 - } - ## Accolade Cameliers - maa_upgrade = { - men_at_arms = accolade_maa_cameliers - damage = 16 - toughness = 6 - pursuit = 20 - screen = 6 - } } diff --git a/common/culture/innovations/tgp_innovations.txt b/common/culture/innovations/tgp_innovations.txt index c8c4e0a0..d79123e8 100644 --- a/common/culture/innovations/tgp_innovations.txt +++ b/common/culture/innovations/tgp_innovations.txt @@ -181,17 +181,7 @@ innovation_sericulture = { # VICTORIA TECHS ARE BACK BABEYYY AWOOOOU (wolf howl) icon = @sericulture potential = { - has_tgp_dlc_trigger = yes - } - - can_progress = { - custom_tooltip = { - text = silk_road_sericulture_trigger_tt - OR = { - has_cultural_pillar = heritage_chinese - has_cultural_pillar = heritage_byzantine - } - } + silk_road_innovation_trigger = { INNOVATION = sericulture } } parameters = { diff --git a/common/culture/name_equivalency/00_names.txt b/common/culture/name_equivalency/00_names.txt index 5f962457..5e18e6e6 100644 --- a/common/culture/name_equivalency/00_names.txt +++ b/common/culture/name_equivalency/00_names.txt @@ -932,7 +932,7 @@ morganna_female = { Morganna Morganne } morna_female = { Morna Muirne } moses_male = { MosE_ Moses Mouses Musa Muza } mstislav_male = { Mstislav ML_cisL_aw MS_cisL_aw } -muhammad_male = { Muhammad Mahammad Mamlan Mihemed Mohammed Muhammed Mahamed } +muhammad_male = { Muhammad Mahammad Mamlan Mihemed Mohammed Muhammed Mahamed Muhammad_Bughra Muhammad_Toghan } mungo_male = { Mungo Mwyn } munia_female = { Moninha Monnia Munia MU_nia Munya } muniadomna_female = { Mumadona MU_niadomna Muniadona } @@ -1218,7 +1218,7 @@ skule_male = { Skule Scule Skuli SkU_li } slaine_female = { Slaine SlA_I_ne } smbat_male = { Smbat Sumbat } sobeslaus_male = { Sobeslaus SobE_slav Sobieslav } -solomon_male = { Salemon Salman Salomon Selevan Selyf Solomon SolomO_n Sulayman Suleyman Suleiman } +solomon_male = { Salemon Salman Salomon Selevan Selyf Solomon SolomO_n Sulayman Suleyman Suleiman Suleyman-Arslan } solve_male = { SO_lve SO_lvi } somerled_male = { Somerled Somhairle SumarliT_i } sonpala_male = { Sonpala Sonpal } diff --git a/common/culture/name_lists/NEOW_french.txt b/common/culture/name_lists/NEOW_french.txt index e2f6258e..2d4913b7 100644 --- a/common/culture/name_lists/NEOW_french.txt +++ b/common/culture/name_lists/NEOW_french.txt @@ -226,30 +226,30 @@ _O_act_in Abb_e_act_-Faria Abraracourcix Aiwendil Alatar Aldarion Amandil Amroth An_a_act_rion Arador Aragorn Aramis Arathorn Aronnax Arvedui Ast_e_act_rix Atanamir Atanatar Athos Avempace Averro_e_grv_s Avicenne Azagh_a_hat_l B_e_uml_or B_o_act_r Balin Bandobras Barahir Barbicane Bard Beaufort Beleg Beorn Beregond Beren Bifur Bilbon Bill Bofur Bombur Boromir Brandir Bree Brego - Caderousse Calogrenant Caspian Celebrimbor Celeborn Chasseur-de-Truffes Cirion Ciryatan Clerval Clopin Conseil Coriakin Curumo - D_a_act_in D_pst_Artagnan Dakkar Dant_e_grv_s Denethor Dior Dori Duilin Durin Dwalin + Caderousse Calogrenant Camus Caspian Celebrimbor Celeborn Chasseur-de-Truffes Cirion Ciryatan Clerval Clopin Conseil Coriakin Curumo + D_a_act_in D_pst_Artagnan Dakkar Dant_e_grv_s Denethor Descartes Diderot Dior Dori Duilin Durin Dwalin E_a_uml_rendil E_a_uml_rnil E_a_uml_rnur Ecthelion Egalmoth Eldacar Eldarion Elendil Elfhelm Elrond Elros Enjolras Eorl Erkenbrand F_e_uml_anor F_i_act_li Fantasio Faramir Fauchelevent Felagund Felar_o_act_f Finarfin Fingolfin Fingon Fr_e_act_d_e_act_gar Frodon Galdor Gandalf Gavroche Gerontius Gil-galad Gimli Gl_o_act_in Glorfindel Gringoire Gripoil Gwaihir H_a_act_ma Haddock H_u_act_rin Halbarad Haldir Harbert Helm Horn Huan Huor Hyarmendacil Ibn_spc_Khaldoun Id_e_act_fix Imrahil Isildur - Jeanvaljean J-T-Maston Jules-C_e_act_sar + Jeanvaljean J-T-Maston Jules-C_e_act_sar Jules-Verne K_i_act_li Legolas Lidenbrock - Mablung Maedhros Meriadoc Meursault Minastir Moli_e_grv_re Montaigne Montesquieu Morrel Myriel + Mablung Maedhros Martel Meriadoc Meursault Minastir Moli_e_grv_re Montaigne Montesquieu Morrel Myriel N_e_act_mo Ned-Land Nicholl Nivacrin Num_e_act_robis Ob_e_act_lix Ocatarinetabellatchitchix Ol_o_act_rin Orodreth Orophin Ostoher Paladin Pallando Panoramix Passepartout Pencroff Peregr_i_uml_n Phileas-Fogg Phoebus Pontmercy Porthos Quasimodo - Radagast Robur Roheryn + Radagast Rimbaud Robur Roheryn Rousseau Samsagace Schtroumpf Spirou Sylvebarbe - T_u_act_rin Tarrou Th_e_act_oden Th_e_act_odred Thengel Thingol Thorgal Thorin Thorondor Thr_a_act_in Thr_o_act_r Thranduil Tintin Tom-Bombadil Tr_e_act_ville Tuor Turgon - Valacar Voltaire + T_u_act_rin Tarrou Th_e_act_oden Th_e_act_odred Thengel Thingol Thorgal Thorin Thorondor Thr_a_act_in Thr_o_act_r Thranduil Tintin Tom-Bombadil Tr_e_act_ville Tuor Turenne Turgon + Valacar Verlaine Victor-Hugo Voltaire Zola ### Normal names _E_act_douard _E_act_mile _E_act_ric _E_act_tienne - Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Augustin Axel + Adrien Aimery Alain Albert Alexandre Alexis Alphonse Ambiorix Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Augustin Axel B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis Damien Daniel David Denis Didier Dimitri Dominique_male @@ -287,7 +287,7 @@ Haleth Hayd_e_act_e Idril Indis Ioreth L_u_act_thien Lalaith Lobelia Loth_i_act_riel Louve - M_e_act_lusine Melian Merc_e_act_d_e_grv_s + Marie-Curie M_e_act_lusine Melian Merc_e_act_d_e_grv_s N_i_act_niel Nerdanel Nienor Primula Schtroumpfette Silmarien diff --git a/common/culture/name_lists/NEOW_mosellic.txt b/common/culture/name_lists/NEOW_mosellic.txt index 84c32625..cabc92fc 100644 --- a/common/culture/name_lists/NEOW_mosellic.txt +++ b/common/culture/name_lists/NEOW_mosellic.txt @@ -79,6 +79,7 @@ Alfons Alfred Amédéis + Ambiorix Ambroose Anatolis Andréis @@ -172,6 +173,7 @@ Thomas Timo + Vercing_e_act_torix Viktor Xaver Youri diff --git a/common/culture/name_lists/NEOW_normaund.txt b/common/culture/name_lists/NEOW_normaund.txt index 6057a6d7..adb29904 100644 --- a/common/culture/name_lists/NEOW_normaund.txt +++ b/common/culture/name_lists/NEOW_normaund.txt @@ -272,30 +272,30 @@ _O_act_in Abb_e_act_-Faria Abraracourcix Aiwendil Alatar Aldarion Amandil Amroth An_a_act_rion Arador Aragorn Aramis Arathorn Aronnax Arvedui Ast_e_act_rix Atanamir Atanatar Athos Avempace Averro_e_grv_s Avicenne Azagh_a_hat_l B_e_uml_or B_o_act_r Balin Bandobras Barahir Barbicane Bard Beaufort Beleg Beorn Beregond Beren Bifur Bilbon Bill Bofur Bombur Boromir Brandir Bree Brego - Caderousse Calogrenant Celebrimbor Celeborn Cirion Ciryatan Clerval Clopin Conseil Curumo - D_a_act_in D_pst_Artagnan Dakkar Dant_e_grv_s Denethor Dior Dori Duilin Durin Dwalin + Caderousse Calogrenant Camus Celebrimbor Celeborn Cirion Ciryatan Clerval Clopin Conseil Curumo + D_a_act_in D_pst_Artagnan Dakkar Dant_e_grv_s Denethor Descartes Diderot Dior Dori Duilin Durin Dwalin E_a_uml_rendil E_a_uml_rnil E_a_uml_rnur Ecthelion Egalmoth Eldacar Eldarion Elendil Elfhelm Elrond Elros Enjolras Eorl Erkenbrand F_e_uml_anor F_i_act_li Fantasio Faramir Fauchelevent Felagund Felar_o_act_f Finarfin Fingolfin Fingon Fr_e_act_d_e_act_gar Frodon Galdor Gandalf Gavroche Gerontius Gil-galad Gimli Gl_o_act_in Glorfindel Gringoire Gripoil Gwaihir H_a_act_ma Haddock H_u_act_rin Halbarad Haldir Harbert Helm Horn Huan Huor Hyarmendacil Ibn_spc_Khaldoun Id_e_act_fix Imrahil Isildur - Jeanvaljean J-T-Maston Jules-C_e_act_sar + Jeanvaljean J-T-Maston Jules-C_e_act_sar Jules-Verne K_i_act_li Legolas Lidenbrock - Mablung Maedhros Meriadoc Meursault Minastir Moli_e_grv_re Montaigne Montesquieu Morrel Myriel + Mablung Maedhros Martel Meriadoc Meursault Minastir Moli_e_grv_re Montaigne Montesquieu Morrel Myriel N_e_act_mo Ned-Land Nicholl Nivacrin Num_e_act_robis Ob_e_act_lix Ocatarinetabellatchitchix Ol_o_act_rin Orodreth Orophin Ostoher Paladin Pallando Panoramix Passepartout Pencroff Peregr_i_uml_n Phileas-Fogg Phoebus Pontmercy Porthos Quasimodo - Radagast Robur Roheryn + Radagast Rimbaud Robur Roheryn Rousseau Samsagace Schtroumpf Spirou Sylvebarbe - T_u_act_rin Tarrou Th_e_act_oden Th_e_act_odred Thengel Thingol Thorgal Thorin Thorondor Thr_a_act_in Thr_o_act_r Thranduil Tintin Tom-Bombadil Tr_e_act_ville Tuor Turgon - Valacar Voltaire + T_u_act_rin Tarrou Th_e_act_oden Th_e_act_odred Thengel Thingol Thorgal Thorin Thorondor Thr_a_act_in Thr_o_act_r Thranduil Tintin Tom-Bombadil Tr_e_act_ville Tuor Turenne Turgon + Valacar Verlaine Victor-Hugo Voltaire Zola ### Normal names _E_act_douard _E_act_mile _E_act_ric _E_act_tienne - Adrien Aimery Alain Albert Alexandre Alexis Alphonse Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Augustin Axel + Adrien Aimery Alain Albert Alexandre Alexis Alphonse Ambiorix Am_e_act_d_e_act_e Amaury Andr_e_act_ Anthony Antoine Antonin Armand Arnaud Arthur Augustin Axel B_e_act_renger Barth_e_act_l_e_act_my Baudouin Benjamin Beno_i_hat_t Bernard Bertrand Blaise Bruno C_e_act_dric C_e_act_sar Camille Charles Christian Christophe Cl_e_act_ment Claude_male Clotaire Clovis Damien Daniel David Denis Didier Dimitri Dominique_male @@ -333,7 +333,7 @@ Haleth Hayd_e_act_e Idril Indis Ioreth L_u_act_thien Lalaith Lobelia Loth_i_act_riel Louve - M_e_act_lusine Melian Merc_e_act_d_e_grv_s + Marie-Curie M_e_act_lusine Melian Merc_e_act_d_e_grv_s N_i_act_niel Nerdanel Nienor Primula Schtroumpfette Silmarien diff --git a/common/culture/traditions/00_realm_traditions.txt b/common/culture/traditions/00_realm_traditions.txt index 5edac7aa..2dcf6e74 100644 --- a/common/culture/traditions/00_realm_traditions.txt +++ b/common/culture/traditions/00_realm_traditions.txt @@ -551,6 +551,7 @@ tradition_gardening = { } } } + NOT = { culture_tradition:tradition_tgp_ephemeral_grace = { is_in_list = traits } } } parameters = { @@ -1624,7 +1625,7 @@ tradition_culture_blending = { scope:character = { any_sub_realm_county = { percent >= 0.3 - NOT = { culture = root } + culture != root } } } @@ -1718,9 +1719,7 @@ tradition_isolationist = { any_sub_realm_county = { culture = scope:character.culture any_neighboring_county = { - NOT = { - culture = scope:character.culture - } + culture != scope:character.culture culture = { cultural_acceptance = { target = scope:character.culture value >= 40 } } @@ -1760,6 +1759,14 @@ tradition_isolationist = { } } + can_pick = { + # Mutually exclusive with other Isolationist + NOR = { + culture_tradition:tradition_tgp_inward_perfection = { is_in_list = traits } + culture_tradition:tradition_cultural_primacy = { is_in_list = traits } + } + } + ai_will_do = { value = 100 if = { @@ -1903,16 +1910,20 @@ tradition_agrarian = { 1 = indian 4 = farmland.dds } + + is_shown = { + NOT = { + culture_tradition:tradition_intensive_farming = { is_in_list = traits } + } + } can_pick = { custom_tooltip = { text = culture_in_farmlands_or_floodplains_terrain_desc any_culture_county = { - any_county_province = { - OR = { - terrain = farmlands - terrain = floodplains - } + county_has_province_with_terrain = { + terrain = farmlands + terrain = floodplains } } } @@ -1966,11 +1977,9 @@ tradition_agrarian = { NOT = { any_culture_county = { count >= 5 - any_county_province = { - OR = { - terrain = farmlands - terrain = floodplains - } + county_has_province_with_terrain = { + terrain = farmlands + terrain = floodplains } } } @@ -2004,11 +2013,9 @@ tradition_agrarian = { any_sub_realm_county = { count >= 2 culture = scope:character.culture - any_county_province = { - OR = { - terrain = farmlands - terrain = floodplains - } + county_has_province_with_terrain = { + terrain = farmlands + terrain = floodplains } } } @@ -2130,11 +2137,9 @@ tradition_pastoralists = { any_sub_realm_county = { percent >= 0.6 culture = scope:character.culture - any_county_province = { - OR = { - terrain = plains - terrain = steppe - } + county_has_province_with_terrain = { + terrain = plains + terrain = steppe } } } @@ -2437,9 +2442,7 @@ tradition_staunch_traditionalists = { limit = { scope:character = { any_sub_realm_county = { - NOT = { - culture = scope:character.culture - } + culture != scope:character.culture } } } @@ -2516,7 +2519,7 @@ tradition_hill_dwellers = { custom_description = { text = culture_in_hills_desc any_culture_county = { - any_county_province = { + county_has_province_with_terrain = { terrain = hills } } @@ -2562,7 +2565,7 @@ tradition_hill_dwellers = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { + county_has_province_with_terrain = { terrain = hills } } @@ -2597,7 +2600,7 @@ tradition_hill_dwellers = { any_sub_realm_county = { percent >= 0.2 culture = scope:character.culture - any_county_province = { + county_has_province_with_terrain = { terrain = hills } } @@ -2610,7 +2613,7 @@ tradition_hill_dwellers = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { + county_has_province_with_terrain = { terrain = hills } } @@ -2642,11 +2645,9 @@ tradition_forest_folk = { custom_description = { text = culture_in_forest_desc any_culture_county = { - any_county_province = { - OR = { - terrain = forest - terrain = taiga - } + county_has_province_with_terrain = { + terrain = forest + terrain = taiga } } } @@ -2695,11 +2696,9 @@ tradition_forest_folk = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { - OR = { - terrain = forest - terrain = taiga - } + county_has_province_with_terrain = { + terrain = forest + terrain = taiga } } } @@ -2733,11 +2732,9 @@ tradition_forest_folk = { any_sub_realm_county = { percent >= 0.2 culture = scope:character.culture - any_county_province = { - OR = { - terrain = forest - terrain = taiga - } + county_has_province_with_terrain = { + terrain = forest + terrain = taiga } } } @@ -2749,11 +2746,9 @@ tradition_forest_folk = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { - OR = { - terrain = forest - terrain = taiga - } + county_has_province_with_terrain = { + terrain = forest + terrain = taiga } } } @@ -2791,11 +2786,9 @@ tradition_mountain_homes = { custom_description = { text = culture_in_mountains_desc any_culture_county = { - any_county_province = { - OR = { - terrain = mountains - terrain = desert_mountains - } + county_has_province_with_terrain = { + terrain = mountains + terrain = desert_mountains } } } @@ -2844,11 +2837,9 @@ tradition_mountain_homes = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { - OR = { - terrain = mountains - terrain = desert_mountains - } + county_has_province_with_terrain = { + terrain = mountains + terrain = desert_mountains } } } @@ -2882,11 +2873,9 @@ tradition_mountain_homes = { any_sub_realm_county = { percent >= 0.2 culture = scope:character.culture - any_county_province = { - OR = { - terrain = mountains - terrain = desert_mountains - } + county_has_province_with_terrain = { + terrain = mountains + terrain = desert_mountains } } } @@ -2898,11 +2887,9 @@ tradition_mountain_homes = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { - OR = { - terrain = mountains - terrain = desert_mountains - } + county_has_province_with_terrain = { + terrain = mountains + terrain = desert_mountains } } } @@ -2924,11 +2911,9 @@ tradition_dryland_dwellers = { custom_description = { text = culture_in_dryland_desc any_culture_county = { - any_county_province = { - OR = { - terrain = drylands - terrain = desert - } + county_has_province_with_terrain = { + terrain = drylands + terrain = desert } } } @@ -2981,11 +2966,9 @@ tradition_dryland_dwellers = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { - OR = { - terrain = drylands - terrain = desert - } + county_has_province_with_terrain = { + terrain = drylands + terrain = desert } } } @@ -3019,11 +3002,9 @@ tradition_dryland_dwellers = { any_sub_realm_county = { percent >= 0.2 culture = scope:character.culture - any_county_province = { - OR = { - terrain = drylands - terrain = desert - } + county_has_province_with_terrain = { + terrain = drylands + terrain = desert } } } @@ -3035,11 +3016,9 @@ tradition_dryland_dwellers = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { - OR = { - terrain = drylands - terrain = desert - } + county_has_province_with_terrain = { + terrain = drylands + terrain = desert } } } @@ -3068,7 +3047,7 @@ tradition_jungle_dwellers = { custom_description = { text = culture_in_jungle_desc any_culture_county = { - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3111,7 +3090,7 @@ tradition_jungle_dwellers = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3146,7 +3125,7 @@ tradition_jungle_dwellers = { any_sub_realm_county = { percent >= 0.2 culture = scope:character.culture - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3159,7 +3138,7 @@ tradition_jungle_dwellers = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3182,7 +3161,7 @@ tradition_wetlanders = { custom_tooltip = { text = culture_in_wetlands_desc any_culture_county = { - any_county_province = { + county_has_province_with_terrain = { terrain = wetlands } } @@ -3237,7 +3216,7 @@ tradition_wetlanders = { NOT = { any_culture_county = { count >= 3 - any_county_province = { + county_has_province_with_terrain = { terrain = wetlands } } @@ -3272,7 +3251,7 @@ tradition_wetlanders = { any_sub_realm_county = { count >= 3 culture = scope:character.culture - any_county_province = { + county_has_province_with_terrain = { terrain = wetlands } } @@ -3285,7 +3264,7 @@ tradition_wetlanders = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { + county_has_province_with_terrain = { terrain = wetlands } } @@ -3315,7 +3294,7 @@ tradition_hidden_cities = { custom_description = { text = culture_in_jungle_desc any_culture_county = { - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3358,7 +3337,7 @@ tradition_hidden_cities = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3391,7 +3370,7 @@ tradition_hidden_cities = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { + county_has_province_with_terrain = { terrain = jungle } } @@ -3419,8 +3398,8 @@ tradition_hidden_cities = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { - terrain = wetlands + county_has_province_with_terrain = { + terrain = jungle } } } @@ -3478,7 +3457,7 @@ tradition_ancient_miners = { scope:character = { any_sub_realm_county = { culture = scope:character.culture - any_county_province = { + county_has_province_with_terrain = { terrain = hills } } @@ -3503,8 +3482,11 @@ tradition_castle_keepers = { custom_tooltip = { scope:character = { OR = { - government_has_flag = government_is_feudal - government_has_flag = government_is_clan + government_has_flag = government_is_feudal + government_has_flag = government_is_clan #Update for FP3 + government_has_flag = government_is_administrative + government_has_flag = government_has_merit + government_has_flag = government_is_japan_feudal } } text = must_be_feudal_or_clan @@ -3611,13 +3593,20 @@ tradition_city_keepers = { can_pick = { trigger_if = { - limit = { has_ep3_dlc_trigger = yes } + limit = { + OR = { + has_ep3_dlc_trigger = yes + has_tgp_dlc_trigger = yes + } + } custom_tooltip = { scope:character = { OR = { government_has_flag = government_is_feudal - government_has_flag = government_is_clan #Update for FP3 + government_has_flag = government_is_clan government_has_flag = government_is_administrative + government_has_flag = government_has_merit + government_has_flag = government_is_japan_feudal } } text = must_be_feudal_clan_or_admin @@ -3628,7 +3617,7 @@ tradition_city_keepers = { scope:character = { OR = { government_has_flag = government_is_feudal - government_has_flag = government_is_clan #Update for FP3 + government_has_flag = government_is_clan } } text = must_be_feudal_or_clan @@ -3735,9 +3724,7 @@ tradition_maritime_mercantilism = { custom_description = { text = culture_on_coast_desc any_culture_county = { - any_county_province = { - is_coastal = yes - } + has_coastal_province = yes } } } @@ -3779,9 +3766,7 @@ tradition_maritime_mercantilism = { NOT = { any_culture_county = { percent >= 0.3 - any_county_province = { - is_coastal = yes - } + has_coastal_province = yes } } } @@ -3812,9 +3797,7 @@ tradition_maritime_mercantilism = { scope:character = { any_sub_realm_county = { percent >= 0.6 - any_county_province = { - is_coastal = yes - } + has_coastal_province = yes } } } @@ -3835,9 +3818,7 @@ tradition_maritime_mercantilism = { scope:character = { any_sub_realm_county = { percent >= 0.3 - any_county_province = { - is_coastal = yes - } + has_coastal_province = yes } } } @@ -3848,9 +3829,7 @@ tradition_maritime_mercantilism = { limit = { any_culture_county = { percent >= 0.6 - any_county_province = { - is_coastal = yes - } + has_coastal_province = yes } } multiply = 2 diff --git a/common/culture/traditions/00_societal_traditions.txt b/common/culture/traditions/00_societal_traditions.txt index 1bef6091..22e9643d 100644 --- a/common/culture/traditions/00_societal_traditions.txt +++ b/common/culture/traditions/00_societal_traditions.txt @@ -1238,6 +1238,7 @@ tradition_music_theory = { gregarious_trait_gives_bonuses = yes characters_are_better_court_musicians = yes # Also hooked in to increase the Feast opinion bonus better_court_musicians = yes + withering_mind_less_likely = yes } cost = { diff --git a/common/culture/traditions/03_fp3_traditions.txt b/common/culture/traditions/03_fp3_traditions.txt index 4f45ce91..eca80452 100644 --- a/common/culture/traditions/03_fp3_traditions.txt +++ b/common/culture/traditions/03_fp3_traditions.txt @@ -781,6 +781,7 @@ tradition_fp3_fierce_independence = { } parameters = { + unlock_maa_tawashi = yes harder_to_hybridize = yes harder_to_convert_county_culture = yes } diff --git a/common/customizable_localization/00_government_custom_loc.txt b/common/customizable_localization/00_government_custom_loc.txt index 739a60c7..6977c1d8 100644 --- a/common/customizable_localization/00_government_custom_loc.txt +++ b/common/customizable_localization/00_government_custom_loc.txt @@ -302,7 +302,17 @@ GetSuccessionHeirMotion = { trigger = { trigger_if = { limit = { is_ruler = yes } - has_government = landless_adventurer_government + OR = { + has_government = landless_adventurer_government + AND = { + OR = { + any_held_title = { is_noble_family_title = yes } + government_allows = administrative + } + is_independent_ruler = no + } + tgp_is_ceremonial_regent_trigger = yes + } } trigger_else = { liege ?= { has_government = landless_adventurer_government } @@ -508,10 +518,10 @@ GetRealmOrDomicileTooltip = { trigger = { trigger_if = { limit = { is_ruler = yes } - is_governor = yes + is_governor_or_admin_count = yes } trigger_else = { - liege ?= { is_governor = yes } + liege ?= { is_governor_or_admin_count = yes } } } localization_key = GOVERNORSHIP_TOOLTIP diff --git a/common/customizable_localization/00_greeting_custom_loc.txt b/common/customizable_localization/00_greeting_custom_loc.txt index 948d4692..c42b539c 100644 --- a/common/customizable_localization/00_greeting_custom_loc.txt +++ b/common/customizable_localization/00_greeting_custom_loc.txt @@ -800,7 +800,7 @@ FormOfAddressForLiege = { trigger = { tgp_is_ceremonial_regent_trigger = yes } - localization_key = form_of_address_ladylord_regent + localization_key = form_of_address_liege_title } text = { trigger = { diff --git a/common/customizable_localization/00_ruler_transition_loc.txt b/common/customizable_localization/00_ruler_transition_loc.txt index 9cda6e91..1c0cca72 100644 --- a/common/customizable_localization/00_ruler_transition_loc.txt +++ b/common/customizable_localization/00_ruler_transition_loc.txt @@ -203,6 +203,24 @@ DeathMessageIntro = { } } +NicknameReason = { + type = character + + random_valid = yes + text = { + localization_key = SUCCESSION_EVENT_WINDOW_NICKNAME + trigger = { + has_any_nickname = yes + } + } + text = { + localization_key = blank_line + trigger = { + has_any_nickname = no + } + } +} + DeathMessageReason = { type = character @@ -455,7 +473,10 @@ DeathMessageOutro = { text = { localization_key = SUCCESSION_EVENT_WINDOW_DEAD_OUTRO_MIND_INFIRM trigger = { - has_trait = infirm + OR = { + has_trait = infirm + has_trait = withering_mind + } } weight_multiplier = { base = 2 @@ -2099,6 +2120,22 @@ GameOverMessageNotableAchievements = { } } + text = { + localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_BRUNEI_KINGDOM_DESC + trigger = { + exists = global_var:flag_created_brunei_kingdom + dynasty = global_var:flag_created_brunei_kingdom.dynasty + } + } + + text = { + localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_BRUNEI_EMPIRE_DESC + trigger = { + exists = global_var:flag_created_brunei_empire + dynasty = global_var:flag_created_brunei_empire.dynasty + } + } + text = { localization_key = SUCCESSION_EVENT_WINDOW_END_DATE_CREATED_RUM_DESC trigger = { diff --git a/common/customizable_localization/05_bp2_custom_loc.txt b/common/customizable_localization/05_bp2_custom_loc.txt index f212664b..7e032252 100644 --- a/common/customizable_localization/05_bp2_custom_loc.txt +++ b/common/customizable_localization/05_bp2_custom_loc.txt @@ -390,6 +390,12 @@ GetLearningBuilding = { RockStoryName = { type = character + text = { + trigger = { + NOT = { exists = var:story_cycle_rock_name } + } + localization_key = not_yet_chosen + } text = { trigger = { AND = { diff --git a/common/customizable_localization/tgp_custom_loc.txt b/common/customizable_localization/tgp_custom_loc.txt index b80ee605..cf084066 100644 --- a/common/customizable_localization/tgp_custom_loc.txt +++ b/common/customizable_localization/tgp_custom_loc.txt @@ -701,31 +701,31 @@ GetTurbanRebellionColor = { type = all text = { trigger = { - has_global_variable = old_dynastic_color_is_red + situation:dynastic_cycle.var:wuking_element ?= flag:metal } localization_key = red } text = { trigger = { - has_global_variable = old_dynastic_color_is_green + situation:dynastic_cycle.var:wuking_element ?= flag:earth } localization_key = green } text = { trigger = { - has_global_variable = old_dynastic_color_is_white + situation:dynastic_cycle.var:wuking_element ?= flag:wood } localization_key = white } text = { trigger = { - has_global_variable = old_dynastic_color_is_black + situation:dynastic_cycle.var:wuking_element ?= flag:fire } localization_key = black } text = { trigger = { - has_global_variable = old_dynastic_color_is_yellow + situation:dynastic_cycle.var:wuking_element ?= flag:water } localization_key = yellow } diff --git a/common/decisions/00_major_decisions_east_europe.txt b/common/decisions/00_major_decisions_east_europe.txt index d9d39b07..d25c7ac9 100644 --- a/common/decisions/00_major_decisions_east_europe.txt +++ b/common/decisions/00_major_decisions_east_europe.txt @@ -95,6 +95,10 @@ unite_the_western_slavs_decision = { name = unite_the_western_slavs_decision_title value = scope:western_slav_uniter.primary_title } + close_view = { + view = decisions + player = root + } } @@ -126,7 +130,7 @@ unite_the_southern_slavs_decision = { is_shown = { culture = { has_cultural_pillar = heritage_south_slavic } - NOT = { + NOR = { has_culture = culture:vlach # Not technically Slavic despite being in the South Slavic group. is_target_in_global_variable_list = { name = unavailable_unique_decisions diff --git a/common/decisions/10_religious_decisions.txt b/common/decisions/10_religious_decisions.txt index 90213a7f..79b8e40d 100644 --- a/common/decisions/10_religious_decisions.txt +++ b/common/decisions/10_religious_decisions.txt @@ -401,7 +401,7 @@ initiate_consolamentum_decision = { is_valid = { OR = { - age >= 60 + age >= ritual_suicide_age custom_description = { text = decision_consolamentum_health health <= 1 @@ -414,7 +414,7 @@ initiate_consolamentum_decision = { hidden_effect = { add_piety_level = 1 } - death = { death_reason = death_suicide} + death = { death_reason = death_ritual_suicide } show_as_tooltip = { add_piety_level = 1 } @@ -1356,12 +1356,18 @@ return_rome_decision = { resolve_title_and_vassal_change = scope:change add_piety = major_piety_value - - faith.religious_head = { - add_opinion = { - target = root - modifier = grateful_opinion - opinion = 20 + if = { + limit = { + faith.religious_head ?= { + this != root + } + } + faith.religious_head = { + add_opinion = { + target = root + modifier = grateful_opinion + opinion = 20 + } } } diff --git a/common/decisions/80_major_decisions_roman.txt b/common/decisions/80_major_decisions_roman.txt index fd1399a7..50a83124 100644 --- a/common/decisions/80_major_decisions_roman.txt +++ b/common/decisions/80_major_decisions_roman.txt @@ -39,7 +39,7 @@ restore_roman_empire_decision = { is_valid = { prestige_level >= max_prestige_level - + restore_roman_empire_decision_religion_culture_trigger = yes completely_controls = title:d_latium completely_controls = title:d_venice completely_controls = title:d_romagna @@ -62,13 +62,6 @@ restore_roman_empire_decision = { is_capable_adult = yes is_imprisoned = no top_liege = this - - OR = { - religion = { is_in_family = rf_abrahamic } - religion = religion:hellenism_religion - culture = { has_cultural_pillar = heritage_latin } - culture = { has_cultural_pillar = heritage_byzantine } - } } effect = { @@ -151,6 +144,7 @@ restore_roman_empire_holy_decision = { is_valid = { prestige_level >= max_prestige_level + restore_roman_empire_decision_religion_culture_trigger = yes completely_controls = title:d_latium completely_controls = title:d_venice completely_controls = title:d_romagna @@ -173,13 +167,6 @@ restore_roman_empire_holy_decision = { is_capable_adult = yes is_imprisoned = no top_liege = this - - OR = { - religion = { is_in_family = rf_abrahamic } - religion = religion:hellenism_religion - culture = { has_cultural_pillar = heritage_latin } - culture = { has_cultural_pillar = heritage_byzantine } - } } effect = { @@ -263,7 +250,7 @@ restore_roman_empire_italian_decision = { is_valid = { prestige_level >= max_prestige_level - + restore_roman_empire_decision_religion_culture_trigger = yes completely_controls = title:d_latium completely_controls = title:d_venice completely_controls = title:d_romagna @@ -286,13 +273,6 @@ restore_roman_empire_italian_decision = { is_capable_adult = yes is_imprisoned = no top_liege = this - - OR = { - religion = { is_in_family = rf_abrahamic } - religion = religion:hellenism_religion - culture = { has_cultural_pillar = heritage_latin } - culture = { has_cultural_pillar = heritage_byzantine } - } } effect = { @@ -907,7 +887,7 @@ restore_pope_in_rome_decision = { } NOT = { title:c_roma.holder = { has_title = title:k_papal_state } } NOT = { capital_county = { this = title:c_roma } } - title:k_papal_state.holder = { + title:k_papal_state.holder ?= { NOT = { has_opinion_modifier = { #Not accepting it if you conquered it yourself. target = root @@ -1277,7 +1257,10 @@ dismantle_byz_pretender_decision = { } is_ruler = yes is_playable_character = yes - is_roman_emperor_trigger = yes + OR = { + is_roman_emperor_trigger = yes + has_title = title:e_hre + } NOR = { #Once an Emperor throws the challenge, he has only one chance to dismantle the Empire. has_character_flag = flag_emperor_challenging_byz #Applied below. has_character_flag = flag_emperor_challenged_byz #Applied in war. diff --git a/common/decisions/dlc_decisions/03_fp2_decisions.txt b/common/decisions/dlc_decisions/03_fp2_decisions.txt index ac857c68..0ea7c268 100644 --- a/common/decisions/dlc_decisions/03_fp2_decisions.txt +++ b/common/decisions/dlc_decisions/03_fp2_decisions.txt @@ -5,6 +5,7 @@ # by Joe Parkin # ############################################# +### [ROOT.Char.GetPrimaryTitle.GetAdjectiveNoTooltip] Dominance ### struggle_iberia_ending_hostility_decision = { decision_group_type = major title = struggle_iberia_ending_hostility_decision @@ -17,6 +18,7 @@ struggle_iberia_ending_hostility_decision = { confirm_click_sound = "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_confirm" is_invisible = yes sort_order = 80 + cooldown = { days = 1 } is_shown = { is_landless_adventurer = no @@ -29,9 +31,7 @@ struggle_iberia_ending_hostility_decision = { OR = { custom_tooltip = { text = struggle_iberia_ending_hostility_decision_correct_phase_tt - any_character_struggle = { - involvement = involved - is_struggle_type = iberian_struggle + struggle:iberian_struggle = { is_struggle_phase = struggle_iberia_phase_hostility } } @@ -45,15 +45,6 @@ struggle_iberia_ending_hostility_decision = { } } - - custom_tooltip = { - text = struggle_ending_decision_correct_involvement_spain_tt - any_character_struggle = { - involvement = involved - is_struggle_type = iberian_struggle - } - } - # Hold and completely control two de jure kingdoms of Hispania OR = { custom_tooltip = { # @@ -221,6 +212,7 @@ struggle_iberia_ending_hostility_decision = { # by Joe Parkin # ############################################# +### Status Quo ### struggle_iberia_ending_compromise_decision = { decision_group_type = major title = struggle_iberia_ending_compromise_decision @@ -232,6 +224,7 @@ struggle_iberia_ending_compromise_decision = { selection_tooltip = struggle_iberia_ending_compromise_decision_tooltip confirm_click_sound = "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_confirm" is_invisible = yes + cooldown = { days = 1 } sort_order = 80 @@ -245,20 +238,11 @@ struggle_iberia_ending_compromise_decision = { custom_tooltip = { text = struggle_iberia_ending_compromise_decision_correct_phase_tt - any_character_struggle = { - is_struggle_type = iberian_struggle + struggle:iberian_struggle = { is_struggle_phase = struggle_iberia_phase_compromise } } - custom_tooltip = { - text = struggle_ending_decision_correct_involvement_spain_tt - any_character_struggle = { - involvement = involved - is_struggle_type = iberian_struggle - } - } - OR = { # Exalted among Men or higher prestige_level >= very_high_prestige_level @@ -434,6 +418,7 @@ struggle_iberia_ending_compromise_decision = { # by Joe Parkin # ############################################# +### Détente ### struggle_iberia_ending_conciliation_decision = { decision_group_type = major title = struggle_iberia_ending_conciliation_decision @@ -445,6 +430,7 @@ struggle_iberia_ending_conciliation_decision = { selection_tooltip = struggle_iberia_ending_conciliation_decision_tooltip confirm_click_sound = "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_confirm" is_invisible = yes + cooldown = { days = 1 } sort_order = 80 @@ -458,20 +444,11 @@ struggle_iberia_ending_conciliation_decision = { custom_tooltip = { text = struggle_iberia_ending_conciliation_decision_correct_phase_tt - any_character_struggle = { - is_struggle_type = iberian_struggle + struggle:iberian_struggle = { is_struggle_phase = struggle_iberia_phase_conciliation } } - custom_tooltip = { - text = struggle_ending_decision_correct_involvement_spain_tt - any_character_struggle = { - involvement = involved - is_struggle_type = iberian_struggle - } - } - prestige_level >= very_high_prestige_level # Exalted among Men or higher # Hold and completely control a de jure kingdom of Hispania @@ -560,10 +537,192 @@ struggle_iberia_ending_conciliation_decision = { ai_will_do = { base = 100 } } +################################### +# Secure the Mediterranean +# By Hugo Cortell +################################### +### Secure The Mediterranean ### +secure_mediterranean_decision = { + title = fp2_secure_mediterranean.t + picture = { + reference = "gfx/interface/illustrations/event_scenes/fp1_ocean.dds" + } + desc = fp2_secure_mediterranean.desc + decision_group_type = major + + selection_tooltip = fp2_secure_mediterranean.tip + sort_order = 50 + + is_shown = { + # DLC check + has_fp2_dlc_trigger = yes + # Standard checks + is_playable_character = yes + exists = dynasty + NOT = { + is_target_in_global_variable_list = { + name = unavailable_unique_decisions + target = flag:flag_secured_the_mediterranean + } + } + + OR = { + completely_controls = title:d_sardinia + completely_controls = title:d_sicily + AND = { + completely_controls = title:d_mallorca + completely_controls = title:d_corsica + } + } + } + + is_valid = { + completely_controls = title:d_mallorca + completely_controls = title:d_sardinia + completely_controls = title:d_corsica + completely_controls = title:d_sicily + } + + is_valid_showing_failures_only = { + is_landed = yes + } + + effect = { + add_to_global_variable_list = { + name = unavailable_unique_decisions + target = flag:flag_secured_the_mediterranean + } + + # LOC + root = { + save_scope_as = mediterranean_conqueror + house = { save_scope_as = mediterranean_house } + } + title:d_mallorca = { save_scope_as = mallorca } + title:d_sardinia = { save_scope_as = sardinas } + title:d_sicily = { save_scope_as = sicily } + title:k_mediterranean_sea = { save_scope_as = mediterranean_title } + + every_player = { + limit = { + this != ROOT + any_held_title = { title_province = { geographical_region = dlc_fp2_mediterranean_shoreline } } + } + send_interface_message = { + type = event_generic_bad_with_text + title = secure_mediterranean_decision.involved_notif + desc = secure_mediterranean_decision.involved_notif_desc # Players who get this: "why do I hear boss music?" (It is meant to sound vaguely threatening) + left_icon = scope:mediterranean_conqueror + + show_as_tooltip = { + scope:mediterranean_conqueror = { + house = { + add_house_modifier = { + modifier = fp2_controls_the_mediterranean_house_modifier + years = 100 + } + } + dynasty = { add_dynasty_prestige = major_prestige_gain } + } + } + } + } + + house = { + add_house_modifier = { + modifier = fp2_controls_the_mediterranean_house_modifier + years = 100 + } + } + dynasty = { add_dynasty_prestige = major_prestige_gain } # You used to get +25% prestiege, but that caused UI issues + custom_tooltip = secure_mediterranean_decision.a + + create_title_and_vassal_change = { + type = created + save_scope_as = title_change + add_claim_on_loss = yes + } + title:k_mediterranean_sea = { + change_title_holder = { + holder = root + change = scope:title_change + } + } + resolve_title_and_vassal_change = scope:title_change + title:d_mallorca = { set_de_jure_liege_title = title:k_mediterranean_sea } + title:d_sardinia = { set_de_jure_liege_title = title:k_mediterranean_sea } + title:d_corsica = { set_de_jure_liege_title = title:k_mediterranean_sea } + title:d_sicily = { set_de_jure_liege_title = title:k_mediterranean_sea } + + hidden_effect = { + title:k_mediterranean_sea = { set_de_jure_liege_title = title:e_italy } # Straying closer to remaking the roman empire + trigger_event = iberia_north_africa.2105 + } + } + + cost = { + gold = { + value = 0 + if = { + limit = { + has_treasury = no + } + add = major_gold_value + multiply = 1.5 + round = yes + } + } + treasury = { + value = 0 + if = { + limit = { + has_treasury = yes + } + add = major_gold_value + multiply = 1.5 + round = yes + } + } + prestige = { + value = major_prestige_gain + multiply = 3 + round = yes + } + } + + ai_check_interval_by_tier = { + barony = 0 + county = 0 + duchy = 0 + kingdom = 730 + empire = 730 + hegemony = 730 + } + + ai_potential = { + is_ruler = yes + short_term_gold >= { + value = major_gold_value + multiply = 1.5 + round = yes + } + prestige >= { + value = major_prestige_gain + multiply = 3 + round = yes + } + } + + ai_will_do = { + base = 80 + } +} + ############################################# # Eat a Cheese # by Daniel "yes I know what exciting content is stop bullying me" Moore ########################################################################### +### Eat Your Cheese ### eat_cheese_decision = { picture = { reference = "gfx/interface/illustrations/decisions/decision_personal_religious.dds" @@ -599,6 +758,7 @@ eat_cheese_decision = { # Sponsor Jewish Sciences # By Hugo Cortell ################################### +### Sponsor Jewish Sciences ### golden_age_jewish_science_in_iberia_decision = { picture = { reference = "gfx/interface/illustrations/decisions/decision_golden_age.dds" @@ -793,6 +953,7 @@ golden_age_jewish_science_in_iberia_decision = { # Convene Council of Toledo # # by Joe Parkin and Ola Jentzsch # ############################################# +### Council Of Toledo Decision ### council_of_toledo_decision = { title = council_of_toledo_decision_title picture = { @@ -927,6 +1088,7 @@ council_of_toledo_decision = { # Secure Iberian Foothold # by Joe Parkin and Ola Jentzsch ############################################# +### Secure Iberian Foothold Decision ### secure_iberian_foothold_decision = { title = secure_iberian_foothold_decision_title picture = { @@ -1110,6 +1272,7 @@ secure_iberian_foothold_decision = { # Build Pilgrim Roads # By Hugo Cortell ################################### +### Build Pilgrim Roads ### build_holy_pilgrim_roads_decision = { picture = { reference = "gfx/interface/illustrations/decisions/fp2_decision_struggle_opening.dds" @@ -1285,6 +1448,7 @@ build_holy_pilgrim_roads_decision = { # Found Kingdom of Toledo # by Joe Parkin ############################################# +### Found Kingdom Toledo Decision ### found_kingdom_toledo_decision = { title = found_kingdom_toledo_decision_title picture = { @@ -1415,6 +1579,7 @@ found_kingdom_toledo_decision = { # Develop a city # by Maxence Voleau ############################################# +### Expand Cities ### improve_city_province_decision = { title = improve_city_province_decision_name picture = { diff --git a/common/defines/00_defines.txt b/common/defines/00_defines.txt index 71f8675d..e3bd1dbf 100644 --- a/common/defines/00_defines.txt +++ b/common/defines/00_defines.txt @@ -43,7 +43,7 @@ NSetup = { # chance that a courtless character is sent to a court as a guest instead of a regular courtier on game start (0..1) COURTLESS_CHARACTER_GUEST_CHANCE = 0 # Random range for number of characters per pool (duchy) generated at the start of the game - GENERATED_POOL_CHARACTERS = { 2 9 } + GENERATED_POOL_CHARACTERS = { 2 6 } # Templates used for the pool character. The weights correspond to the template names at the same index. # The scope of the template is a random ruler whose capital is in that pool. GENERATED_POOL_CHARACTER_TEMPLATES = { @@ -227,8 +227,10 @@ NCharacter = { SKILL_MODIFIER_OFFSET = -8 # skill modifiers with offset add this from skill value (see common/modifiers/00_basic_modifiers.txt) - #Character window info + # Standard RelationTo number of relations to show MAX_RELATIONS_TO_SHOW = 3 + # Standard RelationToShort number of relations to show + MAX_RELATIONS_TO_SHOW_SHORT = 2 MARRIAGE_TIER_DIFF_PRESTIGE_MULT = 100 @@ -782,9 +784,18 @@ NPowerfulVassal = { VALUE_INCOME_MULT = 50 # Multiplier applied to the income of the vassal } +NFaith = { + BASE_FERVOR = 50.0 # Default fervor + MAX_FERVOR = 100.0 # Max amount of fervor + YEARLY_FERVOR_GROWTH = 3.5 # Fervor yearly change, can be negative + MINIMUM_FAITH_SIZE_FERVOR_MODIFIER = 10 # Adjusts the size modifier for monthly fervor gain for a faith according to the following formula: 1/squareroot(max(define_value, faith_size)/define_value) where define value is the value of MINIMUM_FAITH_SIZE_FERVOR_MODIFIER and faith_size is the current amount of provinces that follows the faith. + FERVOR_CHANGELOG_DURATION = 10 # After how many years do fervor changelog entries get deleted? + FAITH_CREATION_FERVOR_DISCOUNT_PER_MISSING_FERVOR = 1 # How much cheaper does creating a faith get per fervor below 100%? 1 means 1% per point + FAITH_CREATION_FERVOR_DISCOUNT_MAX = 50 # What percentage does the discount cap out at? With these numbers, 0-50 fervor means a 50% discount. Above 50 means between 0% and 50% discount +} + NReligion = { - DEFAULT_FERVOR = 50 # Default fervor - TIME_AT_PEACE_FOR_PIETY = 730 # For faiths with a doctrine with piety_from_long_peace, how long do they need to be at peace (in days) + TIME_AT_PEACE_FOR_PIETY = 730 # For faiths with a doctrine with piety_from_long_peace, how long do they need to be at peace (in days) # Hostility levels start at 0 (same faith or equivalent to same faith) HOSTILITY_OPINION_EFFECTS = { # The opinion effects of each hostility level @@ -817,17 +828,12 @@ NReligion = { PIETY_LOSS_PER_MISSING_SPOUSE = 0.5 # If you have fewer spouses than expected in a polygamous faith, you'll lose this much piety for each spouse you fall short. DESIRED_SPOUSES_PER_TIER = { 0 1 1 2 3 4 4 } # Number of spouses you are expected to have per tier, starging with unlanded, then baron and ending with hegemon FAITH_CONVERSION_PIETY_MINIMUM = 250 # The minimum amount of piety converting faith costs - FAITH_CREATION_FERVOR_DISCOUNT_PER_MISSING_FERVOR = 1 # How much cheaper does creating a faith get per fervor below 100%? 1 means 1% per point - FAITH_CREATION_FERVOR_DISCOUNT_MAX = 50 # What percentage does the discount cap out at? With these numbers, 0-50 fervor means a 50% discount. Above 50 means between 0% and 50% discount PART_OF_GHW_POT_DESIGNATED_FOR_KINGDOM_RECIPIENT = 10 # How many percent of the pot will be reserved for the person receiving the kingdom? GHW_HOSTILITY_MIN_LEVEL = 2 # Any independent ruler within the target kingdom at least this hostile to the caller faith will be a forced defender PREFERRED_GENDER_CHANCE = 3 # When deciding if clergy characters should be male or female a 3 here means that the preferred gender will be three times as likely GHW_DAYS_LIMIT_CAN_CHANGE_TARGET = 30 # is GHW starts sooner than this number, you can no longer change target GHW_COST_PIETY_CHANGE_TARGET = 250 # cost to chagne GHW target. Grows linearly with each change - MAX_FERVOR = 100 # Max amount of fervor HEAD_OF_FAITH_PIETY_GAIN = 1.0 # Monthly piety gain for heads of faith - MINIMUM_FAITH_SIZE_FERVOR_MODIFIER = 10 # Adjusts the size modifier for monthly fervor gain for a faith according to the following formula: 1/squareroot(max(define_value, faith_size)/define_value) where define value is the value of MINIMUM_FAITH_SIZE_FERVOR_MODIFIER and faith_size is the current amount of provinces that follows the faith. - FERVOR_CHANGELOG_DURATION = 10 # After how many years do fervor changelog entries get deleted? FAITH_COLOR_DEVIATION = { 0.25 0.35 } # How much should generated colors differ from the faith they're based on? Distance within the HSV colorspace } @@ -855,7 +861,7 @@ NTitle = { DRIFT_ADJACENT_ACROSS_WATER_DISTANCE = 2 REVOKE_LAWS_COST_SCALE = { 0 0 0.1 0.25 0.5 1 2 } DYNAMIC_TITLE_MAP_COLOR_S_V = { 0.8 1.0 } # What is the Saturation and Value of dynamic title map colors? (via HSV color - Hue is fully randomized) - CREATE_TITLE_PIETY_LEVEL = { 0 0 0 2 3 5 5 } # not a global requirement, it is used only for goverment with rule considers_piety_for_title_creation + CREATE_TITLE_PIETY_LEVEL = { 0 0 0 2 3 5 5 } # not a global requirement, it is used only for government with rule considers_piety_for_title_creation CREATE_TITLE_PIETY_COST = { 0 0 0 500 2500 5000 10000 } # Default desired titles to keep for AI - per current primary title tier. (-1 = keep all) @@ -966,7 +972,7 @@ NCounty = { COUNTY_FERTILITY_DECLINE_FACTOR = 0.125 # Makes all county fertility decline modifiers give out more adjusted growth. 1.1 = 10% stronger decline. Moves equilibriums COUNTY_FERTILITY_EQUILIBRIUM_FACTOR = 0.09 # 0.007 # Factor value for how sensitive the fertility equilibrium is towards small changes. Inverted in calculations: the lower the value the more sensitive the behavior. Set to 100 to have a clear curve. COUNTY_FERTILITY_MONTHLY_CHANGE_LEVELS = { -20 -0.01 0.01 20 } - COUNTY_FERTILITY_NON_NOMAD_HOLDING_MALUS = -0.001 # Negative mult malus applied to the amount of Herd gained from the county fertility in a county that does not have a Nomad or Herder Holding + COUNTY_FERTILITY_NON_NOMAD_HOLDING_MALUS = -0.75 # Negative mult malus applied to the amount of Herd gained from the county fertility in a county that does not have a Nomad or Herder Holding HERD_GAIN_FROM_COUNTY_MULTIPLIER = 0.5 # Direct multiplier on the base Herd gained from County ( Base Gain = CountyFertility * HERD_GAIN_FROM_COUNTY_MULTIPLIER ) } @@ -1057,7 +1063,7 @@ NDomain = { ABOVE_LIMIT_HERD_INCOME_PENALTY = 0.5 # How much herd income from domain is reduced per holding over the limit ABOVE_LIMIT_MAX_HERD_INCOME_PENALTY = 1 # How much herd income from domain can be reduced at most HOLDING_GRACE_PERIOD = 365 # How many days do newly gained holdings not count towards the domain size for the purposes of penalties (but also not produce any levies) - STEWARDSHIP_SKILL_FOR_DOMAIN_LIMIT_INCREASE = 6 # domain limit += floor( / STEWARDSHIP_SKILL_FOR_DOMAIN_LIMIT_INCREASE ) + STEWARDSHIP_SKILL_FOR_DOMAIN_LIMIT_INCREASE = 200 # domain limit += floor( / STEWARDSHIP_SKILL_FOR_DOMAIN_LIMIT_INCREASE ) LEVIES_AT_ZERO_COUNTY_CONTROL = 0.5 # How many % levies do you get at 0 county control? Interpolated between this value and 100% when between 0 and 100 TAX_AT_ZERO_COUNTY_CONTROL = 0.0 # How much % tax do you get at 0 county control? Interpolated between this value and 100% when between 0 and 100 LEVIES_AT_MAX_COUNTY_DEVELOPMENT = 0.5 # How many % levies bonus do you get at 100 county development? Interpolated between this value and 0% when between 0 and 100 @@ -1078,7 +1084,11 @@ NFaction = DEFAULT_POWER_THRESHOLD = 80 # The default power threshold if there no one defined. MAX_DEMAND_DELAY_DAYS = 90 # The faction is guaranteed to send demands on the next update after this number of days has passed since it started being able to send demands. - POTENTIAL_FORCE_JOIN_HOOK_TYPE = "strong" # The type of hook that means the UI will show a member as potentially joining + POTENTIAL_FORCE_JOIN_HOOK_TYPE = "strong" # The type of hook that means the UI will show a member as potentially joining + + # the minimum warscore a defender in a faction war must have to win the war when the faction is destroyed due to other reasons. + # If below this warscore the war will just be invalidated. + MIN_WARSCORE_FOR_VICTORY_ON_FACTION_INVALIDATION = 75 } NPathFinding = { @@ -1379,7 +1389,7 @@ NRaid = { MIN_SOLDIERS_TO_RAID = 200 # How small can a raid army be and still be able to loot? MONTHLY_ATTRITION = 0.01 # How much attrition do you take while looting a province? 0.01 = 1% per month MONTHS_OF_RAID_LOOT = 12 # How many months of holding income (with owner effects discounted) does raiding provide? - LESS_MONTHS_OF_RAID_LOOT = 6 # This is subtracted from MONTHS_OF_RAID_LOOT if you have the goverment 'barter = yes' + LESS_MONTHS_OF_RAID_LOOT = 6 # This is subtracted from MONTHS_OF_RAID_LOOT if you have the government 'barter = yes' # Progress cannot be lower than 1/day (except when interrupted by combat) BASE_PROGRESS = 20 # How much base raid action progress do you get per day? @@ -1399,7 +1409,7 @@ NBarter = { BASE_PROGRESS = 15 PROGRESS_PER_SOLDIER = 0.005 LOOT_PER_SOLDIER = 0.1 # How much loot can a single soldier carry? Minimum increment is 0.001 - BARTER_GOODS_TO_LOOT_MULT = 1.5 # Used to convert Barter Goods to Loot. A value of 0.5 means that 2 Barter Goods are worth 1 Loot + BARTER_GOODS_TO_LOOT_MULT = 0.5 # Used to convert Barter Goods to Loot. A value of 0.5 means that 2 Barter Goods are worth 1 Loot } NCharacterGlow = { @@ -1644,6 +1654,24 @@ NAccolade = { "badge_color9.dds" } + ACCOLADE_GLORY_LEVELS = { + 100 + 300 + 600 + 1000 + 1500 + 2100 + } + + ACCOLADE_SQUIRE_LEVELS = { + 20 + 40 + 60 + 80 + } + + ACCOLADE_MAX_TYPES = 3 # maximum number of accolade attributes (types) an acclaimed knight can have + STARTING_GLORY = 100 # how much glory does each created accolade start out with? 100 is default to unlock rank 1 POTENTIAL_ACCLAIMED_KNIGHT_UPDATE_TIME = 0.5 # Time between potential acclaimed knights window updates, in seconds } diff --git a/common/domiciles/buildings/00_camp_buildings.txt b/common/domiciles/buildings/00_camp_buildings.txt index b1831b87..169a4eb1 100644 --- a/common/domiciles/buildings/00_camp_buildings.txt +++ b/common/domiciles/buildings/00_camp_buildings.txt @@ -4469,7 +4469,7 @@ proving_grounds_01 = { } proving_grounds_02 = { construction_time = @camp_building_main_slot_construction_duration_t2 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 internal_slots = 2 @@ -4518,7 +4518,7 @@ proving_grounds_02 = { } proving_grounds_03 = { construction_time = @camp_building_main_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_02 internal_slots = 3 @@ -4567,7 +4567,7 @@ proving_grounds_03 = { } proving_grounds_04 = { construction_time = @camp_building_main_slot_construction_duration_t4 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_03 internal_slots = 4 @@ -4619,7 +4619,7 @@ proving_grounds_04 = { } proving_grounds_05 = { construction_time = @camp_building_main_slot_construction_duration_t5 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_04 internal_slots = 5 @@ -4670,7 +4670,7 @@ proving_grounds_05 = { } proving_grounds_06 = { construction_time = @camp_building_main_slot_construction_duration_t6 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_05 internal_slots = 6 @@ -4725,7 +4725,7 @@ proving_grounds_06 = { proving_grounds_horse_run = { # Horse Run slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t2 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_horse_run_domicile_building_gold_cost_value } @@ -4790,7 +4790,7 @@ proving_grounds_horse_run = { # Horse Run proving_grounds_camel_run = { # Camel Run slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t2 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_camel_run_domicile_building_gold_cost_value } @@ -4859,7 +4859,7 @@ proving_grounds_camel_run = { # Camel Run proving_grounds_elephantry_reserve = { # Elephantry Reserve slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_elephantry_reserve_domicile_building_gold_cost_value } @@ -4922,7 +4922,7 @@ proving_grounds_elephantry_reserve = { # Elephantry Reserve proving_grounds_nightly_barding_drills = { # Nightly Barding Drills slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_nightly_barding_drills_domicile_building_gold_cost_value } @@ -4987,7 +4987,7 @@ proving_grounds_nightly_barding_drills = { # Nightly Barding Drills proving_grounds_life_in_the_saddle = { # Life in the Saddle slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_life_in_the_saddle_domicile_building_gold_cost_value } @@ -5002,12 +5002,7 @@ proving_grounds_life_in_the_saddle = { # Life in the Saddle can_construct = { custom_tooltip = { text = proving_grounds_life_in_the_saddle_horse_archers_tt - any_maa_regiment = { - OR = { - is_maa_type = horse_archers - is_maa_type = heavy_horse_archers - } - } + number_maa_regiments_of_base_type:archer_cavalry > 0 } } @@ -5065,7 +5060,7 @@ proving_grounds_life_in_the_saddle = { # Life in the Saddle proving_grounds_the_stump = { # The Stump slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_the_stump_domicile_building_gold_cost_value } @@ -5130,7 +5125,7 @@ proving_grounds_the_stump = { # The Stump proving_grounds_personal_bouts = { # Personal Bouts slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_personal_bouts_domicile_building_gold_cost_value } @@ -5196,7 +5191,7 @@ proving_grounds_personal_bouts = { # Personal Bouts proving_grounds_training_circle = { # Training Circle slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_training_circle_domicile_building_gold_cost_value } @@ -5262,7 +5257,7 @@ proving_grounds_training_circle = { # Training Circle proving_grounds_mock_battle_drills = { # Mock Battle Drills slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_mock_battle_drills_domicile_building_gold_cost_value } @@ -5327,7 +5322,7 @@ proving_grounds_mock_battle_drills = { # Mock Battle Drills proving_grounds_lockwagon = { # Lockwagon slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t2 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_lockwagon_domicile_building_gold_cost_value } @@ -5392,7 +5387,7 @@ proving_grounds_lockwagon = { # Lockwagon proving_grounds_martial_study = { # Martial Study slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_martial_study_domicile_building_gold_cost_value } @@ -5454,7 +5449,7 @@ proving_grounds_martial_study = { # Martial Study proving_grounds_the_stick_game = { # The Stick Game slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t1 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_the_stick_game_domicile_building_gold_cost_value } @@ -5514,7 +5509,7 @@ proving_grounds_the_stick_game = { # The Stick Game proving_grounds_bodyguard_drills = { # Bodyguard Drills slot_type = internal construction_time = @camp_building_internal_slot_construction_duration_t3 - allowed_domicile_types = { camp} + allowed_domicile_types = { camp } previous_building = proving_grounds_01 cost = { gold = proving_grounds_bodyguard_drills_domicile_building_gold_cost_value } @@ -5535,7 +5530,7 @@ proving_grounds_bodyguard_drills = { # Bodyguard Drills character_modifier = { enemy_hostile_scheme_phase_duration_add = minor_scheme_phase_duration_malus_value - scheme_discovery_chance_mult = 0.15 + enemy_scheme_secrecy_add = -15 } parameters = { @@ -5907,7 +5902,7 @@ camp_perimeter_good_siting = { # Good Siting } character_modifier = { - scheme_discovery_chance_mult = 0.1 + enemy_scheme_secrecy_add = -10 enemy_hostile_scheme_phase_duration_add = minor_scheme_phase_duration_malus_value } @@ -6021,7 +6016,7 @@ camp_perimeter_extra_watch = { # Extra Watch character_modifier = { enemy_hostile_scheme_phase_duration_add = major_scheme_phase_duration_malus_value - scheme_discovery_chance_mult = 0.1 + enemy_scheme_secrecy_add = -10 archers_damage_mult = 0.1 archer_cavalry_damage_mult = 0.05 } diff --git a/common/domiciles/buildings/00_chinese_estate_buildings.txt b/common/domiciles/buildings/00_chinese_estate_buildings.txt index f8b9c7f1..bfb9226d 100644 --- a/common/domiciles/buildings/00_chinese_estate_buildings.txt +++ b/common/domiciles/buildings/00_chinese_estate_buildings.txt @@ -633,9 +633,7 @@ east_asian_peasant_quarters_01 = { } can_construct = { - top_participant_group:dynastic_cycle ?= { - NOT = { participant_group_type = conservative_movement } - } + } cost = { @@ -668,9 +666,7 @@ east_asian_peasant_quarters_02 = { previous_building = east_asian_peasant_quarters_01 can_construct = { - top_participant_group:dynastic_cycle ?= { - NOT = { participant_group_type = conservative_movement } - } + } cost = { @@ -704,9 +700,7 @@ east_asian_peasant_quarters_03 = { previous_building = east_asian_peasant_quarters_02 can_construct = { - top_participant_group:dynastic_cycle ?= { - NOT = { participant_group_type = conservative_movement } - } + } cost = { @@ -742,9 +736,7 @@ east_asian_peasant_quarters_04 = { previous_building = east_asian_peasant_quarters_03 can_construct = { - top_participant_group:dynastic_cycle ?= { - NOT = { participant_group_type = conservative_movement } - } + } cost = { @@ -2656,7 +2648,10 @@ east_asian_estate_commander_study_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -2674,6 +2669,7 @@ east_asian_estate_commander_study_01 = { parameters = { celestial_military_score_bonus_1 = yes + meritocratic_military_score_bonus_1 = yes } character_modifier = { @@ -2701,7 +2697,10 @@ east_asian_estate_commander_study_02 = { custom_tooltip = { text = is_a_military_governor_duchy_or_above_desc highest_held_title_tier >= tier_duchy - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } @@ -2718,6 +2717,7 @@ east_asian_estate_commander_study_02 = { parameters = { celestial_military_score_bonus_2 = yes + meritocratic_military_score_bonus_2 = yes } character_modifier = { @@ -2746,7 +2746,10 @@ east_asian_estate_commander_study_03 = { custom_tooltip = { text = is_a_military_governor_kingdom_or_above_desc highest_held_title_tier >= tier_kingdom - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 } } @@ -2764,6 +2767,7 @@ east_asian_estate_commander_study_03 = { parameters = { celestial_military_score_bonus_3 = yes + meritocratic_military_score_bonus_3 = yes } character_modifier = { @@ -2806,6 +2810,7 @@ east_asian_estate_commander_study_04 = { parameters = { celestial_military_score_bonus_4 = yes + meritocratic_military_score_bonus_4 = yes } character_modifier = { @@ -2837,7 +2842,10 @@ east_asian_estate_office_01 = { custom_tooltip = { text = is_a_civilian_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_civil_appointment + OR = { + vassal_contract_has_flag = celestial_civil_appointment + vassal_contract_has_flag = meritocratic_civil_appointment + } } } @@ -2854,6 +2862,7 @@ east_asian_estate_office_01 = { parameters = { celestial_civilian_score_bonus_1 = yes + meritocratic_civilian_score_bonus_1 = yes } character_modifier = { @@ -2881,7 +2890,10 @@ east_asian_estate_office_02 = { custom_tooltip = { text = is_a_civilian_governor_duchy_or_above_desc highest_held_title_tier >= tier_duchy - vassal_contract_has_flag = celestial_civil_appointment + OR = { + vassal_contract_has_flag = celestial_civil_appointment + vassal_contract_has_flag = meritocratic_civil_appointment + } } } @@ -2898,6 +2910,7 @@ east_asian_estate_office_02 = { parameters = { celestial_civilian_score_bonus_2 = yes + meritocratic_civilian_score_bonus_2 = yes estate_governor_efficiency_bonus = yes } @@ -2926,7 +2939,10 @@ east_asian_estate_office_03 = { custom_tooltip = { text = is_a_civilian_governor_kingdom_or_above_desc highest_held_title_tier >= tier_kingdom - vassal_contract_has_flag = celestial_civil_appointment + OR = { + vassal_contract_has_flag = celestial_civil_appointment + vassal_contract_has_flag = meritocratic_civil_appointment + } } domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 } } @@ -2944,6 +2960,7 @@ east_asian_estate_office_03 = { parameters = { celestial_civilian_score_bonus_3 = yes + meritocratic_civilian_score_bonus_3 = yes estate_governor_efficiency_bonus = yes estate_governor_efficiency_bonus_for_house_members = yes } @@ -2986,6 +3003,7 @@ east_asian_estate_office_04 = { parameters = { celestial_civilian_score_bonus_4 = yes + meritocratic_civilian_score_bonus_4 = yes estate_governor_efficiency_bonus = yes estate_governor_efficiency_bonus_for_house_members = yes estate_governor_trait_xp_bonus_for_contracts = yes @@ -4007,9 +4025,6 @@ east_asian_estate_reception_hall_01 = { previous_building = east_asian_estate_main_01 can_construct_potential = { - top_participant_group:dynastic_cycle ?= { - participant_group_type = conservative_movement - } } cost = { @@ -4050,9 +4065,6 @@ east_asian_estate_reception_hall_02 = { previous_building = east_asian_estate_reception_hall_01 can_construct = { - top_participant_group:dynastic_cycle ?= { - participant_group_type = conservative_movement - } } cost = { @@ -4094,9 +4106,6 @@ east_asian_estate_reception_hall_03 = { previous_building = east_asian_estate_reception_hall_02 can_construct = { - top_participant_group:dynastic_cycle ?= { - participant_group_type = conservative_movement - } domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_02 } } @@ -4138,11 +4147,6 @@ east_asian_estate_reception_hall_04 = { slot_type = internal previous_building = east_asian_estate_reception_hall_03 - can_construct = { - top_participant_group:dynastic_cycle ?= { - participant_group_type = conservative_movement - } - } cost = { gold = { @@ -4183,9 +4187,6 @@ east_asian_estate_reception_hall_05 = { previous_building = east_asian_estate_reception_hall_04 can_construct = { - top_participant_group:dynastic_cycle ?= { - participant_group_type = conservative_movement - } domicile ?= { has_domicile_building_or_higher = east_asian_estate_main_04 } } @@ -4229,7 +4230,7 @@ east_asian_estate_cabinet_of_curiosities_01 = { slot_type = internal previous_building = east_asian_estate_main_01 - can_construct_potential = { + can_construct = { dynasty ?= { has_dynasty_perk = ep3_administrative_legacy_4 } } @@ -5106,6 +5107,7 @@ east_asian_estate_health_01 = { parameters = { estate_increase_safe_treatment_success_1 = yes + estate_increase_physician_aptitude_1 = yes } ai_value = { @@ -5152,7 +5154,7 @@ east_asian_estate_health_02 = { parameters = { estate_increase_safe_treatment_success_1 = yes - estate_increase_physician_aptitude = yes + estate_increase_physician_aptitude_2 = yes } ai_value = { @@ -5194,7 +5196,7 @@ east_asian_estate_health_03 = { parameters = { estate_increase_safe_treatment_success_1 = yes - estate_increase_physician_aptitude = yes + estate_increase_physician_aptitude_3 = yes } ai_value = { @@ -5236,7 +5238,7 @@ east_asian_estate_health_04 = { parameters = { estate_increase_safe_treatment_success_2 = yes - estate_increase_physician_aptitude_2 = yes + estate_increase_physician_aptitude_4 = yes } ai_value = { @@ -5278,7 +5280,7 @@ east_asian_estate_health_05 = { parameters = { estate_increase_safe_treatment_success_2 = yes - estate_increase_physician_aptitude_2 = yes + estate_increase_physician_aptitude_5 = yes } ai_value = { @@ -5320,7 +5322,7 @@ east_asian_estate_health_06 = { parameters = { estate_increase_safe_treatment_success_2 = yes - estate_increase_physician_aptitude_3 = yes + estate_increase_physician_aptitude_6 = yes } ai_value = { @@ -6572,6 +6574,7 @@ east_asian_estate_watchtower_01 = { } parameters = { + estate_increase_bodyguard_aptitude_1 = yes raids_less_likely_to_make_prisoners_1 = yes house_head_can_ask_for_knight = yes } @@ -6617,7 +6620,7 @@ east_asian_estate_watchtower_02 = { parameters = { raids_less_likely_to_make_prisoners_1 = yes - estate_increase_bodyguard_aptitude_1 = yes + estate_increase_bodyguard_aptitude_2 = yes house_head_can_ask_for_knight = yes } @@ -6657,7 +6660,7 @@ east_asian_estate_watchtower_03 = { parameters = { raids_less_likely_to_make_prisoners_2 = yes estate_unlock_bolster_security_decision = yes - estate_increase_bodyguard_aptitude_1 = yes + estate_increase_bodyguard_aptitude_3 = yes house_head_can_ask_for_knight = yes house_head_can_ask_for_maa = yes } @@ -6709,7 +6712,7 @@ east_asian_estate_watchtower_04 = { raids_less_likely_to_make_prisoners_2 = yes house_head_can_ask_for_maa = yes estate_unlock_bolster_security_decision = yes - estate_increase_bodyguard_aptitude_2 = yes + estate_increase_bodyguard_aptitude_4 = yes house_head_can_ask_for_knight = yes } @@ -6760,7 +6763,7 @@ east_asian_estate_watchtower_05 = { raids_less_likely_to_make_prisoners_3 = yes house_head_can_ask_for_maa = yes estate_unlock_bolster_security_decision = yes - estate_increase_bodyguard_aptitude_2 = yes + estate_increase_bodyguard_aptitude_5 = yes house_head_can_ask_for_knight = yes } @@ -6812,7 +6815,7 @@ east_asian_estate_watchtower_06 = { estate_unlock_patrol_decision = yes house_head_can_ask_for_maa = yes estate_unlock_bolster_security_decision = yes - estate_increase_bodyguard_aptitude_2 = yes + estate_increase_bodyguard_aptitude_6 = yes house_head_can_ask_for_knight = yes } @@ -7119,7 +7122,7 @@ east_asian_estate_garden_leisure_04 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_4 = yes } on_complete = { @@ -7206,7 +7209,7 @@ east_asian_estate_garden_leisure_05 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_5 = yes } on_complete = { @@ -7293,7 +7296,7 @@ east_asian_estate_garden_leisure_06 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_6 = yes } on_complete = { @@ -7383,7 +7386,7 @@ east_asian_estate_garden_fruit_04 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_4 = yes } on_complete = { @@ -7471,7 +7474,7 @@ east_asian_estate_garden_fruit_05 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_5 = yes } on_complete = { @@ -7559,7 +7562,7 @@ east_asian_estate_garden_fruit_06 = { } parameters = { - increased_gardener_aptitude_3 = yes + increased_gardener_aptitude_6 = yes } on_complete = { @@ -11280,7 +11283,10 @@ east_asian_estate_militia_muster_green_01 = { can_construct = { custom_tooltip = { text = celestial_military_appointment_allowed_desc - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } @@ -11436,7 +11442,10 @@ east_asian_estate_ration_wine_stores_01 = { can_construct = { custom_tooltip = { text = celestial_military_appointment_allowed_desc - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } @@ -13765,7 +13774,10 @@ east_asian_estate_tea_horse_road_office_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -14626,7 +14638,10 @@ east_asian_estate_field_surgeon_cart_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -15870,7 +15885,7 @@ east_asian_estate_history_school_04 = { } } parameters = { - estate_increased_tutor_aptitude_1 = yes + estate_increased_tutor_aptitude_4 = yes } character_modifier = { monthly_merit = @east_asian_manor_monthly_merit_2 @@ -16316,7 +16331,10 @@ east_asian_estate_armorer_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -16741,7 +16759,10 @@ east_asian_estate_sergeants_school_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -16886,7 +16907,10 @@ east_asian_estate_drill_yard_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -17604,7 +17628,10 @@ east_asian_estate_crossbow_storage_01 = { can_construct = { custom_tooltip = { text = celestial_military_appointment_allowed_desc - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } @@ -18445,7 +18472,10 @@ east_asian_estate_foaling_pens_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } @@ -19712,7 +19742,10 @@ east_asian_estate_leatherworks_01 = { can_construct = { custom_tooltip = { text = celestial_military_appointment_allowed_desc - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } @@ -20987,7 +21020,10 @@ east_asian_estate_salt_lick_terraces_01 = { custom_tooltip = { text = is_a_military_governor_county_or_above_desc highest_held_title_tier >= tier_county - vassal_contract_has_flag = celestial_military_appointment + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment + } } } } diff --git a/common/domiciles/buildings/00_yurt_buildings.txt b/common/domiciles/buildings/00_yurt_buildings.txt index bbfce762..e3be9d5b 100644 --- a/common/domiciles/buildings/00_yurt_buildings.txt +++ b/common/domiciles/buildings/00_yurt_buildings.txt @@ -2217,8 +2217,6 @@ camel_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -2261,8 +2259,6 @@ camel_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -2305,8 +2301,6 @@ camel_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -2349,8 +2343,6 @@ camel_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -2486,8 +2478,6 @@ goat_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -2533,8 +2523,6 @@ goat_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -2580,8 +2568,6 @@ goat_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -2627,8 +2613,6 @@ goat_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -3028,8 +3012,6 @@ sheep_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -3075,8 +3057,6 @@ sheep_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -3122,8 +3102,6 @@ sheep_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -3169,8 +3147,6 @@ sheep_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -3270,8 +3246,6 @@ steal_herd_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -3305,8 +3279,6 @@ steal_herd_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -3340,8 +3312,6 @@ steal_herd_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -3375,8 +3345,6 @@ steal_herd_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -3466,8 +3434,6 @@ consumption_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -3497,8 +3463,6 @@ consumption_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -3528,8 +3492,6 @@ consumption_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -3559,8 +3521,6 @@ consumption_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -3650,8 +3610,6 @@ herd_wealth_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -3681,8 +3639,6 @@ herd_wealth_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -3712,8 +3668,6 @@ herd_wealth_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -3743,8 +3697,6 @@ herd_wealth_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -3834,8 +3786,6 @@ herder_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -3864,8 +3814,6 @@ herder_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -3895,8 +3843,6 @@ herder_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -3926,8 +3872,6 @@ herder_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -4045,8 +3989,6 @@ character_warfare_yurt_03 = { ai_value = { value = nomadic_capital_exterior_building_3 - - } asset = { @@ -4091,8 +4033,6 @@ character_warfare_yurt_04 = { ai_value = { value = nomadic_capital_exterior_building_4 - - } asset = { @@ -4138,8 +4078,6 @@ character_warfare_yurt_05 = { ai_value = { value = nomadic_capital_exterior_building_5 - - } asset = { @@ -4191,8 +4129,6 @@ character_warfare_yurt_06 = { ai_value = { value = nomadic_capital_exterior_building_6 - - } asset = { @@ -4296,8 +4232,6 @@ falconry_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -4331,8 +4265,6 @@ falconry_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -4366,8 +4298,6 @@ falconry_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -4402,8 +4332,6 @@ falconry_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -4490,8 +4418,6 @@ knight_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -4520,8 +4446,6 @@ knight_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -4551,8 +4475,6 @@ knight_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -4582,8 +4504,6 @@ knight_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -4673,8 +4593,6 @@ commander_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -4704,8 +4622,6 @@ commander_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -4737,8 +4653,6 @@ commander_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -4770,8 +4684,6 @@ commander_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -4795,7 +4707,7 @@ bodyguard_yurt_01 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_1 = yes + estate_increase_bodyguard_aptitude_1 = yes } character_modifier = { @@ -4828,7 +4740,7 @@ bodyguard_yurt_02 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_1 = yes + estate_increase_bodyguard_aptitude_2 = yes } character_modifier = { @@ -4861,7 +4773,7 @@ bodyguard_yurt_03 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_2 = yes + estate_increase_bodyguard_aptitude_3 = yes } character_modifier = { @@ -4871,8 +4783,6 @@ bodyguard_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -4896,7 +4806,7 @@ bodyguard_yurt_04 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_2 = yes + estate_increase_bodyguard_aptitude_4 = yes } character_modifier = { @@ -4907,8 +4817,6 @@ bodyguard_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -4932,7 +4840,7 @@ bodyguard_yurt_05 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_3 = yes + estate_increase_bodyguard_aptitude_5 = yes } character_modifier = { @@ -4942,8 +4850,6 @@ bodyguard_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -4967,7 +4873,7 @@ bodyguard_yurt_06 = { } parameters = { - nomad_yurt_increased_bodyguard_aptitude_lvl_3 = yes + estate_increase_bodyguard_aptitude_6 = yes } character_modifier = { @@ -4978,8 +4884,6 @@ bodyguard_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -5070,8 +4974,6 @@ accolade_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -5102,8 +5004,6 @@ accolade_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -5134,8 +5034,6 @@ accolade_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -5166,8 +5064,6 @@ accolade_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -5204,6 +5100,7 @@ mass_warfare_yurt_01 = { parameters = { unlock_maa_heavy_horse_archers = yes + nomad_yurt_unlock_master_the_art_of_command = yes } ai_value = { @@ -5244,8 +5141,6 @@ mass_warfare_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_1 - - } asset = { @@ -5283,8 +5178,6 @@ mass_warfare_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -5330,8 +5223,6 @@ mass_warfare_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -5371,8 +5262,6 @@ mass_warfare_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -5422,8 +5311,6 @@ mass_warfare_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -5518,8 +5405,6 @@ lcav_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -5551,8 +5436,6 @@ lcav_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -5585,8 +5468,6 @@ lcav_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -5619,8 +5500,6 @@ lcav_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -5716,8 +5595,6 @@ foot_archer_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -5747,8 +5624,6 @@ foot_archer_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -5778,8 +5653,6 @@ foot_archer_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -5809,8 +5682,6 @@ foot_archer_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -5908,8 +5779,6 @@ merc_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -5958,8 +5827,6 @@ merc_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -5994,8 +5861,6 @@ merc_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -6044,8 +5909,6 @@ merc_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -6133,8 +5996,6 @@ herd_conversion_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -6164,8 +6025,6 @@ herd_conversion_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -6195,8 +6054,6 @@ herd_conversion_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -6226,8 +6083,6 @@ herd_conversion_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -6318,8 +6173,6 @@ raiding_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -6350,8 +6203,6 @@ raiding_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -6382,8 +6233,6 @@ raiding_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -6414,8 +6263,6 @@ raiding_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -6503,8 +6350,6 @@ stationing_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -6534,8 +6379,6 @@ stationing_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -6566,8 +6409,6 @@ stationing_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -6598,8 +6439,6 @@ stationing_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -6715,8 +6554,6 @@ court_yurt_03 = { ai_value = { value = nomadic_capital_exterior_building_3 - - } asset = { @@ -6766,8 +6603,6 @@ court_yurt_04 = { ai_value = { value = nomadic_capital_exterior_building_4 - - } asset = { @@ -6813,8 +6648,6 @@ court_yurt_05 = { ai_value = { value = nomadic_capital_exterior_building_5 - - } asset = { @@ -6865,8 +6698,6 @@ court_yurt_06 = { ai_value = { value = nomadic_capital_exterior_building_6 - - } asset = { @@ -6962,8 +6793,6 @@ tributary_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -6996,8 +6825,6 @@ tributary_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7030,8 +6857,6 @@ tributary_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7064,8 +6889,6 @@ tributary_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -7152,8 +6975,6 @@ vassal_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -7183,8 +7004,6 @@ vassal_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7214,8 +7033,6 @@ vassal_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7245,8 +7062,6 @@ vassal_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -7271,7 +7086,7 @@ secret_scheme_yurt_01 = { character_modifier = { owned_scheme_secrecy_add = 4 - scheme_discovery_chance_mult = 0.04 + enemy_scheme_secrecy_add = -4 } ai_value = { @@ -7300,7 +7115,7 @@ secret_scheme_yurt_02 = { character_modifier = { owned_scheme_secrecy_add = 2 - scheme_discovery_chance_mult = 0.04 + enemy_scheme_secrecy_add = -4 } ai_value = { @@ -7329,13 +7144,11 @@ secret_scheme_yurt_03 = { character_modifier = { owned_scheme_secrecy_add = 4 - scheme_discovery_chance_mult = 0.08 + enemy_scheme_secrecy_add = -8 } ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7360,13 +7173,11 @@ secret_scheme_yurt_04 = { character_modifier = { owned_scheme_secrecy_add = 4 - scheme_discovery_chance_mult = 0.08 + enemy_scheme_secrecy_add = -8 } ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7391,13 +7202,11 @@ secret_scheme_yurt_05 = { character_modifier = { owned_scheme_secrecy_add = 6 - scheme_discovery_chance_mult = 0.16 + enemy_scheme_secrecy_add = -16 } ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -7422,13 +7231,11 @@ secret_scheme_yurt_06 = { character_modifier = { owned_scheme_secrecy_add = 10 - scheme_discovery_chance_mult = 0.16 + enemy_scheme_secrecy_add = -16 } ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -7486,8 +7293,6 @@ kurultai_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -7517,8 +7322,6 @@ kurultai_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7548,8 +7351,6 @@ kurultai_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7579,8 +7380,6 @@ kurultai_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -7610,8 +7409,6 @@ kurultai_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -7676,8 +7473,6 @@ feast_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -7710,8 +7505,6 @@ feast_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7744,8 +7537,6 @@ feast_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7778,8 +7569,6 @@ feast_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -7812,8 +7601,6 @@ feast_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -7875,8 +7662,6 @@ agent_dread_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -7910,8 +7695,6 @@ agent_dread_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -7945,8 +7728,6 @@ agent_dread_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -7980,8 +7761,6 @@ agent_dread_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -8015,8 +7794,6 @@ agent_dread_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -8082,8 +7859,6 @@ dynasty_court_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -8116,8 +7891,6 @@ dynasty_court_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -8150,8 +7923,6 @@ dynasty_court_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -8185,8 +7956,6 @@ dynasty_court_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -8220,8 +7989,6 @@ dynasty_court_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -8289,8 +8056,6 @@ culture_court_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -8324,8 +8089,6 @@ culture_court_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -8359,8 +8122,6 @@ culture_court_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -8395,8 +8156,6 @@ culture_court_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -8431,8 +8190,6 @@ culture_court_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -8506,8 +8263,6 @@ family_yurt_02 = { ai_value = { value = nomadic_capital_exterior_building_2 - - } asset = { @@ -8546,8 +8301,6 @@ family_yurt_03 = { ai_value = { value = nomadic_capital_exterior_building_3 - - } asset = { @@ -8595,8 +8348,6 @@ family_yurt_04 = { ai_value = { value = nomadic_capital_exterior_building_4 - - } asset = { @@ -8640,8 +8391,6 @@ family_yurt_05 = { ai_value = { value = nomadic_capital_exterior_building_5 - - } asset = { @@ -8688,8 +8437,6 @@ family_yurt_06 = { ai_value = { value = nomadic_capital_exterior_building_6 - - } asset = { @@ -8916,8 +8663,8 @@ wet_nurse_yurt_01 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_1 = yes - nomad_yurt_court_tutor_aptitude_lvl_1 = yes + domicile_increased_wet_nurse_aptitude_1 = yes + estate_increased_tutor_aptitude_1 = yes } ai_value = { @@ -8951,8 +8698,8 @@ wet_nurse_yurt_02 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_1 = yes - nomad_yurt_court_tutor_aptitude_lvl_1 = yes + domicile_increased_wet_nurse_aptitude_2 = yes + estate_increased_tutor_aptitude_2 = yes } character_modifier = { @@ -8961,8 +8708,6 @@ wet_nurse_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -8986,8 +8731,8 @@ wet_nurse_yurt_03 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_2 = yes - nomad_yurt_court_tutor_aptitude_lvl_1 = yes + domicile_increased_wet_nurse_aptitude_3 = yes + estate_increased_tutor_aptitude_3 = yes } character_modifier = { @@ -8996,8 +8741,6 @@ wet_nurse_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -9021,8 +8764,8 @@ wet_nurse_yurt_04 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_2 = yes - nomad_yurt_court_tutor_aptitude_lvl_2 = yes + domicile_increased_wet_nurse_aptitude_4 = yes + estate_increased_tutor_aptitude_4 = yes } character_modifier = { @@ -9031,8 +8774,6 @@ wet_nurse_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -9056,8 +8797,8 @@ wet_nurse_yurt_05 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_3 = yes - nomad_yurt_court_tutor_aptitude_lvl_3 = yes + domicile_increased_wet_nurse_aptitude_5 = yes + estate_increased_tutor_aptitude_5 = yes } character_modifier = { @@ -9066,8 +8807,6 @@ wet_nurse_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -9091,8 +8830,8 @@ wet_nurse_yurt_06 = { } parameters = { - nomad_yurt_wet_nurse_aptitude_lvl_4 = yes - nomad_yurt_court_tutor_aptitude_lvl_4 = yes + domicile_increased_wet_nurse_aptitude_6 = yes + estate_increased_tutor_aptitude_6 = yes } character_modifier = { @@ -9101,8 +8840,6 @@ wet_nurse_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -9161,8 +8898,6 @@ personal_chamber_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -9192,8 +8927,6 @@ personal_chamber_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -9227,8 +8960,6 @@ personal_chamber_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -9262,8 +8993,6 @@ personal_chamber_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -9297,8 +9026,6 @@ personal_chamber_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -9357,8 +9084,6 @@ recreation_chamber_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -9389,8 +9114,6 @@ recreation_chamber_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -9421,8 +9144,6 @@ recreation_chamber_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -9453,8 +9174,6 @@ recreation_chamber_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -9485,8 +9204,6 @@ recreation_chamber_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -9551,8 +9268,6 @@ marriage_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -9585,8 +9300,6 @@ marriage_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -9619,8 +9332,6 @@ marriage_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -9653,8 +9364,6 @@ marriage_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -9687,8 +9396,6 @@ marriage_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -9753,8 +9460,6 @@ better_children_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -9787,8 +9492,6 @@ better_children_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -9821,8 +9524,6 @@ better_children_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -9855,8 +9556,6 @@ better_children_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -9889,8 +9588,6 @@ better_children_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -9955,8 +9652,6 @@ friend_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -9989,8 +9684,6 @@ friend_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -10023,8 +9716,6 @@ friend_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -10057,8 +9748,6 @@ friend_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -10091,8 +9780,6 @@ friend_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -10159,8 +9846,6 @@ hostage_ward_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -10194,8 +9879,6 @@ hostage_ward_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -10229,8 +9912,6 @@ hostage_ward_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -10264,8 +9945,6 @@ hostage_ward_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -10299,8 +9978,6 @@ hostage_ward_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -10366,8 +10043,6 @@ mystical_yurt_02 = { ai_value = { value = nomadic_capital_exterior_building_2 - - } asset = { @@ -10399,8 +10074,6 @@ mystical_yurt_03 = { ai_value = { value = nomadic_capital_exterior_building_3 - - } asset = { @@ -10442,8 +10115,6 @@ mystical_yurt_04 = { ai_value = { value = nomadic_capital_exterior_building_4 - - } asset = { @@ -10485,8 +10156,6 @@ mystical_yurt_05 = { ai_value = { value = nomadic_capital_exterior_building_5 - - } asset = { @@ -10532,8 +10201,6 @@ mystical_yurt_06 = { ai_value = { value = nomadic_capital_exterior_building_6 - - } asset = { @@ -10605,8 +10272,6 @@ astrologer_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -10641,8 +10306,6 @@ astrologer_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -10677,8 +10340,6 @@ astrologer_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -10713,8 +10374,6 @@ astrologer_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -10749,8 +10408,6 @@ astrologer_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -10774,7 +10431,7 @@ physician_yurt_01 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_1 = yes + estate_increase_physician_aptitude_1 = yes } character_modifier = { @@ -10807,7 +10464,7 @@ physician_yurt_02 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_1 = yes + estate_increase_physician_aptitude_2 = yes } character_modifier = { @@ -10817,8 +10474,6 @@ physician_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -10842,7 +10497,7 @@ physician_yurt_03 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_2 = yes + estate_increase_physician_aptitude_3 = yes } character_modifier = { @@ -10852,8 +10507,6 @@ physician_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -10877,7 +10530,7 @@ physician_yurt_04 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_2 = yes + estate_increase_physician_aptitude_4 = yes } character_modifier = { @@ -10887,8 +10540,6 @@ physician_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -10912,7 +10563,7 @@ physician_yurt_05 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_3 = yes + estate_increase_physician_aptitude_5 = yes } character_modifier = { @@ -10922,8 +10573,6 @@ physician_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -10947,7 +10596,7 @@ physician_yurt_06 = { } parameters = { - nomad_yurt_increased_physician_aptitude_lvl_4 = yes + estate_increase_physician_aptitude_6 = yes } character_modifier = { @@ -10957,8 +10606,6 @@ physician_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -11023,8 +10670,6 @@ fertility_mystical_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -11057,8 +10702,6 @@ fertility_mystical_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -11091,8 +10734,6 @@ fertility_mystical_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -11125,8 +10766,6 @@ fertility_mystical_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -11159,8 +10798,6 @@ fertility_mystical_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -11239,8 +10876,6 @@ language_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -11280,8 +10915,6 @@ language_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -11317,8 +10950,6 @@ language_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -11355,8 +10986,6 @@ language_yurt_05 = { ai_value = { value = 5 - - } asset = { @@ -11398,8 +11027,6 @@ language_yurt_06 = { ai_value = { value = 26 - - } asset = { @@ -11464,8 +11091,6 @@ omen_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -11498,8 +11123,6 @@ omen_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -11532,8 +11155,6 @@ omen_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -11567,8 +11188,6 @@ omen_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -11601,8 +11220,6 @@ omen_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -11667,8 +11284,6 @@ kurultai_mystical_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -11702,8 +11317,6 @@ kurultai_mystical_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -11737,8 +11350,6 @@ kurultai_mystical_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -11773,8 +11384,6 @@ kurultai_mystical_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -11808,8 +11417,6 @@ kurultai_mystical_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -11875,8 +11482,6 @@ knight_mystical_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -11909,8 +11514,6 @@ knight_mystical_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -11943,8 +11546,6 @@ knight_mystical_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -11978,8 +11579,6 @@ knight_mystical_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -12013,8 +11612,6 @@ knight_mystical_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -12113,8 +11710,6 @@ trade_yurt_02 = { ai_value = { value = nomadic_capital_exterior_building_2 - - } asset = { @@ -12163,8 +11758,6 @@ trade_yurt_03 = { ai_value = { value = nomadic_capital_exterior_building_3 - - } asset = { @@ -12218,8 +11811,6 @@ trade_yurt_04 = { ai_value = { value = nomadic_capital_exterior_building_4 - - } asset = { @@ -12269,8 +11860,6 @@ trade_yurt_05 = { ai_value = { value = nomadic_capital_exterior_building_5 - - } asset = { @@ -12324,8 +11913,6 @@ trade_yurt_06 = { ai_value = { value = nomadic_capital_exterior_building_6 - - } asset = { @@ -12397,8 +11984,6 @@ paiza_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -12432,8 +12017,6 @@ paiza_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -12471,8 +12054,6 @@ paiza_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -12506,8 +12087,6 @@ paiza_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -12545,8 +12124,6 @@ paiza_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -12612,8 +12189,6 @@ innovation_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -12647,8 +12222,6 @@ innovation_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -12682,8 +12255,6 @@ innovation_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -12717,8 +12288,6 @@ innovation_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -12752,8 +12321,6 @@ innovation_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -12820,8 +12387,6 @@ merchant_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -12855,8 +12420,6 @@ merchant_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -12890,8 +12453,6 @@ merchant_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -12925,8 +12486,6 @@ merchant_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -12960,8 +12519,6 @@ merchant_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -13028,8 +12585,6 @@ fertility_trade_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_1 - - } asset = { @@ -13063,8 +12618,6 @@ fertility_trade_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -13098,8 +12651,6 @@ fertility_trade_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -13133,8 +12684,6 @@ fertility_trade_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -13168,8 +12717,6 @@ fertility_trade_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -13236,8 +12783,6 @@ herd_trade_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -13271,8 +12816,6 @@ herd_trade_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -13306,8 +12849,6 @@ herd_trade_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -13341,8 +12882,6 @@ herd_trade_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -13376,8 +12915,6 @@ herd_trade_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -13442,8 +12979,6 @@ char_trade_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -13477,8 +13012,6 @@ char_trade_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -13503,7 +13036,6 @@ char_trade_yurt_04 = { parameters = { nomad_yurt_paiza_char_gain_lvl_2 = yes - nomad_yurt_paiza_char_gain_arrival_lvl_1 = yes } character_modifier = { @@ -13512,8 +13044,6 @@ char_trade_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -13538,7 +13068,6 @@ char_trade_yurt_05 = { parameters = { nomad_yurt_paiza_char_gain_lvl_2 = yes - nomad_yurt_paiza_char_gain_arrival_lvl_1 = yes } character_modifier = { @@ -13547,8 +13076,6 @@ char_trade_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -13573,7 +13100,6 @@ char_trade_yurt_06 = { parameters = { nomad_yurt_paiza_char_gain_lvl_3 = yes - nomad_yurt_paiza_char_gain_arrival_lvl_2 = yes } character_modifier = { @@ -13582,8 +13108,6 @@ char_trade_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { @@ -13648,8 +13172,6 @@ knight_trade_yurt_02 = { ai_value = { value = nomadic_capital_interior_building_2 - - } asset = { @@ -13682,8 +13204,6 @@ knight_trade_yurt_03 = { ai_value = { value = nomadic_capital_interior_building_3 - - } asset = { @@ -13716,8 +13236,6 @@ knight_trade_yurt_04 = { ai_value = { value = nomadic_capital_interior_building_4 - - } asset = { @@ -13750,8 +13268,6 @@ knight_trade_yurt_05 = { ai_value = { value = nomadic_capital_interior_building_5 - - } asset = { @@ -13784,8 +13300,6 @@ knight_trade_yurt_06 = { ai_value = { value = nomadic_capital_interior_building_6 - - } asset = { diff --git a/common/domiciles/buildings/10_japanese_manor_buildings.txt b/common/domiciles/buildings/10_japanese_manor_buildings.txt index 0dcfbc0b..edcb9fb7 100644 --- a/common/domiciles/buildings/10_japanese_manor_buildings.txt +++ b/common/domiciles/buildings/10_japanese_manor_buildings.txt @@ -2015,7 +2015,7 @@ japanese_manor_library_confucian_04 = { } parameters = { - japanese_manor_unlock_tier_5_education = yes + estate_unlock_tier_5_education = yes } character_modifier = { @@ -2056,7 +2056,7 @@ japanese_manor_library_confucian_05 = { } parameters = { - japanese_manor_unlock_tier_5_education = yes + estate_unlock_tier_5_education = yes } character_modifier = { @@ -2097,7 +2097,7 @@ japanese_manor_library_confucian_06 = { } parameters = { - japanese_manor_unlock_tier_5_education = yes + estate_unlock_tier_5_education = yes } character_modifier = { @@ -2188,7 +2188,7 @@ japanese_manor_retainer_accomodations_02 = { parameters = { house_head_can_ask_for_knight = yes - estate_increase_bodyguard_aptitude_1 = yes + estate_increase_bodyguard_aptitude_2 = yes } ai_value = { @@ -2231,7 +2231,7 @@ japanese_manor_retainer_accomodations_03 = { parameters = { house_head_can_ask_for_knight = yes - estate_increase_bodyguard_aptitude_1 = yes + estate_increase_bodyguard_aptitude_3 = yes } ai_value = { @@ -2263,7 +2263,7 @@ japanese_manor_retainer_accomodations_04 = { parameters = { house_head_can_ask_for_knight = yes - estate_increase_bodyguard_aptitude_2 = yes + estate_increase_bodyguard_aptitude_4 = yes } character_modifier = { @@ -2304,7 +2304,7 @@ japanese_manor_retainer_accomodations_05 = { parameters = { house_head_can_ask_for_knight = yes - estate_increase_bodyguard_aptitude_2 = yes + estate_increase_bodyguard_aptitude_5 = yes } character_modifier = { @@ -3691,7 +3691,7 @@ japanese_shrine_01 = { can_construct = { custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3734,7 +3734,7 @@ japanese_shrine_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3769,14 +3769,14 @@ japanese_shrine_02 = { japanese_shrine_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_shrine_02 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3818,7 +3818,7 @@ japanese_shrine_04 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3854,14 +3854,14 @@ japanese_shrine_04 = { japanese_shrine_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_shrine_04 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3896,14 +3896,14 @@ japanese_shrine_05 = { japanese_shrine_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_shrine_05 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = humility_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_shrine } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_shrine } } } @@ -3985,6 +3985,10 @@ japanese_cemetery_02 = { dynasty_house_opinion = @japanese_manor_opinion_add_1 } + parameters = { + estate_cheaper_funeral_cost = yes + } + ai_value = { value = 8 add = japanese_manor_building_ai_modifier_value @@ -4014,6 +4018,10 @@ japanese_cemetery_03 = { monthly_dynasty_prestige = @japanese_manor_monthly_dynasty_prestige_add_1 dynasty_house_opinion = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_funeral_cost = yes + } ai_value = { value = 7 @@ -4044,6 +4052,10 @@ japanese_cemetery_04 = { monthly_dynasty_prestige = @japanese_manor_monthly_dynasty_prestige_add_1 dynasty_house_opinion = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_funeral_cost = yes + } ai_value = { value = 7 @@ -4074,6 +4086,10 @@ japanese_cemetery_05 = { monthly_dynasty_prestige = @japanese_manor_monthly_dynasty_prestige_add_1 dynasty_house_opinion = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_funeral_cost = yes + } ai_value = { value = 7 @@ -4104,6 +4120,10 @@ japanese_cemetery_06 = { monthly_dynasty_prestige = @japanese_manor_monthly_dynasty_prestige_add_1 dynasty_house_opinion = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_funeral_cost = yes + } ai_value = { value = 7 @@ -4168,6 +4188,10 @@ japanese_shokubo_02 = { character_travel_safety = @japanese_manor_character_travel_safety } + parameters = { + estate_cheaper_pilgrimage_cost = yes + } + ai_value = { value = 8 add = japanese_manor_building_ai_modifier_value @@ -4198,6 +4222,10 @@ japanese_shokubo_03 = { different_faith_opinion = @japanese_manor_opinion_add_1 character_travel_safety = @japanese_manor_character_travel_safety } + + parameters = { + estate_cheaper_pilgrimage_cost = yes + } ai_value = { value = 7 @@ -4230,6 +4258,10 @@ japanese_shokubo_04 = { different_faith_opinion = @japanese_manor_opinion_add_1 character_travel_safety = @japanese_manor_character_travel_safety } + + parameters = { + estate_cheaper_pilgrimage_cost = yes + } ai_value = { value = 7 @@ -4261,6 +4293,10 @@ japanese_shokubo_05 = { different_faith_opinion = @japanese_manor_opinion_add_1 character_travel_safety = @japanese_manor_character_travel_safety } + + parameters = { + estate_cheaper_pilgrimage_cost = yes + } ai_value = { value = 7 @@ -4292,6 +4328,10 @@ japanese_shokubo_06 = { different_faith_opinion = @japanese_manor_opinion_add_1 character_travel_safety = @japanese_manor_character_travel_safety } + + parameters = { + estate_cheaper_pilgrimage_cost = yes + } ai_value = { value = 7 @@ -4534,7 +4574,7 @@ japanese_brewery_01 = { can_construct = { custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4575,7 +4615,7 @@ japanese_brewery_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4589,6 +4629,10 @@ japanese_brewery_02 = { county_opinion_add = @japanese_manor_opinion_add_1 } + parameters = { + estate_cheaper_feast_cost = yes + } + ai_value = { value = 8 add = japanese_manor_building_ai_modifier_value @@ -4604,14 +4648,14 @@ japanese_brewery_02 = { japanese_brewery_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_brewery_02 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4624,6 +4668,10 @@ japanese_brewery_03 = { development_growth_factor = @japanese_manor_development_growth_factor_1 county_opinion_add = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_feast_cost = yes + } ai_value = { value = 7 @@ -4647,7 +4695,7 @@ japanese_brewery_04 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4661,6 +4709,10 @@ japanese_brewery_04 = { county_opinion_add = @japanese_manor_opinion_add_1 stewardship_per_prestige_level = 1 } + + parameters = { + estate_cheaper_feast_cost = yes + } ai_value = { value = 7 @@ -4677,14 +4729,14 @@ japanese_brewery_04 = { japanese_brewery_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_brewery_04 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4697,6 +4749,10 @@ japanese_brewery_05 = { development_growth_factor = @japanese_manor_development_growth_factor_1 county_opinion_add = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_feast_cost = yes + } ai_value = { value = 7 @@ -4713,14 +4769,14 @@ japanese_brewery_05 = { japanese_brewery_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_brewery_05 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = prosperity_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_brewery } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_brewery } } } @@ -4733,6 +4789,10 @@ japanese_brewery_06 = { development_growth_factor = @japanese_manor_development_growth_factor_1 county_opinion_add = @japanese_manor_opinion_add_1 } + + parameters = { + estate_cheaper_feast_cost = yes + } ai_value = { value = 7 @@ -5291,7 +5351,7 @@ japanese_archive_01 = { } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5307,8 +5367,8 @@ japanese_archive_01 = { parameters = { japanese_archives_governor_efficiency_boost = yes japanese_manor_local_theme_cost_reduction = yes - japanese_manor_governor_efficiency_bonus = yes - japanese_manor_governor_trait_xp_bonus_for_contracts = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes } ai_value = { @@ -5337,7 +5397,7 @@ japanese_archive_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5349,6 +5409,13 @@ japanese_archive_02 = { domicile_monthly_influence_add = @japanese_manor_monthly_influence_add_2 } + parameters = { + japanese_archives_governor_efficiency_boost = yes + japanese_manor_local_theme_cost_reduction = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes + } + ai_value = { value = 8 add = japanese_manor_building_ai_modifier_value @@ -5364,7 +5431,7 @@ japanese_archive_02 = { japanese_archive_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_archive_02 can_construct = { @@ -5375,7 +5442,7 @@ japanese_archive_03 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5386,6 +5453,13 @@ japanese_archive_03 = { character_modifier = { domicile_monthly_influence_add = @japanese_manor_monthly_influence_add_2 } + + parameters = { + japanese_archives_governor_efficiency_boost = yes + japanese_manor_local_theme_cost_reduction = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes + } ai_value = { value = 7 @@ -5413,7 +5487,7 @@ japanese_archive_04 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5425,6 +5499,13 @@ japanese_archive_04 = { stewardship_per_influence_level = 1 domicile_monthly_influence_add = @japanese_manor_monthly_influence_add_2 } + + parameters = { + japanese_archives_governor_efficiency_boost = yes + japanese_manor_local_theme_cost_reduction = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes + } ai_value = { value = 7 @@ -5441,7 +5522,7 @@ japanese_archive_04 = { japanese_archive_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_archive_04 can_construct = { @@ -5452,7 +5533,7 @@ japanese_archive_05 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5463,6 +5544,13 @@ japanese_archive_05 = { character_modifier = { domicile_monthly_influence_add = @japanese_manor_monthly_influence_add_2 } + + parameters = { + japanese_archives_governor_efficiency_boost = yes + japanese_manor_local_theme_cost_reduction = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes + } ai_value = { value = 7 @@ -5479,7 +5567,7 @@ japanese_archive_05 = { japanese_archive_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_archive_05 can_construct = { @@ -5490,7 +5578,7 @@ japanese_archive_06 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = service_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_archive } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_archive } } } @@ -5501,6 +5589,13 @@ japanese_archive_06 = { character_modifier = { domicile_monthly_influence_add = @japanese_manor_monthly_influence_add_2 } + + parameters = { + japanese_archives_governor_efficiency_boost = yes + japanese_manor_local_theme_cost_reduction = yes + estate_governor_efficiency_bonus = yes + estate_governor_trait_xp_bonus_for_contracts = yes + } ai_value = { value = 7 @@ -5530,7 +5625,7 @@ japanese_schoolhouse_01 = { } parameters = { - increased_tutor_aptitude_1 = yes + estate_increased_tutor_aptitude_1 = yes estate_reduced_tutor_cost = yes japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes @@ -5566,7 +5661,7 @@ japanese_schoolhouse_02 = { } parameters = { - increased_tutor_aptitude_2 = yes + estate_increased_tutor_aptitude_2 = yes estate_reduced_tutor_cost = yes japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes @@ -5602,7 +5697,7 @@ japanese_schoolhouse_03 = { } parameters = { - increased_tutor_aptitude_3 = yes + estate_increased_tutor_aptitude_3 = yes estate_reduced_tutor_cost = yes japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes @@ -5638,7 +5733,7 @@ japanese_schoolhouse_04 = { } parameters = { - increased_tutor_aptitude_4 = yes + estate_increased_tutor_aptitude_4 = yes estate_reduced_tutor_cost = yes japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes @@ -5674,7 +5769,7 @@ japanese_schoolhouse_05 = { } parameters = { - increased_tutor_aptitude_5 = yes + estate_increased_tutor_aptitude_5 = yes estate_reduced_tutor_cost = yes japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes @@ -5710,9 +5805,9 @@ japanese_schoolhouse_06 = { } parameters = { - japanese_schoolhouse_education_boost_1 = yes - increased_tutor_aptitude_6 = yes + estate_increased_tutor_aptitude_6 = yes estate_reduced_tutor_cost = yes + japanese_schoolhouse_education_boost_1 = yes estate_governor_efficiency_bonus_for_house_members = yes } @@ -6108,7 +6203,7 @@ japanese_armory_01 = { can_construct = { custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6150,7 +6245,7 @@ japanese_armory_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6184,14 +6279,14 @@ japanese_armory_02 = { japanese_armory_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_armory_02 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6232,7 +6327,7 @@ japanese_armory_04 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6267,14 +6362,14 @@ japanese_armory_04 = { japanese_armory_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_armory_04 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6308,14 +6403,14 @@ japanese_armory_05 = { japanese_armory_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_armory_05 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = strength_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_armory } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_armory } } } @@ -6923,6 +7018,11 @@ japanese_barracks_02 = { character_modifier = { knight_limit = 1 } + + parameters = { + house_head_can_ask_for_maa = yes + reduce_success_of_raid_estate = yes + } ai_value = { value = 8 @@ -6959,6 +7059,11 @@ japanese_barracks_03 = { character_modifier = { men_at_arms_limit = 1 } + + parameters = { + house_head_can_ask_for_maa = yes + reduce_success_of_raid_estate = yes + } ai_value = { value = 8 @@ -6991,6 +7096,11 @@ japanese_barracks_04 = { } } } + + parameters = { + house_head_can_ask_for_maa = yes + reduce_success_of_raid_estate = yes + } ai_value = { value = 8 @@ -7027,6 +7137,11 @@ japanese_barracks_05 = { character_modifier = { knight_limit = 1 } + + parameters = { + house_head_can_ask_for_maa = yes + reduce_success_of_raid_estate = yes + } ai_value = { value = 8 @@ -7063,6 +7178,11 @@ japanese_barracks_06 = { character_modifier = { men_at_arms_cap = 1 } + + parameters = { + house_head_can_ask_for_maa = yes + reduce_success_of_raid_estate = yes + } ai_value = { value = 8 @@ -7086,7 +7206,7 @@ japanese_watch_house_01 = { can_construct = { custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7135,7 +7255,7 @@ japanese_watch_house_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7156,6 +7276,11 @@ japanese_watch_house_02 = { hostile_raid_time = @japanese_manor_hostile_raid_time_1 } + parameters = { + reduce_success_of_raid_estate = yes + raids_less_likely_to_make_prisoners_1_japanese = yes + } + ai_value = { value = 8 add = japanese_manor_building_ai_modifier_value @@ -7171,14 +7296,14 @@ japanese_watch_house_02 = { japanese_watch_house_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_watch_house_02 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7200,6 +7325,7 @@ japanese_watch_house_03 = { } parameters = { + reduce_success_of_raid_estate = yes raids_less_likely_to_make_prisoners_2_japanese = yes } @@ -7225,7 +7351,7 @@ japanese_watch_house_04 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7246,6 +7372,11 @@ japanese_watch_house_04 = { hostile_raid_time = @japanese_manor_hostile_raid_time_1 intrigue_per_prestige_level = 1 } + + parameters = { + reduce_success_of_raid_estate = yes + raids_less_likely_to_make_prisoners_2_japanese = yes + } ai_value = { value = 8 @@ -7262,14 +7393,14 @@ japanese_watch_house_04 = { japanese_watch_house_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_watch_house_04 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7291,6 +7422,7 @@ japanese_watch_house_05 = { } parameters = { + reduce_success_of_raid_estate = yes raids_less_likely_to_make_prisoners_3_japanese = yes } @@ -7309,14 +7441,14 @@ japanese_watch_house_05 = { japanese_watch_house_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_watch_house_05 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = determination_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_watch_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_watch_house } } } @@ -7337,6 +7469,11 @@ japanese_watch_house_06 = { hostile_raid_time = @japanese_manor_hostile_raid_time_1 } + parameters = { + reduce_success_of_raid_estate = yes + raids_less_likely_to_make_prisoners_3_japanese = yes + } + ai_value = { value = 7 add = japanese_manor_building_ai_modifier_value @@ -7988,7 +8125,7 @@ japanese_horse_pastures_02 = { } japanese_horse_pastures_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 - internal_slots = 1 + internal_slots = 2 allowed_domicile_types = { japanese_manor } previous_building = japanese_horse_pastures_02 @@ -8066,7 +8203,7 @@ japanese_horse_pastures_04 = { } japanese_horse_pastures_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 - internal_slots = 2 + internal_slots = 3 allowed_domicile_types = { japanese_manor } previous_building = japanese_horse_pastures_04 @@ -8105,7 +8242,7 @@ japanese_horse_pastures_05 = { } japanese_horse_pastures_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 - internal_slots = 2 + internal_slots = 3 allowed_domicile_types = { japanese_manor } previous_building = japanese_horse_pastures_05 @@ -8835,7 +8972,7 @@ japanese_tea_plantation_02 = { } japanese_tea_plantation_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 - internal_slots = 1 + internal_slots = 2 allowed_domicile_types = { japanese_manor } previous_building = japanese_tea_plantation_02 @@ -8965,7 +9102,7 @@ japanese_tea_plantation_04 = { } japanese_tea_plantation_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 - internal_slots = 2 + internal_slots = 3 allowed_domicile_types = { japanese_manor } previous_building = japanese_tea_plantation_04 @@ -9030,7 +9167,7 @@ japanese_tea_plantation_05 = { } japanese_tea_plantation_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 - internal_slots = 2 + internal_slots = 3 allowed_domicile_types = { japanese_manor } previous_building = japanese_tea_plantation_05 @@ -9881,7 +10018,7 @@ japanese_stables_02 = { japanese_stables_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_stables_02 can_construct = { @@ -9967,7 +10104,7 @@ japanese_stables_04 = { japanese_stables_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_stables_04 can_construct = { @@ -10010,7 +10147,7 @@ japanese_stables_05 = { japanese_stables_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_stables_05 can_construct = { @@ -10784,7 +10921,7 @@ japanese_workshop_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } previous_building = japanese_workshop_02 - internal_slots = 1 + internal_slots = 2 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } @@ -10862,7 +10999,7 @@ japanese_workshop_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } previous_building = japanese_workshop_04 - internal_slots = 2 + internal_slots = 3 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } @@ -10901,7 +11038,7 @@ japanese_workshop_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } previous_building = japanese_workshop_05 - internal_slots = 2 + internal_slots = 3 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } @@ -11595,7 +11732,7 @@ japanese_tea_house_01 = { can_construct = { custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11635,7 +11772,7 @@ japanese_tea_house_02 = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_02 } custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11667,14 +11804,14 @@ japanese_tea_house_02 = { japanese_tea_house_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_tea_house_02 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_03 } custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11706,14 +11843,14 @@ japanese_tea_house_03 = { japanese_tea_house_04 = { construction_time = @japanese_manor_external_construction_time_tier_4 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_tea_house_03 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_04 } custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11746,14 +11883,14 @@ japanese_tea_house_04 = { japanese_tea_house_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 3 previous_building = japanese_tea_house_04 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_05 } custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11785,14 +11922,14 @@ japanese_tea_house_05 = { japanese_tea_house_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 3 previous_building = japanese_tea_house_05 can_construct = { domicile ?= { has_domicile_building_or_higher = japanese_manor_main_06 } custom_tooltip = { text = ceremony_house_power_tt - house = { has_house_power_parameter = unlocks_japanese_manor_tea_house } + house = { has_house_aspiration_parameter = unlocks_japanese_manor_tea_house } } } @@ -11882,6 +12019,10 @@ japanese_guest_house_02 = { character_modifier = { owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_unlock_ingratiate_family_interaction = yes + } ai_value = { value = 6 @@ -11919,6 +12060,10 @@ japanese_guest_house_03 = { owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add max_personal_schemes_add = 1 } + + parameters = { + estate_unlock_ingratiate_family_interaction = yes + } ai_value = { value = 5 @@ -11957,6 +12102,10 @@ japanese_guest_house_04 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_unlock_ingratiate_family_interaction = yes + } ai_value = { value = 4 @@ -11995,6 +12144,10 @@ japanese_guest_house_05 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_unlock_ingratiate_family_interaction = yes + } ai_value = { value = 4 @@ -12033,6 +12186,10 @@ japanese_guest_house_06 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_unlock_ingratiate_family_interaction = yes + } ai_value = { value = 4 @@ -12093,6 +12250,10 @@ japanese_performance_stage_02 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_improved_feast_opinion = yes + } ai_value = { value = 6 @@ -12123,6 +12284,10 @@ japanese_performance_stage_03 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_improved_feast_opinion = yes + } ai_value = { value = 5 @@ -12154,6 +12319,10 @@ japanese_performance_stage_04 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_improved_feast_opinion = yes + } ai_value = { value = 4 @@ -12185,6 +12354,10 @@ japanese_performance_stage_05 = { personal_scheme_phase_duration_add = @japanese_manor_owned_scheme_phase_duration_add owned_personal_scheme_success_chance_add = @japanese_manor_owned_scheme_success_chance_add } + + parameters = { + estate_improved_feast_opinion = yes + } ai_value = { value = 4 @@ -12214,6 +12387,10 @@ japanese_performance_stage_06 = { character_modifier = { dynasty_house_opinion = @japanese_manor_opinion_add_1 } + + parameters = { + estate_improved_feast_opinion = yes + } ai_value = { value = 4 @@ -12510,7 +12687,7 @@ japanese_garden_02 = { japanese_garden_03 = { construction_time = @japanese_manor_external_construction_time_tier_3 allowed_domicile_types = { japanese_manor } - internal_slots = 1 + internal_slots = 2 previous_building = japanese_garden_02 can_construct = { @@ -12596,7 +12773,7 @@ japanese_garden_04 = { japanese_garden_05 = { construction_time = @japanese_manor_external_construction_time_tier_5 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_garden_04 can_construct = { @@ -12639,7 +12816,7 @@ japanese_garden_05 = { japanese_garden_06 = { construction_time = @japanese_manor_external_construction_time_tier_6 allowed_domicile_types = { japanese_manor } - internal_slots = 2 + internal_slots = 3 previous_building = japanese_garden_05 can_construct = { diff --git a/common/factions/00_factions.txt b/common/factions/00_factions.txt index 35fc2ecf..8ad7e5e8 100644 --- a/common/factions/00_factions.txt +++ b/common/factions/00_factions.txt @@ -297,6 +297,15 @@ } } + trigger_if = { + limit = { + government_allows = administrative + } + custom_tooltip = { + text = admin_high_tier_vassal_create_faction + highest_held_title_tier >= tier_kingdom + } + } #PROPPA CONFEDERATION VASSALS trigger_if = { limit = { @@ -371,6 +380,15 @@ } } + trigger_if = { + limit = { + government_allows = administrative + } + custom_tooltip = { + text = admin_high_tier_vassal_create_faction + highest_held_title_tier >= tier_kingdom + } + } #PROPPA CONFEDERATION VASSALS trigger_if = { limit = { @@ -417,6 +435,15 @@ } } + trigger_if = { + limit = { + government_allows = administrative + } + custom_tooltip = { + text = admin_high_tier_vassal_join_faction + highest_held_title_tier >= tier_kingdom + } + } #PROPPA CONFEDERATION VASSALS trigger_if = { limit = { @@ -672,97 +699,15 @@ liberty_faction = { # Bloc Cohesion requirement japan_faction_cohesion_trigger = yes - trigger_if = { - limit = { scope:target = { realm_law_use_imperial_bureaucracy = yes } } - custom_description = { - text = has_lowest_imperial_bureaucracy - subject = scope:target - scope:target = { - OR = { - has_realm_law = imperial_bureaucracy_1 - has_realm_law = imperial_bureaucracy_2 - has_realm_law = imperial_bureaucracy_3 - } - } - } - } - trigger_else_if = { - limit = { scope:target = { government_has_flag = government_is_tribal } } - custom_description = { - text = has_lowest_tribal_authority - subject = scope:target - scope:target = { - OR = { - has_realm_law = tribal_authority_1 - has_realm_law = tribal_authority_2 - has_realm_law = tribal_authority_3 - } - } - } - } - trigger_else_if = { - limit = { scope:target = { realm_law_use_celestial_bureaucracy = yes } } - custom_description = { - text = has_lowest_celestial_bureaucracy - subject = scope:target - scope:target = { - OR = { - has_realm_law = celestial_bureaucracy_1 - has_realm_law = celestial_bureaucracy_2 - has_realm_law = celestial_bureaucracy_3 - } - } - } - } - trigger_else_if = { - limit = { scope:target = { realm_law_use_meritocratic_bureaucracy = yes } } - custom_description = { - text = has_lowest_meritocratic_bureaucracy - subject = scope:target - scope:target = { - OR = { - has_realm_law = meritocratic_bureaucracy_1 - has_realm_law = meritocratic_bureaucracy_2 - has_realm_law = meritocratic_bureaucracy_3 - } - } - } - } - trigger_else_if = { - limit = { scope:target = { realm_law_use_japanese_bureaucracy = yes } } - custom_description = { - text = has_lowest_japanese_bureaucracy - subject = scope:target - scope:target = { - OR = { - has_realm_law = japanese_bureaucracy_1 - has_realm_law = japanese_bureaucracy_2 - has_realm_law = japanese_bureaucracy_3 - } - } - } - } - trigger_else = { - custom_description = { - text = has_lowest_crown_authority - subject = scope:target - scope:target = { - OR = { - has_realm_law = crown_authority_1 - has_realm_law = crown_authority_2 - has_realm_law = crown_authority_3 - } - } - } + has_valid_realm_laws_for_liberty_faction_trigger = { + TARGET = scope:target } trigger_if = { limit = { - scope:target = { government_has_flag = government_is_administrative } - } - scope:target = { - top_liege = this + scope:target = { government_allows = administrative } } + is_vassal_of = scope:target.top_liege } } @@ -781,9 +726,7 @@ liberty_faction = { limit = { scope:target = { government_allows = administrative } } - scope:target = { - top_liege = this - } + is_vassal_of = scope:target.top_liege } } @@ -802,9 +745,7 @@ liberty_faction = { limit = { scope:faction.faction_target = { government_allows = administrative } } - scope:faction.faction_target = { - top_liege = this - } + is_vassal_of = scope:faction.faction_target } } @@ -1031,22 +972,15 @@ claimant_faction = { # Ministers cannot be claimants unless we are targeting h_china trigger_if = { limit = { - OR = { - has_title = title:e_minister_chancellor - has_title = title:e_minister_censor - has_title = title:e_minister_grand_marshal - has_title = title:e_minister_of_personnel - has_title = title:e_minister_of_revenue - has_title = title:e_minister_of_rites - has_title = title:e_minister_of_war - has_title = title:e_minister_of_justice - has_title = title:e_minister_of_works - } + tgp_has_minister_title = yes } custom_description = { text = target_is_a_minister_desc subject = this - root.special_title = { this = title:h_china } + any_held_title = { + tgp_is_minister_title = yes + de_jure_liege = root.special_title + } } } } diff --git a/common/flavorization/00_title_holders.txt b/common/flavorization/00_title_holders.txt index 7365eeb1..5014aed0 100644 --- a/common/flavorization/00_title_holders.txt +++ b/common/flavorization/00_title_holders.txt @@ -3771,7 +3771,7 @@ king_feudal_male_grand_duke_independent = { priority = 47 governments = { feudal_government administrative_government } #name_lists = { name_list_lithuanian } - titles = { k_lotharingia k_brittany k_lithuania k_white_rus } + titles = { k_lotharingia k_brittany k_lithuania } flavourization_rules = { #only_independent = yes } @@ -3784,7 +3784,7 @@ king_feudal_female_grand_duke_independent = { priority = 47 governments = { feudal_government administrative_government } #name_lists = { name_list_lithuanian } - titles = { k_lotharingia k_brittany k_lithuania k_white_rus } + titles = { k_lotharingia k_brittany k_lithuania } flavourization_rules = { #only_independent = yes } @@ -3795,7 +3795,7 @@ kingdom_feudal_grand_duke_independent = { priority = 47 governments = { feudal_government administrative_government } #name_lists = { name_list_lithuanian } - titles = { k_lotharingia k_brittany k_lithuania k_white_rus } + titles = { k_lotharingia k_brittany k_lithuania } flavourization_rules = { #only_independent = yes } diff --git a/common/game_concepts/00_game_concepts.txt b/common/game_concepts/00_game_concepts.txt index a4e38797..4041201d 100644 --- a/common/game_concepts/00_game_concepts.txt +++ b/common/game_concepts/00_game_concepts.txt @@ -1265,12 +1265,36 @@ illness = { texture = "gfx/interface/icons/traits/ill.dds" } +clouded_eyes_mitigation = { + texture = "gfx/interface/icons/traits/clouded_eyes.dds" + parent = elder_traits +} + +fragile_bones_mitigation = { + texture = "gfx/interface/icons/traits/fragile_bones.dds" + parent = elder_traits +} + +withering_mind_mitigation = { + texture = "gfx/interface/icons/traits/withering_mind.dds" + parent = elder_traits +} + +infirm_mitigation = { + texture = "gfx/interface/icons/traits/infirm.dds" + parent = elder_traits +} + +elder_traits = { + texture = "gfx/interface/icons/traits/faltering_heart.dds" +} + medical_treatments = { texture = "gfx/interface/icons/traits/ill.dds" } occupation = { - alias = {occupy occupying occupied occupations} + alias = {occupy occupying occupied occupations occupies} } fortified_holding = { @@ -1305,6 +1329,7 @@ physical_trait = { fame_trait = { texture = "gfx/interface/icons/traits/augustus.dds" parent = trait + alias = { fame_traits } } health_trait = { @@ -3216,6 +3241,10 @@ state_faith = { parent = faith } +story_cycle = { + alias = { story_cycles } +} + story_content_hereward = { texture = "gfx/interface/icons/court_position_types/champion_court_position.dds" shown_in_encyclopedia = no diff --git a/common/governments/00_government_types.txt b/common/governments/00_government_types.txt index ca05baac..5d662c65 100644 --- a/common/governments/00_government_types.txt +++ b/common/governments/00_government_types.txt @@ -8,6 +8,7 @@ feudal_government = { rulers_should_have_dynasty = yes dynasty_named_realms = no legitimacy = yes + allow_accolades = yes } royal_court = any @@ -134,9 +135,17 @@ theocracy_government = { can_get_government = { NOT = { - faith = { - has_doctrine = doctrine_theocracy_lay_clergy + faith = { has_doctrine = doctrine_theocracy_lay_clergy } + } + #The LAAMP Construct Holding decision + trigger_if = { + limit = { + OR = { + has_variable = city_construction_is_temple_citadel + has_variable = city_construction_is_castle + } } + always = no } } @@ -165,6 +174,7 @@ clan_government = { legitimacy = yes dynasty_named_realms = no always_use_patronym = yes + allow_accolades = yes } royal_court = any @@ -245,6 +255,7 @@ tribal_government = { legitimacy = yes always_use_patronym = yes affected_by_development = no + allow_accolades = yes } royal_court = any @@ -305,6 +316,7 @@ wanua_government = { # "Wanua" gain_legitimacy_becoming_tributary = yes regiments_use_barter_goods_as_gold = yes barter = yes + allow_accolades = yes } royal_court = any @@ -347,6 +359,7 @@ wanua_government = { # "Wanua" flags = { government_is_tribal government_is_wanua + government_is_settled government_can_raid_rule government_enables_naval_raiding government_enables_river_travel @@ -368,6 +381,7 @@ mercenary_government = { court_generate_spouses = no council = no inherit_from_dynastic_government = no + allow_accolades = no } court_generate_commanders = 5 @@ -406,6 +420,7 @@ holy_order_government = { council = no court_generate_spouses = no inherit_from_dynastic_government = no + allow_accolades = no } court_generate_commanders = 5 @@ -450,6 +465,7 @@ administrative_government = { administrative = yes use_as_base_on_landed = yes use_as_base_on_rank_up = yes + allow_as_base_for_baronies = no inherit_from_dynastic_government = no sticky_government = yes house_aspirations = yes @@ -457,9 +473,11 @@ administrative_government = { admin_allows_holding_multiple_primary_tier_titles = yes treasury = yes replace_gold_cost_by_treasury = yes + allow_accolades = yes } - royal_court = top_liege + royal_court = any + blocked_subject_courts = { meritocratic_government celestial_government japan_administrative_government administrative_government steppe_admin_government } domicile_type = estate main_administrative_tier = duchy @@ -474,6 +492,19 @@ administrative_government = { vassal_contract_group = admin_vassal + can_get_government = { + #The LAAMP Construct Holding decision + trigger_if = { + limit = { + OR = { + has_variable = city_construction_is_temple_citadel + has_variable = city_construction_is_castle + } + } + always = no + } + } + character_modifier = { levy_size = -0.5 feudal_government_tax_contribution_mult = -0.5 @@ -484,7 +515,7 @@ administrative_government = { men_at_arms_limit = -2 knight_limit = -5 vassal_limit = 100 - active_accolades = -1 + accolades = -1 title_creation_cost_mult = -0.5 mercenary_hire_cost_mult = 2 men_at_arms_maintenance = 0.5 @@ -545,6 +576,7 @@ landless_adventurer_government = { allow_out_of_realm_inheritance = yes use_as_base_on_landed = yes use_maa_maintenance = no + allow_accolades = no } domicile_type = camp @@ -560,7 +592,6 @@ landless_adventurer_government = { valid_holdings = { tribal_holding church_holding castle_holding city_holding temple_citadel_holding } character_modifier = { - active_accolades = -100 knight_limit = 2 men_at_arms_cap = -3 men_at_arms_limit = -2 @@ -872,6 +903,7 @@ nomad_government = { no_capital_movement_cooldown = yes affected_by_development = no buildings = no + allow_accolades = yes } royal_court = any @@ -888,6 +920,10 @@ nomad_government = { vassal_contract_group = nomad_vassal + can_get_government = { + has_mpo_dlc_trigger = yes + } + character_modifier = { steppe_travel_danger = steppe_high_danger_reduction plains_travel_danger = steppe_high_danger_reduction @@ -955,11 +991,11 @@ herder_government = { deny_powerful_vassal = yes redirects_wars_to_overlord = yes buildings = no + allow_accolades = no } character_modifier = { knight_limit = -100 - active_accolades = -100 county_opinion_add = 100 monthly_income_mult = -10 } @@ -1006,6 +1042,7 @@ celestial_government = { legitimacy = yes use_as_base_on_landed = yes use_as_base_on_rank_up = yes + allow_as_base_for_baronies = no inherit_from_dynastic_government = no sticky_government = yes house_aspirations = yes @@ -1017,9 +1054,12 @@ celestial_government = { replace_gold_cost_by_treasury = yes block_alliance_child_marriage = yes admin_allows_holding_multiple_primary_tier_titles = no + disable_regnal_numbers = yes + allow_accolades = yes } - royal_court = top_liege + royal_court = any + blocked_subject_courts = { meritocratic_government celestial_government japan_administrative_government administrative_government steppe_admin_government } domicile_type = east_asian_estate main_administrative_tier = duchy @@ -1030,7 +1070,7 @@ celestial_government = { fallback = 3 primary_holding = castle_holding - valid_holdings = { city_holding temple_citadel_holding } + valid_holdings = { city_holding temple_citadel_holding tribal_holding } required_county_holdings = { castle_holding city_holding church_holding } vassal_contract_group = celestial_vassal @@ -1045,7 +1085,7 @@ celestial_government = { men_at_arms_limit = -2 knight_limit = -5 vassal_limit = 20 - active_accolades = -1 + accolades = -1 character_max_merit_level_add = 1 mercenary_hire_cost_mult = 2 @@ -1130,6 +1170,7 @@ mandala_government = { count_tributaries_for_title_requirements = yes radiance = yes + allow_accolades = yes } royal_court = any @@ -1142,8 +1183,18 @@ mandala_government = { has_tgp_dlc_trigger = yes always = no OR = { - liege = { has_government = mandala_government } - highest_held_title_tier > tier_barony + liege ?= { has_government = mandala_government } + is_independent_ruler = yes + } + #The LAAMP Construct Holding decision + trigger_if = { + limit = { + OR = { + has_variable = city_construction_is_temple_citadel + has_variable = city_construction_is_castle + } + } + capital_province = { has_holding_type = temple_citadel_holding } } } @@ -1288,6 +1339,7 @@ steppe_admin_government = { legitimacy = yes use_as_base_on_rank_up = yes use_as_base_on_landed = yes + allow_as_base_for_baronies = no inherit_from_dynastic_government = no sticky_government = yes house_aspirations = yes @@ -1299,9 +1351,12 @@ steppe_admin_government = { replace_gold_cost_by_treasury = yes government_ignores_rightful_liege_penalties = yes deny_powerful_vassal = yes + disable_regnal_numbers = yes + allow_accolades = yes } royal_court = any + blocked_subject_courts = { meritocratic_government celestial_government japan_administrative_government administrative_government steppe_admin_government } domicile_type = east_asian_estate @@ -1310,7 +1365,7 @@ steppe_admin_government = { minimum_provincial_maa_tier = duchy primary_holding = castle_holding - valid_holdings = { city_holding temple_citadel_holding } + valid_holdings = { city_holding temple_citadel_holding tribal_holding } required_county_holdings = { castle_holding city_holding church_holding } vassal_contract_group = meritocratic_vassal @@ -1326,8 +1381,8 @@ steppe_admin_government = { men_at_arms_cap = -2 men_at_arms_limit = -2 knight_limit = -5 - vassal_limit = 100 - active_accolades = -1 + vassal_limit = 20 + accolades = -1 ignore_negative_opinion_of_culture = yes movement_speed = 0.1 movement_speed_land_raiding = 0.1 @@ -1381,6 +1436,7 @@ steppe_admin_government = { can_raze_holdings government_is_settled government_uses_domicile_but_not_adventurer + government_uses_domain_limit government_uses_admin_province_obligations government_uses_merit_family_aspirations has_special_house_aspirations @@ -1409,6 +1465,7 @@ meritocratic_government = { # e.g. Korea, Dai Viet legitimacy = yes use_as_base_on_landed = yes use_as_base_on_rank_up = yes + allow_as_base_for_baronies = no inherit_from_dynastic_government = no sticky_government = yes house_aspirations = yes @@ -1418,9 +1475,12 @@ meritocratic_government = { # e.g. Korea, Dai Viet treasury = yes replace_gold_cost_by_treasury = yes deny_powerful_vassal = yes + disable_regnal_numbers = yes + allow_accolades = yes } royal_court = any + blocked_subject_courts = { meritocratic_government celestial_government japan_administrative_government administrative_government steppe_admin_government } domicile_type = east_asian_estate main_administrative_tier = duchy @@ -1428,7 +1488,7 @@ meritocratic_government = { # e.g. Korea, Dai Viet minimum_provincial_maa_tier = duchy primary_holding = castle_holding - valid_holdings = { city_holding temple_citadel_holding } + valid_holdings = { city_holding temple_citadel_holding tribal_holding } required_county_holdings = { castle_holding city_holding church_holding } vassal_contract_group = meritocratic_vassal @@ -1442,8 +1502,8 @@ meritocratic_government = { # e.g. Korea, Dai Viet men_at_arms_cap = -2 men_at_arms_limit = -2 knight_limit = -5 - vassal_limit = 100 - active_accolades = -1 + vassal_limit = 20 + accolades = -1 title_creation_cost_mult = -0.5 character_max_merit_level_add = 2 mercenary_hire_cost_mult = 2 @@ -1478,7 +1538,6 @@ meritocratic_government = { # e.g. Korea, Dai Viet can_get_government = { has_tgp_dlc_trigger = yes - always = no } # Use flags instead of has_government for moddability if possible (i.e., wherever not visible to the player). diff --git a/common/landed_titles/nistrenia.txt b/common/landed_titles/nistrenia.txt index 6a1ebc98..9e6e36be 100644 --- a/common/landed_titles/nistrenia.txt +++ b/common/landed_titles/nistrenia.txt @@ -2639,7 +2639,51 @@ e_nistrenia = { province = 8870 color = { 8 3 95 } } - } + } + c_turkmensky = { + color = { 200 40 50 } + b_turkmensky = { # Mozdog + province = 12377 + color = { 200 40 50 } + } + b_blagodarnesky = { + province = 12381 + color = { 170 20 40 } + } + } + c_levokumsky = { + color = { 170 20 40 } + b_arzgir = { + province = 12382 + color = { 170 20 40 } + } + b_levokumskoye = { + province = 12379 + color = { 170 20 40 } + } + } + c_stavropul = { + color = { 80 10 40 } + b_stavropul = { + province = 12378 + color = { 80 10 40 } + } + b_novoalexandrovsky = { + province = 12380 + color ={ 80 10 40 } + } + } + c_ipatovsky = { + color = { 200 40 100 } + b_ipatovsky = { + province = 12376 + color = { 200 40 100 } + } + b_apanasenkovsky = { + province = 12375 + color = { 200 40 100 } + } + } } d_vainakhia = { # Vainakhia color = { 5 8 120 } @@ -2888,11 +2932,6 @@ e_nistrenia = { color = { 151 118 30 } } - b_sara = { - province = 5312 - - color = { 151 118 30 } - } b_khazaran = { province = 604 @@ -3106,6 +3145,52 @@ e_nistrenia = { color = { 125 80 18 } } } + } + d_kalmykia = { # Kalmykia + color = { 60 150 230 } + capital = c_elista + + c_elista = { + color = { 60 150 230 } + + b_elista = { # Elista + province = 12388 + color = { 60 150 230 } + } + b_ketchenery = { + province = 12385 + color = { 60 150 230 } + } + b_yashkul = { + province = 12383 + color = { 60 150 230 } + } + } + c_laganya = { + b_lagan = { + province = 5312 + color = { 130 180 220 } + } + b_komsomolsky = { + province = 12390 + ccolor = { 130 180 220 } + } + b_ik_buurla = { + province = 12389 + ccolor = { 130 180 220 } + } + b_yusta = { + province = 5514 + color = { 130 180 220 } + } + } + c_gorodovikovsk = { + color = { 60 100 130 } + b_gorodovikovsk = { + province = 12384 + color = { 60 100 130 } + } + } } d_krasnodar = { # Krasnodar color = { 111 45 80 } diff --git a/common/laws/00_succession_laws.txt b/common/laws/00_succession_laws.txt index e53c1b25..5d0f8a8f 100644 --- a/common/laws/00_succession_laws.txt +++ b/common/laws/00_succession_laws.txt @@ -708,6 +708,7 @@ government_has_flag = government_is_celestial government_has_flag = government_is_japan_administrative government_has_flag = government_is_meritocratic + government_has_flag = government_is_steppe_admin } is_independent_ruler = no } @@ -1231,6 +1232,7 @@ } flag = advanced_succession_law flag = appointment_type_succession + flag = appointment_with_level_requirement modifier = { glory_hound_opinion = -10 courtly_opinion = 5 @@ -1302,6 +1304,7 @@ } flag = advanced_succession_law flag = appointment_type_succession + flag = appointment_with_level_requirement modifier = { glory_hound_opinion = 5 courtly_opinion = -10 @@ -1380,17 +1383,30 @@ japanese_appointment_succession_law = { can_keep = { can_keep_japanese_appointment_succession_law_trigger = yes + custom_tooltip = { + text = celestial_military_appointment_allowed_desc + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } + } } can_pass = { can_change_japanese_appointment_succession_law_trigger = yes + custom_tooltip = { + text = celestial_military_appointment_allowed_desc + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } + } } can_have = { can_have_japanese_appointment_succession_law_trigger = yes + custom_tooltip = { + text = celestial_military_appointment_allowed_desc + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } + } } should_start_with = { government_has_flag = government_is_japan_administrative is_independent_ruler = no NOT = { has_title = title:k_chrysanthemum_throne } + NOT = { vassal_contract_has_flag = japan_administrative_military_appointment } } succession = { order_of_succession = appointment @@ -1449,11 +1465,13 @@ can_have = { government_allows = administrative is_independent_ruler = no + vassal_contract_has_flag = japan_administrative_military_appointment } can_pass = { can_change_succession_law_trigger = yes government_allows = administrative is_independent_ruler = no + vassal_contract_has_flag = japan_administrative_military_appointment } should_start_with = { government_has_flag = government_is_japan_administrative @@ -1538,7 +1556,7 @@ government_allows = administrative is_independent_ruler = no custom_tooltip = { - text = celestial_military_appointment_allowed_desc + text = celestial_appointment_allowed_desc NOT = { vassal_contract_has_flag = meritocratic_military_appointment } } # Vassal Contract allows it @@ -1565,7 +1583,7 @@ } is_independent_ruler = no custom_tooltip = { - text = celestial_military_appointment_allowed_desc + text = celestial_appointment_allowed_desc NOT = { vassal_contract_has_flag = meritocratic_military_appointment } } } @@ -1575,6 +1593,7 @@ } flag = advanced_succession_law flag = appointment_type_succession + flag = appointment_with_level_requirement modifier = { glory_hound_opinion = -10 courtly_opinion = 5 @@ -1602,7 +1621,10 @@ } potential = { - government_has_flag = government_is_meritocratic + OR = { + government_has_flag = government_is_steppe_admin + government_has_flag = government_is_meritocratic + } is_independent_ruler = no } } @@ -1649,6 +1671,7 @@ } flag = advanced_succession_law flag = appointment_type_succession + flag = appointment_with_level_requirement modifier = { glory_hound_opinion = -10 courtly_opinion = 5 @@ -1676,7 +1699,10 @@ } potential = { - government_has_flag = government_is_meritocratic + OR = { + government_has_flag = government_is_steppe_admin + government_has_flag = government_is_meritocratic + } is_independent_ruler = no } } diff --git a/common/laws/01_title_succession_laws.txt b/common/laws/01_title_succession_laws.txt index c7e2c02c..0ece08c4 100644 --- a/common/laws/01_title_succession_laws.txt +++ b/common/laws/01_title_succession_laws.txt @@ -79,11 +79,7 @@ can_change_title_law_trigger = yes } can_title_have = { - tier >= tier_county - is_temporal_head_of_faith_trigger = no - NOT = { - is_nomad_title = yes - } + can_title_have_law_general_trigger = yes } succession = { order_of_succession = election @@ -360,16 +356,7 @@ can_pass = { } can_title_have = { - OR = { - this = title:e_minister_chancellor - this = title:e_minister_censor - this = title:e_minister_of_personnel - this = title:e_minister_of_revenue - this = title:e_minister_of_rites - this = title:e_minister_of_war - this = title:e_minister_of_justice - this = title:e_minister_of_works - } + tgp_is_civilian_minister_title = yes } can_realm_have = { always = no @@ -388,6 +375,7 @@ celestial_government_opinion = 5 } flag = appointment_type_succession + flag = appointment_with_level_requirement } # Celestial Grand Marshal Succession @@ -421,6 +409,7 @@ celestial_government_opinion = 5 } flag = appointment_type_succession + flag = appointment_with_level_requirement } } diff --git a/common/laws/_laws.info b/common/laws/_laws.info index 6716e264..8815dc0f 100644 --- a/common/laws/_laws.info +++ b/common/laws/_laws.info @@ -269,8 +269,9 @@ faith = same_faith ### brief: create_primary_tier_titles ( bool, optional ) - # If set, then under partition all titles you can create of your primary - # tier will be created for free, resulting in a more split-up realm + # If set and under partition, titles you can create of your primary tier + # ( up to your number of secondary heirs ) will be created for free, + # resulting in a more split-up realm # default = no # create_primary_tier_titles = no diff --git a/common/men_at_arms_types/_men_at_arms_types.info b/common/men_at_arms_types/_men_at_arms_types.info index 40a4a4f8..cad53fec 100644 --- a/common/men_at_arms_types/_men_at_arms_types.info +++ b/common/men_at_arms_types/_men_at_arms_types.info @@ -57,6 +57,7 @@ holy_order_fallback = no # Holy order will have a lower priority to use this type allowed_in_hired_troops = yes # MaA type can be used in hired troops max_sub_regiments = -1 # If positive, only one reginemt of this type can be created, and have this maximum size. Unaffected by bonuses to MaA regiment size + max_regiments = -1 # If positive, only this number of this type can be created. provision_cost = 0 # The amount of provison cost for this MAA type when moving your domicile } diff --git a/common/modifier_definition_formats/00_definitions.txt b/common/modifier_definition_formats/00_definitions.txt index 06778472..2a964901 100644 --- a/common/modifier_definition_formats/00_definitions.txt +++ b/common/modifier_definition_formats/00_definitions.txt @@ -33,6 +33,43 @@ prowess_no_portrait = { prefix = MOD_PROWESS_PREFIX } +diplomacy_mult = { + decimals = 0 + percent = yes + prefix = MOD_DIPLOMACY_PREFIX +} + +martial_mult = { + decimals = 0 + percent = yes + prefix = MOD_MARTIAL_PREFIX +} + +stewardship_mult = { + decimals = 0 + percent = yes + prefix = MOD_STEWARDSHIP_PREFIX +} + +intrigue_mult = { + decimals = 0 + percent = yes + prefix = MOD_INTRIGUE_PREFIX +} + +learning_mult = { + decimals = 0 + percent = yes + prefix = MOD_LEARNING_PREFIX +} + +prowess_mult = { + decimals = 0 + percent = yes + prefix = MOD_PROWESS_PREFIX +} + + negate_diplomacy_penalty_add = { decimals = 0 prefix = MOD_DIPLOMACY_PREFIX @@ -2358,23 +2395,6 @@ domicile_monthly_gold_add = { suffix = MOD_MONTHLY_POSTFIX } -domicile_monthly_barter_goods = { - decimals = 2 - prefix = MOD_MONTHLY_BARTER_GOODS_PREFIX - suffix = MOD_MONTHLY_POSTFIX -} - -domicile_monthly_barter_goods_mult = { - decimals = 0 - prefix = MOD_MONTHLY_BARTER_GOODS_PREFIX - percent = yes -} -domicile_monthly_barter_goods_add = { - decimals = 2 - prefix = MOD_MONTHLY_BARTER_GOODS_PREFIX - suffix = MOD_MONTHLY_POSTFIX -} - domicile_monthly_prestige_add = { decimals = 2 prefix = MOD_MONTHLY_PRESTIGE_PREFIX @@ -2762,7 +2782,7 @@ strife_opinion_loss_mult = { percent = yes } -active_accolades = { +accolades = { decimals = 0 dlc_feature = accolades } diff --git a/common/modifiers/00_province_modifiers.txt b/common/modifiers/00_province_modifiers.txt index 72d8491d..f4d97aef 100644 --- a/common/modifiers/00_province_modifiers.txt +++ b/common/modifiers/00_province_modifiers.txt @@ -72,7 +72,7 @@ flourishing_culture_modifier = { } hungarian_resettlement_modifier = { - icon = horse_positive + icon = horse_mixed county_opinion_add = -10 build_speed = -0.1 development_growth_factor = small_development_growth_gain @@ -167,10 +167,12 @@ winter_harsh_modifier = { # End of winter modifiers spurned_by_traders = { + icon = social_negative development_growth_factor = -0.25 } elevate_mann_and_the_isles_modifier = { + icon = social_positive development_growth_factor = 0.5 levy_size = 1 tax_mult = 0.5 @@ -208,7 +210,7 @@ wayfarer_astronomical_phenomenon = { } innkeeper_bad_result = { - icon = county_modifier_development_negative + icon = county_modifier_development_mixed monthly_income = 0.5 county_opinion_add = -20 } diff --git a/common/on_action/army_on_actions.txt b/common/on_action/army_on_actions.txt index 587b2a56..561fff82 100644 --- a/common/on_action/army_on_actions.txt +++ b/common/on_action/army_on_actions.txt @@ -58,6 +58,189 @@ on_army_monthly = { # scope:war is the war causing the previous controller and the occupant to be hostile on_county_occupied = { effect = { + random = { # chance of granting a knight eligibility for marauder / besieger accolade + chance = 2 + modifier = { + factor = accolade_progress + } + modifier = { + NOT = { + any_knight = { + OR = { + can_be_acclaimed = yes + accolade ?= { + accolade_can_have_more_attributes = yes + } + } + knight_army ?= { + location.county = scope:county + } + OR = { + AND = { # needed for besieger + knight_army ?= { + any_army_maa_regiment = { + is_unit_type = siege_weapon + } + } + besieger_attribute_trigger = no + } + AND = { # needed for marauder + NOT = { + has_trait = compassionate + } + marauder_attribute_trigger = no + } + } + } + } + factor = 0 + } + set_variable = { + name = accolade_progress + value = 0 + } + random_list = { + 10 = { # marauder + trigger = { + any_knight = { + OR = { + can_be_acclaimed = yes + accolade ?= { + accolade_can_have_more_attributes = yes + } + } + knight_army ?= { + location.county = scope:county + } + NOT = { + has_trait = compassionate + } + marauder_attribute_trigger = no + } + } + random_knight = { + limit = { + OR = { + can_be_acclaimed = yes + accolade ?= { + accolade_can_have_more_attributes = yes + } + } + knight_army ?= { + location.county = scope:county + } + NOT = { + has_trait = compassionate + } + marauder_attribute_trigger = no + } + weight = { + base = 1 + modifier = { + add = 60 + is_acclaimed = yes + } + modifier = { + add = 30 + has_trait = sadistic + } + modifier = { + add = 30 + has_trait = callous + } + modifier = { + add = 30 + has_trait = wrathful + } + modifier = { + add = 30 + has_trait = greedy + } + } + save_scope_as = marauder + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_marauder_unlock.t + left_icon = scope:marauder + right_icon = scope:recipient + custom_tooltip = accolade_marauder_unlock.tt + scope:marauder = { + set_variable = { + name = marauder_attribute_unlock + value = yes + } + } + } + } + 10 = { # besieger + trigger = { + any_knight = { + OR = { + can_be_acclaimed = yes + accolade ?= { + accolade_can_have_more_attributes = yes + } + } + knight_army ?= { + location.county = scope:county + any_army_maa_regiment = { + is_unit_type = siege_weapon + } + } + besieger_attribute_trigger = no + } + } + random_knight = { + limit = { + OR = { + can_be_acclaimed = yes + accolade ?= { + accolade_can_have_more_attributes = yes + } + } + knight_army ?= { + location.county = scope:county + any_army_maa_regiment = { + is_unit_type = siege_weapon + } + } + besieger_attribute_trigger = no + } + weight = { + base = 1 + modifier = { + add = 60 + is_acclaimed = yes + } + modifier = { + add = 30 + has_trait = calm + } + modifier = { + add = 30 + has_trait = patient + } + } + save_scope_as = besieger + } + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_besieger_unlock.t + left_icon = scope:besieger + right_icon = scope:recipient + custom_tooltip = accolade_besieger_unlock.tt + scope:besieger = { + set_variable = { + name = besieger_attribute_unlock + value = yes + } + } + } + } + } + + } scope:county = { if = { limit = { @@ -186,28 +369,28 @@ on_county_occupied = { limit = { house ?= { OR = { - has_house_power_parameter = occupations_give_bonuses_1 - has_house_power_parameter = occupations_give_bonuses_2 - has_house_power_parameter = occupations_give_bonuses_3 + has_house_aspiration_parameter = occupations_give_bonuses_1 + has_house_aspiration_parameter = occupations_give_bonuses_2 + has_house_aspiration_parameter = occupations_give_bonuses_3 } } } send_interface_message = { type = msg_siege_effect - title = tactical_besiegers_house_power + title = tactical_besiegers_house_aspiration left_icon = root right_icon = scope:barony if = { limit = { - house = { has_house_power_parameter = occupations_give_bonuses_3 } + house = { has_house_aspiration_parameter = occupations_give_bonuses_3 } } add_gold = occupations_give_bonuses_3_value change_influence = occupations_give_bonuses_3_value } else_if = { limit = { - house = { has_house_power_parameter = occupations_give_bonuses_2 } + house = { has_house_aspiration_parameter = occupations_give_bonuses_2 } } add_gold = occupations_give_bonuses_2_value change_influence = occupations_give_bonuses_2_value diff --git a/common/on_action/death.txt b/common/on_action/death.txt index 3d9acb68..49f6f08a 100644 --- a/common/on_action/death.txt +++ b/common/on_action/death.txt @@ -516,48 +516,44 @@ on_death = { # EP2 - Handle Grand Wedding betrothals if = { - limit = { - is_ai = no + limit = { # You have promised someone else in a grand marriage has_variable = promised_grand_wedding_marriage_countdown - exists = player_heir + var:promised_grand_wedding_marriage_countdown != this } - var:promised_grand_wedding_marriage_countdown = { save_scope_as = temp_marriage_scope } - player_heir = { - set_variable = { - name = promised_grand_wedding_marriage_countdown - value = prev.var:promised_grand_wedding_marriage_countdown - years = grand_wedding_timeout_alt + if = { # Find a player heir or primary heir that hasn't ALSO promised a grand wedding + limit = { + player_heir ?= { NOT = { has_variable = promised_grand_wedding_marriage_countdown } } } - # Notification that the countdown has expired (one day before, to avoid getting the variable deleted before we have used it) - trigger_event = { - id = ep2_wedding.0001 - days = grand_wedding_timeout_notification_alt + player_heir = { save_scope_as = new_wedding_host } + } + else_if = { + limit = { + primary_heir ?= { NOT = { has_variable = promised_grand_wedding_marriage_countdown } } + } + primary_heir = { save_scope_as = new_wedding_host } + } + if = { # If such an heir exists, copy all involved scopes, clean up, and recreate the promise on all relevant characters + limit = { + exists = scope:new_wedding_host + has_variable = promised_grand_wedding_to + } + var:promised_grand_wedding_marriage_countdown = { + save_scope_as = spouse_1 + betrothed = { save_scope_as = spouse_2 } + } + var:promised_grand_wedding_to = { + save_scope_as = promisee + } + clean_grand_wedding_betrothal_variables = yes + set_grand_wedding_betrothal_variables = { + HOST = scope:new_wedding_host + SPOUSE_1 = scope:spouse_1 + SPOUSE_2 = scope:spouse_2 + PROMISEE = scope:promisee } } - } - if = { - limit = { - is_ai = no - has_variable = promised_grand_wedding_marriage_countdown - exists = primary_heir - NOT = { - primary_heir = { - has_variable = promised_grand_wedding_marriage_countdown - } - } - } - var:promised_grand_wedding_marriage_countdown = { save_scope_as = temp_marriage_scope } - primary_heir = { - set_variable = { - name = promised_grand_wedding_marriage_countdown - value = prev.var:promised_grand_wedding_marriage_countdown - years = grand_wedding_timeout_alt - } - # Notification that the countdown has expired (one day before, to avoid getting the variable deleted before we have used it) - trigger_event = { - id = ep2_wedding.0001 - days = grand_wedding_timeout_notification_alt - } + else = { # Otherwise, clean up all variables on all characters (cancelling the Grand Wedding promise but retaining the betrothal) + clean_grand_wedding_betrothal_variables = yes } } if = { @@ -565,8 +561,7 @@ on_death = { # You are a spouse to be has_variable = promised_grand_wedding_by # your Grand Wedding has not been organized yet - NOR = { - exists = involved_activity + NOT = { involved_activity ?= { has_activity_type = activity_wedding OR = { @@ -1640,7 +1635,7 @@ on_death = { } # save Wallada's scope save_scope_as = wallada - random_artifact = { + random_character_artifact = { limit = { has_artifact_modifier = double_moon_modifier } @@ -1879,10 +1874,10 @@ on_death = { limit = { house ?= { OR = { - has_house_power_parameter = inherit_merit_bonus_1 - has_house_power_parameter = inherit_merit_bonus_2 - has_house_power_parameter = inherit_merit_bonus_3 - has_house_power_parameter = inherit_merit_bonus_4 + has_house_aspiration_parameter = inherit_merit_bonus_1 + has_house_aspiration_parameter = inherit_merit_bonus_2 + has_house_aspiration_parameter = inherit_merit_bonus_3 + has_house_aspiration_parameter = inherit_merit_bonus_4 } } } diff --git a/common/on_action/dlc/mpo/mpo_on_actions_2.txt b/common/on_action/dlc/mpo/mpo_on_actions_2.txt index 8220b29e..a08268e6 100644 --- a/common/on_action/dlc/mpo/mpo_on_actions_2.txt +++ b/common/on_action/dlc/mpo/mpo_on_actions_2.txt @@ -126,6 +126,30 @@ mpo_migration_finished = { move_domicile = prev.capital_province } } + if = { + limit = { + has_character_modifier = mpo_migrating_accolade_duke_modifier + } + remove_character_modifier = mpo_migrating_accolade_duke_modifier + } + else_if = { + limit = { + has_character_modifier = mpo_migrating_accolade_king_modifier + } + remove_character_modifier = mpo_migrating_accolade_king_modifier + } + else_if = { + limit = { + has_character_modifier = mpo_migrating_accolade_emperor_modifier + } + remove_character_modifier = mpo_migrating_accolade_emperor_modifier + } + if = { + limit = { + has_variable = nomad_migration_preserve_coronation + } + remove_variable = nomad_migration_preserve_coronation + } } } @@ -225,6 +249,12 @@ on_migration_war_end = { trigger_event = { on_action = mpo_migration_finished } + if = { + limit = { + has_variable = nomad_migration_preserve_coronation + } + remove_variable = nomad_migration_preserve_coronation + } every_character_situation = { limit = { any_participant_group = { @@ -294,7 +324,7 @@ on_kurultai_succession_stable = { list = obedient_kurultai limit = { exists = this - NOT = { this = root } + this != root } add_opinion = { target = root @@ -336,7 +366,7 @@ on_kurultai_succession_chaotic = { list = obedient_kurultai limit = { exists = this - NOT = { this = root } + this != root } add_opinion = { target = root diff --git a/common/on_action/game_start.txt b/common/on_action/game_start.txt index b6b51e18..f6ef1718 100644 --- a/common/on_action/game_start.txt +++ b/common/on_action/game_start.txt @@ -84,6 +84,7 @@ on_game_start = { add_confederation_member = title:d_trier.holder } } + set_global_variable = { name = is_game_start_date days = 1 } # Chinese Song-fashion if = { limit = { @@ -689,6 +690,7 @@ on_game_start = { } } } + } religion:eastern_orthodox_religion = { every_faith = { @@ -1536,6 +1538,7 @@ on_game_start = { limit = { government_has_flag = government_is_wanua } + empty_treasury_when_abandoning_landed_life_effect = yes change_government = tribal_government } # TGP: Clean up mandala govs and revert them to non-dlc feudals @@ -1543,6 +1546,7 @@ on_game_start = { limit = { government_has_flag = government_is_mandala } + empty_treasury_when_abandoning_landed_life_effect = yes change_government = feudal_government } ### Every Celestial/Meritocratic/Japanese Government becomes feudal if DLC not enabled, pre-lobby history setup ### @@ -1556,8 +1560,8 @@ on_game_start = { has_government = japan_feudal_government } } + empty_treasury_when_abandoning_landed_life_effect = yes change_government = feudal_government - } if = { limit = { @@ -2571,26 +2575,29 @@ on_game_start = { } ### TGP Earthquake Regions + # background regions add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_europe } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_europe_south } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_china } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_japan } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:north_pacific_earthquake_region } # Basically Japan, whole region as risky + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_north_east_and_korea } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_southeast_mainland } # no Burma since it's already fully covered by sichuan_myanmar_earthquake_region + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_southeast_islands } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_minor } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_indonesia } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_philippines } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_asia_sakhalin_hokkaido } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_middle_east } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_india } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_steppe } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_siberia } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_burma } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:custom_arakan_mountains } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:custom_bactria } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_tibet } - add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_himalaya } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_africa } add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:world_africa_north_east } + # strips + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:himalaya_earthquake_region } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:sichuan_myanmar_earthquake_region } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:south_china_coastaline_earthquake_region } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:north_china_earthquake_region } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:mongolia_baikal_earthquake_region } + add_to_global_variable_list = { name = earthquake_region_list target = geographical_region:central_asian_earthquake_region } ### TGP Flood Regions add_to_global_variable_list = { name = flood_region_list target = geographical_region:amur_river_region } @@ -2632,8 +2639,13 @@ on_game_start = { limit = { has_tgp_dlc_trigger = yes } ### DYNASTIES tgp_dynasty_house_name_setup_effect = yes - ### BLOCS - tgp_setup_historical_house_bloc_effect = yes + ### BLOCS — AuH defers to after noble_family_title_realm_setup (see TGP SETUP); else house heads lack NF titles and create_confederation asserts. + if = { + limit = { + NOT = { has_dlc_feature = all_under_heaven } + } + tgp_setup_historical_house_bloc_effect = yes + } } # if = { @@ -2675,6 +2687,8 @@ on_game_start = { # Like on_game_start, except it is called once the host (or player, in single player) exits the lobby. Good for anything where you need to know who the players are, or what the game rules are on_game_start_after_lobby = { effect = { + disable_succession_calculation = yes + # To prevent the Season Changes event from triggering on game start situation:the_great_steppe ?= { every_participant_group = { @@ -2805,34 +2819,6 @@ on_game_start_after_lobby = { } } } - title:k_xia ?= { - every_in_de_jure_hierarchy = { - limit = { - holder ?= { - government_has_flag = government_is_tribal - } - } - holder = { - set_variable = { - name = steppe_game_start_var - years = 1 - } - every_held_title = { - if = { - limit = { - title_province = { - has_holding_type = tribal_holding - } - } - title_province = { - set_holding_type = nomad_holding - } - } - } - change_government = nomad_government - } - } - } } #Sami if = { @@ -2970,6 +2956,12 @@ on_game_start_after_lobby = { culture = culture:bedouin is_ai = no } + NOR = { + culture = culture:welayta + culture = culture:ethiopian + culture = culture:nubian + culture = culture:daju + } } } holder = { @@ -3059,6 +3051,9 @@ on_game_start_after_lobby = { enact_treasury_budgets_init = yes } } + + + every_ruler = { # PUT EVERY_RULER TYPE STUFF HERE FOR PERFORMANCE REASONS ### Every nomad in the Steppe Region gets their yurt domicile goodies ### if = { @@ -3141,7 +3136,6 @@ on_game_start_after_lobby = { domicile ?= { add_domicile_building = yurt_main_02 add_random_yurt_external_building_effect = yes - add_random_yurt_external_building_effect = yes upgrade_random_yurt_external_building_effect = yes } } @@ -4555,6 +4549,8 @@ on_game_start_after_lobby = { } } } + + if = { limit = { has_game_rule = sexuality_distribution_default } @@ -8341,6 +8337,7 @@ on_game_start_after_lobby = { has_government = landless_adventurer_government } add_realm_law_skip_effects = camp_purpose_scholars + add_realm_law_skip_effects = equal_law trigger_event = ep3_story_cycle_violet_poet.0001 } } @@ -8584,7 +8581,7 @@ on_game_start_after_lobby = { add_realm_law_skip_effects = camp_purpose_mercenaries } } - character:bojo_jinul_1 ?= { + character:il_eom_1 ?= { if = { limit = { is_alive = yes @@ -8713,6 +8710,35 @@ on_game_start_after_lobby = { limit = { has_tgp_dlc_trigger = yes } ### JAPAN + # History defaults e_japan to feudal + single heir so partial DLC / no AuH bookmarks load cleanly. + # Restore Ritsuryō Kampaku when All Under Heaven is active (must run before noble-family / bureaucracy setup). + if = { + limit = { has_dlc_feature = all_under_heaven } + title:e_japan.holder ?= { + # can_get_government for japan_administrative checks top_liege for japanese government OR this flag; independent Kampaku is neither until flagged. + if = { + limit = { + NOT = { government_has_flag = government_is_japan_administrative } + OR = { + has_government = feudal_government + has_government = japan_feudal_government + } + } + add_character_flag = tgp_japan_restore_japanese_government_flag + change_government = japan_administrative_government + remove_character_flag = tgp_japan_restore_japanese_government_flag + } + # Separate if (not else_if): first block can flip government same pass; law must still run for that case and for history Ritsuryō holders missing the law. + if = { + limit = { + government_has_flag = government_is_japan_administrative + NOT = { has_realm_law = japanese_regency_succession_law } + } + add_realm_law_skip_effects = japanese_regency_succession_law + } + } + } + # Special variable that UI uses to display correct title title:e_japan = { # More starting house relations @@ -8795,6 +8821,14 @@ on_game_start_after_lobby = { } } + if = { + limit = { + has_dlc_feature = all_under_heaven + exists = title:e_japan.holder + } + tgp_setup_historical_house_bloc_effect = yes + } + ### MANDALA @@ -8847,11 +8881,11 @@ on_game_start_after_lobby = { add_great_building = mandala_capital_01 } else_if = { - limit = { game_start_date >= 1066.1.1 } - add_great_building = mandala_capital_02 + limit = { game_start_date > 1066.09.15 } + add_great_building = mandala_capital_03 } else = { - add_great_building = mandala_capital_03 + add_great_building = mandala_capital_02 } add_to_global_variable_list = { # Add to list so it can be found by the PoI name = mandala_poi_list @@ -8928,6 +8962,37 @@ on_game_start_after_lobby = { create_story = story_mandala } } + #Tai Migrations + every_county_in_region = { # save all migration counties to variable list + region = custom_tai_migration_target + add_to_global_variable_list = { + name = tai_migration_target_counties + target = this + } + } + every_in_global_list = { # give all saved migration county holders the story + variable = tai_migration_target_counties + holder = { + if = { + limit = { + NOT = { + any_owned_story = { + type = story_tai_migrations + } + } + has_tgp_dlc_trigger = yes + any_realm_province = { + culture = { + NOT = { + has_cultural_pillar = heritage_tai + } + } + } + } + create_story = story_tai_migrations + } + } + } } ### TGP MERIT AND TREASURY HANDOUT ON GAME START ### if = { @@ -9762,26 +9827,65 @@ on_game_start_after_lobby = { limit = { is_ai = yes OR = { - AND = { - OR = { - vassal_contract_has_flag = celestial_province_military - vassal_contract_has_flag = celestial_province_protectorate - } - has_trait_with_flag = civilian_province + is_governor = yes + tgp_is_any_minister = yes + } + trigger_if = { + limit = { has_trait_with_flag = civilian_province } + OR = { + vassal_contract_has_flag = celestial_military_appointment + vassal_contract_has_flag = meritocratic_military_appointment } - AND = { - OR = { - vassal_contract_has_flag = celestial_province_standard - vassal_contract_has_flag = celestial_province_industrial - vassal_contract_has_flag = celestial_province_metropolitan - } - has_trait_with_flag = military_province + } + trigger_else = { + OR = { + vassal_contract_has_flag = celestial_civil_appointment + vassal_contract_has_flag = meritocratic_civil_appointment } } } - tgp_flip_education_track_on_game_start = yes + if = { + limit = { has_trait_with_flag = civilian_province } + set_variable = { + name = appointment_trait_override + value = trait:education_martial_1 + } + } + else = { + set_variable = { + name = appointment_trait_override + value = trait:education_stewardship_1 + } + } } } + if = { + limit = { + has_game_rule = no_easteregg_characters + } + # needed for error suppression as all characters are added to the list in the history + if = { + limit = { + always = no + } + add_to_global_variable_list = { + name = easteregg_characters_list + target = this + } + } + every_in_global_list = { + variable = easteregg_characters_list + limit = { + is_ai = yes + } + death = { + death_reason = death_vanished + } + } + clear_global_variable_list = easteregg_characters_list + } + + enable_and_run_succession_calculation = yes } events = { diff --git a/common/on_action/title_on_actions.txt b/common/on_action/title_on_actions.txt index 49d3220d..a19cc445 100644 --- a/common/on_action/title_on_actions.txt +++ b/common/on_action/title_on_actions.txt @@ -101,34 +101,8 @@ on_title_destroyed = { } } } - every_vassal = { - # Because a change in liege isn't triggered when the title being destroyed - if = { - limit = { - government_has_flag = government_is_celestial - highest_held_title_tier >= tier_kingdom - primary_title = { - has_custom_title_name = no - } - tgp_capital_not_in_chinese_naming_region = no - } - if = { - limit = { - is_ai = no - } - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 1 # so the player gets to choose first - } - } - else = { - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 2 - } - } - } - } + # Because a change in liege isn't triggered when the title being destroyed + tgp_fire_china_realm_name_event_for_vassals_effect = yes title:h_china = { reset_title_name = yes } @@ -661,7 +635,7 @@ on_title_gain = { ########### if = { limit = { - scope:title.title_province = { + scope:title.title_province ?= { geographical_region = geographical_region:mpo_region_permafrost } } @@ -1142,7 +1116,7 @@ on_title_gain = { } every_held_title = { limit = { exists = var:administrative_ui_special_title } - var:administrative_ui_special_title.holder = { tgp_destroy_ceremonial_throne_effect = yes } + holder = { tgp_destroy_ceremonial_throne_effect = yes } } if = { limit = { has_trait = former_emperor } @@ -1174,12 +1148,16 @@ on_title_gain = { limit = { has_trait = devoted } remove_trait = devoted } - destroy_laamp_effect = { ADVENTURER = this } + if = { + limit = { government_has_flag = government_is_landless_adventurer } + destroy_laamp_effect = { ADVENTURER = this } + } } # Reset raid remit if = { limit = { this = top_liege + scope:title = primary_title any_noble_family = { } } every_noble_family = { @@ -1442,7 +1420,10 @@ on_title_gain = { # When conquering China - Change to conquest phase if = { limit = { - root.dynasty != scope:previous_holder.dynasty + OR = { + root.dynasty != scope:previous_holder.dynasty + is_lowborn = yes # in the rare instance that a lowborn theocrat reunites China + } } if = { limit = { @@ -1527,6 +1508,7 @@ on_title_gain = { set_family_accomplishment_effect = { ACCOMPLISHMENT = family_accomplishment_dynasty } } } + # left them in enum since we can not avoid touch here with encapsulated macro else_if = { limit = { OR = { @@ -1673,16 +1655,8 @@ on_title_gain = { } } # That isn't a part of the ministry - NOR = { - scope:title = title:e_minister_chancellor - scope:title = title:e_minister_censor - scope:title = title:e_minister_grand_marshal - scope:title = title:e_minister_of_personnel - scope:title = title:e_minister_of_revenue - scope:title = title:e_minister_of_rites - scope:title = title:e_minister_of_war - scope:title = title:e_minister_of_justice - scope:title = title:e_minister_of_works + scope:title = { + tgp_is_minister_title = no } } trigger_event = { @@ -1799,7 +1773,10 @@ on_title_gain = { limit = { has_trait = devoted } remove_trait = devoted } - destroy_laamp_effect = { ADVENTURER = this } + if = { + limit = { government_has_flag = government_is_landless_adventurer } + destroy_laamp_effect = { ADVENTURER = this } + } trigger_event = { id = tgp_japan_general.9100 days = 1 @@ -2029,6 +2006,14 @@ on_title_gain = { } has_appointment_level_for_title = scope:title } + # prevent penalty for giving non-feudal lands to nomad/tribals + OR = { + scope:title = { + has_title_law_flag = appointment_with_level_requirement + } + has_realm_law_flag = appointment_with_level_requirement + } + has_global_variable = game_has_started # Don't mess up for initialization } situation:dynastic_cycle ?= { if = { @@ -2044,17 +2029,8 @@ on_title_gain = { if = { limit = { scope:title = { - OR = { - this = title:e_minister_chancellor - this = title:e_minister_censor - this = title:e_minister_grand_marshal - this = title:e_minister_of_personnel - this = title:e_minister_of_revenue - this = title:e_minister_of_rites - this = title:e_minister_of_war - this = title:e_minister_of_justice - this = title:e_minister_of_works - } + tgp_is_minister_title = yes + de_jure_liege = title:h_china } NOT = { has_appointment_level_for_title = scope:title } } @@ -2071,40 +2047,21 @@ on_title_gain = { # Admin Stuff if = { limit = { - OR = { - government_allows = administrative - government_has_flag = government_is_japan_feudal - } - NOT = { has_variable = laamp_invasion_flag } + government_allows = noble_families } government_type = { save_scope_as = nf_gov_type } # Note: anything that should be run after creation can go in on_noble_family_title_created give_new_noble_family_title_effect = yes - # EP3 - Ensure Emperor keeps old realm capital in admin realms & apply unique domicile building bonus if appropriate + } + if = { + limit = { + government_allows = administrative + NOT = { has_variable = laamp_invasion_flag } + } + # EP3 - apply unique domicile building bonus if appropriate if = { limit = { top_liege = this - highest_held_title_tier >= tier_empire - NOT = { - any_held_title = { - OR = { - tier = tier_empire - tier = tier_hegemony - } - this != scope:title - } - } - } - if = { # Ensure we keep the old realm capital - limit = { - scope:title = { - tier >= tier_empire - title_capital_county != root.capital_county - # Constantinople must have been inherited - title_capital_county.holder = root - } - } - set_realm_capital = scope:title.title_capital_county } if = { # Get legitimacy from Reception Hall House Bonus limit = { @@ -2160,37 +2117,17 @@ on_title_gain = { scope:title = root.primary_title has_ep3_dlc_trigger = yes #Checks so this event doesn't fire after character creation, although it's not really a problem if it does - trigger_if = { - limit = { - game_start_date = 867.1.1 - } - current_date >= 867.1.4 - } - trigger_if = { - limit = { - game_start_date = 1066.9.15 - } - current_date >= 1066.9.18 - } - trigger_if = { - limit = { - game_start_date = 1178.10.1 - } - current_date >= 1178.10.4 - } + current_date_is_start_date_trigger = no } save_scope_as = emperor #Should trigger special event during fourth crusade! if = { limit = { - exists = global_var:byz_claimant_champion - global_var:byz_claimant_champion = { + scope:title = title:e_byzantium + global_var:byz_claimant_champion ?= { any_owned_story = { type = frankokratia_story - exists = var:byz_claimant - var:byz_claimant = { - this = root - } + var:byz_claimant ?= root } } } @@ -2201,27 +2138,24 @@ on_title_gain = { trigger_event = ep3_frankokratia_events.0110 } } - else = { - if = { + else_if = { + limit = { + exists = house + exists = scope:previous_holder + is_alive = yes + is_ruler = yes + is_imprisoned = no + top_liege = this + } + every_vassal_or_below = { limit = { - exists = root.house - } - #normal triggering - every_vassal_or_below = { - limit = { - is_playable_character = yes - exists = scope:previous_holder - has_government = administrative_government - OR = { - highest_held_title_tier >= main_administrative_tier # All governors - liege = root - } - } - trigger_event = { - id = ep3_governor_yearly.3060 - days = 1 + is_playable_character = yes + OR = { + highest_held_title_tier >= main_administrative_tier # All governors + liege = root } } + trigger_event = ep3_governor_yearly.3060 } } } @@ -2691,6 +2625,7 @@ on_title_gain = { limit = { scope:title = { tier = tier_county + is_landless_type_title = no OR = { has_county_modifier = major_coronation_approval_unsettled_modifier has_county_modifier = medium_coronation_approval_unsettled_modifier @@ -3923,17 +3858,9 @@ on_title_lost = { # Remove manually added Ministers if they're not ministers anymore if = { limit = { - NOR = { - primary_title = title:e_minister_chancellor - primary_title = title:e_minister_censor - primary_title = title:e_minister_grand_marshal - primary_title = title:e_minister_of_personnel - primary_title = title:e_minister_of_revenue - primary_title = title:e_minister_of_rites - primary_title = title:e_minister_of_war - primary_title = title:e_minister_of_justice - primary_title = title:e_minister_of_works - } + is_landed = no + tgp_is_any_minister = no + any_character_situation = { this = situation:dynastic_cycle } } situation:dynastic_cycle = { remove_manual_participant = prev @@ -4146,6 +4073,64 @@ on_rank_up = { # Will not fire during history execution or for dying characters events = { } effect = { + # EP3 - Ensure Emperor keeps old realm capital in admin realms + if = { + limit = { + government_allows = administrative + NOT = { has_variable = laamp_invasion_flag } + top_liege = this + trigger_if = { + limit = { exists = scope:title } + highest_held_title_tier > scope:title.tier + } + } + # celestial emperor+ ruler keep their capital when they were kingdom + # but if they become emperor+ without ever being a king, follow normal de jure realm + if = { + limit = { + tgp_use_chinese_naming_trigger = yes + trigger_if = { + limit = { + NOT = { exists = title:h_china.holder } + capital_county.title_province ?= { + OR = { + geographical_region = tgp_county_chinese_naming_region + geographical_region = tgp_duchy_chinese_naming_region + } + } + } + highest_held_title_tier >= tier_duchy + } + trigger_else = { + highest_held_title_tier >= tier_empire + } + primary_title = { + is_de_jure_liege_or_above_target = prev.capital_county + } + } + primary_title = { + if = { + limit = { + title_capital_county != prev.capital_county + NOT = { previous_holder.house ?= prev.house } + } + set_capital_county = prev.capital_county + } + } + } + else_if = { # Ensure we keep the old realm capital + limit = { + highest_held_title_tier >= tier_empire + primary_title = { + title_capital_county != root.capital_county + # Constantinople must have been inherited + title_capital_county.holder = root + } + } + set_realm_capital = primary_title.title_capital_county + } + } + if = { # ACH call to coronation reminder limit = { coronation_trigger = yes @@ -4302,8 +4287,23 @@ on_rank_up = { # Will not fire during history execution or for dying characters if = { limit = { is_independent_ruler = yes - government_has_flag = government_is_celestial - highest_held_title_tier >= tier_kingdom + OR = { + tgp_use_chinese_naming_trigger = yes + primary_title = { + recent_history = { + type = conquest_populist + days = 1 + } + previous_holder = { + tgp_use_chinese_naming_trigger = yes + } + } + AND = { + exists = var:claimed_mandate_var + primary_title ?= title:h_china + } + } + tgp_chinese_naming_tier_trigger = yes OR = { primary_title ?= { has_custom_title_name = no @@ -4312,56 +4312,12 @@ on_rank_up = { # Will not fire during history execution or for dying characters } trigger_if = { limit = { - tgp_capital_not_in_chinese_naming_region = yes + tgp_has_unique_chinese_naming = no } primary_title ?= title:h_china } } - if = { - limit = { - is_ai = no - } - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 1 # so the player gets to choose first - } - } - else = { - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 2 - } - } - } - else_if = { # Make sure non-Celestials get to rename/recolor china - limit = { - is_independent_ruler = yes - has_tgp_dlc_trigger = yes - NOT = { government_has_flag = government_is_celestial } - exists = var:claimed_mandate_var - primary_title ?= title:h_china - OR = { - primary_title ?= { - has_custom_title_name = no - } - primary_title.previous_holder.dynasty != root.dynasty - } - } - if = { - limit = { - is_ai = no - } - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 1 # so the player gets to choose first - } - } - else = { - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 2 - } - } + tgp_fire_china_realm_name_event_effect = yes } # ACH - Remove Coronated laws when titles are passed onto a new character @@ -4386,6 +4342,7 @@ on_rank_up = { # Will not fire during history execution or for dying characters limit = { is_house_head = yes NOT = { house.house_confederation.leading_house = this.house } + house.house_confederation.leading_house.house_head.top_liege = this } house.house_confederation = { tgp_set_house_bloc_leading_house_effect = { LEADER = root.house } @@ -4476,6 +4433,46 @@ on_rank_down = { # Will not fire during history execution or for dying character } ach_remove_oaths_on_king_minus_effect = yes } + + # Grand Wedding: no longer valid host + if = { + limit = { + highest_held_title_tier < tier_county + has_variable = promised_grand_wedding_marriage_countdown + scope:transfer_type = flag:abdication + } + + scope:title.holder ?= { + if = { + limit = { NOT = { has_variable = promised_grand_wedding_marriage_countdown } } + save_scope_as = new_wedding_host + } + } + + if = { + limit = { + exists = scope:new_wedding_host + has_variable = promised_grand_wedding_to + } + var:promised_grand_wedding_marriage_countdown = { + save_scope_as = spouse_1 + betrothed = { save_scope_as = spouse_2 } + } + var:promised_grand_wedding_to = { + save_scope_as = promisee + } + clean_grand_wedding_betrothal_variables = yes + set_grand_wedding_betrothal_variables = { + HOST = scope:new_wedding_host + SPOUSE_1 = scope:spouse_1 + SPOUSE_2 = scope:spouse_2 + PROMISEE = scope:promisee + } + } + else = { + clean_grand_wedding_betrothal_variables = yes + } + } } } @@ -4551,6 +4548,37 @@ on_vassal_gained = { # TGP end the ceremonial liege tgp_destroy_ceremonial_throne_effect = yes } + + # TGP Put vassals in blocs + if = { + limit = { + top_liege != this # independent rulers are an exception + exists = house.house_confederation + scope:vassal = { + tgp_uses_house_blocs_trigger = yes + house.house_head = scope:vassal + } + trigger_if = { + limit = { exists = scope:vassal.house.house_confederation } + scope:vassal.house.house_confederation != house.house_confederation + } + } + if = { + limit = { exists = scope:vassal.house.house_confederation } + scope:vassal.house = { + tgp_leave_house_bloc_effect = { + OPINION = flag:no + TRUCE = flag:yes + } + } + } + scope:vassal.house = { + tgp_join_house_bloc_effect = { + INVITER = root.house + OPINION = flag:no + } + } + } } } @@ -4566,7 +4594,7 @@ on_vassal_change = { government_allows = administrative is_house_head = yes trigger_if = { - # This trigger is intentionally different from the similar effecy in on_title_gain up above. We want all direct vassals of the top liege to have a family title if they can + # This trigger is intentionally different from the similar effect in on_title_gain up above. We want all direct vassals of the top liege to have a family title if they can limit = { government_has_flag = government_has_county_tier_noble_families } highest_held_title_tier >= tier_county } @@ -4590,27 +4618,50 @@ on_vassal_change = { ### If an admin ruler becomes independent... if = { limit = { - liege = root # I.e. root is independent government_has_flag = government_is_administrative } - # And is not of a high enough rank, change government if = { - limit = { - administrative_tier_allows_independence = no + limit = { + liege = root # I.e. root is independent } - admin_change_government_effect = yes - } - # If they can be independent, make sure they have a noble family title - else_if = { - limit = { - NOT = { - any_held_title = { - is_noble_family_title = yes + # And is not of a high enough rank, change government + if = { + limit = { + administrative_tier_allows_independence = no + } + admin_change_government_effect = yes + } + # If they can be independent, make sure they have a noble family title + else_if = { + limit = { + NOT = { + any_held_title = { + is_noble_family_title = yes + } } } + create_noble_family_effect = { GOVERNMENT_GIVER = this } + domicile ?= { set_up_domicile_estate_effect = yes } } - create_noble_family_effect = { GOVERNMENT_GIVER = this } - domicile ?= { set_up_domicile_estate_effect = yes } + } + # Byz admin landless NF should always be direct vassal of top liege + else_if = { + limit = { + liege != top_liege + primary_title = { + is_noble_family_title = yes + } + is_landed = no + } + create_title_and_vassal_change = { + type = appointment + save_scope_as = change + } + change_liege = { + liege = top_liege + change = scope:change + } + resolve_title_and_vassal_change = scope:change } } ### Independent Celestial rulers who become direct vassals of a top liege adopt Military obligations if they have title troops - Everyone else will default to Standard. @@ -4623,6 +4674,12 @@ on_vassal_change = { primary_title = { any_title_maa_regiment = { count >= 1 } } + liege = { #only if the liege didn't reach the limit yet + any_vassal = { + count < celestial_province_military_max_value + vassal_contract_has_flag = celestial_province_military + } + } } vassal_contract_set_obligation_level = { type = celestial_provinces level = 3 } } @@ -4636,52 +4693,14 @@ on_vassal_change = { this = top_liege } - any_held_title = { - # has a ministry title that is not being swapped - OR = { - this = title:e_minister_chancellor - this = title:e_minister_censor - this = title:e_minister_grand_marshal - this = title:e_minister_of_personnel - this = title:e_minister_of_revenue - this = title:e_minister_of_rites - this = title:e_minister_of_war - this = title:e_minister_of_justice - this = title:e_minister_of_works - } - } + # has a ministry title that is not being swapped + tgp_has_minister_title = yes } every_held_title = { - switch = { - trigger = this - title:e_minister_chancellor = { - root = { destroy_title = title:e_minister_chancellor } - } - title:e_minister_censor = { - root = { destroy_title = title:e_minister_censor } - } - title:e_minister_grand_marshal = { - root = { destroy_title = title:e_minister_grand_marshal } - } - title:e_minister_of_personnel = { - root = { destroy_title = title:e_minister_of_personnel } - } - title:e_minister_of_revenue = { - root = { destroy_title = title:e_minister_of_revenue } - } - title:e_minister_of_rites = { - root = { destroy_title = title:e_minister_of_rites } - } - title:e_minister_of_war = { - root = { destroy_title = title:e_minister_of_war } - } - title:e_minister_of_justice = { - root = { destroy_title = title:e_minister_of_justice } - } - title:e_minister_of_works = { - root = { destroy_title = title:e_minister_of_works } - } + limit = { + tgp_is_minister_title = yes } + root = { destroy_title = prev } } } # Make sure independent rulers and their vassals leave movements if they are part of the Dynastic Cycle @@ -4711,42 +4730,24 @@ on_vassal_change = { if = { limit = { # We have become independent! - NOT = { - scope:old_liege = root - } + scope:old_liege != root liege = root - government_has_flag = government_is_celestial - highest_held_title_tier >= tier_kingdom + tgp_use_chinese_naming_trigger = yes + tgp_chinese_naming_tier_trigger = yes primary_title = { has_custom_title_name = no # sanity check } OR = { - tgp_capital_not_in_chinese_naming_region = no + tgp_has_unique_chinese_naming = yes primary_title = title:h_china # failsafe, in case this somehow ends up here } } - if = { - limit = { - is_ai = no - } - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 1 # so the player gets to choose first - } - } - else = { - trigger_event = { - id = tgp_dynastic_cycle.9000 - days = 2 - } - } + tgp_fire_china_realm_name_event_effect = yes } if = { limit = { scope:old_liege = root - NOT = { - liege = root - } + liege != root primary_title ?= { has_custom_title_name = yes } @@ -4946,6 +4947,43 @@ on_realm_capital_change = { } } } + + # Move ministers to realm capital. + if = { + limit = { + tgp_has_access_to_ministry_trigger = yes + } + every_vassal = { + limit = { + tgp_has_minister_title = yes + } + every_held_title = { + limit = { + OR = { + is_noble_family_title = yes + tgp_is_minister_title = yes + } + } + set_capital_county = ROOT.county + } + if = { + limit = { is_ai = yes } + domicile ?= { + move_domicile = ROOT.title_province + } + } + # don't move them in such cases + if = { + limit = { + is_landed = no + is_in_army = no + is_travelling = no + NOT = { exists = involved_activity } + } + set_location_to_default = yes + } + } + } } } } diff --git a/common/on_action/travel_on_actions.txt b/common/on_action/travel_on_actions.txt index d341c90a..7097b755 100644 --- a/common/on_action/travel_on_actions.txt +++ b/common/on_action/travel_on_actions.txt @@ -13,7 +13,7 @@ on_travel_plan_movement = { delay = { days = 2 } adventurer_talent_scouting_on_action delay = { days = 3 } - adventurer_encourage_realtionships_on_action + adventurer_encourage_relationships_on_action migration_events_on_action delay = { days = 1 } } @@ -493,7 +493,10 @@ on_travel_plan_movement = { # laamp_base_1041/Ambush Travellers task contract minigame. current_travel_plan ?= { if = { - limit = { has_variable = activate_laamp_base_1041_logic } + limit = { + has_variable = activate_laamp_base_1041_logic + current_location = { is_sea_province = no } + } travel_plan_owner.var:laamp_base_1041_travel_plan_contract_storage = { if = { limit = { var:event_ratio_tracker >= 1 } @@ -553,6 +556,62 @@ travel_danger_events_on_action = { is_migrating = no # No Danger events while migrating exists = current_travel_plan } + effect = { + random = { # chance of inspiring a knight to become eligible for stalwart accolade + chance = 0.05 + modifier = { + factor = current_travel_plan.current_danger_value # scales with danger (even if mitigated) + } + modifier = { + factor = accolade_progress # scales with accolade progress + } + modifier = { # must have an eligible knight + NOT = { + any_knight = { + current_travel_plan ?= root.current_travel_plan + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = stalwart + } + } + } + factor = 0 + } + set_variable = { + name = accolade_progress + value = 0 + } + random_knight = { + limit = { + current_travel_plan ?= root.current_travel_plan + can_unlock_accolade_attribute_trigger = { + ATTRIBUTE = stalwart + } + } + weight = { + base = 1 + modifier = { + add = 50 + is_acclaimed = yes + } + } + save_scope_as = accolade_knight + } + save_scope_as = accolade_liege + send_interface_message = { + type = msg_accolade_eligibility + title = accolade_stalwart_unlock.t + left_icon = scope:accolade_knight + right_icon = scope:accolade_liege + custom_tooltip = accolade_stalwart_unlock.tt + scope:accolade_knight = { + set_variable = { + name = stalwart_attribute_unlock + value = yes + } + } + } + } + } random_events = { chance_of_no_event = { value = { @@ -641,6 +700,15 @@ travel_danger_events_on_action = { 350 = ep3_laamp_flavour_ewan.4071 # Slavers - bastards try to kidnap people from the edges of your train. 350 = ep3_laamp_flavour_ewan.4081 # Born of Desperation - hungry locals swarm at you, searching for food. 350 = ep3_laamp_flavour_ewan.4091 # Night Attack - unknown group assaults your camp one evening. + + # TGP Travel Danger Events + 100 = tgp_travel_danger_events.0001 # Encounter an orphan in an area struck by natural disaster. + + # Simple Danger Events + 100 = travel_danger_events.9030 # Rain: delay + 100 = travel_danger_events.9040 # Rainstorm, someone is lost & gone forever! + 100 = travel_danger_events.9050 # Someone with Withering Mind walks off + 100 = travel_danger_events.9060 # Faltering Heart/Fragile Bones entourage character suffers during travel } } @@ -664,18 +732,18 @@ travel_events_on_action = { random_events = { chance_of_no_event = { - value = 80 + value = 95 if = { limit = { is_ai = yes } - add = 19 # Not very important that AI's get these + add = 4 # Not very important that AI's get these } if = { # Less regular travel events when you're migrating limit = { is_migrating = yes } - add = 15 + add = 4 } } 100 = 0 @@ -745,6 +813,7 @@ travel_events_on_action = { 100 = travel_events.4050 # hostage/ward/different culture courtier acts as cultural mediator 200 = hunt.8200 # Falconry Practice 500 = hunt.8210 #Pursued by a Shrine Maiden + 100 = travel_events.5100 #You reach a spirit haunted bridge #Cultural Tradition events 100 = travel_events.1200 #Friendly People 100 = travel_events.1201 #Chivalry @@ -866,6 +935,18 @@ travel_events_on_action = { 100 = tgp_travel_events.0035 100 = tgp_travel_events.0040 100 = tgp_travel_events.0045 + + #Travel Events Japan + 100 = tgp_japan_yearly_events.0006 # 0006 - Treasures from the Sea - ama divers + 100 = tgp_japan_yearly_events.0012 # 0012 - Monkey Business - Onsen + 100 = tgp_japan_yearly_events.0013 # 0013 - Purifying the Spirit - Onsen + 100 = tgp_japan_yearly_events.0014 # 0014 - Taking It Easy - Onsen + 100 = tgp_japan_yearly_events.0027 # 0027 - Prove Your Worth - Tengu + 10 = tgp_japan_yearly_events.0028 # 0028 - False Rumors - Tengu + 100 = tgp_japan_yearly_events.1000 # 1000 - You see some Onibi, follow them or no? + 50 = tgp_japan_yearly_events.1040 # 1040 - You come across a red bridge + 50 = tgp_japan_yearly_events.1120 # 1120 - You meet a warrior monk + 50 = tgp_japan_yearly_events.1140 # 1140 - You are stopped in Soryo lands as a Ritsuryo ruler } } @@ -942,7 +1023,8 @@ travel_event_tombola = { 1 = travel_events_on_action 2 = on_tour_travel 2 = pilgrimage_journey_events - 2 = hajj_journey_events + #2 = hajj_journey_events # They're the same as Pilgrimage for now, commenting out until further notice to save performance + # If Hajj content is added, also see comment in is_on_a_pilgrimage_trigger } } @@ -1289,18 +1371,24 @@ on_travel_plan_start = { } } events = { - travel_start_event.1000 #Generic start (no activity) - travel_start_event.1010 #Travelling to a Tournament + # Commented-out events are removed due to spam concerns + # The ones who are left have mechanical impacts; Tours give prestige/stress loss, pilgrimages add additional pilgrims, wanderer activities give boons based ona ctivity options for Monument Explorations, etc. + # Chinese debates/examinations give necessary context effects, such as choosing movement if you have none, or resigning from your alnds if you need to take the exam + + travel_start_event.1130 # Generic 'travel started' toast, also plays mx_cue_travel_start + + #travel_start_event.1000 #Generic start (no activity) + #travel_start_event.1010 #Travelling to a Tournament travel_start_event.1020 #Setting off on a Tour - travel_start_event.1030 #Travelling to a Wedding - travel_start_event.1040 #Travelling to a Feast - travel_start_event.1050 #Travelling to a Playdate + #travel_start_event.1030 #Travelling to a Wedding + #travel_start_event.1040 #Travelling to a Feast + #travel_start_event.1050 #Travelling to a Playdate travel_start_event.1060 #Going on a Pilgrimage - travel_start_event.1070 #Travelling to a Hunt - travel_start_event.1080 #Travelling to a Witch Ritual + #travel_start_event.1070 #Travelling to a Hunt + #travel_start_event.1080 #Travelling to a Witch Ritual travel_start_event.1090 #Travelling to a Travel Lifestyle Activity travel_start_event.1100 #Travelling to an Examination - travel_start_event.1110 #Travelling to a Mandala Ritual + #travel_start_event.1110 #Travelling to a Mandala Ritual travel_start_event.1120 #Travelling to a Debate ep3_contract_event.0002 #When doing a Contract as Landless Adventurer fill your entourage with relevant people @@ -1608,6 +1696,9 @@ on_travel_plan_complete = { trigger_event = laamp_base_learning_contract_events.4017 } tribute_mission_clean_up_variables_effect = yes + + #Remove characters added by travel options at the start of travel plan + remove_travel_option_added_character_effect = yes } } @@ -1681,10 +1772,10 @@ on_travel_plan_abort = { # refund prestige and influence cost if = { limit = { petition_liege_admin_valid_trigger = yes } - change_influence_no_experience = standard_activity_cost + change_influence_no_experience = standard_activity_base_cost } else = { - add_prestige_no_experience = standard_activity_cost + add_prestige_no_experience = standard_activity_base_cost } } # remove variables and flags @@ -1707,6 +1798,9 @@ on_travel_plan_abort = { #Hit absentee Tributary with Tribute Mission penalty requested_tribute_mission_penalty_effect = yes tribute_mission_clean_up_variables_effect = yes + + #Remove characters added by travel options at the start of travel plan + remove_travel_option_added_character_effect = yes } } @@ -1731,10 +1825,10 @@ on_travel_plan_cancel = { # refund prestige and influence cost if = { limit = { petition_liege_admin_valid_trigger = yes } - change_influence_no_experience = standard_activity_cost + change_influence_no_experience = standard_activity_base_cost } else = { - add_prestige_no_experience = standard_activity_cost + add_prestige_no_experience = standard_activity_base_cost } } # remove variables and flags @@ -1750,9 +1844,9 @@ on_travel_plan_cancel = { # refund prestige and influence cost if = { limit = { petition_liege_admin_valid_trigger = yes } - change_influence_no_experience = standard_activity_cost + change_influence_no_experience = standard_activity_base_cost } - else = { add_prestige_no_experience = standard_activity_cost } + else = { add_prestige_no_experience = standard_activity_base_cost } } # remove variables and flags petition_liege_variable_cleanup_effect = yes @@ -1788,7 +1882,7 @@ on_travel_plan_cancel = { remove_variable = pledge_loyalty_to_liege_grace } # refund any costs - add_prestige = standard_activity_cost + add_prestige = standard_activity_base_cost if = { limit = { has_variable = pay_homage_gold_value @@ -1989,7 +2083,7 @@ adventurer_talent_scouting_on_action = { } } -adventurer_encourage_realtionships_on_action = { +adventurer_encourage_relationships_on_action = { trigger = { current_travel_plan ?= { has_travel_option = adventurers_encourage_relationships_option } } diff --git a/common/religion/religion_types/00_buddhism.txt b/common/religion/religion_types/00_buddhism.txt index 52651a83..0d5c0fad 100644 --- a/common/religion/religion_types/00_buddhism.txt +++ b/common/religion/religion_types/00_buddhism.txt @@ -265,7 +265,262 @@ holy_order_names = { #placeholder } - - } } + lamaism = { # Nangchos aka Tibetan Buddhism - syncretic of Mahayana, Vajrayana and native Tibetan elements + color = { 200 100 20 } + icon = lamaism_buddhism + + holy_site = kusinagara + holy_site = bodh_gaya + holy_site = lhasa + holy_site = sagya + holy_site = purang + + doctrine = doctrine_gender_equal + doctrine = doctrine_polygamy + doctrine = doctrine_adultery_men_accepted + doctrine = doctrine_adultery_women_accepted + doctrine = doctrine_deviancy_accepted + doctrine = doctrine_witchcraft_accepted + + # Carried over from pre-Buddhist Tibet. Similar theological motivations as cremation, demonstrating the impermanence of life + doctrine = doctrine_funeral_sky_burial + + doctrine = tenet_dharmic_pacifism + doctrine = tenet_monasticism + doctrine = tenet_esotericism + + localization = { + ReligiousText = lamaism_religious_text + ReligiousText2 = lamaism_religious_text_2 + ReligiousText3 = lamaism_religious_text_3 + HouseOfWorship = lamaism_house_of_worship + HouseOfWorship2 = lamaism_house_of_worship_2 + HouseOfWorship3 = lamaism_house_of_worship_3 + HouseOfWorshipPlural = lamaism_house_of_worship_plural + ReligiousHeadName = lamaism_religious_head_title + DevoteeMale = lamaism_devotee_male + DevoteeMalePlural = lamaism_devotee_male_plural + DevoteeFemale = lamaism_devotee_female + DevoteeFemalePlural = lamaism_devotee_female_plural + DevoteeNeuter = lamaism_devotee_neuter + DevoteeNeuterPlural = lamaism_devotee_neuter_plural + PriestMale = lamaism_priest + PriestMalePlural = lamaism_priest_plural + PriestFemale = lamaism_priest + PriestFemalePlural = lamaism_priest_plural + PriestNeuter = lamaism_priest + PriestNeuterPlural = lamaism_priest_plural + AltPriestTermPlural = lamaism_priest_term_plural + BishopMale = lamaism_bishop + BishopMalePlural = lamaism_bishop_plural + BishopFemale = lamaism_bishop + BishopFemalePlural = lamaism_bishop_plural + BishopNeuter = lamaism_bishop + BishopNeuterPlural = lamaism_bishop_plural + WitchGodName = bon_evil_god_shinje + WitchGodNamePossessive = bon_evil_god_shinje_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + #Creator + CreatorName = lamaism_creator_god_name + CreatorNamePossessive = lamaism_creator_god_name_possessive + CreatorSheHe = CHARACTER_HERHIM_IT + CreatorHerHis = CHARACTER_HERHIS_ITS + CreatorHerHim = CHARACTER_HERHIM_IT + + #HealthGod + HealthGodName = lamaism_health_god_name + HealthGodNamePossessive = lamaism_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = lamaism_fertility_god_name + FertilityGodNamePossessive = lamaism_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod + WealthGodName = lamaism_wealth_god_name + WealthGodNamePossessive = lamaism_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = lamaism_household_god_name + HouseholdGodNamePossessive = lamaism_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_SHE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #KnowledgeGod + KnowledgeGodName = lamaism_knowledge_god_name + KnowledgeGodNamePossessive = lamaism_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = lamaism_war_god_name + WarGodNamePossessive = lamaism_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = lamaism_night_god_name + NightGodNamePossessive = lamaism_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = lamaism_water_god_name + WaterGodNamePossessive = lamaism_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_SHE + WaterGodHerHis = CHARACTER_HERHIS_HER + WaterGodHerHim = CHARACTER_HERHIM_HER + + GoodGodNames = { + bon_good_god_gyalpo_pehar + } + } + } + + rime = { # Nangchos aka Tibetan Buddhism - syncretic of Mahayana, Vajrayana and native Tibetan elements + color = { 230 200 180 } + icon = lamaism_buddhism + + holy_site = kusinagara + holy_site = bodh_gaya + holy_site = lhasa + holy_site = sagya + holy_site = purang + + doctrine = doctrine_gender_equal + doctrine = doctrine_polygamy + doctrine = doctrine_adultery_men_accepted + doctrine = doctrine_adultery_women_accepted + doctrine = doctrine_deviancy_accepted + doctrine = doctrine_witchcraft_accepted + + # Carried over from pre-Buddhist Tibet. Similar theological motivations as cremation, demonstrating the impermanence of life + doctrine = doctrine_funeral_sky_burial + + doctrine = tenet_dharmic_pacifism + doctrine = tenet_monasticism + doctrine = tenet_esotericism + + localization = { + ReligiousText = lamaism_religious_text + ReligiousText2 = lamaism_religious_text_2 + ReligiousText3 = lamaism_religious_text_3 + HouseOfWorship = lamaism_house_of_worship + HouseOfWorship2 = lamaism_house_of_worship_2 + HouseOfWorship3 = lamaism_house_of_worship_3 + HouseOfWorshipPlural = lamaism_house_of_worship_plural + ReligiousHeadName = lamaism_religious_head_title + DevoteeMale = lamaism_devotee_male + DevoteeMalePlural = lamaism_devotee_male_plural + DevoteeFemale = lamaism_devotee_female + DevoteeFemalePlural = lamaism_devotee_female_plural + DevoteeNeuter = lamaism_devotee_neuter + DevoteeNeuterPlural = lamaism_devotee_neuter_plural + PriestMale = lamaism_priest + PriestMalePlural = lamaism_priest_plural + PriestFemale = lamaism_priest + PriestFemalePlural = lamaism_priest_plural + PriestNeuter = lamaism_priest + PriestNeuterPlural = lamaism_priest_plural + AltPriestTermPlural = lamaism_priest_term_plural + BishopMale = lamaism_bishop + BishopMalePlural = lamaism_bishop_plural + BishopFemale = lamaism_bishop + BishopFemalePlural = lamaism_bishop_plural + BishopNeuter = lamaism_bishop + BishopNeuterPlural = lamaism_bishop_plural + WitchGodName = bon_evil_god_shinje + WitchGodNamePossessive = bon_evil_god_shinje_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + #Creator + CreatorName = lamaism_creator_god_name + CreatorNamePossessive = lamaism_creator_god_name_possessive + CreatorSheHe = CHARACTER_HERHIM_IT + CreatorHerHis = CHARACTER_HERHIS_ITS + CreatorHerHim = CHARACTER_HERHIM_IT + + #HealthGod + HealthGodName = lamaism_health_god_name + HealthGodNamePossessive = lamaism_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod + FertilityGodName = lamaism_fertility_god_name + FertilityGodNamePossessive = lamaism_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod + WealthGodName = lamaism_wealth_god_name + WealthGodNamePossessive = lamaism_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = lamaism_household_god_name + HouseholdGodNamePossessive = lamaism_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_SHE + HouseholdGodHerHis = CHARACTER_HERHIS_HER + HouseholdGodHerHim = CHARACTER_HERHIM_HER + + #KnowledgeGod + KnowledgeGodName = lamaism_knowledge_god_name + KnowledgeGodNamePossessive = lamaism_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod + WarGodName = lamaism_war_god_name + WarGodNamePossessive = lamaism_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod + NightGodName = lamaism_night_god_name + NightGodNamePossessive = lamaism_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = lamaism_water_god_name + WaterGodNamePossessive = lamaism_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_SHE + WaterGodHerHis = CHARACTER_HERHIS_HER + WaterGodHerHim = CHARACTER_HERHIM_HER + + GoodGodNames = { + bon_good_god_gyalpo_pehar + } + } + } } diff --git a/common/religion/religion_types/00_christianity.txt b/common/religion/religion_types/00_christianity.txt deleted file mode 100644 index 2c8eaeb8..00000000 --- a/common/religion/religion_types/00_christianity.txt +++ /dev/null @@ -1,1080 +0,0 @@ -christianity_religion = { - family = rf_abrahamic - - doctrine_background_icon = core_tenet_banner_christian.dds - doctrine = abrahamic_hostility_doctrine - - #Main Group - doctrine = doctrine_monotheist - doctrine = doctrine_spiritual_head - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_righteous - doctrine = doctrine_theocracy_temporal - - #Marriage - doctrine = doctrine_monogamy - doctrine = doctrine_divorce_approval - doctrine = doctrine_bastardry_legitimization - doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece - - #Crimes - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_shunned - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_kinslaying_close_kin_crime - doctrine = doctrine_deviancy_crime - doctrine = doctrine_witchcraft_crime - - #Clerical Functions - doctrine = doctrine_clerical_function_taxation - doctrine = doctrine_clerical_gender_male_only - doctrine = doctrine_clerical_marriage_disallowed - doctrine = doctrine_clerical_succession_spiritual_fixed_appointment - - #Special Doctrine for Christian Syncretism - doctrine = special_doctrine_is_christian_faith - - #Allow pilgrimages - doctrine = doctrine_pilgrimage_encouraged - - #Funeral tradition - doctrine = doctrine_funeral_stoic - - #Coronation tradition - doctrine = doctrine_imperial_anointment - - traits = { - virtues = { forgiving compassionate chaste } - sins = { vengeful sadistic lustful } - } - - reserved_male_names = { - Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory - Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip - Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah - } - reserved_female_names = { - Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen - Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania - } - - custom_faith_icons = { - custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s custom_faith_magatama custom_faith_soto custom_faith_benzhuism - } - - holy_order_names = { - { name = "holy_order_knights_of_the_chalice" } - { name = "holy_order_order_of_the_holy_communion" } - { name = "holy_order_knights_of_the_first_gospel" } - { name = "holy_order_guardians_of_the_shroud" } - { name = "holy_order_knights_of_the_reliquary" } - { name = "holy_order_warriors_of_the_cross" } - { name = "holy_order_christian" coat_of_arms = "ho_christian" } - } - - holy_order_maa = { teutonic_knights } - - localization = { - #HighGod - HighGodName = christianity_high_god_name - HighGodName2 = christianity_high_god_name_2 - HighGodNamePossessive = christianity_high_god_name_possessive - HighGodNameSheHe = CHARACTER_SHEHE_HE - HighGodHerselfHimself = CHARACTER_HIMSELF - HighGodHerHis = CHARACTER_HERHIS_HIS - HighGodNameAlternate = christianity_high_god_name_alternate - HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive - - #Creator - CreatorName = christianity_creator_god_name - CreatorNamePossessive = christianity_creator_god_name_possessive - CreatorSheHe = CHARACTER_SHEHE_HE - CreatorHerHis = CHARACTER_HERHIS_HIS - CreatorHerHim = CHARACTER_HERHIM_HIM - - #HealthGod - HealthGodName = christianity_health_god_name - HealthGodNamePossessive = christianity_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = christianity_fertility_god_name - FertilityGodNamePossessive = christianity_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_HE - FertilityGodHerHis = CHARACTER_HERHIS_HIS - FertilityGodHerHim = CHARACTER_HERHIM_HIM - - #WealthGod - WealthGodName = christianity_wealth_god_name - WealthGodNamePossessive = christianity_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = christianity_household_god_name - HouseholdGodNamePossessive = christianity_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #FateGod - FateGodName = christianity_fate_god_name - FateGodNamePossessive = christianity_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_HE - FateGodHerHis = CHARACTER_HERHIS_HIS - FateGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = christianity_knowledge_god_name - KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = christianity_war_god_name - WarGodNamePossessive = christianity_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = christianity_trickster_god_name - TricksterGodNamePossessive = christianity_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_HE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = christianity_night_god_name - NightGodNamePossessive = christianity_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = christianity_water_god_name - WaterGodNamePossessive = christianity_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - PantheonTerm = christianity_high_god_name - PantheonTerm2 = christianity_high_god_name_2 - PantheonTerm3 = christianity_high_god_name_3 - PantheonTermHasHave = pantheon_term_has - GoodGodNames = { - christianity_high_god_name - christianity_high_god_name_alternate - chistianity_good_god_jesus - chistianity_good_god_christ - } - DevilName = christianity_devil_name - DevilNamePossessive = christianity_devil_name_possessive - DevilSheHe = CHARACTER_SHEHE_HE - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerHis = CHARACTER_HERHIS_HIS - DevilHerselfHimself = CHARACTER_HIMSELF - EvilGodNames = { - christianity_devil_name - christianity_evil_god_lucifer - christianity_evil_god_beelzebub - christianity_evil_god_mephistopheles - } - HouseOfWorship = christianity_house_of_worship - HouseOfWorship2 = christianity_house_of_worship_2 - HouseOfWorship3 = christianity_house_of_worship_3 - HouseOfWorshipPlural = christianity_house_of_worship_plural - ReligiousSymbol = christianity_religious_symbol - ReligiousSymbol2 = christianity_religious_symbol_2 - ReligiousSymbol3 = christianity_religious_symbol_3 - ReligiousText = christianity_religious_text - ReligiousText2 = christianity_religious_text_2 - ReligiousText3 = christianity_religious_text_3 - ReligiousHeadName = christianity_religious_head_title - ReligiousHeadTitleName = christianity_religious_head_title_name - DevoteeMale = christianity_devotee_male - DevoteeMalePlural = christianity_devotee_male_plural - DevoteeFemale = christianity_devotee_female - DevoteeFemalePlural = christianity_devotee_female_plural - DevoteeNeuter = christianity_devotee_neuter - DevoteeNeuterPlural = christianity_devotee_neuter_plural - PriestMale = christianity_priest_male - PriestMalePlural = christianity_priest_male_plural - PriestFemale = christianity_priest_male - PriestFemalePlural = christianity_priest_male_plural - PriestNeuter = christianity_priest_male - PriestNeuterPlural = christianity_priest_male_plural - AltPriestTermPlural = christianity_priest_alternate_plural - BishopMale = christianity_bishop - BishopMalePlural = christianity_bishop_plural - BishopFemale = christianity_bishop - BishopFemalePlural = christianity_bishop_plural - BishopNeuter = christianity_bishop - BishopNeuterPlural = christianity_bishop_plural - DivineRealm = christianity_positive_afterlife - DivineRealm2 = christianity_positive_afterlife_2 - DivineRealm3 = christianity_positive_afterlife_3 - PositiveAfterLife = christianity_positive_afterlife - PositiveAfterLife2 = christianity_positive_afterlife_2 - PositiveAfterLife3 = christianity_positive_afterlife_3 - NegativeAfterLife = christianity_negative_afterlife - NegativeAfterLife2 = christianity_negative_afterlife_2 - NegativeAfterLife3 = christianity_negative_afterlife_3 - DeathDeityName = christianity_death_deity_name - DeathDeityNamePossessive = christianity_death_deity_name_possessive - DeathDeitySheHe = CHARACTER_SHEHE_HE - DeathDeityHerHis = CHARACTER_HERHIS_HIS - DeathDeityHerHim = CHARACTER_HERHIM_HIM - WitchGodName = christianity_witchgodname_the_horned_god - WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive - WitchGodHerHis = CHARACTER_HERHIS_HIS - WitchGodSheHe = CHARACTER_SHEHE_HE - WitchGodHerHim = CHARACTER_HERHIM_HIM - WitchGodMistressMaster = master - WitchGodMotherFather = father - - - GHWName = ghw_crusade - GHWNamePlural = ghw_crusades - - } - - piety_icon_group = "christian" - - faiths = { - catholic = { - color = { 0.8 0.8 0.6 } - religious_head = k_papal_state - graphical_faith = "catholic_gfx" - - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Tenets - doctrine = tenet_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism - - holy_order_names = { - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - - coptic = { - color = { 210 235 87 } - religious_head = d_coptic_papacy - graphical_faith = "orthodox_gfx" - holy_site = alexandria - holy_site = jerusalem - holy_site = antioch - holy_site = aksum - holy_site = napata - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Main Group - doctrine = doctrine_pluralism_pluralistic - - #Tenets - doctrine = tenet_monasticism - doctrine = tenet_alexandrian_catechism - doctrine = tenet_communal_identity - - holy_order_names = { - { name = "holy_order_order_of_saint_anthony" } - } - - localization = { # Utilizes the 'East Christian' Saints, shared by Coptics and Armenians - #HealthGod - HealthGodName = east_christian_health_god_name - HealthGodNamePossessive = east_christian_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = east_christian_fertility_god_name - FertilityGodNamePossessive = east_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = east_christian_wealth_god_name - WealthGodNamePossessive = east_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = east_christian_household_god_name - HouseholdGodNamePossessive = east_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = east_christian_knowledge_god_name - KnowledgeGodNamePossessive = east_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = east_christian_war_god_name - WarGodNamePossessive = east_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #Popes despite lacking rank - ReligiousHeadName = coptic_religious_head_title - ReligiousHeadTitleName = coptic_religious_head_title_name - } - } - - armenian_apostolic = { - color = { 0.8 0.4 0.1 } - religious_head = d_apostolic_church - icon = christianity_armenian - graphical_faith = "orthodox_gfx" - - holy_site = jerusalem - holy_site = antioch - holy_site = suenik #city of Dvin within county of Suenik - holy_site = colonea - holy_site = beirut - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Clerical Functions - doctrine = doctrine_clerical_marriage_allowed - - #Tenets - doctrine = tenet_communion - doctrine = tenet_cthonic_redoubts - doctrine = tenet_communal_identity - - localization = { # Utilizes the 'East Christian' Saints, shared by Coptics and Armenians - #HealthGod - HealthGodName = east_christian_health_god_name - HealthGodNamePossessive = east_christian_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = east_christian_fertility_god_name - FertilityGodNamePossessive = east_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = east_christian_wealth_god_name - WealthGodNamePossessive = east_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = east_christian_household_god_name - HouseholdGodNamePossessive = east_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = east_christian_knowledge_god_name - KnowledgeGodNamePossessive = east_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = east_christian_war_god_name - WarGodNamePossessive = east_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #Catholicoi instead of Popes - ReligiousHeadName = apostolic_religious_head_title - ReligiousHeadTitleName = apostolic_religious_head_title_name - } - } - - conversos = { - color = { 0.4 0.5 0.8 } - icon = conversos - religious_head = k_papal_state - graphical_faith = "catholic_gfx" - - holy_site = jerusalem - holy_site = rome - holy_site = santiago - holy_site = toledo - holy_site = cordoba - - # Tenets - doctrine = tenet_communion - doctrine = tenet_communal_identity - doctrine = tenet_jewish_syncretism - - # Main Group - doctrine = doctrine_pluralism_pluralistic - - #Crimes - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_kinslaying_extended_family_crime - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - } - - cathar = { - color = { 0.5 0.5 0.9 } - icon = christianity_cathar - graphical_faith = "catholic_gfx" - - #Shared with Catholics - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = albi - holy_site = kent - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_equal - - #Marriage - doctrine = doctrine_divorce_disallowed - - #Crimes - doctrine = doctrine_homosexuality_accepted - doctrine = doctrine_adultery_men_shunned - doctrine = doctrine_adultery_women_shunned - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - doctrine = doctrine_clerical_gender_either - - #Tenets - doctrine = tenet_reincarnation - doctrine = tenet_pacifism - doctrine = tenet_gnosticism - - #Coronation tradition - doctrine = doctrine_no_anointment - - #Unique Localization - localization = { - PriestMale = cathar_priest_male - PriestMalePlural = cathar_priest_male_plural - PriestFemale = cathar_priest_female - PriestFemalePlural = cathar_priest_female_plural - PriestNeuter = cathar_priest_neuter - PriestNeuterPlural = cathar_priest_neuter_plural - } - } - - waldensian = { - color = { 0.4 0.2 0.5 } - icon = christianity_waldensian - graphical_faith = "catholic_gfx" - - #Shared with Catholics - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - - #Main Group - doctrine = doctrine_pluralism_pluralistic - doctrine = doctrine_theocracy_lay_clergy - doctrine = doctrine_pilgrimage_forbidden - - - - #Tenets - doctrine = tenet_vows_of_poverty - doctrine = tenet_mendicant_preachers - doctrine = tenet_aniconism - } - - lollard = { - color = { 0.5 0.8 0.8 } - icon = christianity_lollard - graphical_faith = "catholic_gfx" - - #Shared with Catholics - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - - #Main Gorup - doctrine = doctrine_theocracy_lay_clergy - doctrine = doctrine_pilgrimage_forbidden - - #Clerical Functions - doctrine = doctrine_clerical_marriage_allowed - - #Tenets - doctrine = tenet_pacifism - doctrine = tenet_aniconism - doctrine = tenet_literalism - } - - iconoclast = { - color = { 0.5 0.2 0.4 } - icon = christianity_iconoclasm - religious_head = d_iconoclast - graphical_faith = "orthodox_gfx" - - #Shared with Orthodox - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Tenets - doctrine = tenet_communion - doctrine = tenet_pentarchy - doctrine = tenet_aniconism - - localization = { - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - - bogomilist = { - color = { 0.7 0 0.2 } - icon = christianity_bogomilist - graphical_faith = "orthodox_gfx" - - #Shared with Orthodox - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Main Gorup - doctrine = doctrine_no_head - doctrine = doctrine_gender_equal - doctrine = doctrine_theocracy_lay_clergy - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - doctrine = doctrine_clerical_gender_either - - #Tenets - doctrine = tenet_gnosticism - doctrine = tenet_pacifism - doctrine = tenet_mendicant_preachers - - #Coronation tradition - doctrine = doctrine_no_anointment - - #Unique Localization - localization = { - PriestMale = bogomilist_priest - PriestMalePlural = bogomilist_priest_plural - PriestFemale = bogomilist_priest - PriestFemalePlural = bogomilist_priest_plural - PriestNeuter = bogomilist_priest - PriestNeuterPlural = bogomilist_priest_plural - - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - - paulician = { - color = { 0.6 0.1 0.4 } - icon = christianity_paulicanism - graphical_faith = "orthodox_gfx" - - #Shared with Armenian? - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Main Group - doctrine = doctrine_pluralism_fundamentalist - - #Clerical Functions - doctrine = doctrine_clerical_function_recruitment - doctrine = doctrine_pilgrimage_forbidden - - #Tenets - doctrine = tenet_gnosticism - doctrine = tenet_aniconism - doctrine = tenet_unrelenting_faith - - localization = { - ReligiousText = paulician_religious_text - ReligiousText2 = paulician_religious_text_2 - ReligiousText3 = paulician_religious_text_3 - - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - - nestorian = { - color = { 0.8 0.3 0.5 } - religious_head = d_patriarchate_in_the_east - graphical_faith = "orthodox_gfx" - - holy_site = jerusalem - holy_site = baghdad - holy_site = farz - holy_site = antioch - holy_site = kerala - - #Main Group - doctrine = doctrine_pluralism_pluralistic - - #Tenets - doctrine = tenet_eastern_syncretism - doctrine = tenet_monasticism - doctrine = tenet_mendicant_preachers - - #Coronation tradition - doctrine = doctrine_anointment_permitted - - holy_order_names = { - { name = "holy_order_order_of_saint_addai" } - } - - localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox - # Patriarchs instead of Popes - ReligiousHeadName = nestorian_religious_head_title - ReligiousHeadTitleName = nestorian_religious_head_title_name - } - } - - messalian = { - color = { 0.6 0.1 0.4 } - icon = christianity_messalian - graphical_faith = "orthodox_gfx" - - holy_site = jerusalem - holy_site = constantinople - holy_site = baghdad - holy_site = farz - holy_site = antioch - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_equal - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_consanguinity_unrestricted - - #Crimes - doctrine = doctrine_homosexuality_accepted - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - - #Clerical Functions - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_allowed - - #Coronation tradition - doctrine = doctrine_no_anointment - - #Tenets - doctrine = tenet_divine_marriage - doctrine = tenet_carnal_exaltation - doctrine = tenet_esotericism - - #Unique Localization - localization = { - PriestMale = messalian_priest - PriestMalePlural = messalian_priest_plural - PriestFemale = messalian_priest - PriestFemalePlural = messalian_priest_plural - PriestNeuter = messalian_priest - PriestNeuterPlural = messalian_priest_plural - } - } - - adamites = { - color = { 0.6 0.8 0.6 } - icon = adamites - graphical_faith = "catholic_gfx" - - holy_site = rome - holy_site = jerusalem - holy_site = fes - holy_site = alexandria - holy_site = carthage - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_gender_equal - doctrine = doctrine_pluralism_righteous - doctrine = doctrine_theocracy_lay_clergy - - #Marriage - doctrine = doctrine_concubines - doctrine = doctrine_divorce_allowed - doctrine = doctrine_bastardry_none - doctrine = doctrine_consanguinity_unrestricted - - #Crimes - doctrine = doctrine_homosexuality_accepted - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_kinslaying_accepted - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_clerical_marriage_disallowed - doctrine = doctrine_clerical_succession_temporal_appointment - - #Tenets - doctrine = tenet_natural_primitivism - doctrine = tenet_sanctity_of_nature - doctrine = tenet_communal_identity - - #Coronation tradition - doctrine = doctrine_no_anointment - } - - insular_celtic = { - color = { 0.5 0.5 0.3 } - icon = insular_celtic - graphical_faith = "catholic_gfx" - religious_head = k_papal_state - - holy_site = jerusalem - holy_site = rome - holy_site = kent #Though Lindisfarne was certainly more important to them, Armagh & Iona already cover the northern & western British Isles, and Canterbury is symbolic of Rome's control over the Isles as a whole. - holy_site = armagh - holy_site = iona - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Main Group - doctrine = doctrine_pluralism_pluralistic #Mostly to keep them from forcing Catholics out of Britain. - - #Marriage - doctrine = doctrine_divorce_approval - - #Crimes - doctrine = doctrine_kinslaying_any_dynasty_member_crime #A dramatic crime under medieval Irish law. - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - doctrine = doctrine_clerical_succession_spiritual_fixed_appointment - doctrine = doctrine_clerical_marriage_allowed - - #Tenets - doctrine = tenet_vows_of_poverty - doctrine = tenet_rite - doctrine = tenet_monasticism - doctrine = doctrine_funeral_bewailment # Keening - - #Coronation tradition - doctrine = doctrine_anointment_permitted - - - holy_order_names = { - { name = "holy_order_order_of_saint_patrick" coat_of_arms = "ho_order_of_saint_patrick" } - } - - localization = { - #FertilityGod - FertilityGodName = insular_celtic_fertility_god_name - FertilityGodNamePossessive = insular_celtic_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = insular_celtic_wealth_god_name - WealthGodNamePossessive = insular_celtic_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = insular_celtic_household_god_name - HouseholdGodNamePossessive = insular_celtic_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #FateGod - FateGodName = insular_celtic_fate_god_name - FateGodNamePossessive = insular_celtic_fate_god_name_possessive - FateGodSheHe = CHARACTER_SHEHE_HE - FateGodHerHis = CHARACTER_HERHIS_HIS - FateGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = insular_celtic_knowledge_god_name - KnowledgeGodNamePossessive = insular_celtic_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = insular_celtic_war_god_name - WarGodNamePossessive = insular_celtic_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #TricksterGod - TricksterGodName = insular_celtic_trickster_god_name - TricksterGodNamePossessive = insular_celtic_trickster_god_name_possessive - TricksterGodSheHe = CHARACTER_SHEHE_HE - TricksterGodHerHis = CHARACTER_HERHIS_HIS - TricksterGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = insular_celtic_water_god_name - WaterGodNamePossessive = insular_celtic_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - #Irish abbey preeminence. - HouseOfWorship = insular_celtic_house_of_worship - HouseOfWorship2 = insular_celtic_house_of_worship_2 - HouseOfWorship3 = insular_celtic_house_of_worship_3 - HouseOfWorshipPlural = insular_celtic_house_of_worship_plural - PriestMale = insular_celtic_priest_male - PriestMalePlural = insular_celtic_priest_plural_male - PriestFemale = insular_celtic_priest_female - PriestFemalePlural = insular_celtic_priest_plural_female - PriestNeuter = insular_celtic_priest_male - PriestNeuterPlural = insular_celtic_priest_plural_male - BishopMale = insular_celtic_bishop_male - BishopMalePlural = insular_celtic_bishop_plural_male - BishopFemale = insular_celtic_bishop_female - BishopFemalePlural = insular_celtic_bishop_plural_female - BishopNeuter = insular_celtic_bishop_male - BishopNeuterPlural = insular_celtic_bishop_plural_male - ReligiousHeadName = insular_celtic_religious_head_title - ReligiousHeadTitleName = insular_celtic_religious_head_title_name - } - } - - bosnian_church = { - color = { 153 117 134 } - icon = bosnian_church - graphical_faith = "catholic_gfx" - - holy_site = jerusalem - holy_site = rome - holy_site = visoki - holy_site = ragusa - holy_site = esztergom - - #Special Tolerance - #It should be noted that the Krstjani were never *really* ecumenical. Just isolated rural Christians, mostly forgotten by both the Orthodox and Catholic churches. When they started to become relevant, passive tolerance of them faded into persecution rather quickly. - #This is reflected in-game by a decision that allows them to be accused of heresy by other ecumenical Christians if they ever become more than just a backwater curiosity. If successful, their "ecumenism" is stripped. - doctrine = special_doctrine_ecumenical_christian - - #Main Group - doctrine = doctrine_no_head - doctrine = doctrine_pluralism_pluralistic - - #Crimes - #Generally quite bad at enforcing religious dictats from Rome: many things are shunned, few things are criminal. - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_adultery_men_shunned - doctrine = doctrine_adultery_women_shunned - doctrine = doctrine_kinslaying_shunned - doctrine = doctrine_deviancy_shunned - doctrine = doctrine_witchcraft_shunned #Mostly for being rural and having an unfortunate habit of taking in travelling heretics. - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - - #Tenets - doctrine = tenet_mendicant_preachers - doctrine = tenet_pastoral_isolation - doctrine = tenet_monasticism - - #Coronation tradition - doctrine = doctrine_no_anointment - - localization = { - #Represents the peculiar Bosnian ecclesiastic setup as best as possible. - HouseOfWorship = bosnian_house_of_worship - HouseOfWorship2 = bosnian_house_of_worship_2 - HouseOfWorship3 = bosnian_house_of_worship_3 - HouseOfWorshipPlural = bosnian_house_of_worship_plural - ReligiousHeadName = bosnian_religious_head_title - ReligiousHeadTitleName = bosnian_religious_head_title_name - DevoteeMale = bosnian_devotee_male - DevoteeMalePlural = bosnian_devotee_male_plural - DevoteeFemale = bosnian_devotee_female - DevoteeFemalePlural = bosnian_devotee_female_plural - DevoteeNeuter = bosnian_devotee_neuter - DevoteeNeuterPlural = bosnian_devotee_neuter_plural - PriestMale = bosnian_priest_male - PriestMalePlural = bosnian_priest_male_plural - PriestFemale = bosnian_priest_female - PriestFemalePlural = bosnian_priest_female_plural - PriestNeuter = bosnian_priest_neuter - PriestNeuterPlural = bosnian_priest_neuter_plural - AltPriestTermPlural = bosnian_priest_alternate_plural - BishopMale = bosnian_bishop_male - BishopMalePlural = bosnian_bishop_male_plural - BishopFemale = bosnian_bishop_female - BishopFemalePlural = bosnian_bishop_female_plural - BishopNeuter = bosnian_bishop_neuter - BishopNeuterPlural = bosnian_bishop_neuterplural - } - } - - mozarabic_church = { - color = { 124 255 142 } - icon = fp2_mozarabic - graphical_faith = "catholic_gfx" - religious_head = k_papal_state - - holy_site = jerusalem - holy_site = rome - holy_site = santiago - holy_site = toledo_mozarabic - holy_site = cordoba - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Main Group - doctrine = doctrine_pluralism_pluralistic - - #Crimes - # More used to Andalusian-Muwalladi norms than some Catholic ones. - doctrine = doctrine_homosexuality_accepted - doctrine = doctrine_deviancy_shunned - - #Clerical Functions - doctrine = doctrine_clerical_function_alms_and_pacification - - #Tenets - doctrine = tenet_adaptive - doctrine = tenet_communion - doctrine = tenet_rite - - #Coronation tradition - doctrine = doctrine_anointment_permitted - } - - adoptionist = { - color = { 255 51 51 } - icon = fp2_adoptionist - graphical_faith = "catholic_gfx" - - holy_site = lyon - holy_site = rome - holy_site = santiago - holy_site = toledo_mozarabic - holy_site = carthage_adoptionist - - #Main Group - doctrine = doctrine_pluralism_fundamentalist - - #Tenets - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_communion - doctrine = tenet_literalism - - localization = { - # Since the Elipandic school wouldn't want their own papacy, we restrict Adoptionists to an arch-bishop. - ReligiousHeadName = adoptionist_religious_head_title - ReligiousHeadTitleName = adoptionist_religious_head_title_name - } - } - } -} diff --git a/common/schemes/scheme_types/learn_language_scheme.txt b/common/schemes/scheme_types/learn_language_scheme.txt index beff07b4..7f79b721 100644 --- a/common/schemes/scheme_types/learn_language_scheme.txt +++ b/common/schemes/scheme_types/learn_language_scheme.txt @@ -65,6 +65,9 @@ } valid = { is_incapable = no + NOT = { + has_character_modifier = partially_mute_modifier + } NOT = { knows_language_of_culture = scope:target.culture } diff --git a/common/script_values/00_culture_values.txt b/common/script_values/00_culture_values.txt index d47c5746..9d51979d 100644 --- a/common/script_values/00_culture_values.txt +++ b/common/script_values/00_culture_values.txt @@ -665,6 +665,12 @@ court_language_ai_score = { min = 1 } + #Increase from number of other courts using the Language (1.5 per court). + add = { + value = scope:courts_with_language + multiply = 1.5 + } + #Adjust for Court Grandeur. #World religions primarily cares about other courts that share their faith. add = { @@ -732,6 +738,15 @@ court_language_ai_score = { } #Add nothing } + else_if = { # Immaterial harmony wants immaterial harmony languages + limit = { + faith = { has_doctrine = special_doctrine_immaterial_harmony } + NOT = { + scope:target.faith = { has_doctrine = special_doctrine_immaterial_harmony } + } + } + #Add nothing + } else_if = { #Eastern religion matching vs non Eastern religion - CGV Ignored limit = { OR = { @@ -750,13 +765,27 @@ court_language_ai_score = { else = { #Everyone else just cares about the Grandeur directly add = scope:target.court_grandeur_current } - } - - - #Increase from number of other courts using the Language (1.5 per court). - add = { - value = scope:courts_with_language - multiply = 1.5 + if = { # Only care about checking rulers who speak the language that their court speaks + limit = { + scope:target = { + NOT = { + knows_court_language_of = scope:target + } + } + } + multiply = 0 + } + else_if = { # Reduce if the target does not have the court language of their own culture + limit = { + scope:target = { + is_ai = yes + NOT = { + has_court_language_of_culture = scope:target.culture + } + } + } + multiply = 0.5 + } } #Arbitrary Geographical Bias - if our courts are not in the same region the score is divided by 2. diff --git a/common/script_values/00_men_at_arms_values.txt b/common/script_values/00_men_at_arms_values.txt index 00782379..424e0e3f 100644 --- a/common/script_values/00_men_at_arms_values.txt +++ b/common/script_values/00_men_at_arms_values.txt @@ -386,6 +386,10 @@ guanch_vaulter_recruitment_cost = @[skirmisher_recruitment_cost * 1.2] guanch_vaulter_low_maint_cost = @[skirmisher_low_maint_cost * 1.2] guanch_vaulter_high_maint_cost = @[skirmisher_high_maint_cost * 1.2] +teulu_recruitment_cost = @[light_cavalry_recruitment_cost * 1.2] +teulu_low_maint_cost = @[light_cavalry_low_maint_cost * 1.2] +teulu_high_maint_cost = @[light_cavalry_high_maint_cost * 1.2] + ###Accolade MaA accolade_skirmisher_recruitment_cost = @[skirmisher_recruitment_cost * 2] diff --git a/common/script_values/02_religion_values.txt b/common/script_values/02_religion_values.txt index 67a80bfe..a36c301b 100644 --- a/common/script_values/02_religion_values.txt +++ b/common/script_values/02_religion_values.txt @@ -3329,11 +3329,11 @@ holy_war_defensive_join_value = { # Root = faith faith_conversion_fervor_mult = { - value = define:NReligion|MAX_FERVOR + value = define:NFaith|MAX_FERVOR subtract = fervor - multiply = define:NReligion|FAITH_CREATION_FERVOR_DISCOUNT_PER_MISSING_FERVOR - max = define:NReligion|FAITH_CREATION_FERVOR_DISCOUNT_MAX - divide = define:NReligion|MAX_FERVOR + multiply = define:NFaith|FAITH_CREATION_FERVOR_DISCOUNT_PER_MISSING_FERVOR + max = define:NFaith|FAITH_CREATION_FERVOR_DISCOUNT_MAX + divide = define:NFaith|MAX_FERVOR } # Modify (multiply) the doctrine cost when creating a faith. diff --git a/common/script_values/04_ep2_wedding_values.txt b/common/script_values/04_ep2_wedding_values.txt index 74081f05..fd9c5200 100644 --- a/common/script_values/04_ep2_wedding_values.txt +++ b/common/script_values/04_ep2_wedding_values.txt @@ -816,7 +816,7 @@ if = { limit = { - scope:actor = { + scope:actor ?= { has_variable = severed_head_vassalization var:severed_head_vassalization = { this = scope:impress_check diff --git a/common/script_values/07_ep3_values.txt b/common/script_values/07_ep3_values.txt index d9bb9f3e..6e44c95f 100644 --- a/common/script_values/07_ep3_values.txt +++ b/common/script_values/07_ep3_values.txt @@ -1047,7 +1047,7 @@ ep3_hire_laamp_mercs_payment_value = { min = scope:employer.medium_gold_value if = { limit = { - scope:laamp_temp.domicile ?= { has_domicile_parameter = camp_improved_mercenary_contract_rewards } + domicile ?= { has_domicile_parameter = camp_improved_mercenary_contract_rewards } } multiply = camp_improved_mercenary_contract_rewards_value } @@ -1062,10 +1062,14 @@ ep3_hire_laamp_mercs_payment_value = { } if = { limit = { - scope:laamp_temp ?= { has_perk = hard_rule_perk } + has_perk = hard_rule_perk } multiply = adventurer_hard_rule_contract_rewards_value } + if = { + limit = { exists = var:aggregate_war_contribution_value } + add = var:aggregate_war_contribution_value + } max = { value = scope:employer.yearly_character_income if = { @@ -1421,514 +1425,7 @@ governor_efficiency = { } divide = 100 } - if = { - limit = { - OR = { - AND = { - realm_size >= 65 - realm_size < 75 - } - liege ?= { - realm_size >= 65 - realm_size < 75 - } - } - } - add = { - add = { - value = -5 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - OR = { - AND = { - realm_size >= 75 - realm_size < 85 - } - liege ?= { - realm_size >= 75 - realm_size < 85 - } - } - } - add = { - add = { - value = -10 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 85 - realm_size < 95 - } - liege ?= { - realm_size >= 85 - realm_size < 95 - } - } - } - add = { - add = { - value = -15 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 95 - realm_size < 105 - } - liege ?= { - realm_size >= 95 - realm_size < 105 - } - } - } - add = { - add = { - value = -20 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 105 - realm_size < 115 - } - liege ?= { - realm_size >= 105 - realm_size < 115 - } - } - } - add = { - add = { - value = -25 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 115 - realm_size < 125 - } - liege ?= { - realm_size >= 115 - realm_size < 125 - } - } - } - add = { - add = { - value = -30 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 125 - realm_size < 135 - } - liege ?= { - realm_size >= 125 - realm_size < 135 - } - } - } - add = { - add = { - value = -35 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 135 - realm_size < 145 - } - liege ?= { - realm_size >= 135 - realm_size < 145 - } - } - } - add = { - add = { - value = -40 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 145 - realm_size < 155 - } - liege ?= { - realm_size >= 145 - realm_size < 155 - } - } - } - add = { - add = { - value = -45 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 155 - realm_size < 165 - } - liege ?= { - realm_size >= 155 - realm_size < 165 - } - } - } - add = { - add = { - value = -50 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 175 - realm_size < 185 - } - liege ?= { - realm_size >= 175 - realm_size < 185 - } - } - } - add = { - add = { - value = -55 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 185 - realm_size < 195 - } - liege ?= { - realm_size >= 185 - realm_size < 195 - } - } - } - add = { - add = { - value = -60 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 195 - realm_size < 205 - } - liege ?= { - realm_size >= 195 - realm_size < 205 - } - } - } - add = { - add = { - value = -65 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 205 - realm_size < 215 - } - liege ?= { - realm_size >= 205 - realm_size < 215 - } - } - } - add = { - add = { - value = -70 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 215 - realm_size < 225 - } - liege ?= { - realm_size >= 215 - realm_size < 225 - } - } - } - add = { - add = { - value = -75 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 225 - realm_size < 235 - } - liege ?= { - realm_size >= 225 - realm_size < 235 - } - } - } - add = { - add = { - value = -80 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 235 - realm_size < 245 - } - liege ?= { - realm_size >= 235 - realm_size < 245 - } - } - } - add = { - add = { - value = -85 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - OR = { - AND = { - realm_size >= 245 - realm_size < 255 - - } - liege ?= { - realm_size >= 245 - realm_size < 255 - - } - } - } - add = { - add = { - value = -90 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 255 - realm_size < 265 - } - liege ?= { - realm_size >= 255 - realm_size < 265 - } - } - } - add = { - add = { - value = -95 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - OR = { - AND = { - realm_size >= 265 - realm_size < 275 - - } - liege ?= { - realm_size >= 265 - realm_size < 275 - - } - } - } - add = { - add = { - value = -100 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - OR = { - AND = { - realm_size >= 275 - realm_size < 285 - - } - liege ?= { - realm_size >= 275 - realm_size < 285 - - } - } - } - add = { - add = { - value = -105 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 285 - realm_size < 295 - } - liege ?= { - realm_size >= 285 - realm_size < 295 - } - } - } - add = { - add = { - value = -110 - desc = game_concept_realm_size - } - divide = 100 - } - } - else_if = { - limit = { - - OR = { - AND = { - realm_size >= 300 - } - liege ?= { - realm_size >= 300 - } - } - } - add = { - add = { - value = -115 - desc = game_concept_realm_size - } - divide = 100 - } - } - else = { - } # Rank 4 or 5 education trait if = { limit = { @@ -2042,7 +1539,7 @@ governor_efficiency = { # Aspirations if = { limit = { # Service - house ?= { has_house_power_parameter = service_house_governor_efficiency_bonus } + house ?= { has_house_aspiration_parameter = service_house_governor_efficiency_bonus } } add = { add = { @@ -2055,7 +1552,7 @@ governor_efficiency = { } if = { limit = { # Governance - house ?= { has_house_power_parameter = governance_improved_governor_efficiency_bonus } + house ?= { has_house_aspiration_parameter = governance_improved_governor_efficiency_bonus } } add = { add = { @@ -2540,10 +2037,8 @@ governor_efficiency = { } if = { # The Forbidden City special building bonus limit = { - top_liege ?= { - capital_province = { - has_building_or_higher = forbidden_city_01 - } + top_liege.capital_province ?= { + has_building_or_higher = forbidden_city_01 } } add = { @@ -2900,20 +2395,38 @@ estate_local_theme_cost_reduction_value = -0.25 estate_court_tutor_cost_reduction_low_value = 0.25 estate_court_tutor_cost_reduction_value = 0.5 estate_court_tutor_cost_reduction_high_value = 0.75 -estate_increased_tutor_aptitude_value = 20 +estate_increased_tutor_aptitude_1_value = 5 +estate_increased_tutor_aptitude_2_value = 10 +estate_increased_tutor_aptitude_3_value = 15 +estate_increased_tutor_aptitude_4_value = 20 +estate_increased_tutor_aptitude_5_value = 25 +estate_increased_tutor_aptitude_6_value = 30 +domicile_increased_wet_nurse_aptitude_1_value = 5 +domicile_increased_wet_nurse_aptitude_2_value = 10 +domicile_increased_wet_nurse_aptitude_3_value = 15 +domicile_increased_wet_nurse_aptitude_4_value = 20 +domicile_increased_wet_nurse_aptitude_5_value = 25 +domicile_increased_wet_nurse_aptitude_6_value = 30 estate_increase_charioteer_aptitude_value = 20 estate_improved_wine_cellar_1_value = 0.1 estate_improved_wine_cellar_2_value = 0.25 estate_improved_wine_cellar_3_value = 0.5 estate_increase_bodyguard_aptitude_1_value = 5 -estate_increase_bodyguard_aptitude_2_value = 15 +estate_increase_bodyguard_aptitude_2_value = 10 +estate_increase_bodyguard_aptitude_3_value = 15 +estate_increase_bodyguard_aptitude_4_value = 20 +estate_increase_bodyguard_aptitude_5_value = 25 +estate_increase_bodyguard_aptitude_6_value = 30 estate_cheaper_feast_cost_value = 0.2 estate_reduce_council_position_cost_value = 0.2 estate_reduce_commission_artifact_cost_value = 0.5 estate_increase_antiquarian_aptitude_value = 20 -estate_increase_physician_aptitude_value = 10 -estate_increase_physician_aptitude_2_value = 15 -estate_increase_physician_aptitude_3_value = 20 +estate_increase_physician_aptitude_1_value = 5 +estate_increase_physician_aptitude_2_value = 10 +estate_increase_physician_aptitude_3_value = 15 +estate_increase_physician_aptitude_4_value = 20 +estate_increase_physician_aptitude_5_value = 25 +estate_increase_physician_aptitude_6_value = 30 estate_increase_master_of_hunt_aptitude_value = 20 estate_increase_master_of_horse_aptitude_value = 20 estate_cheaper_hunt_cost_value = 0.2 @@ -4643,6 +4156,38 @@ appointment_investment_cap = { limit = { has_domicile_building = reception_hall_05 } add = 40 } + if = { + limit = { has_domicile_building = east_asian_estate_main_02 } + add = 10 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_main_03 } + add = 20 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_main_04 } + add = 30 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_main_05 } + add = 40 + } + if = { + limit = { has_domicile_building = east_asian_estate_reception_hall_02 } + add = 10 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_reception_hall_03 } + add = 20 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_reception_hall_04 } + add = 30 + } + else_if = { + limit = { has_domicile_building = east_asian_estate_reception_hall_05 } + add = 40 + } if = { limit = { has_domicile_building = japanese_manor_office_01 } add = 5 @@ -4676,15 +4221,15 @@ appointment_investment_cap = { add = { value = 0 if = { - limit = { has_house_power_parameter = increased_investment_cap_bonus_3 } + limit = { has_house_aspiration_parameter = increased_investment_cap_bonus_3 } add = increased_investment_cap_bonus_3_value } else_if = { - limit = { has_house_power_parameter = increased_investment_cap_bonus_2 } + limit = { has_house_aspiration_parameter = increased_investment_cap_bonus_2 } add = increased_investment_cap_bonus_2_value } else_if = { - limit = { has_house_power_parameter = increased_investment_cap_bonus_1 } + limit = { has_house_aspiration_parameter = increased_investment_cap_bonus_1 } add = increased_investment_cap_bonus_1_value } desc = political_meddlers_attribute_name_desc @@ -6744,13 +6289,6 @@ laamp_city_construction_year_value = { add = 100 } -estate_increase_tutor_aptitude_value_1 = 5 -estate_increase_tutor_aptitude_value_2 = 10 -estate_increase_tutor_aptitude_value_3 = 15 -estate_increase_tutor_aptitude_value_4 = 20 -estate_increase_tutor_aptitude_value_5 = 25 -estate_increase_tutor_aptitude_value_6 = 30 - force_step_down_interaction_gold_cost_value = { value = 0 scope:recipient = { @@ -6831,15 +6369,15 @@ building_construction_dynasty_prestige_gain_value = { value = 0 scope:character.house ?= { if = { - limit = { has_house_power_parameter = gain_dynasty_prestige_on_building_construction_3 } + limit = { has_house_aspiration_parameter = gain_dynasty_prestige_on_building_construction_3 } add = gain_dynasty_prestige_on_building_construction_3_value } else_if = { - limit = { has_house_power_parameter = gain_dynasty_prestige_on_building_construction_2 } + limit = { has_house_aspiration_parameter = gain_dynasty_prestige_on_building_construction_2 } add = gain_dynasty_prestige_on_building_construction_2_value } else_if = { - limit = { has_house_power_parameter = gain_dynasty_prestige_on_building_construction_1 } + limit = { has_house_aspiration_parameter = gain_dynasty_prestige_on_building_construction_1 } add = gain_dynasty_prestige_on_building_construction_1_value } } @@ -6855,20 +6393,25 @@ swing_scales_cost_reduction_3_value = -0.2 swing_scales_cost_multipler_value = { value = 1 - house ?= { - if = { - limit = { has_house_power_parameter = respected_despots } + if = { + limit = { + exists = house + } + house = { if = { - limit = { has_house_power_parameter = swing_scales_cost_reduction_3 } - add = swing_scales_cost_reduction_3_value - } - else_if = { - limit = { has_house_power_parameter = swing_scales_cost_reduction_2 } - add = swing_scales_cost_reduction_2_value - } - else_if = { - limit = { has_house_power_parameter = swing_scales_cost_reduction_1 } - add = swing_scales_cost_reduction_1_value + limit = { has_house_aspiration_parameter = respected_despots } + if = { + limit = { has_house_aspiration_parameter = swing_scales_cost_reduction_3 } + add = swing_scales_cost_reduction_3_value + } + else_if = { + limit = { has_house_aspiration_parameter = swing_scales_cost_reduction_2 } + add = swing_scales_cost_reduction_2_value + } + else_if = { + limit = { has_house_aspiration_parameter = swing_scales_cost_reduction_1 } + add = swing_scales_cost_reduction_1_value + } } } } diff --git a/common/scripted_character_templates/00_court_character_templates.txt b/common/scripted_character_templates/00_court_character_templates.txt index b7757936..e3942ede 100644 --- a/common/scripted_character_templates/00_court_character_templates.txt +++ b/common/scripted_character_templates/00_court_character_templates.txt @@ -1,5 +1,6 @@ bleeding_diplomat_character = { age = { 18 60 } + dynasty = none gender = male random_traits_list = { count = 2 @@ -26,6 +27,7 @@ preaching_tour_priest_character = { age = { 50 80 } + dynasty = none gender_female_chance = root_faith_clergy_gender_female_chance random_traits_list = { count = 2 @@ -55,6 +57,7 @@ preaching_tour_priest_character = { bernard_of_clairvaux_character = { name = Bernard_of_Clairvaux age = { 20 63 } + dynasty = none gender = male trait = saint trait = ambitious @@ -66,6 +69,7 @@ bernard_of_clairvaux_character = { head_chasing_monk_character = { age = { 20 30 } + dynasty = none gender_female_chance = root_faith_clergy_gender_female_chance faith = root.faith culture = root.culture @@ -80,6 +84,7 @@ head_chasing_monk_character = { fake_artifact_peddler_character = { age = { 20 80 } + dynasty = none trait = greedy trait = education_intrigue_2 random_traits = yes @@ -87,6 +92,7 @@ fake_artifact_peddler_character = { adoring_fan_character = { age = { 20 80 } + dynasty = none gender_female_chance = root_faith_clergy_gender_female_chance trait = trusting trait = education_martial_3 @@ -95,6 +101,7 @@ adoring_fan_character = { trepanner_character = { age = { 20 40 } + dynasty = none gender_female_chance = root_faith_clergy_gender_female_chance trait = lifestyle_physician diff --git a/common/scripted_character_templates/00_court_position_templates.txt b/common/scripted_character_templates/00_court_position_templates.txt index 080a4798..68b42e2a 100644 --- a/common/scripted_character_templates/00_court_position_templates.txt +++ b/common/scripted_character_templates/00_court_position_templates.txt @@ -1,6 +1,7 @@  scribe_travel_option_character = { age = { 25 30 } + dynasty = none gender_female_chance = 50 trait = devoted diff --git a/common/scripted_character_templates/00_fund_inspiration_character_templates.txt b/common/scripted_character_templates/00_fund_inspiration_character_templates.txt index f7acb5d7..2dcf3a2f 100644 --- a/common/scripted_character_templates/00_fund_inspiration_character_templates.txt +++ b/common/scripted_character_templates/00_fund_inspiration_character_templates.txt @@ -1,5 +1,6 @@ adventurer_pregnant_lover_character = { age = { 18 40 } + dynasty = none gender = female random_traits_list = { count = 2 @@ -24,6 +25,7 @@ adventurer_female_lover_character = { age = { 18 40 } + dynasty = none gender = female random_traits = yes trait = beauty_good_3 @@ -31,6 +33,7 @@ adventurer_female_lover_character = { adventurer_male_lover_character = { age = { 18 40 } + dynasty = none gender = male random_traits = yes trait = beauty_good_3 diff --git a/common/scripted_character_templates/00_hold_court_character_templates.txt b/common/scripted_character_templates/00_hold_court_character_templates.txt index 6b4d1639..dca708a7 100644 --- a/common/scripted_character_templates/00_hold_court_character_templates.txt +++ b/common/scripted_character_templates/00_hold_court_character_templates.txt @@ -1,6 +1,7 @@  demanding_poet_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = education_learning_2 @@ -19,6 +20,7 @@ demanding_poet_character = { demanding_poet_lover_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -37,6 +39,7 @@ demanding_poet_lover_character = { demanding_poet_diplomacy_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -68,6 +71,7 @@ demanding_poet_diplomacy_character = { demanding_poet_stewardship_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -87,6 +91,7 @@ demanding_poet_stewardship_character = { demanding_poet_martial_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -118,6 +123,7 @@ demanding_poet_martial_character = { demanding_poet_intrigue_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -136,6 +142,7 @@ demanding_poet_intrigue_character = { } demanding_poet_learning_character = { age = { 20 30 } + dynasty = none faith = root.faith culture = root.culture trait = beauty_good_2 @@ -155,6 +162,7 @@ demanding_poet_learning_character = { suspicious_genealogist_character = { age = { 70 80 } + dynasty = none faith = root.faith culture = root.culture trait = education_intrigue_2 @@ -169,6 +177,7 @@ suspicious_genealogist_character = { alluring_suitor_character = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 beauty_good_2 = {} diff --git a/common/scripted_character_templates/00_knight_templates.txt b/common/scripted_character_templates/00_knight_templates.txt index 4203d8dc..39d8b508 100644 --- a/common/scripted_character_templates/00_knight_templates.txt +++ b/common/scripted_character_templates/00_knight_templates.txt @@ -1,5 +1,6 @@ knight_errant_character = { age = { 18 32 } + dynasty = none random_traits = no culture = root.location.culture faith = root.location.faith @@ -43,6 +44,7 @@ knight = { age = { 18 32 } + dynasty = none random_traits = yes culture = root.culture faith = root.faith @@ -86,6 +88,7 @@ knight = { wandering_knight_character = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} diff --git a/common/scripted_character_templates/00_mystic_templates.txt b/common/scripted_character_templates/00_mystic_templates.txt index 1628805a..67c7a066 100644 --- a/common/scripted_character_templates/00_mystic_templates.txt +++ b/common/scripted_character_templates/00_mystic_templates.txt @@ -1,5 +1,6 @@ default_mystic_character = { age = { 30 80 } + dynasty = none trait = lifestyle_mystic random_traits = yes faith = root.faith @@ -37,6 +38,7 @@ local_saint_template = { age = { 30 80 } faith = root.faith culture = root.culture + dynasty = none gender_female_chance = { if = { limit = { root.faith = { has_doctrine = doctrine_gender_male_dominated } } @@ -243,6 +245,7 @@ local_saint_template = { mendicant_mystic_character = { age = { 30 80 } + dynasty = none # Education random_traits_list = { count = 1 @@ -295,6 +298,7 @@ mendicant_mystic_character = { wise_woman_character = { age = { 30 80 } + dynasty = none #Education random_traits_list = { count = 1 @@ -425,6 +429,7 @@ stylite_saint_character = { ancient_forest_traveler_character = { age = { 60 90 } + dynasty = none # Education random_traits_list = { count = 1 diff --git a/common/scripted_character_templates/00_officials_templates.txt b/common/scripted_character_templates/00_officials_templates.txt index c3cc2f6e..7e44281a 100644 --- a/common/scripted_character_templates/00_officials_templates.txt +++ b/common/scripted_character_templates/00_officials_templates.txt @@ -1,6 +1,7 @@  tax_collector_character = { age = { 30 65 } + dynasty = none gender_female_chance = root_faith_dominant_gender_female_chance random_traits = yes culture = scope:county.culture @@ -173,6 +174,7 @@ administrator_character = { estate_owner_character = { age = { 20 40 } + dynasty = none trait = deceitful random_traits_list = { count = 1 @@ -203,6 +205,7 @@ estate_owner_character = { herald_character = { age = { 30 50 } + dynasty = none faith = root.faith culture = root.culture gender_female_chance = root_faith_dominant_gender_female_chance diff --git a/common/scripted_character_templates/00_peasant_leader_templates.txt b/common/scripted_character_templates/00_peasant_leader_templates.txt index 1a5fc97b..31eed9e1 100644 --- a/common/scripted_character_templates/00_peasant_leader_templates.txt +++ b/common/scripted_character_templates/00_peasant_leader_templates.txt @@ -1,5 +1,6 @@ peasant_leader_stewardship_character = { age = { 20 40 } + dynasty = none random_traits = yes culture = scope:project_county.culture faith = scope:project_county.faith @@ -25,6 +26,7 @@ peasant_leader_martial_character = { age = { 20 40 } + dynasty = none random_traits = yes culture = scope:project_county.culture faith = scope:project_county.faith diff --git a/common/scripted_character_templates/00_physician_character_template.txt b/common/scripted_character_templates/00_physician_character_template.txt index 35265317..92aa147e 100644 --- a/common/scripted_character_templates/00_physician_character_template.txt +++ b/common/scripted_character_templates/00_physician_character_template.txt @@ -1,5 +1,6 @@ physician_low_character_template = { age = { 18 50 } + dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 @@ -32,6 +33,7 @@ physician_high_character_template = { age = { 24 50 } + dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 @@ -65,6 +67,7 @@ physician_high_character_template = { physician_excellent_character_template = { age = { 30 60 } + dynasty = none faith = root.faith culture = root.culture gender_female_chance = 50 diff --git a/common/scripted_character_templates/00_pool_repopulation_character_templates.txt b/common/scripted_character_templates/00_pool_repopulation_character_templates.txt index 8e18e62d..0927081a 100644 --- a/common/scripted_character_templates/00_pool_repopulation_character_templates.txt +++ b/common/scripted_character_templates/00_pool_repopulation_character_templates.txt @@ -1186,7 +1186,6 @@ pool_repopulate_local_flavor = { lifestyle_hunter = {} } dynasty = none - after_creation = { random_list = { @@ -1534,7 +1533,7 @@ pool_repopulate_local_flavor = { 450 = { trigger = { NOT = { - trait_is_criminal_in_faith_trigger = { TRAIT = witch FAITH = this.faith GENDER_CHARACTER = this } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:witch FAITH = this.faith GENDER_CHARACTER = this } } } add_trait = witch diff --git a/common/scripted_character_templates/00_priest_character_template.txt b/common/scripted_character_templates/00_priest_character_template.txt index adffb096..68fdf709 100644 --- a/common/scripted_character_templates/00_priest_character_template.txt +++ b/common/scripted_character_templates/00_priest_character_template.txt @@ -1,5 +1,6 @@ priest_character_template = { age = { 30 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -25,6 +26,7 @@ simple_priest_character_template = { age = { 30 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -46,6 +48,7 @@ simple_priest_character_template = { virtuous_priest_character_template = { age = { 30 60 } + dynasty = none random_traits_list = { count = 1 education_learning_3 = {} @@ -1088,6 +1091,7 @@ location_pilgrim_template = { tournament_priest_character_template = { age = { 30 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} diff --git a/common/scripted_character_templates/00_saharan_nomad_template.txt b/common/scripted_character_templates/00_saharan_nomad_template.txt index 30c16ca4..ce83bd5f 100644 --- a/common/scripted_character_templates/00_saharan_nomad_template.txt +++ b/common/scripted_character_templates/00_saharan_nomad_template.txt @@ -1,6 +1,7 @@ #Clan leader saharan_clan_leader_character = { age = { 30 50 } + dynasty = none #Education random_traits_list = { count = 1 diff --git a/common/scripted_character_templates/00_scholar_template.txt b/common/scripted_character_templates/00_scholar_template.txt index 86883bd5..f690b151 100644 --- a/common/scripted_character_templates/00_scholar_template.txt +++ b/common/scripted_character_templates/00_scholar_template.txt @@ -2,6 +2,7 @@ # Root scholars scholar_character = { age = { 35 50 } + dynasty = none random_traits_list = { count = 1 education_learning_3 = {} @@ -29,6 +30,7 @@ scholar_character = { writer_character = { age = { 25 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -59,6 +61,7 @@ writer_character = { # Capital county-based scholars capital_scholar_character = { age = { 35 50 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -77,6 +80,7 @@ capital_scholar_character = { capital_writer_character = { age = { 25 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} diff --git a/common/scripted_character_templates/00_scripted_character_templates.txt b/common/scripted_character_templates/00_scripted_character_templates.txt index 5b31b0f9..65e457fe 100644 --- a/common/scripted_character_templates/00_scripted_character_templates.txt +++ b/common/scripted_character_templates/00_scripted_character_templates.txt @@ -1,5 +1,6 @@ frankish_knight_character = { age = { 20 40 } + dynasty = none random_traits = yes culture = culture:frankish faith = faith:catholic diff --git a/common/scripted_character_templates/00_soldier_character_templates.txt b/common/scripted_character_templates/00_soldier_character_templates.txt index b0da6d40..faac0223 100644 --- a/common/scripted_character_templates/00_soldier_character_templates.txt +++ b/common/scripted_character_templates/00_soldier_character_templates.txt @@ -1,6 +1,7 @@  soldier_friend_character = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -59,6 +60,7 @@ soldier_friend_character = { new_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -129,6 +131,7 @@ new_commander_character = { new_warrior_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -245,6 +248,7 @@ new_warrior_character = { new_siege_engineer = { age = { 30 45 } + dynasty = none random_traits_list = { count = 1 education_martial_4 = {} @@ -319,6 +323,7 @@ new_siege_engineer = { new_berserker_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_1 = {} @@ -396,6 +401,7 @@ new_berserker_character = { mercenary = { age = { 25 42 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -446,6 +452,7 @@ mercenary = { great_mercenary = { age = { 25 42 } + dynasty = none random_traits_list = { count = 1 @@ -504,6 +511,7 @@ great_mercenary = { retired_mercenary = { age = { 40 60 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -556,6 +564,7 @@ retired_mercenary = { new_raider_character = { age = { 40 60 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -592,6 +601,7 @@ new_raider_character = { honorable_soldier_character = { age = { 30 50 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -641,6 +651,7 @@ honorable_soldier_character = { old_knight_teacher = { age = { 55 60 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -687,6 +698,7 @@ old_knight_teacher = { wrestler_character = { age = { 25 42 } + dynasty = none trait = education_martial_1 diff --git a/common/scripted_character_templates/00_terrain_specialist_templates.txt b/common/scripted_character_templates/00_terrain_specialist_templates.txt index 4343e452..82052fb5 100644 --- a/common/scripted_character_templates/00_terrain_specialist_templates.txt +++ b/common/scripted_character_templates/00_terrain_specialist_templates.txt @@ -1,5 +1,6 @@ winter_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -56,6 +57,7 @@ forest_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -107,6 +109,7 @@ forest_commander_character = { mountain_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -149,6 +152,7 @@ mountain_commander_character = { desert_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -192,6 +196,7 @@ desert_commander_character = { hill_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -231,6 +236,7 @@ hill_commander_character = { jungle_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -282,6 +288,7 @@ jungle_commander_character = { open_commander_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -331,6 +338,7 @@ open_commander_character = { #Slightly different to the above; used in the Hereward story cycle wetlands_commander_character = { age = { 18 40 } + dynasty = none culture = root.culture faith = root.faith gender_female_chance = root_soldier_female_chance diff --git a/common/scripted_character_templates/01_bp1_filippa_character_templates.txt b/common/scripted_character_templates/01_bp1_filippa_character_templates.txt index 2e83714c..41da60fe 100644 --- a/common/scripted_character_templates/01_bp1_filippa_character_templates.txt +++ b/common/scripted_character_templates/01_bp1_filippa_character_templates.txt @@ -1,6 +1,7 @@  bp1_yearly_2021_martial_person_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -56,6 +57,7 @@ bp1_yearly_2021_martial_person_template = { bp1_yearly_2021_learning_witch_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 lifestyle_mystic = {} @@ -114,6 +116,7 @@ bp1_yearly_2021_learning_witch_template = { bp1_yearly_2021_learning_person_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 lifestyle_mystic = {} @@ -176,6 +179,7 @@ bp1_yearly_2021_learning_person_template = { bp1_yearly_2021_stewardship_person_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_stewardship_3 = {} @@ -212,6 +216,7 @@ bp1_yearly_2021_stewardship_person_template = { bp1_yearly_2021_diplomacy_person_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_diplomacy_3 = {} @@ -254,6 +259,7 @@ bp1_yearly_2021_diplomacy_person_template = { bp1_yearly_2021_intrigue_person_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_intrigue_3 = {} diff --git a/common/scripted_character_templates/01_ep1_character_templates.txt b/common/scripted_character_templates/01_ep1_character_templates.txt index 75d788ae..9fa8d72b 100644 --- a/common/scripted_character_templates/01_ep1_character_templates.txt +++ b/common/scripted_character_templates/01_ep1_character_templates.txt @@ -1,5 +1,6 @@ frontier_hero_template = { age = { 18 30 } + dynasty = none trait = education_martial_4 trait = brave random_traits_list = { @@ -225,7 +226,6 @@ inspired_template = { local_artisan_template = { age = { 20 40 } - dynasty = none faith = root.faith culture = root.culture dynasty = none @@ -995,6 +995,7 @@ local_dispute_template = { symposium_template = { # General age = { 55 65 } + dynasty = none faith = scope:symposium_ruler.faith culture = scope:symposium_ruler.culture gender_female_chance = root_faith_dominant_gender_adjusted_female_chance diff --git a/common/scripted_character_templates/01_fp1_character_templates.txt b/common/scripted_character_templates/01_fp1_character_templates.txt index b99ae32a..d9f631fc 100644 --- a/common/scripted_character_templates/01_fp1_character_templates.txt +++ b/common/scripted_character_templates/01_fp1_character_templates.txt @@ -250,6 +250,7 @@ fp1_ms_vagrant_character = { fp1_western_warrior_character = { #General age = { 30 60 } + dynasty = none faith = scope:scandinavian_county.faith culture = scope:scandinavian_county.culture #Education @@ -309,6 +310,7 @@ fp1_western_warrior_character = { fp1_eastern_warrior_character = { #General age = { 30 60 } + dynasty = none faith = scope:scandinavian_county.faith culture = scope:scandinavian_county.culture #Education @@ -371,6 +373,7 @@ fp1_eastern_warrior_character = { fp1_jomsviking_bigwig = { #General age = { 30 60 } + dynasty = none faith = faith:norse_pagan culture = culture:norse #Education @@ -441,6 +444,7 @@ fp1_jomsviking_bigwig = { fp1_jomsviking_retainer_martial = { #General age = { 25 45 } + dynasty = none faith = faith:norse_pagan culture = root.culture #Education @@ -499,6 +503,7 @@ fp1_jomsviking_retainer_martial = { fp1_jomsviking_retainer_prowess = { #General age = { 25 45 } + dynasty = none faith = faith:norse_pagan culture = root.culture #Education @@ -712,6 +717,7 @@ fp1_truthful_explorer_character = { fp1_islamic_explorer_character = { #General age = { 30 60 } + dynasty = none faith = scope:sponsoring_liege.faith culture = scope:sponsoring_liege.culture dynasty = generate @@ -1216,6 +1222,7 @@ fp1_trade_partner_warrior = { # Local Warlords old_country_local_warlord_template = { age = { 20 40 } + dynasty = none random_traits = yes culture = scope:current_county.title_province.culture faith = scope:current_county.title_province.faith diff --git a/common/scripted_character_templates/01_tgp_japan_character_templates.txt b/common/scripted_character_templates/01_tgp_japan_character_templates.txt index b1bf5743..c26a87f8 100644 --- a/common/scripted_character_templates/01_tgp_japan_character_templates.txt +++ b/common/scripted_character_templates/01_tgp_japan_character_templates.txt @@ -5,6 +5,7 @@ tgp_japan_yearly_events_pearl_diver_template = { age = { 18 70 } + dynasty = none #Force the character to always be brave and calm trait = brave trait = calm @@ -54,6 +55,7 @@ tgp_japan_yearly_events_pearl_diver_template = { tgp_japan_yearly_events_tengu_warrior_template = { age = { 35 70 } + dynasty = none gender_female_chance = root_soldier_female_chance trait = reclusive trait = lifestyle_blademaster diff --git a/common/scripted_character_templates/03_fp2_character_templates.txt b/common/scripted_character_templates/03_fp2_character_templates.txt index d57e6d17..6bb0fefe 100644 --- a/common/scripted_character_templates/03_fp2_character_templates.txt +++ b/common/scripted_character_templates/03_fp2_character_templates.txt @@ -7,6 +7,7 @@ # Super Scholar celebration_scholar_character = { age = { 35 50 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -52,6 +53,7 @@ celebration_scholar_character = { celebration_martial_character = { age = { 18 30 } + dynasty = none trait = brave random_traits_list = { count = 1 @@ -104,6 +106,7 @@ celebration_martial_character = { celebration_diplomat_character = { age = { 18 30 } + dynasty = none trait = brave random_traits_list = { count = 1 @@ -254,6 +257,7 @@ celebration_hunter_character = { celebration_priest_character = { age = { 30 60 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -482,6 +486,7 @@ celebration_artisan_character = { celebration_chessmaster_character = { age = { 35 50 } + dynasty = none random_traits_list = { count = { 0 1 } @@ -527,6 +532,7 @@ celebration_chessmaster_character = { spanish_jewish_merchant_character = { age = { 25 50 } + dynasty = none random_traits_list = { count = 1 @@ -562,6 +568,7 @@ spanish_jewish_merchant_character = { spanish_conversos_character = { age = { 25 50 } + dynasty = none random_traits = yes @@ -573,6 +580,7 @@ spanish_conversos_character = { toledan_night_character = { age = { 25 50 } + dynasty = none trait = sadistic random_traits_list = { count = 1 diff --git a/common/scripted_character_templates/04_ep2_accolade_character_templates.txt b/common/scripted_character_templates/04_ep2_accolade_character_templates.txt index b5fdeb37..c094a15f 100644 --- a/common/scripted_character_templates/04_ep2_accolade_character_templates.txt +++ b/common/scripted_character_templates/04_ep2_accolade_character_templates.txt @@ -1,9 +1,34 @@ # COMMON ATTRIBUTES accolade_marauder_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes - + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 sadistic = {} @@ -33,30 +58,31 @@ accolade_marauder_character = { vengeful = {} callous = {} greedy = {} - } - random_traits_list = { - education_intrigue_1 = { weight = { base = 35 } } - education_intrigue_2 = { weight = { base = 35 } } - education_intrigue_3 = { weight = { base = 20 } } - education_intrigue_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} - lifestyle_hunter = {} - giant = {} - torturer = {} - murderer = {} - strong = {} disloyal = {} } + # Bad traits for bad squires random_traits_list = { - count = { 0 1 } - tourney_participant = { } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + flagellant = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + torturer = {} + lifestyle_blademaster = {} + lifestyle_hunter = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_intrigue_education_from_squires_quality_effect = yes #berserker if = { limit = { @@ -70,7 +96,7 @@ accolade_marauder_character = { if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -166,13 +192,38 @@ accolade_marauder_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_idealist_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -202,27 +253,32 @@ accolade_idealist_character = { trusting = {} generous = {} } + # Bad traits for bad squires random_traits_list = { - education_diplomacy_1 = { weight = { base = 35 } } - education_diplomacy_2 = { weight = { base = 35 } } - education_diplomacy_3 = { weight = { base = 20 } } - education_diplomacy_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_hunter = {} - gallant = {} - diplomat = {} - loyal = {} + count = squire_quality_bad_traits + murderer = {} + disfigured = {} + drunkard = {} + rakish = {} + reclusive = {} improvident = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = { } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + gallant = {} + loyal = {} + diplomat = {} + lifestyle_hunter = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_diplomacy_education_from_squires_quality_effect = yes random = { chance = 5 @@ -319,13 +375,38 @@ accolade_idealist_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_charmer_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -356,29 +437,31 @@ accolade_charmer_character = { callous = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_intrigue_1 = { weight = { base = 35 } } - education_intrigue_2 = { weight = { base = 35 } } - education_intrigue_3 = { weight = { base = 20 } } - education_intrigue_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - gallant = {} - seducer = {} - fecund = {} - rakish = {} - lovers_pox = {} + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} deviant = {} - lifestyle_reveler = { } + lovers_pox = {} + rakish = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = { } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + seducer = {} + gallant = {} + lifestyle_reveler = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_intrigue_education_from_squires_quality_effect = yes random = { chance = 5 @@ -469,15 +552,38 @@ accolade_charmer_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } - - accolade_thug_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -509,33 +615,41 @@ accolade_thug_character = { callous = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_intrigue_1 = { weight = { base = 35 } } - education_intrigue_2 = { weight = { base = 35 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} - strong = {} - reaver = {} - giant = {} + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} dull = {} irritable = {} disloyal = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = { } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + reaver = {} + lifestyle_blademaster = {} + giant = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + random_list = { + 1 = { + assign_intrigue_education_from_squires_quality_effect = yes + } + 1 = { + assign_martial_education_from_squires_quality_effect = yes + } + } if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -635,13 +749,38 @@ accolade_thug_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_disciplinarian_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -673,32 +812,34 @@ accolade_disciplinarian_character = { callous = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_stewardship_1 = { weight = { base = 35 } } - education_stewardship_2 = { weight = { base = 35 } } - education_stewardship_3 = { weight = { base = 20 } } - education_stewardship_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + flagellant = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} + count = squire_quality_good_traits + strong = {} athletic = {} + shrewd = {} organizer = {} overseer = {} - flagellant = {} administrator = {} + lifestyle_blademaster = {} } - random_traits_list = { - count = { 0 1 } - tourney_participant = { } - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_stewardship_education_from_squires_quality_effect = yes if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -787,13 +928,38 @@ accolade_disciplinarian_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_fanatic_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -823,33 +989,34 @@ accolade_fanatic_character = { callous = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_learning_1 = { weight = { base = 35 } } - education_learning_2 = { weight = { base = 35 } } - education_learning_3 = { weight = { base = 20 } } - education_learning_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} lunatic_1 = {} lunatic_genetic = {} - albino = {} - disfigured = {} + flagellant = {} + contrite = {} + } + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} theologian = {} lifestyle_mystic = {} holy_warrior = {} - flagellant = {} - contrite = {} whole_of_body = {} + lifestyle_blademaster = {} } - random_traits_list = { - count = { 0 1 } - tourney_participant = { } - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_learning_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { @@ -932,13 +1099,38 @@ accolade_fanatic_character = { LEVEL_1 = yes LEVEL_3 = yes } - add_random_tourney_participant_level_effect = yes } } accolade_valiant_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -969,33 +1161,36 @@ accolade_valiant_character = { forgiving = {} trusting = {} } + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + weak = {} + hunchbacked = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits lifestyle_blademaster = {} lifestyle_traveler = {} strong = {} lifestyle_hunter = {} - reckless = {} + athletic = {} + shrewd = {} gallant = {} loyal = {} } - random_traits_list = { - count = { 0 1 } - tourney_participant = { } - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -1118,13 +1313,38 @@ accolade_valiant_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_stalwart_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1155,14 +1375,23 @@ accolade_stalwart_character = { forgiving = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + weak = {} + hunchbacked = {} + clubfooted = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} lifestyle_blademaster = {} lifestyle_hunter = {} athletic = {} @@ -1170,21 +1399,14 @@ accolade_stalwart_character = { confider = {} unyielding_defender = {} } - random_traits_list = { - count = { 0 1 } - tourney_participant = { } - } - random_traits_list = { - count = { 0 1 } - loyal = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -1279,13 +1501,38 @@ accolade_stalwart_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes } } accolade_scoundrel_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1315,36 +1562,42 @@ accolade_scoundrel_character = { forgiving = {} greedy = {} } + # Bad traits for bad squires random_traits_list = { - education_diplomacy_1 = { weight = { base = 35 } } - education_diplomacy_2 = { weight = { base = 35 } } - education_diplomacy_3 = { weight = { base = 20 } } - education_diplomacy_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_traveler = {} - disloyal = {} - shrewd = {} - schemer = {} + count = squire_quality_bad_traits + murderer = {} + contrite = {} drunkard = {} - hashishiyah = {} + dull = {} rakish = {} profligate = {} + disloyal = {} wild_oat = {} + } + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + lifestyle_traveler = {} lifestyle_reveler = { } } - random_traits_list = { - count = { 0 1 } - tourney_participant = { } - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + random_list = { + 1 = { + assign_diplomacy_education_from_squires_quality_effect = yes + } + 1 = { + assign_intrigue_education_from_squires_quality_effect = yes + } + } if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -1445,15 +1698,40 @@ accolade_scoundrel_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } # SKILLED ATTRIBUTES accolade_politicker_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1497,24 +1775,32 @@ accolade_politicker_character = { forgiving = {} } + # Bad traits for bad squires random_traits_list = { - education_diplomacy_3 = { weight = { base = 50 } } - education_diplomacy_4 = { weight = { base = 25 } } + count = squire_quality_bad_traits + inappetetic = {} + murderer = {} + drunkard = {} + dull = {} + stuttering = {} + lisping = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} lifestyle_traveler = {} diplomat = {} - lifestyle_poet = {} august = {} loyal = {} lifestyle_reveler = { } - tourney_participant = { } } - prowess = { min_guest_template_skill 16 } - diplomacy = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_diplomacy_education_from_squires_quality_effect = yes random = { chance = 1 @@ -1604,13 +1890,38 @@ accolade_politicker_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } accolade_tactician_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1656,31 +1967,38 @@ accolade_tactician_character = { vengeful = {} forgiving = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_3 = { weight = { base = 50 } } - education_martial_4 = { weight = { base = 25 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + weak = {} + clubfooted = {} + hunchbacked = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} lifestyle_hunter = {} + lifestyle_blademaster = {} strategist = {} gallant = {} overseer = {} - tourney_participant = {} - lifestyle_blademaster = {} - strong = {} - lifestyle_hunter = {} } - prowess = { 8 14 } - martial = { 9 12 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -1768,14 +2086,39 @@ accolade_tactician_character = { LEVEL_1 = yes LEVEL_3 = no } - add_random_tourney_participant_level_effect = yes set_interesting_traits_and_modifiers_effect = yes } } accolade_reeve_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1819,24 +2162,29 @@ accolade_reeve_character = { vengeful = {} forgiving = {} } - + # Bad traits for bad squires random_traits_list = { - education_stewardship_3 = { weight = { base = 50 } } - education_stewardship_4 = { weight = { base = 25 } } + count = squire_quality_bad_traits + murderer = {} + profligate = {} + drunkard = {} + dull = {} + comfort_eater = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - administrator = {} - avaricious = {} - architect = {} + count = squire_quality_good_traits + strong = {} + athletic = {} shrewd = {} - tourney_participant = { } - journaller = {} + avaricious = {} + administrator = {} + architect = {} } - prowess = { min_guest_template_skill 16 } - stewardship = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_stewardship_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { @@ -1909,13 +2257,38 @@ accolade_reeve_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } accolade_manipulator_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -1962,30 +2335,37 @@ accolade_manipulator_character = { fickle = {} vengeful = {} } - + # Bad traits for bad squires random_traits_list = { - education_intrigue_3 = { weight = { base = 50 } } - education_intrigue_4 = { weight = { base = 25 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + loyal = {} + blind = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = { } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} schemer = {} seducer = {} torturer = {} lifestyle_herbalist = {} lifestyle_reveler = {} - disloyal = {} } - prowess = { min_guest_template_skill 16 } - intrigue = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_intrigue_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -2068,13 +2448,38 @@ accolade_manipulator_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } accolade_mentor_character = { - age = { 20 40 } + age = { 22 30 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -2101,32 +2506,33 @@ accolade_mentor_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_learning_3 = { weight = { base = 50 } } - education_learning_4 = { weight = { base = 25 } } + count = squire_quality_bad_traits + murderer = {} + drunkard = {} + dull = {} + inappetetic = {} + flagellant = {} + rakish = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - chaste = {} - diligent = {} - shy = {} - forgiving = {} - patient = {} - cynical = {} + count = squire_quality_good_traits + strong = {} + athletic = {} shrewd = {} - one_eyed = {} + journaller = {} scholar = {} theologian = {} lifestyle_traveler = {} whole_of_body = {} lifestyle_physician = {} - journaller = {} } - prowess = { min_guest_template_skill 16 } - learning = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_learning_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { @@ -2199,15 +2605,38 @@ accolade_mentor_character = { } } set_interesting_traits_and_modifiers_effect = yes - add_random_tourney_participant_level_effect = yes } } accolade_contender_character = { - age = { 16 36 } + age = { 16 24 } random_traits = yes - - trait = tourney_participant + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 wrathful = {} @@ -2235,27 +2664,37 @@ accolade_contender_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 45 } } - education_martial_2 = { weight = { base = 40 } } - education_martial_3 = { weight = { base = 10 } } - education_martial_4 = { weight = { base = 5 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - brave = {} - vengeful = {} - sadistic = {} - giant = {} + count = squire_quality_good_traits strong = {} + athletic = {} + shrewd = {} + giant = {} gallant = {} lifestyle_blademaster = {} - irritable = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + random_list = { + 1 = { + assign_martial_education_from_squires_quality_effect = yes + } + 1 = { + assign_diplomacy_education_from_squires_quality_effect = yes + } + } #berserker if = { limit = { @@ -2270,7 +2709,7 @@ accolade_contender_character = { if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -2358,16 +2797,40 @@ accolade_contender_character = { LEVEL_1 = yes LEVEL_3 = yes } - add_random_tourney_participant_level_effect = yes } } # MEN-AT-ARMS ACCOLADES accolade_archer_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes - trait = tourney_participant + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 arbitrary = {} @@ -2391,48 +2854,30 @@ accolade_archer_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + giant = {} + gallant = {} lifestyle_hunter = {} - calm = {} - patient = {} - cynical = {} - callous = {} - craven = {} - forest_fighter = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { - add_trait_xp = { - trait = tourney_participant - track = bow - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } - } - + assign_martial_education_from_squires_quality_effect = yes # Cultural Traditions if = { limit = { @@ -2512,9 +2957,34 @@ accolade_archer_character = { } accolade_skirmisher_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes - trait = tourney_participant + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 wrathful = {} @@ -2541,57 +3011,40 @@ accolade_skirmisher_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + physique_good_1 = {} + gallant = {} lifestyle_hunter = {} - lifestyle_blademaster = {} - jungle_stalker = {} - winter_soldier = {} - diligent = {} - brave = {} - fickle = {} - arbitrary = {} - humble = {} - scarred = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes + add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = bow - value = 20 + value = 10 } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 20 - } - } - random = { - chance = 20 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } - } - random = { - chance = 20 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 30 - } + add_trait_xp = { + trait = tourney_participant + track = foot + value = 10 } # Cultural Traditions @@ -2675,8 +3128,34 @@ accolade_skirmisher_character = { } accolade_pike_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -2701,56 +3180,44 @@ accolade_pike_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - rough_terrain_expert = {} - unyielding_defender = {} - just = {} - cynical = {} - forgiving = {} - diligent = {} - trusting = {} - stubborn = {} + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} giant = {} + gallant = {} + lifestyle_blademaster = {} + rough_terrain_expert = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = foot - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 30 - } + value = 10 } # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -2834,8 +3301,34 @@ accolade_pike_character = { } accolade_outrider_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -2863,49 +3356,38 @@ accolade_outrider_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + physique_good_1 = {} + gallant = {} + lifestyle_blademaster = {} lifestyle_hunter = {} open_terrain_expert = {} - reckless = {} - brave = {} - wrathful = {} - impatient = {} - ambitious = {} - arbitrary = {} - fickle = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = horse - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 30 - } + value = 10 } # Cultural Traditions @@ -2990,8 +3472,115 @@ accolade_outrider_character = { } accolade_vanguard_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { + OR = { + has_innovation = innovation_quilted_armor + has_cultural_tradition = tradition_fp1_coastal_warriors + has_cultural_tradition = tradition_hird + has_cultural_tradition = tradition_futuwaa + has_cultural_tradition = tradition_druzhina + has_cultural_tradition = tradition_khadga_puja + has_cultural_tradition = tradition_garuda_warriors + has_cultural_tradition = tradition_himalayan_settlers + has_cultural_tradition = tradition_mubarizuns + has_cultural_tradition = tradition_burman_royal_army + has_cultural_tradition = tradition_mountaineer_ruralism + has_innovation = innovation_sarawit + has_innovation = innovation_legionnaires + has_cultural_parameter = unlock_zhanmadao + has_cultural_parameter = unlock_burenjia + } + } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { + OR = { + has_innovation = innovation_quilted_armor + has_cultural_tradition = tradition_fp1_coastal_warriors + has_cultural_tradition = tradition_hird + has_cultural_tradition = tradition_futuwaa + has_cultural_tradition = tradition_druzhina + has_cultural_tradition = tradition_khadga_puja + has_cultural_tradition = tradition_garuda_warriors + has_cultural_tradition = tradition_himalayan_settlers + has_cultural_tradition = tradition_mubarizuns + has_cultural_tradition = tradition_burman_royal_army + has_cultural_tradition = tradition_mountaineer_ruralism + has_innovation = innovation_sarawit + has_innovation = innovation_legionnaires + has_cultural_parameter = unlock_zhanmadao + has_cultural_parameter = unlock_burenjia + } + } + } + } + scope:varangian_culture = { + trigger = { + exists = scope:varangian_culture + scope:varangian_culture = { + OR = { + has_innovation = innovation_quilted_armor + has_cultural_tradition = tradition_fp1_coastal_warriors + has_cultural_tradition = tradition_hird + has_cultural_tradition = tradition_futuwaa + has_cultural_tradition = tradition_druzhina + has_cultural_tradition = tradition_khadga_puja + has_cultural_tradition = tradition_garuda_warriors + has_cultural_tradition = tradition_himalayan_settlers + has_cultural_tradition = tradition_mubarizuns + has_cultural_tradition = tradition_burman_royal_army + has_cultural_tradition = tradition_mountaineer_ruralism + has_innovation = innovation_sarawit + has_innovation = innovation_legionnaires + has_cultural_parameter = unlock_zhanmadao + has_cultural_parameter = unlock_burenjia + } + } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { + OR = { + has_innovation = innovation_quilted_armor + has_cultural_tradition = tradition_fp1_coastal_warriors + has_cultural_tradition = tradition_hird + has_cultural_tradition = tradition_futuwaa + has_cultural_tradition = tradition_druzhina + has_cultural_tradition = tradition_khadga_puja + has_cultural_tradition = tradition_garuda_warriors + has_cultural_tradition = tradition_himalayan_settlers + has_cultural_tradition = tradition_mubarizuns + has_cultural_tradition = tradition_burman_royal_army + has_cultural_tradition = tradition_mountaineer_ruralism + has_innovation = innovation_sarawit + has_innovation = innovation_legionnaires + has_cultural_parameter = unlock_zhanmadao + has_cultural_parameter = unlock_burenjia + } + } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -3019,50 +3608,36 @@ accolade_vanguard_character = { gregarious = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + flagellant = {} + rakish = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} + count = squire_quality_good_traits strong = {} athletic = {} - gallant = {} - wrathful = {} - impatient = {} - arrogant = {} - brave = {} - stubborn = {} + shrewd = {} giant = {} + gallant = {} + lifestyle_blademaster = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = foot - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = foot - value = 30 - } + value = 10 } # Cultural Traditions @@ -3079,7 +3654,7 @@ accolade_vanguard_character = { if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -3171,8 +3746,91 @@ accolade_vanguard_character = { } accolade_lancer_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { + OR = { + has_innovation = innovation_arched_saddle + has_cultural_tradition = tradition_caucasian_wolves + has_cultural_tradition = tradition_ep3_audacious_cadets + has_cultural_tradition = tradition_roman_legacy + has_cultural_tradition = tradition_ep3_imperial_tagmata + has_innovation = innovation_valets + has_cultural_parameter = unlock_maa_cataphract_archers + has_innovation = innovation_tiefutu + has_cultural_parameter = unlock_maa_black_armor_cavalry + } + } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { + OR = { + has_innovation = innovation_arched_saddle + has_cultural_tradition = tradition_caucasian_wolves + has_cultural_tradition = tradition_ep3_audacious_cadets + has_cultural_tradition = tradition_roman_legacy + has_cultural_tradition = tradition_ep3_imperial_tagmata + has_innovation = innovation_valets + has_cultural_parameter = unlock_maa_cataphract_archers + has_innovation = innovation_tiefutu + has_cultural_parameter = unlock_maa_black_armor_cavalry + } + } + } + } + scope:turkic_culture = { + trigger = { + exists = scope:turkic_culture + scope:turkic_culture = { + OR = { + has_innovation = innovation_arched_saddle + has_cultural_tradition = tradition_caucasian_wolves + has_cultural_tradition = tradition_ep3_audacious_cadets + has_cultural_tradition = tradition_roman_legacy + has_cultural_tradition = tradition_ep3_imperial_tagmata + has_innovation = innovation_valets + has_cultural_parameter = unlock_maa_cataphract_archers + has_innovation = innovation_tiefutu + has_cultural_parameter = unlock_maa_black_armor_cavalry + } + } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { + OR = { + has_innovation = innovation_arched_saddle + has_cultural_tradition = tradition_caucasian_wolves + has_cultural_tradition = tradition_ep3_audacious_cadets + has_cultural_tradition = tradition_roman_legacy + has_cultural_tradition = tradition_ep3_imperial_tagmata + has_innovation = innovation_valets + has_cultural_parameter = unlock_maa_cataphract_archers + has_innovation = innovation_tiefutu + has_cultural_parameter = unlock_maa_black_armor_cavalry + } + } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -3200,59 +3858,44 @@ accolade_lancer_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - lifestyle_blademaster = {} + count = squire_quality_good_traits strong = {} + athletic = {} + shrewd = {} + giant = {} gallant = {} + lifestyle_blademaster = {} aggressive_attacker = {} - brave = {} - wrathful = {} - impatient = {} - arrogant = {} - honest = {} - ambitious = {} - zealous = {} - vengeful = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = horse - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 30 - } + value = 10 } # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -3343,163 +3986,51 @@ accolade_lancer_character = { } } -accolade_crossbowmen_character = { - age = { 16 35 } +accolade_besieger_character = { + age = { 16 22 } random_traits = yes - + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { has_innovation = innovation_mangonel } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { has_innovation = innovation_mangonel } + } + } + scope:varangian_culture = { + trigger = { + exists = scope:varangian_culture + scope:varangian_culture = { has_innovation = innovation_mangonel } + } + } + scope:turkic_culture = { + trigger = { + exists = scope:turkic_culture + scope:turkic_culture = { has_innovation = innovation_mangonel } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { has_innovation = innovation_mangonel } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait random_traits_list = { count = 1 - arbitrary = {} - impatient = {} - lustful = {} - compassionate = {} - forgiving = {} - trusting = {} - generous = {} - sadistic = {} - callous = {} - vengeful = {} - stubborn = {} - diligent = {} - temperate = {} - honest = {} - just = {} - patient = {} - ambitious = {} - gregarious = {} - deceitful = {} - greedy = {} + education_martial_1 = {} } - random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - lifestyle_hunter = {} - calm = {} - patient = {} - cynical = {} - callous = {} - craven = {} - humble = {} - cautious_leader = {} - military_engineer = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance - after_creation = { - add_trait = tourney_participant - add_trait_xp = { - trait = tourney_participant - track = bow - value = 25 - } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 25 - } - } - random = { - chance = 5 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } - } - - # Cultural Traditions - if = { - limit = { - culture = { - has_cultural_parameter = winter_soldier_trait_more_common - } - NOT = { - has_trait = winter_soldier - } - } - random = { - chance = 10 - add_trait = winter_soldier - } - } - if = { - limit = { - culture = { - has_cultural_parameter = forest_fighter_trait_more_common - } - NOT = { - has_trait = forest_fighter - } - } - random = { - chance = 10 - add_trait = forest_fighter - } - } - if = { - limit = { - culture = { - has_cultural_parameter = rough_terrain_expert_trait_more_common - } - NOT = { - has_trait = rough_terrain_expert - } - } - random = { - chance = 10 - add_trait = rough_terrain_expert - } - } - if = { - limit = { - culture = { - has_cultural_parameter = desert_warrior_trait_more_common - } - NOT = { - has_trait = desert_warrior - } - } - random = { - chance = 10 - add_trait = desert_warrior - } - } - if = { - limit = { - culture = { - has_cultural_parameter = jungle_stalker_trait_more_common - } - NOT = { - has_trait = jungle_stalker - } - } - random = { - chance = 10 - add_trait = jungle_stalker - } - } - set_interesting_traits_and_modifiers_effect = yes - add_random_tiered_trait_track_xp_effect = { - TRAIT = lifestyle_hunter - TRACK = hunter - LEVEL_1 = yes - LEVEL_3 = yes - } - } -} - -accolade_besieger_character = { - age = { 16 35 } - random_traits = yes - random_traits_list = { count = 1 wrathful = {} @@ -3523,37 +4054,37 @@ accolade_besieger_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = {} + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + giant = {} + gallant = {} logistician = {} - calm = {} - patient = {} - deceitful = {} - cynical = {} - paranoid = {} - sadistic = {} - callous = {} - vengeful = {} - diligent = {} - stubborn = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = military_engineer # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -3642,13 +4173,241 @@ accolade_besieger_character = { LEVEL_1 = yes LEVEL_3 = yes } - add_random_tourney_participant_level_effect = yes + } +} + +accolade_crossbowmen_character = { + age = { 16 22 } + random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { + has_innovation = innovation_advanced_bowmaking + has_innovation = innovation_repeating_crossbow + } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { + OR = { + has_innovation = innovation_advanced_bowmaking + has_innovation = innovation_repeating_crossbow + } + } + } + } + scope:turkic_culture = { + trigger = { + exists = scope:turkic_culture + scope:turkic_culture = { + OR = { + has_innovation = innovation_advanced_bowmaking + has_innovation = innovation_repeating_crossbow + } + } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { + OR = { + has_innovation = innovation_advanced_bowmaking + has_innovation = innovation_repeating_crossbow + } + } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } + + random_traits_list = { + count = 1 + arbitrary = {} + impatient = {} + lustful = {} + compassionate = {} + forgiving = {} + trusting = {} + generous = {} + sadistic = {} + callous = {} + vengeful = {} + stubborn = {} + diligent = {} + temperate = {} + honest = {} + just = {} + patient = {} + ambitious = {} + gregarious = {} + deceitful = {} + greedy = {} + } + # Bad traits for bad squires + random_traits_list = { + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} + } + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + giant = {} + gallant = {} + lifestyle_hunter = {} + military_engineer = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance + after_creation = { + assign_martial_education_from_squires_quality_effect = yes + add_trait = tourney_participant + add_trait_xp = { + trait = tourney_participant + track = bow + value = 10 + } + + # Cultural Traditions + if = { + limit = { + culture = { + has_cultural_parameter = winter_soldier_trait_more_common + } + NOT = { + has_trait = winter_soldier + } + } + random = { + chance = 10 + add_trait = winter_soldier + } + } + if = { + limit = { + culture = { + has_cultural_parameter = forest_fighter_trait_more_common + } + NOT = { + has_trait = forest_fighter + } + } + random = { + chance = 10 + add_trait = forest_fighter + } + } + if = { + limit = { + culture = { + has_cultural_parameter = rough_terrain_expert_trait_more_common + } + NOT = { + has_trait = rough_terrain_expert + } + } + random = { + chance = 10 + add_trait = rough_terrain_expert + } + } + if = { + limit = { + culture = { + has_cultural_parameter = desert_warrior_trait_more_common + } + NOT = { + has_trait = desert_warrior + } + } + random = { + chance = 10 + add_trait = desert_warrior + } + } + if = { + limit = { + culture = { + has_cultural_parameter = jungle_stalker_trait_more_common + } + NOT = { + has_trait = jungle_stalker + } + } + random = { + chance = 10 + add_trait = jungle_stalker + } + } + set_interesting_traits_and_modifiers_effect = yes + add_random_tiered_trait_track_xp_effect = { + TRAIT = lifestyle_hunter + TRACK = hunter + LEVEL_1 = yes + LEVEL_3 = yes + } } } accolade_camelry_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { has_innovation = innovation_war_camels } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { has_innovation = innovation_war_camels } + } + } + scope:turkic_culture = { + trigger = { + exists = scope:turkic_culture + scope:turkic_culture = { has_innovation = innovation_war_camels } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { has_innovation = innovation_war_camels } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -3675,56 +4434,37 @@ accolade_camelry_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + physique_good_1 = {} + gallant = {} lifestyle_hunter = {} - temperate = {} - wrathful = {} - impatient = {} - brave = {} - zealous = {} - humble = {} - content = {} - stubborn = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = desert_warrior - random = { - chance = 60 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = horse - value = 20 - } - } - random = { - chance = 20 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = horse - value = 30 - } + add_trait = tourney_participant + add_trait_xp = { + trait = tourney_participant + track = horse + value = 10 } # Cultural Traditions @@ -3795,8 +4535,37 @@ accolade_camelry_character = { } accolade_elephantry_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { has_innovation = innovation_elephantry } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { has_innovation = innovation_elephantry } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { has_innovation = innovation_elephantry } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -3824,84 +4593,35 @@ accolade_elephantry_character = { gregarious = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + clubfooted = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - gallant = {} - wrathful = {} - impatient = {} - arrogant = {} - ambitious = {} - stubborn = {} - gregarious = {} - lazy = {} + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} giant = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + gallant = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { - add_trait = jungle_stalker - random = { - chance = 30 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = horse - value = 20 - } - } - random = { - chance = 10 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = horse - value = 30 - } - } - random = { - chance = 30 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = bow - value = 20 - } - } - random = { - chance = 10 - if = { - limit = { - NOT = { has_trait = tourney_participant } - } - add_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } + assign_martial_education_from_squires_quality_effect = yes + add_trait = tourney_participant + add_trait_xp = { + trait = tourney_participant + track = horse + value = 10 } # Cultural Traditions @@ -3966,8 +4686,34 @@ accolade_elephantry_character = { } accolade_horse_archer_character = { - age = { 16 35 } + age = { 16 22 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -3995,57 +4741,43 @@ accolade_horse_archer_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + physique_good_1 = {} + gallant = {} lifestyle_hunter = {} open_terrain_expert = {} flexible_leader = {} - patient = {} - arbitrary = {} - fickle = {} - trusting = {} - deceitful = {} - cynical = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + assign_martial_education_from_squires_quality_effect = yes add_trait = tourney_participant add_trait_xp = { trait = tourney_participant track = bow - value = 20 + value = 10 } - random = { - chance = 35 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 20 - } - } - random = { - chance = 20 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } - } - random = { - chance = 20 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 30 - } + add_trait_xp = { + trait = tourney_participant + track = horse + value = 10 } # Cultural Traditions @@ -4131,8 +4863,43 @@ accolade_horse_archer_character = { # EMINENT ATTRIBUTES accolade_huntsmaster_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { + exists = location.culture + location.culture = { NOT = { has_cultural_tradition = tradition_vegetarianism } } + } + } + scope:knight_culture = { + trigger = { + exists = scope:knight_culture + scope:knight_culture = { NOT = { has_cultural_tradition = tradition_vegetarianism } } + } + } + scope:turkic_culture = { + trigger = { + exists = scope:turkic_culture + scope:turkic_culture = { NOT = { has_cultural_tradition = tradition_vegetarianism } } + } + } + scope:type_specific_culture = { + trigger = { + exists = scope:type_specific_culture + scope:type_specific_culture = { NOT = { has_cultural_tradition = tradition_vegetarianism } } + } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -4160,49 +4927,40 @@ accolade_huntsmaster_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_stewardship_3 = { weight = { base = 40 } } - education_stewardship_4 = { weight = { base = 10 } } - education_martial_3 = { weight = { base = 40 } } - education_martial_4 = { weight = { base = 10 } } + count = squire_quality_bad_traits + murderer = {} + profligate = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} } + # Good traits for good squires random_traits_list = { - count = { 0 1 } - tourney_participant = {} - patient = {} - diligent = {} - calm = {} - callous = {} - shy = {} + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + physique_good_1 = {} + gallant = {} lifestyle_traveler = {} lifestyle_herbalist = {} - } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { - add_trait = lifestyle_hunter - if = { - limit = { - has_trait = tourney_participant + random_list = { + 1 = { + assign_martial_education_from_squires_quality_effect = yes } - random = { - chance = 60 - add_trait_xp = { - trait = tourney_participant - track = horse - value = 20 - } - } - random = { - chance = 60 - add_trait_xp = { - trait = tourney_participant - track = bow - value = 30 - } + 1 = { + assign_stewardship_education_from_squires_quality_effect = yes } } + add_trait = lifestyle_hunter # Cultural Traditions if = { @@ -4271,8 +5029,34 @@ accolade_huntsmaster_character = { } accolade_blademaster_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -4301,50 +5085,76 @@ accolade_blademaster_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_martial_1 = { weight = { base = 35 } } - education_martial_2 = { weight = { base = 35 } } - education_martial_3 = { weight = { base = 20 } } - education_martial_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - tourney_participant = {} - giant = {} + count = squire_quality_bad_traits + murderer = {} + drunkard = {} + dull = {} + irritable = {} + inappetetic = {} + weak = {} one_eyed = {} - scarred = {} - gallant = {} - temperate = {} - ambitious = {} - calm = {} - vengeful = {} - callous = {} - sadistic = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + giant = {} + gallant = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { - add_trait = lifestyle_blademaster + assign_martial_education_from_squires_quality_effect = yes + add_trait = lifestyle_blademaster add_trait_xp = { trait = lifestyle_blademaster - value = 100 + value = 25 } if = { limit = { - has_trait = tourney_participant + scope:succeeding_accolade = { accolade_squires_quality_value >= accolade_squires_accomplished_minimum_value } } add_trait_xp = { - trait = tourney_participant - track = foot - value = 20 + trait = lifestyle_blademaster + value = 25 + } + } + if = { + limit = { + scope:succeeding_accolade = { accolade_squires_quality_value >= accolade_squires_capable_minimum_value } + } + add_trait_xp = { + trait = lifestyle_blademaster + value = 15 + } + } + if = { + limit = { + scope:succeeding_accolade = { accolade_squires_quality_value >= accolade_squires_inexperienced_minimum_value } + } + add_trait_xp = { + trait = lifestyle_blademaster + value = 10 + } + } + if = { + limit = { + scope:succeeding_accolade = { accolade_squires_quality_value >= accolade_squires_feckless_minimum_value } + } + add_trait_xp = { + trait = lifestyle_blademaster + value = 5 } } # Cultural Traditions if = { limit = { current_date < 1400 - root = { + scope:new_owner = { has_title = title:e_byzantium } culture = { @@ -4416,8 +5226,34 @@ accolade_blademaster_character = { } accolade_master_of_revels_character = { - age = { 18 36 } + age = { 16 24 } random_traits = yes + faith = faith + random_culture = { + culture = { + trigger = { always = yes } + } + location.culture = { + trigger = { exists = location.culture } + } + scope:knight_culture = { + trigger = { exists = scope:knight_culture } + } + scope:varangian_culture = { + trigger = { exists = scope:varangian_culture } + } + scope:turkic_culture = { + trigger = { exists = scope:turkic_culture } + } + scope:type_specific_culture = { + trigger = { exists = scope:type_specific_culture } + } + } + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } random_traits_list = { count = 1 @@ -4443,30 +5279,40 @@ accolade_master_of_revels_character = { deceitful = {} greedy = {} } - + # Bad traits for bad squires random_traits_list = { - education_diplomacy_1 = { weight = { base = 35 } } - education_diplomacy_2 = { weight = { base = 35 } } - education_diplomacy_3 = { weight = { base = 20 } } - education_diplomacy_4 = { weight = { base = 10 } } - } - random_traits_list = { - count = { 0 1 } - tourney_participant = {} - lifestyle_traveler = {} - gluttonous = {} - gregarious = {} - hashishiyah = {} + count = squire_quality_bad_traits + murderer = {} + stuttering = {} drunkard = {} - generous = {} - trusting = {} - content = {} - lazy = {} - august = {} + dull = {} + irritable = {} + inappetetic = {} + lisping = {} } - prowess = { min_guest_template_skill 16 } - gender_female_chance = root_soldier_female_chance + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + giant = {} + gallant = {} + august = {} + lifestyle_traveler = {} + diplomat = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance after_creation = { + random_list = { + 1 = { + assign_diplomacy_education_from_squires_quality_effect = yes + } + 1 = { + assign_intrigue_education_from_squires_quality_effect = yes + } + } add_trait = lifestyle_reveler random = { chance = 75 @@ -4496,24 +5342,185 @@ accolade_master_of_revels_character = { } } } - if = { - limit = { - has_trait = tourney_participant - } - add_trait_xp = { - trait = tourney_participant - track = wit - value = 20 - } - random = { - chance = 50 - add_trait_xp = { - trait = tourney_participant - track = wit - value = 30 - } - } - } set_interesting_traits_and_modifiers_effect = yes } } + +accolade_house_knight_character = { + age = { 16 22 } + random_traits = yes + faith = faith + culture = culture + trait = loyal + + #This is just temporary, will be replaced by squire quality-determined education trait + random_traits_list = { + count = 1 + education_martial_1 = {} + } + random_traits_list = { + count = 1 + honest = {} + just = {} + patient = {} + } + random_traits_list = { + count = 1 + lustful = {} + wrathful = {} + arrogant = {} + stubborn = {} + diligent = {} + temperate = {} + zealous = {} + brave = {} + honest = {} + just = {} + patient = {} + gregarious = {} + trusting = {} + sadistic = {} + vengeful = {} + callous = {} + generous = {} + compassionate = {} + forgiving = {} + greedy = {} + } + # Bad traits for bad squires + random_traits_list = { + count = squire_quality_bad_traits + murderer = {} + contrite = {} + drunkard = {} + dull = {} + weak = {} + hunchbacked = {} + clubfooted = {} + } + # Good traits for good squires + random_traits_list = { + count = squire_quality_good_traits + strong = {} + athletic = {} + shrewd = {} + lifestyle_blademaster = {} + lifestyle_hunter = {} + athletic = {} + strategist = {} + confider = {} + unyielding_defender = {} + } + prowess = min_guest_template_skill + gender_female_chance = scope_value_target_soldier_female_chance + after_creation = { + random_list = { + 1 = { + assign_martial_education_from_squires_quality_effect = yes + } + 1 = { + assign_diplomacy_education_from_squires_quality_effect = yes + } + } + add_trait = bastard + add_trait = disputed_heritage + if = { + limit = { + current_date < 1400 + scope:new_owner = { + has_title = title:e_byzantium + } + culture = { + OR = { + has_cultural_parameter = unlock_maa_huscarls + has_cultural_parameter = unlock_maa_varangian_veterans + } + } + } + add_trait = varangian + } + # Cultural Traditions + if = { + limit = { + culture = { + has_cultural_parameter = winter_soldier_trait_more_common + } + NOT = { + has_trait = winter_soldier + } + } + random = { + chance = 10 + add_trait = winter_soldier + } + } + if = { + limit = { + culture = { + has_cultural_parameter = forest_fighter_trait_more_common + } + NOT = { + has_trait = forest_fighter + } + } + random = { + chance = 10 + add_trait = forest_fighter + } + } + if = { + limit = { + culture = { + has_cultural_parameter = rough_terrain_expert_trait_more_common + } + NOT = { + has_trait = rough_terrain_expert + } + } + random = { + chance = 10 + add_trait = rough_terrain_expert + } + } + if = { + limit = { + culture = { + has_cultural_parameter = desert_warrior_trait_more_common + } + NOT = { + has_trait = desert_warrior + } + } + random = { + chance = 10 + add_trait = desert_warrior + } + } + if = { + limit = { + culture = { + has_cultural_parameter = jungle_stalker_trait_more_common + } + NOT = { + has_trait = jungle_stalker + } + } + random = { + chance = 10 + add_trait = jungle_stalker + } + } + set_interesting_traits_and_modifiers_effect = yes + add_random_tiered_trait_xp_effect = { + TRAIT = lifestyle_blademaster + LEVEL_1 = yes + LEVEL_3 = yes + } + add_random_tiered_trait_track_xp_effect = { + TRAIT = lifestyle_hunter + TRACK = hunter + LEVEL_1 = yes + LEVEL_3 = no + } + } +} diff --git a/common/scripted_character_templates/04_ep2_character_templates.txt b/common/scripted_character_templates/04_ep2_character_templates.txt index 1d447e3a..b1f46b64 100644 --- a/common/scripted_character_templates/04_ep2_character_templates.txt +++ b/common/scripted_character_templates/04_ep2_character_templates.txt @@ -1,5 +1,6 @@ tournament_foot_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -26,6 +27,7 @@ tournament_horse_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -58,6 +60,7 @@ tournament_horse_character = { tournament_archery_character = { age = { 18 40 } + dynasty = none trait = tourney_participant prowess = { min_template_decent_skill @@ -76,6 +79,7 @@ tournament_archery_character = { tournament_recital_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 lifestyle_poet = {} @@ -95,6 +99,7 @@ tournament_recital_character = { tournament_pugilism_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 strong = {} @@ -119,6 +124,7 @@ tournament_pugilism_character = { tournament_board_game_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -133,6 +139,7 @@ tournament_board_game_character = { loyal_fan_character = { age = { 18 40 } + dynasty = none trait = loyal random_traits_list = { count = 1 @@ -151,6 +158,7 @@ loyal_fan_character = { local_beauty_character = { age = { 18 40 } + dynasty = none random_traits_list = { count = { 0 1 } beauty_good_1 = {} @@ -253,6 +261,7 @@ feral_child_template = { castaway_character = { age = { 18 40 } + dynasty = none random_traits = yes gender_female_chance = root_soldier_female_chance after_creation = { @@ -315,6 +324,7 @@ sexy_assassin_character = { garden_hermit_character = { age = { 55 80 } + dynasty = none trait = lifestyle_mystic random_traits_list = { count = 1 @@ -341,6 +351,7 @@ garden_hermit_character = { brainless_character_template = { age = { 18 40 } + dynasty = none trait = dull random_traits_list = { count = 1 @@ -392,6 +403,7 @@ brainless_character_template = { heartless_knight = { age = { 18 40 } + dynasty = none random_traits_list = { # Likely to commit social faux pas count = 1 callous = {} @@ -426,6 +438,7 @@ heartless_knight = { cowardly_knight = { age = { 18 40 } + dynasty = none trait = craven random_traits_list = { count = 1 @@ -485,6 +498,7 @@ wealthy_gambler_template = { tournament_mulan_character = { age = { 18 30 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -514,6 +528,7 @@ tournament_mulan_character = { quasimodo_template = { age = { 6 12 } + dynasty = none random_traits_list = { count = { 1 3 } hunchbacked = {} @@ -533,6 +548,7 @@ quasimodo_template = { tournament_unusual_stranger = { age = { 18 40 } + dynasty = none random_traits_list = { count = 1 education_intrigue_3 = {} diff --git a/common/scripted_character_templates/04_ep2_character_templates_james.txt b/common/scripted_character_templates/04_ep2_character_templates_james.txt index bc3514fe..3993f841 100644 --- a/common/scripted_character_templates/04_ep2_character_templates_james.txt +++ b/common/scripted_character_templates/04_ep2_character_templates_james.txt @@ -1,6 +1,7 @@  swords_for_hire_character = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} diff --git a/common/scripted_character_templates/04_ep2_james_character_templates.txt b/common/scripted_character_templates/04_ep2_james_character_templates.txt index 5cb999ee..d86cb4c4 100644 --- a/common/scripted_character_templates/04_ep2_james_character_templates.txt +++ b/common/scripted_character_templates/04_ep2_james_character_templates.txt @@ -1,5 +1,6 @@ pilgrim_character = { age = { 18 40 } + dynasty = none trait = pilgrim trait = lifestyle_traveler random_traits_list = { diff --git a/common/scripted_character_templates/04_fp3_character_templates.txt b/common/scripted_character_templates/04_fp3_character_templates.txt index 0ecf33f4..a626e600 100644 --- a/common/scripted_character_templates/04_fp3_character_templates.txt +++ b/common/scripted_character_templates/04_fp3_character_templates.txt @@ -71,6 +71,7 @@ fp3_raging_ghazi_character = { fp3_chinese_grand_old_lady = { #General age = { 50 75 } + dynasty = none gender = female faith = faith:zhengyi culture = culture:han @@ -111,6 +112,7 @@ fp3_chinese_grand_old_lady = { fp3_chinese_eunuch_envoy = { #General age = { 20 55 } + dynasty = none gender = male faith = faith:mahayana culture = culture:han @@ -149,6 +151,7 @@ fp3_chinese_eunuch_envoy = { fp3_gnostic_paragon = { age = { 30 60 } + dynasty = none faith = faith:manichean culture = culture:levantine #Education @@ -204,6 +207,7 @@ fp3_gnostic_paragon = { fp3_sufi_mystic = { age = { 30 80 } + dynasty = none faith = root.faith culture = root.culture #Education @@ -261,6 +265,7 @@ fp3_sufi_mystic = { fp3_zoroastrian_armed_pilgrim = { age = { 20 50 } + dynasty = none #Education random_traits_list = { education_learning_2 = { @@ -378,7 +383,7 @@ fp3_turkic_traveler = { #General age = { 24 40 } culture = culture:turkish - dynasty = generate + dynasty = none #Education random_traits_list = { education_martial_2 = { @@ -673,6 +678,7 @@ fp3_ferdowsi_template = { fp3_skilled_outsider_template = { # General age = { 30 60 } + dynasty = none # Education ## We give out random low tier education traits, and we'll upgrade them later if we're in batch B. random_traits_list = { diff --git a/common/scripted_character_templates/05_bp2_character_templates.txt b/common/scripted_character_templates/05_bp2_character_templates.txt index 514cc0dd..5ea2343c 100644 --- a/common/scripted_character_templates/05_bp2_character_templates.txt +++ b/common/scripted_character_templates/05_bp2_character_templates.txt @@ -21,6 +21,7 @@ bp2_wet_nurse_template = { adult_education_teacher = { age = { 35 75 } + dynasty = none random_traits_list = { count = 1 education_diplomacy_4 = {} @@ -121,6 +122,7 @@ adult_education_teacher = { adult_education_student = { age = { 18 40 } + dynasty = none random_traits = yes faith = scope:activity.activity_location.faith culture = scope:activity.activity_location.culture @@ -171,6 +173,7 @@ foreign_architect_template = { culture_defender_knight_template = { age = { 20 40 } + dynasty = none random_traits = yes random_traits_list = { @@ -354,6 +357,7 @@ foreign_scholar_template = { foreign_official_template = { age = { 25 45 } + dynasty = none random_traits_list = { count = 3 diff --git a/common/scripted_character_templates/07_ep3_character_templates.txt b/common/scripted_character_templates/07_ep3_character_templates.txt index a5a9fe48..8479b62a 100644 --- a/common/scripted_character_templates/07_ep3_character_templates.txt +++ b/common/scripted_character_templates/07_ep3_character_templates.txt @@ -79,6 +79,7 @@ anatolian_guide_character = { varangian_template = { age = { 16 45 } + dynasty = none random_traits = yes random_traits_list = { @@ -492,6 +493,7 @@ laamp_inheritor_template = { traveler_character = { age = { 25 45 } + dynasty = none random_traits = yes faith = this.faith gender_female_chance = 50 @@ -579,6 +581,7 @@ traveler_character = { ep3_evangelizer_template = { age = { 32 70 } + dynasty = none random_traits = yes culture = root.culture faith = root.faith @@ -839,6 +842,7 @@ ep3_poet_toned_down_template = { ep3_murderer_template = { age = { 25 45 } + dynasty = none random_traits = yes culture = root.culture faith = root.faith diff --git a/common/scripted_character_templates/09_mpo_character_templates.txt b/common/scripted_character_templates/09_mpo_character_templates.txt index 0b1810f7..4de3fd3a 100644 --- a/common/scripted_character_templates/09_mpo_character_templates.txt +++ b/common/scripted_character_templates/09_mpo_character_templates.txt @@ -1085,6 +1085,7 @@ nomadic_husband_template = { wounded_messenger_character_template = { age = { 18 50 } + dynasty = none random_traits = no gender_female_chance = 50 trait = open_terrain_expert @@ -1134,6 +1135,7 @@ wounded_messenger_character_template = { throat_singer_character_template = { age = { 30 55 } + dynasty = none random_traits = no gender_female_chance = 20 trait = lifestyle_poet diff --git a/common/scripted_character_templates/tgp_character_templates.txt b/common/scripted_character_templates/tgp_character_templates.txt index a98509b7..f83f755e 100644 --- a/common/scripted_character_templates/tgp_character_templates.txt +++ b/common/scripted_character_templates/tgp_character_templates.txt @@ -46,6 +46,7 @@ tgp_examiner_learning_template = { age = { 35 49 } + dynasty = none random_traits_list = { count = 1 education_learning_3 = {} @@ -56,15 +57,15 @@ tgp_examiner_learning_template = { max_template_decent_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -94,6 +95,7 @@ tgp_examiner_learning_template = { tgp_examiner_martial_template = { age = { 35 49 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -104,15 +106,15 @@ tgp_examiner_martial_template = { max_template_decent_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -142,6 +144,7 @@ tgp_examiner_martial_template = { tgp_examiner_stewardship_template = { age = { 35 49 } + dynasty = none random_traits_list = { count = 1 education_stewardship_3 = {} @@ -152,15 +155,15 @@ tgp_examiner_stewardship_template = { max_template_decent_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -190,6 +193,7 @@ tgp_examiner_stewardship_template = { tgp_learning_exam_entrant_template = { age = { 16 27 } + dynasty = none random_traits_list = { count = 1 education_learning_2 = {} @@ -200,15 +204,15 @@ tgp_learning_exam_entrant_template = { max_template_average_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -219,6 +223,7 @@ tgp_learning_exam_entrant_template = { tgp_stewardship_exam_entrant_template = { age = { 16 27 } + dynasty = none random_traits_list = { count = 1 education_stewardship_2 = {} @@ -229,15 +234,15 @@ tgp_stewardship_exam_entrant_template = { max_template_average_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -248,6 +253,7 @@ tgp_stewardship_exam_entrant_template = { tgp_martial_exam_entrant_template = { age = { 16 27 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -258,15 +264,15 @@ tgp_martial_exam_entrant_template = { max_template_average_skill } random_traits = yes - faith = title:h_china.holder.faith - culture = title:h_china.holder.culture + faith = scope:host.top_liege.faith + culture = scope:host.top_liege.culture gender_female_chance = { if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_male_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_male_dominated } } add = 0 } else_if = { - limit = { title:h_china.holder.faith = { has_doctrine = doctrine_gender_female_dominated } } + limit = { scope:host.top_liege.faith = { has_doctrine = doctrine_gender_female_dominated } } add = 100 } else = { @@ -414,6 +420,7 @@ tgp_decent_heir_template = { tgp_minister_administrator_template = { age = { 25 49 } + dynasty = none random_traits_list = { count = 1 education_stewardship_3 = {} @@ -484,6 +491,7 @@ tgp_minister_administrator_template = { tgp_minister_diplomat_template = { age = { 25 49 } + dynasty = none random_traits_list = { count = 1 education_diplomacy_3 = {} @@ -524,6 +532,7 @@ tgp_minister_diplomat_template = { tgp_minister_commander_template = { age = { 25 49 } + dynasty = none random_traits_list = { count = 1 education_martial_3 = {} @@ -588,6 +597,7 @@ tgp_minister_commander_template = { tgp_minister_warrior_template = { age = { 18 35 } + dynasty = none random_traits_list = { count = 1 education_martial_2 = {} @@ -670,6 +680,7 @@ tgp_minister_warrior_template = { tgp_minister_scholar_template = { age = { 25 49 } + dynasty = none random_traits_list = { count = 1 education_learning_3 = {} @@ -719,6 +730,7 @@ tgp_minister_scholar_template = { tgp_minister_confucian_scholar_template = { age = { 30 55 } + dynasty = none random_traits_list = { count = 1 education_learning_3 = {} @@ -765,6 +777,7 @@ tgp_minister_confucian_scholar_template = { tgp_minister_eunuch_template = { age = { 25 49 } + dynasty = none random_traits_list = { count = 1 education_diplomacy_3 = { weight = { base = 25 } } @@ -1067,42 +1080,42 @@ tgp_aspect_acolyte_template = { count = 1 education_stewardship_2 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_creation } + root.house = { has_house_aspiration_parameter = aspect_of_creation } } } education_stewardship_3 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_creation } + root.house = { has_house_aspiration_parameter = aspect_of_creation } } } education_diplomacy_2 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_serenity } + root.house = { has_house_aspiration_parameter = aspect_of_serenity } } } education_diplomacy_3 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_serenity } + root.house = { has_house_aspiration_parameter = aspect_of_serenity } } } education_martial_2 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_destruction } + root.house = { has_house_aspiration_parameter = aspect_of_destruction } } } education_martial_3 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_destruction } + root.house = { has_house_aspiration_parameter = aspect_of_destruction } } } education_intrigue_2 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_trickery } + root.house = { has_house_aspiration_parameter = aspect_of_trickery } } } education_intrigue_3 = { trigger = { - root.house = { has_house_power_parameter = aspect_of_trickery } + root.house = { has_house_aspiration_parameter = aspect_of_trickery } } } } diff --git a/common/scripted_effects/00_faction_effects.txt b/common/scripted_effects/00_faction_effects.txt index 6e96b942..3211ad35 100644 --- a/common/scripted_effects/00_faction_effects.txt +++ b/common/scripted_effects/00_faction_effects.txt @@ -942,6 +942,7 @@ successful_nomadic_revolt_outcome_effect = { } if = { limit = { + holder.top_liege = scope:faction_target NOT = { is_in_list = seized_duchies } } add_to_list = seized_duchies diff --git a/common/scripted_effects/00_major_decisions_scripted_effects.txt b/common/scripted_effects/00_major_decisions_scripted_effects.txt index 3a9c4171..3c0a13d5 100644 --- a/common/scripted_effects/00_major_decisions_scripted_effects.txt +++ b/common/scripted_effects/00_major_decisions_scripted_effects.txt @@ -2690,20 +2690,23 @@ form_siam_kingdom_decision_scripted_effect = { hidden_effect = { title:k_siam = { save_scope_as = siam_kingdom } title:d_sukhothai = { save_scope_as = sukhotai_duchy } - title:d_muang_sua = { save_scope_as = muang_sua_duchy } + title:d_lop_buri = { save_scope_as = lop_buri } title:d_sukhothai = { set_de_jure_liege_title = title:k_siam } - title:d_muang_sua = { set_de_jure_liege_title = title:k_siam } + title:d_lop_buri = { set_de_jure_liege_title = title:k_siam } every_held_title = { # add other duchies if I hold any in the region limit = { tier = tier_duchy any_de_jure_county = { title_province = { - geographical_region = world_asia_thailand + OR = { + geographical_region = world_asia_thailand + geographical_region = world_asia_malaysia + } } } NOT = { this = title:d_sukhothai - this = title:d_muang_sua + this = title:d_lop_buri } } set_de_jure_liege_title = title:k_siam @@ -3857,5 +3860,5 @@ found_empire_of_hindustan_scripted_effect = { } } add_legitimacy_effect = { LEGITIMACY = massive_legitimacy_gain } - dynasty = { add_dynasty_prestige = massive_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = massive_dynasty_prestige_value } } diff --git a/common/scripted_effects/00_mongol_invasion_effects.txt b/common/scripted_effects/00_mongol_invasion_effects.txt index 2addc7f4..eb13230c 100644 --- a/common/scripted_effects/00_mongol_invasion_effects.txt +++ b/common/scripted_effects/00_mongol_invasion_effects.txt @@ -11975,7 +11975,7 @@ convert_great_yuan_to_admin_effect = { } if = { limit = { - government_has_flag = government_is_celestial + tgp_use_chinese_naming_trigger = yes highest_held_title_tier >= tier_empire primary_title = { has_custom_title_name = no diff --git a/common/scripted_effects/07_dlc_ep3_scripted_effects.txt b/common/scripted_effects/07_dlc_ep3_scripted_effects.txt index 7fbe59df..6231091e 100644 --- a/common/scripted_effects/07_dlc_ep3_scripted_effects.txt +++ b/common/scripted_effects/07_dlc_ep3_scripted_effects.txt @@ -1245,7 +1245,11 @@ destroy_landless_title_no_dlc_effect = { NOT = { has_dlc_feature = roads_to_power } game_start_date = $DATE$ } - holder = { destroy_title = prev } + holder ?= { + # Clears liquid treasury whenever balance > 0 + empty_treasury_when_abandoning_landed_life_effect = yes + destroy_title = prev + } } } @@ -1531,12 +1535,37 @@ ep3_become_landed_transfer_effect = { government_is_administrative = { save_scope_value_as = { name = old_government value = flag:admin } } + government_is_feudal = { + save_scope_value_as = { name = old_government value = flag:feudal } + } government_is_clan = { save_scope_value_as = { name = old_government value = flag:clan } } government_is_tribal = { save_scope_value_as = { name = old_government value = flag:tribal } } + government_is_republic = { + if = { + limit = { + scope:government_giver ?= { ep3_is_clan_inclined_trigger = yes } + } + save_scope_value_as = { name = old_government value = flag:clan } + } + else = { + save_scope_value_as = { name = old_government value = flag:feudal } + } + } + government_is_theocracy = { + if = { + limit = { + scope:government_giver ?= { ep3_is_clan_inclined_trigger = yes } + } + save_scope_value_as = { name = old_government value = flag:clan } + } + else = { + save_scope_value_as = { name = old_government value = flag:feudal } + } + } government_is_wanua = { save_scope_value_as = { name = old_government value = flag:wanua } } @@ -1583,12 +1612,8 @@ ep3_become_landed_transfer_effect = { } scope:new_primary_title ?= { ordered_de_jure_county = { - limit = { - holder = scope:defender - } - alternative_limit = { - holder.top_liege = scope:defender.top_liege - } + limit = { holder = scope:defender } + alternative_limit = { holder.top_liege = scope:defender.top_liege } order_by = development_level save_scope_as = new_capital } @@ -1701,18 +1726,12 @@ ep3_become_landed_transfer_effect = { resolve_title_and_vassal_change = scope:title_change # Because target may be either a title or a character, we check if a scope value has been set up in advance if this is being called from the Seize Realm scheme specifically if = { - limit = { - exists = scope:old_government_type - } - scope:old_government_type = { - save_scope_as = old_government - } + limit = { exists = scope:old_government_type } + scope:old_government_type = { save_scope_as = old_government } } # Set government type if = { - limit = { - exists = scope:old_government - } + limit = { exists = scope:old_government } # We don't expect to actually trigger most of the below, as most are not valid targets to begin with, but all are included for completeness and mod support switch = { trigger = scope:old_government @@ -1741,6 +1760,16 @@ ep3_become_landed_transfer_effect = { change_government = administrative_government } flag:nomad = { + #Did you demand a herder's pastureland? + if = { + limit = { + scope:new_capital.title_province = { + has_holding = yes + NOT = { has_holding_type = nomad_holding } + } + } + scope:new_capital.title_province = { set_holding_type = nomad_holding } + } change_government = nomad_government } flag:herder = { @@ -1872,6 +1901,19 @@ ep3_become_landed_transfer_effect = { } change_government = clan_government } + ## Republic. + else_if = { + limit = { + scope:new_liege ?= { government_has_flag = government_is_republic } + } + if = { + limit = { + scope:new_liege ?= { ep3_is_clan_inclined_trigger = yes } + } + change_government = clan_government + } + else = { change_government = feudal_government } + } ## Tribal. else_if = { limit = { @@ -2005,7 +2047,7 @@ ep3_become_landed_transfer_effect = { destroy_laamp_effect = { ADVENTURER = $TITLE_RECEIVER$ } # Setup NF if valid if = { - limit = { government_allows = administrative } + limit = { government_allows = noble_families } give_new_noble_family_title_effect = yes } } @@ -2147,33 +2189,32 @@ purchase_land_interaction_effect = { faith = { has_doctrine = doctrine_polytheist } } #Sort out the House shenanigans - if = { - limit = { is_house_head = no } - house = { - if = { - limit = { - house_head = { - is_landed = no - is_courtier_of = root + hidden_effect = { + if = { + limit = { is_house_head = no } + house ?= { + if = { + limit = { + house_head = { + is_landed = no + is_courtier_of = root + } } + set_house_head = root + } + } + } + else = { + house ?= { + if = { + limit = { + NOT = { has_house_aspiration_parameter = no_aspect } + } + set_house_aspiration = { type = no_aspect } } - set_house_head = root } } } - else = { - house ?= { - set_house_aspiration = { type = no_aspect } - } - } - } - #Otherwise go vanilla - else = { - if = { - limit = { ep3_is_clan_inclined_trigger = yes } - change_government = clan_government - } - else = { change_government = feudal_government } } } @@ -4763,70 +4804,70 @@ remove_a_criminal_trait_in_faith_effect = { if = { limit = { has_trait = adulterer - trait_is_criminal_in_faith_trigger = { TRAIT = adulterer FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:adulterer FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = adulterer } else_if = { limit = { has_trait = fornicator - trait_is_criminal_in_faith_trigger = { TRAIT = fornicator FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:fornicator FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = fornicator } else_if = { limit = { has_trait = sodomite - trait_is_criminal_in_faith_trigger = { TRAIT = sodomite FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:sodomite FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = sodomite } else_if = { limit = { has_trait = deviant - trait_is_criminal_in_faith_trigger = { TRAIT = deviant FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:deviant FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = deviant } else_if = { limit = { has_trait = kinslayer_3 - trait_is_criminal_in_faith_trigger = { TRAIT = kinslayer_3 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:kinslayer_3 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = kinslayer_3 } else_if = { limit = { has_trait = kinslayer_2 - trait_is_criminal_in_faith_trigger = { TRAIT = kinslayer_2 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:kinslayer_2 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = kinslayer_2 } else_if = { limit = { has_trait = kinslayer_1 - trait_is_criminal_in_faith_trigger = { TRAIT = kinslayer_1 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:kinslayer_1 FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = kinslayer_1 } else_if = { limit = { has_trait = witch - trait_is_criminal_in_faith_trigger = { TRAIT = witch FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:witch FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = witch } else_if = { limit = { has_trait = cannibal - trait_is_criminal_in_faith_trigger = { TRAIT = cannibal FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:cannibal FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = cannibal } else_if = { limit = { has_trait = incestuous - trait_is_criminal_in_faith_trigger = { TRAIT = incestuous FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } + trait_is_criminal_in_faith_trigger = { TRAIT = trait:incestuous FAITH = $FAITH$ GENDER_CHARACTER = $CHARACTER$ } } remove_trait = incestuous } @@ -9064,10 +9105,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:archer_attribute + accolade_attribute_level = { + type = archer_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9078,10 +9119,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:skirmisher_attribute + accolade_attribute_level = { + type = skirmisher_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9092,10 +9133,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:pike_attribute + accolade_attribute_level = { + type = pike_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9106,10 +9147,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:outrider_attribute + accolade_attribute_level = { + type = outrider_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9120,10 +9161,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:vanguard_attribute + accolade_attribute_level = { + type = vanguard_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9134,10 +9175,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:lancer_attribute + accolade_attribute_level = { + type = lancer_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9148,10 +9189,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:crossbowmen_attribute + accolade_attribute_level = { + type = crossbowmen_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9162,10 +9203,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:camelry_attribute + accolade_attribute_level = { + type = camelry_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9176,10 +9217,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:elephantry_attribute + accolade_attribute_level = { + type = elephantry_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -9190,10 +9231,10 @@ ep3_pick_random_maa_regiment_effect = { 1 = { trigger = { any_active_accolade = { - primary_type = { - this = accolade_type:horse_archer_attribute + accolade_attribute_level = { + type = horse_archer_attribute + level >= 2 } - accolade_rank >= 3 } } save_scope_value_as = { @@ -10697,8 +10738,8 @@ create_basic_peasant_effect = { template = peasant_character location = root.location dynasty = none - culture = scope:new_landless_minority.culture - faith = scope:new_landless_minority.faith + culture = root.location.culture + faith = root.location.faith gender_female_chance = 50 after_creation = { set_to_lowborn = yes @@ -12040,106 +12081,53 @@ war_task_contracts_completion_effect = { #If a landless adventurer was hired as a mercenary and contributed in a war they get paid, used in war_on_actions, relevant flag set by hire_laamp_mercenaries_interaction or ep3_interactions_events.0112 laamp_as_mercenary_payout_effect = { scope:war = { - if = { + every_war_participant = { limit = { - any_war_participant = { - has_character_flag = joined_as_mercenary - is_attacker_in_war = scope:war - NOT = { is_leader_in_war = scope:war } - OR = { - has_raised_armies = yes - scope:war = { - war_contribution = { - target = prev - value > 0 - } - } - } - } + laamp_as_mercenary_payout_trigger = { WAR = scope:war } } - every_war_participant = { + if = { limit = { - has_character_flag = joined_as_mercenary - is_attacker_in_war = scope:war - NOT = { is_leader_in_war = scope:war } - OR = { - has_raised_armies = yes - scope:war = { - war_contribution = { - target = prev - value > 0 - } - } - } + laamp_as_mercenary_payout_last_war_trigger = { WAR = scope:war } } + save_scope_as = laamp_temp add_to_list = laamp_mercenaries - remove_character_flag = joined_as_mercenary - } - primary_attacker = { - save_scope_as = employer - trigger_event = { - id = ep3_interactions_events.0121 - days = { 3 7 } - } - } - every_in_list = { - list = laamp_mercenaries - scope:employer = { - remove_list_variable = { - name = hired_mercenaries - target = prev + var:joined_as_mercenary = { + save_scope_as = employer + trigger_event = { + id = ep3_interactions_events.0121 + days = { 3 7 } } } - } - } - if = { - limit = { - any_war_participant = { - has_character_flag = joined_as_mercenary - is_defender_in_war = scope:war - NOT = { is_leader_in_war = scope:war } - OR = { - has_raised_armies = yes - scope:war = { - war_contribution = { - target = prev - value > 0 - } + every_in_list = { + list = laamp_mercenaries + scope:employer = { + remove_list_variable = { + name = hired_mercenaries + target = scope:laamp_temp } } } + remove_variable = joined_as_mercenary } - every_war_participant = { - limit = { - has_character_flag = joined_as_mercenary - is_defender_in_war = scope:war - NOT = { is_leader_in_war = scope:war } - OR = { - has_raised_armies = yes - scope:war = { - war_contribution = { - target = prev - value > 0 - } - } + else = { + save_scope_as = laamp_temp + var:joined_as_mercenary = { save_scope_as = employer } + if = { + limit = { exists = var:aggregate_war_contribution_value } + change_variable = { + name = aggregate_war_contribution_value + add = scope:laamp_temp.ep3_hire_laamp_mercs_payment_value + } + # Average + change_variable = { + name = aggregate_war_contribution_value + divide = 2 } } - add_to_list = laamp_mercenaries - remove_character_flag = joined_as_mercenary - } - primary_defender = { - save_scope_as = employer - trigger_event = { - id = ep3_interactions_events.0121 - days = { 3 7 } - } - } - every_in_list = { - list = laamp_mercenaries - scope:employer = { - remove_list_variable = { - name = hired_mercenaries - target = prev + else = { + set_variable = { + name = aggregate_war_contribution_value + value = scope:laamp_temp.ep3_hire_laamp_mercs_payment_value } } } @@ -12153,184 +12141,66 @@ laamp_as_mercenary_payout_effect = { # defender - primary defender from the casus_belli laamp_as_mercenary_payout_tooltip_effect = { show_as_tooltip = { - scope:defender = { - if = { - limit = { - exists = scope:war - any_war_ally = { - has_government = landless_adventurer_government - OR = { - any_character_active_contract = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war ?= scope:war + scope:war ?= { + every_war_participant = { + limit = { has_government = landless_adventurer_government } + save_scope_as = laamp_temp + save_scope_as = actor + save_scope_value_as = { + name = war_contribution_value + value = "scope:war.war_contribution(scope:laamp_temp)" + } + every_character_active_contract = { + limit = { + has_task_contract_type = laamp_join_war_contract + var:task_contract_war = scope:war + } + show_as_tooltip = { + task_contract_employer = { + save_scope_as = employer + custom_tooltip = ep3_join_war_payment_tt + pay_short_term_gold = { + target = scope:laamp_temp + gold = scope:laamp_temp.ep3_hire_laamp_mercs_payment_value } - AND = { - has_variable = owed_contract_assistance_gold - var:owed_contract_assistance_war ?= scope:war - } - has_variable = joined_as_mercenary } } } - every_war_ally = { + if = { + limit = { + laamp_as_mercenary_payout_trigger = { WAR = scope:war } + } if = { limit = { - has_government = landless_adventurer_government + laamp_as_mercenary_payout_last_war_trigger = { WAR = scope:war } } - save_scope_as = laamp_temp - save_scope_as = actor - save_scope_value_as = { - name = war_contribution_value - value = "scope:war.war_contribution(scope:laamp_temp)" - } - if = { - limit = { - any_character_active_contract = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war = scope:war - } + var:joined_as_mercenary ?= { + save_scope_as = employer + custom_description_no_bullet = { + text = ep3_hire_laamp_mercs_payment_tt + object = scope:laamp_temp + subject = scope:employer } - every_character_active_contract = { - limit = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war = scope:war - } - show_as_tooltip = { - task_contract_employer = { - save_scope_as = employer - custom_tooltip = ep3_join_war_payment_tt - pay_short_term_gold = { - target = scope:laamp_temp - gold = ep3_hire_laamp_mercs_payment_value - } - } - } - } - } - if = { - limit = { - has_variable = joined_as_mercenary - scope:defender = { - is_target_in_variable_list = { - name = hired_mercenaries - target = scope:laamp_temp - } - } - } - scope:defender = { - save_scope_as = employer - custom_tooltip = ep3_hire_laamp_mercs_payment_tt - pay_short_term_gold = { - target = scope:laamp_temp - gold = ep3_hire_laamp_mercs_payment_value - } - } - } - if = { - limit = { - has_variable = owed_contract_assistance_gold - var:owed_contract_assistance_war ?= scope:war - } - save_scope_as = contract_assistance_helper - scope:defender = { - save_scope_as = recipient - custom_tooltip = contract_assistance_interaction_condition_tt - pay_short_term_gold = { - target = scope:actor - gold = scope:actor.var:owed_contract_assistance_gold - } + pay_short_term_gold = { + target = scope:laamp_temp + gold = scope:laamp_temp.ep3_hire_laamp_mercs_payment_value } } } + else = { custom_tooltip = ep3_hire_laamp_mercs_payment_later_tt } } - } - } - scope:attacker = { - if = { - limit = { - exists = scope:war - any_war_ally = { - has_government = landless_adventurer_government - OR = { - any_character_active_contract = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war = scope:war - } - AND = { - has_variable = owed_contract_assistance_gold - var:owed_contract_assistance_war ?= scope:war - } - has_variable = joined_as_mercenary - } + if = { + limit = { + has_variable = owed_contract_assistance_gold + var:owed_contract_assistance_war ?= scope:war } - } - every_war_ally = { - if = { - limit = { - has_government = landless_adventurer_government - } - save_scope_as = laamp_temp - save_scope_as = actor - save_scope_value_as = { - name = war_contribution_value - value = "scope:war.war_contribution(scope:laamp_temp)" - } - if = { - limit = { - any_character_active_contract = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war = scope:war - } - } - every_character_active_contract = { - limit = { - has_task_contract_type = laamp_join_war_contract - var:task_contract_war = scope:war - } - show_as_tooltip = { - task_contract_employer = { - save_scope_as = employer - custom_tooltip = ep3_hire_laamp_mercs_payment_tt - pay_short_term_gold = { - target = scope:laamp_temp - gold = ep3_hire_laamp_mercs_payment_value - } - } - } - } - } - if = { - limit = { - has_variable = joined_as_mercenary - scope:attacker = { - is_target_in_variable_list = { - name = hired_mercenaries - target = scope:laamp_temp - } - } - } - scope:attacker = { - save_scope_as = employer - custom_tooltip = ep3_hire_laamp_mercs_payment_tt - pay_short_term_gold = { - target = scope:laamp_temp - gold = ep3_hire_laamp_mercs_payment_value - } - } - } - if = { - limit = { - has_variable = owed_contract_assistance_gold - var:owed_contract_assistance_war ?= scope:war - } - save_scope_as = contract_assistance_helper - scope:attacker = { - custom_tooltip = contract_assistance_interaction_condition_tt - pay_short_term_gold = { - target = scope:actor - gold = scope:actor.var:owed_contract_assistance_gold - } - } + save_scope_as = contract_assistance_helper + scope:defender = { + save_scope_as = recipient + custom_description_no_bullet = { text = contract_assistance_interaction_condition_tt } + pay_short_term_gold = { + target = scope:actor + gold = scope:actor.var:owed_contract_assistance_gold } } } @@ -12587,110 +12457,318 @@ disburse_camp_party_reward_effect = { #Host effects scope:host = { - hidden_effect = { - domicile = { - random_list = { - 1 = { - trigger = { - has_domicile_building_or_higher = camp_main_01 - NOT = { has_domicile_building = camp_main_04 } + if = { + limit = { + NOT = { + exists = scope:domicile_building #already saved + } + } + hidden_effect = { + domicile = { + random_list = { + 1 = { + trigger = { + has_domicile_building_or_higher = camp_main_01 + NOT = { has_domicile_building = camp_main_04 } + } + switch = { + trigger = has_domicile_building + camp_main_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_main_01 + } + } + camp_main_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_main_02 + } + } + camp_main_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_main_03 + } + } + } } - switch = { - trigger = has_domicile_building - camp_main_01 = { add_domicile_building = camp_main_02 } - camp_main_02 = { add_domicile_building = camp_main_03 } - camp_main_03 = { add_domicile_building = camp_main_04 } + 1 = { + trigger = { + has_domicile_building_or_higher = supply_tent_01 + NOT = { has_domicile_building = supply_tent_06 } + } + switch = { + trigger = has_domicile_building + supply_tent_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:supply_tent_01 + } + } + supply_tent_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:supply_tent_02 + } + } + supply_tent_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:supply_tent_03 + } + } + supply_tent_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:supply_tent_04 + } + } + supply_tent_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:supply_tent_05 + } + } + } } - } - 1 = { - trigger = { - has_domicile_building_or_higher = supply_tent_01 - NOT = { has_domicile_building = supply_tent_06 } + 1 = { + trigger = { + has_domicile_building_or_higher = barber_tent_01 + NOT = { has_domicile_building = barber_tent_06 } + } + switch = { + trigger = has_domicile_building + barber_tent_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:barber_tent_01 + } + } + barber_tent_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:barber_tent_02 + } + } + barber_tent_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:barber_tent_03 + } + } + barber_tent_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:barber_tent_04 + } + } + barber_tent_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:barber_tent_05 + } + } + } } - switch = { - trigger = has_domicile_building - supply_tent_01 = { add_domicile_building = supply_tent_02 } - supply_tent_02 = { add_domicile_building = supply_tent_03 } - supply_tent_03 = { add_domicile_building = supply_tent_04 } - supply_tent_04 = { add_domicile_building = supply_tent_05 } - supply_tent_05 = { add_domicile_building = supply_tent_06 } + 1 = { + trigger = { + has_domicile_building_or_higher = baggage_train_01 + NOT = { has_domicile_building = baggage_train_06 } + } + switch = { + trigger = has_domicile_building + baggage_train_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:baggage_train_01 + } + } + baggage_train_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:baggage_train_02 + } + } + baggage_train_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:baggage_train_03 + } + } + baggage_train_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:baggage_train_04 + } + } + baggage_train_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:baggage_train_05 + } + } + } } - } - 1 = { - trigger = { - has_domicile_building_or_higher = barber_tent_01 - NOT = { has_domicile_building = barber_tent_06 } + 1 = { + trigger = { + has_domicile_building_or_higher = camp_fire_01 + NOT = { has_domicile_building = camp_fire_06 } + } + switch = { + trigger = has_domicile_building + camp_fire_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_fire_01 + } + } + camp_fire_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_fire_02 + } + } + camp_fire_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_fire_03 + } + } + camp_fire_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_fire_04 + } + } + camp_fire_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_fire_05 + } + } + } } - switch = { - trigger = has_domicile_building - barber_tent_01 = { add_domicile_building = barber_tent_02 } - barber_tent_02 = { add_domicile_building = barber_tent_03 } - barber_tent_03 = { add_domicile_building = barber_tent_04 } - barber_tent_04 = { add_domicile_building = barber_tent_05 } - barber_tent_05 = { add_domicile_building = barber_tent_06 } + 1 = { + trigger = { + has_domicile_building_or_higher = proving_grounds_01 + NOT = { has_domicile_building = proving_grounds_06 } + } + switch = { + trigger = has_domicile_building + proving_grounds_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:proving_grounds_01 + } + } + proving_grounds_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:proving_grounds_02 + } + } + proving_grounds_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:proving_grounds_03 + } + } + proving_grounds_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:proving_grounds_04 + } + } + proving_grounds_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:proving_grounds_05 + } + } + } } - } - 1 = { - trigger = { - has_domicile_building_or_higher = baggage_train_01 - NOT = { has_domicile_building = baggage_train_06 } - } - switch = { - trigger = has_domicile_building - baggage_train_01 = { add_domicile_building = baggage_train_02 } - baggage_train_02 = { add_domicile_building = baggage_train_03 } - baggage_train_03 = { add_domicile_building = baggage_train_04 } - baggage_train_04 = { add_domicile_building = baggage_train_05 } - baggage_train_05 = { add_domicile_building = baggage_train_06 } - } - } - 1 = { - trigger = { - has_domicile_building_or_higher = camp_fire_01 - NOT = { has_domicile_building = camp_fire_06 } - } - switch = { - trigger = has_domicile_building - camp_fire_01 = { add_domicile_building = camp_fire_02 } - camp_fire_02 = { add_domicile_building = camp_fire_03 } - camp_fire_03 = { add_domicile_building = camp_fire_04 } - camp_fire_04 = { add_domicile_building = camp_fire_05 } - camp_fire_05 = { add_domicile_building = camp_fire_06 } - } - } - 1 = { - trigger = { - has_domicile_building_or_higher = proving_grounds_01 - NOT = { has_domicile_building = proving_grounds_06 } - } - switch = { - trigger = has_domicile_building - proving_grounds_01 = { add_domicile_building = proving_grounds_02 } - proving_grounds_02 = { add_domicile_building = proving_grounds_03 } - proving_grounds_03 = { add_domicile_building = proving_grounds_04 } - proving_grounds_04 = { add_domicile_building = proving_grounds_05 } - proving_grounds_05 = { add_domicile_building = proving_grounds_06 } - } - } - 1 = { - trigger = { - has_domicile_building_or_higher = camp_perimeter_01 - NOT = { has_domicile_building = camp_perimeter_06 } - } - switch = { - trigger = has_domicile_building - camp_perimeter_01 = { add_domicile_building = camp_perimeter_02 } - camp_perimeter_02 = { add_domicile_building = camp_perimeter_03 } - camp_perimeter_03 = { add_domicile_building = camp_perimeter_04 } - camp_perimeter_04 = { add_domicile_building = camp_perimeter_05 } - camp_perimeter_05 = { add_domicile_building = camp_perimeter_06 } + 1 = { + trigger = { + has_domicile_building_or_higher = camp_perimeter_01 + NOT = { has_domicile_building = camp_perimeter_06 } + } + switch = { + trigger = has_domicile_building + camp_perimeter_01 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_perimeter_01 + } + } + camp_perimeter_02 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_perimeter_02 + } + } + camp_perimeter_03 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_perimeter_03 + } + } + camp_perimeter_04 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_perimeter_04 + } + } + camp_perimeter_05 = { + save_scope_value_as = { + name = domicile_building + value = flag:camp_perimeter_05 + } + } + } } } } } } - - custom_tooltip = activity_camp_party_reward_upgrade_building + domicile = { + switch = { + trigger = scope:domicile_building + flag:camp_main_01 = { add_domicile_building = camp_main_02 } + flag:camp_main_02 = { add_domicile_building = camp_main_03 } + flag:camp_main_03 = { add_domicile_building = camp_main_04 } + flag:supply_tent_01 = { add_domicile_building = supply_tent_02 } + flag:supply_tent_02 = { add_domicile_building = supply_tent_03 } + flag:supply_tent_03 = { add_domicile_building = supply_tent_04 } + flag:supply_tent_04 = { add_domicile_building = supply_tent_05 } + flag:supply_tent_05 = { add_domicile_building = supply_tent_06 } + flag:barber_tent_01 = { add_domicile_building = barber_tent_02 } + flag:barber_tent_02 = { add_domicile_building = barber_tent_03 } + flag:barber_tent_03 = { add_domicile_building = barber_tent_04 } + flag:barber_tent_04 = { add_domicile_building = barber_tent_05 } + flag:barber_tent_05 = { add_domicile_building = barber_tent_06 } + flag:baggage_train_01 = { add_domicile_building = baggage_train_02 } + flag:baggage_train_02 = { add_domicile_building = baggage_train_03 } + flag:baggage_train_03 = { add_domicile_building = baggage_train_04 } + flag:baggage_train_04 = { add_domicile_building = baggage_train_05 } + flag:baggage_train_05 = { add_domicile_building = baggage_train_06 } + flag:camp_fire_01 = { add_domicile_building = camp_fire_02 } + flag:camp_fire_02 = { add_domicile_building = camp_fire_03 } + flag:camp_fire_03 = { add_domicile_building = camp_fire_04 } + flag:camp_fire_04 = { add_domicile_building = camp_fire_05 } + flag:camp_fire_05 = { add_domicile_building = camp_fire_06 } + flag:proving_grounds_01 = { add_domicile_building = proving_grounds_02 } + flag:proving_grounds_02 = { add_domicile_building = proving_grounds_03 } + flag:proving_grounds_03 = { add_domicile_building = proving_grounds_04 } + flag:proving_grounds_04 = { add_domicile_building = proving_grounds_05 } + flag:proving_grounds_05 = { add_domicile_building = proving_grounds_06 } + flag:camp_perimeter_01 = { add_domicile_building = camp_perimeter_02 } + flag:camp_perimeter_02 = { add_domicile_building = camp_perimeter_03 } + flag:camp_perimeter_03 = { add_domicile_building = camp_perimeter_04 } + flag:camp_perimeter_04 = { add_domicile_building = camp_perimeter_05 } + flag:camp_perimeter_05 = { add_domicile_building = camp_perimeter_06 } + } + } custom_tooltip = camp_party_100_contracts_get @@ -13436,7 +13514,7 @@ banish_effect = { show_as_tooltip = { banish = yes } save_scope_as = allow_imprisoned_landless if = { - limit = { is_valid_for_laampdom = yes } + limit = { scope:allow_imprisoned_landless = { is_valid_for_laampdom = yes } } custom_tooltip = laamp_may_become_adventurer_tt } $BANISHER$ = { save_scope_as = banisher } diff --git a/common/scripted_effects/09_dlc_mpo_scripted_effects.txt b/common/scripted_effects/09_dlc_mpo_scripted_effects.txt index 2080338f..7c80b576 100644 --- a/common/scripted_effects/09_dlc_mpo_scripted_effects.txt +++ b/common/scripted_effects/09_dlc_mpo_scripted_effects.txt @@ -916,12 +916,14 @@ mpo_mongol_recovered_head_content_effect = { if = { limit = { any_side_participant = { + is_alive = yes has_variable = beheaded_warrior is_ruler = yes } } every_side_participant = { limit = { + is_alive = yes has_variable = beheaded_warrior is_ruler = yes } @@ -929,7 +931,6 @@ mpo_mongol_recovered_head_content_effect = { random_list = { 1 = { trigger = { - is_alive = yes is_imprisoned = no } modifier = { @@ -2022,225 +2023,6 @@ mpo_yurts_paiza_bonuses_tooltip_effect = { } } -mpo_yurts_paiza_bonuses_effect = { - if = { - limit = { - domicile ?= { - OR = { - has_domicile_building_or_higher = fertility_trade_yurt_01 - has_domicile_building_or_higher = herd_trade_yurt_01 - has_domicile_building_or_higher = knight_trade_yurt_01 - has_domicile_building_or_higher = merchant_yurt_01 - has_domicile_building_or_higher = char_trade_yurt_01 - } - } - } - custom_tooltip = yurt_paiza_bonuses_generic - } - domicile ?= { - if = { - limit = { - has_domicile_building_or_higher = fertility_trade_yurt_01 - } - switch = { - trigger = has_domicile_parameter - nomad_yurt_paiza_fertility_gain_lvl_1 = { - root = { - every_held_county = { - limit = { - uses_county_fertility = yes - } - add_county_modifier = { - modifier = paiza_fertility_modifier_1 - years = 2 - } - } - } - } - nomad_yurt_paiza_fertility_gain_lvl_2 = { - root = { - every_held_county = { - limit = { - uses_county_fertility = yes - } - add_county_modifier = { - modifier = paiza_fertility_modifier_2 - years = 4 - } - } - } - } - nomad_yurt_paiza_fertility_gain_lvl_3 = { - root = { - every_held_county = { - limit = { - uses_county_fertility = yes - } - add_county_modifier = { - modifier = paiza_fertility_modifier_3 - years = 6 - } - } - } - } - } - } - if = { - limit = { - has_domicile_building_or_higher = herd_trade_yurt_01 - } - switch = { - trigger = has_domicile_parameter - nomad_yurt_paiza_herd_gain_lvl_1= { - change_herd = { - value = root.var:trade_gold_value - multiply = 0.05 - } - } - nomad_yurt_paiza_herd_gain_lvl_2 = { - change_herd = { - value = root.var:trade_gold_value - multiply = 0.05 - } - } - nomad_yurt_paiza_herd_gain_lvl_3 = { - change_herd = { - value = root.var:trade_gold_value - multiply = 0.2 - } - } - } - } - if = { - limit = { - has_domicile_building_or_higher = knight_trade_yurt_01 - } - switch = { - trigger = has_domicile_parameter - nomad_yurt_paiza_maa_gain_lvl_1 = { - root = { - spawn_army = { - name = paiza_troops - men_at_arms = { - type = accolade_maa_archers - stacks = 1 - } - location = root.location - origin = scope:merchant_origin - inheritable = yes - } - } - } - nomad_yurt_paiza_maa_gain_lvl_2 = { - root = { - spawn_army = { - name = paiza_troops - men_at_arms = { - type = accolade_maa_archers - stacks = 4 - } - location = root.location - origin = scope:merchant_origin - inheritable = yes - } - } - } - nomad_yurt_paiza_maa_gain_lvl_3 = { - root = { - spawn_army = { - name = paiza_troops - men_at_arms = { - type = accolade_maa_archers - stacks = 4 - } - men_at_arms = { - type = accolade_maa_vanguards - stacks = 4 - } - location = root.location - origin = scope:merchant_origin - inheritable = yes - } - } - } - } - } - if = { - limit = { - has_domicile_building_or_higher = char_trade_yurt_01 - } - switch = { - trigger = has_domicile_parameter - nomad_yurt_paiza_char_gain_lvl_1 = { - root = { - hidden_effect = { - create_character = { - location = root.location - culture = scope:merchant_origin.county.culture - faith = scope:merchant_origin.county.faith - gender_female_chance = 50 - template = peasant_character - save_scope_as = yurt_merchant_char - } - scope:yurt_merchant_char = { - add_trait = lifestyle_traveler - } - add_courtier = scope:yurt_merchant_char - } - } - } - nomad_yurt_paiza_char_gain_lvl_2 = { - root = { - hidden_effect = { - create_character = { - location = root.location - culture = scope:merchant_origin.county.culture - faith = scope:merchant_origin.county.faith - gender_female_chance = 50 - template = merchant_template - save_scope_as = yurt_merchant_char - } - scope:yurt_merchant_char = { - add_trait = lifestyle_traveler - } - add_courtier = scope:yurt_merchant_char - } - } - } - nomad_yurt_paiza_char_gain_lvl_3 = { - root = { - hidden_effect = { - create_character = { - location = root.location - culture = scope:merchant_origin.county.culture - faith = scope:merchant_origin.county.faith - gender_female_chance = 50 - template = merchant_template - save_scope_as = yurt_merchant_char - } - scope:yurt_merchant_char = { - add_random_skill_point_effect = yes - add_random_skill_point_effect = yes - add_random_skill_point_effect = yes - add_random_skill_point_effect = yes - add_random_skill_point_effect = yes - add_random_skill_point_effect = yes - random_list = { - 1 = { add_trait = avaricious } - 1 = { add_trait = diplomat } - 1 = { add_trait = overseer } - } - add_trait = lifestyle_traveler - } - add_courtier = scope:yurt_merchant_char - } - } - } - } - } - } -} - mpo_paiza_improve_maa_smol_effect = { add_character_modifier = mpo_paiza_improve_maa_modifier add_character_flag = paiza_metal_trade_yurt_flag @@ -3874,6 +3656,218 @@ mpo_overrunning_vassal_title_distribution_effect = { } } +mpo_duchy_overrunning_vassal_title_distribution_effect = { + #All counties but capital county are up for grabs + every_held_title = { + limit = { + tier = tier_county + NOT = { + this = scope:attacker.capital_county + } + } + add_to_list = overrun_counties + } + #Distribute all counties + while = { + limit = { + any_in_list = { + list = overrun_counties + holder = scope:attacker + } + any_in_list = { + list = potential_overrunning_vassals + NOT = { + has_character_flag = got_overrun_title + } + } + } + ordered_in_list = { + order_by = development_level + list = overrun_counties + save_scope_as = title_to_grant + } + #Choose a vassal + ordered_in_list = { + list = potential_overrunning_vassals + limit = { + NOT = { + has_character_flag = got_overrun_title + } + } + order_by = max_military_strength + save_scope_as = title_gainer + #Add character flag - they should be done + add_character_flag = got_overrun_title + + #tributaries go + hidden_effect = { + every_tributary = { + custom = custom.every_tributary + end_tributary = yes + } + } + + #Give up nomadic titles + if = { + limit = { + NOT = { + scope:title_to_grant = { + any_county_province = { + OR = { + has_holding_type = nomad_holding + has_holding_type = herder_holding + } + } + } + } + } + mpo_overrunning_ending_nomadism_effect = yes + } + #Nomads should still move + else = { + hidden_effect = { + give_domain_to_herders = yes + } + } + } + scope:title_gainer = { + create_title_and_vassal_change = { + type = granted + save_scope_as = title_change + } + scope:title_to_grant = { + change_title_holder = { + holder = scope:title_gainer + change = scope:title_change + } + } + resolve_title_and_vassal_change = scope:title_change + #Add duchy if they're getting one + if = { + limit = { + exists = scope:duchy_to_grant + } + create_title_and_vassal_change = { + type = granted + save_scope_as = title_change + } + scope:duchy_to_grant = { + change_title_holder = { + holder = scope:title_gainer + change = scope:title_change + } + } + resolve_title_and_vassal_change = scope:title_change + } + } + #Change government + scope:attacker = { + if = { + limit = { + scope:title_to_grant = { + any_county_province = { + OR = { + has_holding_type = nomad_holding + has_holding_type = herder_holding + } + } + } + } + #Do nothing, they're still nomadic + } + else_if = { + limit = { + scope:title_to_grant = { + any_county_province = { + has_holding_type = tribal_holding + } + } + } + scope:title_gainer = { + nomad_convert_people_to_tribe_effect = yes + } + } + else_if = { + limit = { + scope:title_gainer = { + OR = { + #Personal reasons to go clan + faith.religion = religion:islam_religion + culture = { + OR = { + has_cultural_pillar = heritage_arabic + has_cultural_pillar = heritage_iranian + } + } + #county and liege are clan + AND = { + scope:title_to_grant = { + OR = { + faith.religion = religion:islam_religion + culture = { + OR = { + has_cultural_pillar = heritage_arabic + has_cultural_pillar = heritage_iranian + } + } + } + } + scope:attacker = { + government_has_flag = government_is_clan + } + } + } + } + } + scope:title_gainer = { + nomad_convert_people_to_clan_effect = yes + } + } + else = { + scope:title_gainer = { + nomad_convert_people_to_feudal_effect = yes + } + } + } + + #Have to re-add them as a vassal probably + scope:title_gainer = { + if = { + limit = { + NOT = { + liege = scope:attacker + } + } + create_title_and_vassal_change = { + type = granted + save_scope_as = change + add_claim_on_loss = no + } + change_liege = { + liege = scope:attacker + change = scope:change + } + resolve_title_and_vassal_change = scope:change + } + } + + #Remove chosen titles from list + scope:title_to_grant = { + remove_from_list = overrun_counties + } + scope:undervassal_county ?= { + remove_from_list = overrun_counties + } + } + #Get rid of this now-useless flag + every_vassal = { + limit = { + has_character_flag = got_overrun_title + } + remove_character_flag = got_overrun_title + } +} + mpo_overrunning_ending_nomadism_effect = { #Wrap up being a nomad nomad_domicile_refund_effect = yes @@ -4896,33 +4890,59 @@ summon_three_fair_courtiers_effect = { template = $NOMAD_TEMPLATE_CHARACTER$ faith = root.location.faith culture = root.location.culture - save_scope_as = new_commander + after_creation = { + add_to_list = three_fair_courtiers_list + } + } + create_character = { + employer = scope:root_scope + template = $NOMAD_TEMPLATE_CHARACTER$ + faith = root.location.faith + culture = root.location.culture + after_creation = { + add_to_list = three_fair_courtiers_list + } + } + create_character = { + employer = scope:root_scope + template = $NOMAD_TEMPLATE_CHARACTER$ + faith = root.location.faith + culture = root.location.culture + after_creation = { + add_to_list = three_fair_courtiers_list + } } if = { # Error suppression limit = { - exists = scope:new_commander - } - scope:new_commander = { - assign_random_nickname_effect = yes - add_character_flag = { - flag = blocked_from_leaving - years = 25 + any_in_list = { + list = three_fair_courtiers_list } } - if = { - limit = { - scope:new_commander = { + every_in_list = { + list = three_fair_courtiers_list + assign_random_nickname_effect = yes + if = { + limit = { NOT = { is_courtier_of = scope:root_scope } } + scope:root_scope = { + add_courtier = scope:new_commander + } + } + add_character_flag = { + flag = blocked_from_leaving + years = 25 + } + save_scope_as = new_commander # for the localization + scope:root_scope = { + send_interface_message = { + title = nomad_character_recruited.t + left_icon = prev + custom_tooltip = commander_recruited.desc + } } - add_courtier = scope:new_commander - } - send_interface_message = { - title = nomad_character_recruited.t - left_icon = scope:new_commander - custom_tooltip = commander_recruited.desc } } } @@ -4953,7 +4973,7 @@ mpo_war_vassal_tributary_effect = { holder ?= { add_to_list = target_holder } - add_to_list = target_titles + add_to_list = titles_taken } } @@ -4965,12 +4985,12 @@ mpo_war_vassal_tributary_effect = { } every_in_list = { - list = target_titles + list = titles_taken add_to_list = prestige_gain_list } ordered_in_list = { - list = target_titles + list = titles_taken order_by = tier max = 1 save_scope_as = war_goal_title @@ -4983,8 +5003,8 @@ mpo_war_vassal_tributary_effect = { limit = { NOT = { any_held_county = { - exists = duchy - NOT = { is_in_list = target_titles } + is_landless_type_title = no + NOT = { is_in_list = titles_taken } } } NOR = { @@ -4996,14 +5016,7 @@ mpo_war_vassal_tributary_effect = { } if = { limit = { - NOR = { - this = scope:attacker - top_liege = scope:attacker - top_suzerain ?= scope:attacker - } - scope:attacker = { - vassal_count >= vassal_limit - } + scope:attacker.vassal_count >= vassal_limit } start_tributary_from_war_effect = { TRIBUTARY = scope:defender @@ -5022,40 +5035,30 @@ mpo_war_vassal_tributary_effect = { } } } - else_if = { - limit = { - NOR = { - this = scope:attacker - top_liege = scope:attacker - top_suzerain ?= scope:attacker - } - } + else = { change_liege = { liege = scope:attacker change = scope:change } } every_in_list = { - list = target_titles + list = titles_taken limit = { - holder ?= { this = scope:current_target_holder } + holder ?= scope:current_target_holder } - remove_from_list = target_titles + remove_from_list = titles_taken } } } every_in_list = { - list = target_titles + list = titles_taken limit = { - OR = { - NOT = { exists = holder } - holder ?= { - NOR = { - this = scope:attacker - any_liege_or_above = { this = scope:attacker } - top_suzerain ?= scope:attacker - } + holder ?= { + NOR = { + this = scope:attacker + any_liege_or_above = { this = scope:attacker } + top_suzerain ?= scope:attacker } } } @@ -5142,47 +5145,44 @@ mpo_war_vassal_tributary_effect = { #Called from game start on action #inside domicile scope add_random_yurt_external_building_effect = { - if = { - limit = { owner = { NOT = { government_has_flag = government_allows_nomad_domicile_titles } } } - random_list = { - 10 = { - trigger = { - NOT = { has_domicile_building_or_higher = herd_welfare_yurt_01 } - } - add_domicile_building = herd_welfare_yurt_01 - } - 1 = { - trigger = { - NOT = { has_domicile_building_or_higher = character_warfare_yurt_01 } - } - add_domicile_building = character_warfare_yurt_01 - } - 1 = { - trigger = { - NOT = { has_domicile_building_or_higher = mass_warfare_yurt_01 } - } - add_domicile_building = mass_warfare_yurt_01 - } - 1 = { - trigger = { - NOT = { has_domicile_building_or_higher = court_yurt_01 } - } - add_domicile_building = court_yurt_01 - } - 1 = { - trigger = { - NOT = { has_domicile_building_or_higher = family_yurt_01 } - } - add_domicile_building = family_yurt_01 - } - 1 = { - trigger = { - NOT = { has_domicile_building_or_higher = mystical_yurt_01 } - } - add_domicile_building = mystical_yurt_01 - } - } - } + random_list = { + 10 = { + trigger = { + NOT = { has_domicile_building_or_higher = herd_welfare_yurt_01 } + } + add_domicile_building = herd_welfare_yurt_01 + } + 1 = { + trigger = { + NOT = { has_domicile_building_or_higher = character_warfare_yurt_01 } + } + add_domicile_building = character_warfare_yurt_01 + } + 1 = { + trigger = { + NOT = { has_domicile_building_or_higher = mass_warfare_yurt_01 } + } + add_domicile_building = mass_warfare_yurt_01 + } + 1 = { + trigger = { + NOT = { has_domicile_building_or_higher = court_yurt_01 } + } + add_domicile_building = court_yurt_01 + } + 1 = { + trigger = { + NOT = { has_domicile_building_or_higher = family_yurt_01 } + } + add_domicile_building = family_yurt_01 + } + 1 = { + trigger = { + NOT = { has_domicile_building_or_higher = mystical_yurt_01 } + } + add_domicile_building = mystical_yurt_01 + } + } } #Called from game start on action @@ -5669,6 +5669,7 @@ de_jure_shifting_effect = { value = 1 } max = 3 + check_range_bounds = no list = de_jure_shifted_title show_as_tooltip = { set_de_jure_liege_title = root.primary_title @@ -6127,15 +6128,39 @@ expanding_steppe_effect = { } } # East - scope:world_steppe_tarim = { + scope:dlc_mpo_steppe_hexi_tarim_expansion = { expanding_steppe_add_region_effect = { SUB_REGION = east - REGION = world_steppe_tarim + REGION = dlc_mpo_steppe_hexi_tarim_expansion } tgp_silk_road_expand_steppe_effect = { SUB_REGION = central_asia } tgp_silk_road_expand_steppe_effect = { SUB_REGION = transcaspia } tgp_silk_road_expand_steppe_effect = { SUB_REGION = occident } } + scope:dlc_mpo_steppe_north_china_expansion = { + expanding_steppe_add_region_effect = { + SUB_REGION = east + REGION = dlc_mpo_steppe_north_china_expansion + } + } + scope:dlc_mpo_steppe_central_china_expansion = { + expanding_steppe_add_region_effect = { + SUB_REGION = east + REGION = dlc_mpo_steppe_central_china_expansion + } + } + scope:world_asia_korea = { + expanding_steppe_add_region_effect = { + SUB_REGION = east + REGION = world_asia_korea + } + } + scope:world_asia_japan = { + expanding_steppe_add_region_effect = { + SUB_REGION = east + REGION = world_asia_japan + } + } } } @@ -6573,3 +6598,83 @@ mpo_abuse_authority_county_effect = { } } } + +mpo_release_herder_land_effect = { + # Save scope of character triggering the effect + save_scope_as = trigger_character + every_top_realm_border_county = { + limit = { + title_province = { + this != scope:trigger_character.capital_province + } + } + add_to_list = target_titles + } + while = { + limit = { # Loop over list of target titles until there are no more titles to grant + list_size = { + name = target_titles + value >= 1 + } + } + random_in_list = { + list = target_titles + if = { + limit = { + title_province = { has_holding_type = nomad_holding } + } + title_province = { set_holding_type = herder_holding } + } + + save_scope_as = county_of_origin + + create_character = { + template = herder_character + dynasty = none + location = scope:county_of_origin.title_province + culture = scope:county_of_origin.culture + faith = scope:county_of_origin.faith + gender_female_chance = { + if = { + limit = { scope:county_of_origin.faith = { has_doctrine = doctrine_gender_male_dominated } } + add = 20 + } + else_if = { + limit = { scope:county_of_origin.faith = { has_doctrine = doctrine_gender_female_dominated } } + add = 80 + } + else = { + add = 50 + } + } + save_scope_as = new_herder + } + + create_title_and_vassal_change = { + type = granted + save_scope_as = change + add_claim_on_loss = no + } + change_title_holder_include_vassals = { + holder = scope:new_herder + change = scope:change + } + resolve_title_and_vassal_change = scope:change + remove_from_list = target_titles + } + scope:new_herder = { + change_government = herder_government + if = { + limit = { is_independent_ruler = no } + #De-vassalise him. + create_title_and_vassal_change = { + type = independency + save_scope_as = change + add_claim_on_loss = no + } + becomes_independent = { change = scope:change } + resolve_title_and_vassal_change = scope:change + } + } + } +} diff --git a/common/scripted_effects/tgp_debate_scripted_effects.txt b/common/scripted_effects/tgp_debate_scripted_effects.txt index 8abd17dc..287a5f34 100644 --- a/common/scripted_effects/tgp_debate_scripted_effects.txt +++ b/common/scripted_effects/tgp_debate_scripted_effects.txt @@ -372,7 +372,9 @@ debate_host_rewards_effect = { situation_top_has_catalyst = catalyst_movement_gained_power_pro_hegemon } } - trigger_situation_catalyst = catalyst_movement_gained_power_pro_hegemon + situation:dynastic_cycle = { + trigger_situation_catalyst = catalyst_movement_gained_power_pro_hegemon + } } } advancement_movement = { @@ -382,7 +384,9 @@ debate_host_rewards_effect = { situation_top_has_catalyst = catalyst_movement_gained_power_advancement } } - trigger_situation_catalyst = catalyst_movement_gained_power_advancement + situation:dynastic_cycle = { + trigger_situation_catalyst = catalyst_movement_gained_power_advancement + } } } expansion_movement = { @@ -392,7 +396,9 @@ debate_host_rewards_effect = { situation_top_has_catalyst = catalyst_movement_gained_power_expansion } } - trigger_situation_catalyst = catalyst_movement_gained_power_expansion + situation:dynastic_cycle = { + trigger_situation_catalyst = catalyst_movement_gained_power_expansion + } } } conservative_movement = { @@ -402,7 +408,9 @@ debate_host_rewards_effect = { situation_top_has_catalyst = catalyst_movement_gained_power_conservative } } - trigger_situation_catalyst = catalyst_movement_gained_power_conservative + situation:dynastic_cycle = { + trigger_situation_catalyst = catalyst_movement_gained_power_conservative + } } } } @@ -442,7 +450,7 @@ debate_host_rewards_effect = { ordered_in_list = { variable = debate_disciples order_by = learning - position = 1 + position = 0 save_scope_as = disciple_2 } } diff --git a/common/scripted_effects/tgp_imperial_examination_scripted_effects.txt b/common/scripted_effects/tgp_imperial_examination_scripted_effects.txt index 90e65b7a..d7794f14 100644 --- a/common/scripted_effects/tgp_imperial_examination_scripted_effects.txt +++ b/common/scripted_effects/tgp_imperial_examination_scripted_effects.txt @@ -434,6 +434,20 @@ imperial_examination_disburse_activity_entrant_rewards = { } remove_character_flag = failed_imperial_examination } + if = { + limit = { + has_character_flag = exam_cheat_intent + NOR = { + has_variable = been_caught_cheating + has_variable = been_caught_cheating_longterm + } + government_allows = merit + } + add_secret = { + target = scope:host + type = secret_exam_cheater + } + } } #Failees else = { @@ -575,6 +589,20 @@ local_examination_disburse_activity_entrant_rewards = { desc = msg_provincial_exam_close_family_passed_desc } } + if = { + limit = { + has_character_flag = exam_cheat_intent + NOR = { + has_variable = been_caught_cheating + has_variable = been_caught_cheating_longterm + } + government_allows = merit + } + add_secret = { + target = scope:host + type = secret_exam_cheater + } + } } #Failees else = { @@ -1284,15 +1312,11 @@ imperial_examination_gather_entrants_effect = { NOR = { this = scope:host is_in_guest_subset = { name = imperial_examiners } - has_court_position = travel_leader_court_position - has_court_position = bodyguard_court_position # If you are a player, you should get as many shots at the Palace Exam as you want. has_character_flag = passed_palace_exam has_trait = devoted has_trait = eunuch } - # Remove diarchs from the list. - bannable_serving_diarch_trigger = no is_adult = yes } save_temporary_scope_as = temp_character @@ -1355,8 +1379,6 @@ local_examination_gather_entrants_effect = { NOR = { this = scope:host is_in_guest_subset = { name = imperial_examiners } - has_court_position = travel_leader_court_position - has_court_position = bodyguard_court_position # You have passed the any of the higher level exams has_character_flag = passed_metropolitan_exam # You have already passed the Provincial @@ -1364,8 +1386,6 @@ local_examination_gather_entrants_effect = { has_trait = devoted has_trait = eunuch } - # Remove diarchs from the list. - bannable_serving_diarch_trigger = no is_adult = yes } save_temporary_scope_as = temp_character @@ -1474,8 +1494,6 @@ imperial_examination_gather_stray_entrants_effect = { is_holy_order = no } } - # Remove diarchs from the list. - bannable_serving_diarch_trigger = no tgp_gender_can_be_exam_entrant_trigger = yes } add_to_list = entourage_entrants @@ -1513,8 +1531,6 @@ imperial_examination_gather_stray_entrants_effect = { is_holy_order = no } } - # Remove diarchs from the list. - bannable_serving_diarch_trigger = no tgp_gender_can_be_exam_entrant_trigger = yes } add_to_list = entourage_entrants @@ -1582,30 +1598,24 @@ metropolitan_examination_scoreboard_setup_effect = { } } #Add the fresh entrants to the scoreboard - while = { - count = 1 - ordered_attending_character = { - limit = { - or = { - is_in_guest_subset = { name = entrants } - } - NOR = { - is_in_guest_subset = { name = scoreboard } - scope:activity = { - any_guest_subset = { - name = scoreboard - count = scope:activity.var:scoreboard_size - } + every_attending_character = { + limit = { + is_in_guest_subset = { name = entrants } + NOR = { + is_in_guest_subset = { name = scoreboard } + scope:activity = { + any_guest_subset = { + name = scoreboard + count = scope:activity.var:scoreboard_size } } } - order_by = imperial_examination_score_value - save_temporary_scope_as = temp_character - scope:activity = { - add_to_guest_subset = { - name = scoreboard - target = scope:temp_character - } + } + save_temporary_scope_as = temp_character + scope:activity = { + add_to_guest_subset = { + name = scoreboard + target = scope:temp_character } } } @@ -1642,28 +1652,24 @@ palace_examination_scoreboard_setup_effect = { } } #Add the fresh entrants to the scoreboard - while = { - count = 1 - ordered_attending_character = { - limit = { - is_in_guest_subset = { name = palace_entrants } - NOR = { - is_in_guest_subset = { name = scoreboard } - scope:activity = { - any_guest_subset = { - name = scoreboard - count = scope:activity.var:scoreboard_size - } + every_attending_character = { + limit = { + is_in_guest_subset = { name = palace_entrants } + NOR = { + is_in_guest_subset = { name = scoreboard } + scope:activity = { + any_guest_subset = { + name = scoreboard + count = scope:activity.var:scoreboard_size } } } - order_by = imperial_examination_score_value - save_temporary_scope_as = temp_character - scope:activity = { - add_to_guest_subset = { - name = scoreboard - target = scope:temp_character - } + } + save_temporary_scope_as = temp_character + scope:activity = { + add_to_guest_subset = { + name = scoreboard + target = scope:temp_character } } } @@ -1720,6 +1726,7 @@ imperial_examination_determine_exam_outcome_effect = { # If we don't have enough, let some of the failees pass. ordered_guest_subset = { name = entrants + check_range_bounds = no limit = { has_trait = education_martial has_variable = failee_to_be_removed @@ -1990,4 +1997,4 @@ exam_grab_entrant_position_effect = { name = your_exam_position value = list_size:exam_position_list } -} \ No newline at end of file +} diff --git a/common/scripted_effects/tgp_mandala_scripted_effects.txt b/common/scripted_effects/tgp_mandala_scripted_effects.txt index 7ff526d1..7fe352bc 100644 --- a/common/scripted_effects/tgp_mandala_scripted_effects.txt +++ b/common/scripted_effects/tgp_mandala_scripted_effects.txt @@ -93,7 +93,7 @@ contributed_slabs_of_sandstone_effect = { mandala_contributor_laterite_blocks_reward_effect = { add_prestige = mandala_contribution_medium_prestige_reward - add_piety_experience = mandala_contribution_minor_dynasty_reward + add_piety_experience = medium_piety_value } contributed_laterite_blocks_effect = { custom_description_no_bullet = { text = contributed_laterite_blocks } @@ -188,7 +188,7 @@ contributed_ornate_reliefs_effect = { } mandala_contributor_family_shrine_reward_effect = { - dynasty = { add_dynasty_prestige = medium_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = medium_dynasty_prestige_value } player_heir ?= { add_piety_experience = medium_piety_value } } contributed_family_shrine_effect = { @@ -347,7 +347,7 @@ contributed_decorated_domes_effect = { } mandala_contributor_family_statues_reward_effect = { - dynasty = { add_dynasty_prestige = major_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value } player_heir ?= { add_piety_experience = major_piety_value } @@ -621,7 +621,7 @@ contributed_gilded_domes_effect = { } mandala_contributor_family_temple_compound_reward_effect = { - dynasty = { add_dynasty_prestige = major_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value } player_heir ?= { add_piety_experience = massive_piety_value } @@ -952,7 +952,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { if = { limit = { scope:owner = { - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_creator_reward_artifact_effect_tt @@ -968,7 +968,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { scope:owner = { - house ?= { has_house_power_parameter = aspect_of_serenity } + house ?= { has_house_aspiration_parameter = aspect_of_serenity } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_serenity_reward_artifact_effect_tt @@ -984,7 +984,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { scope:owner = { - house ?= { has_house_power_parameter = aspect_of_destruction } + house ?= { has_house_aspiration_parameter = aspect_of_destruction } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_destruction_reward_artifact_effect_tt @@ -1001,7 +1001,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { scope:owner = { - house ?= { has_house_power_parameter = aspect_of_trickery } + house ?= { has_house_aspiration_parameter = aspect_of_trickery } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_trickery_reward_artifact_effect_tt @@ -1032,7 +1032,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { this = { - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_creator_reward_pre_artifact_effect_tt @@ -1040,7 +1040,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { this = { - house ?= { has_house_power_parameter = aspect_of_serenity } + house ?= { has_house_aspiration_parameter = aspect_of_serenity } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_serenity_reward_pre_artifact_effect_tt @@ -1048,7 +1048,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { this = { - house ?= { has_house_power_parameter = aspect_of_destruction } + house ?= { has_house_aspiration_parameter = aspect_of_destruction } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_destruction_reward_pre_artifact_effect_tt @@ -1056,7 +1056,7 @@ mandala_contributor_bejeweled_reliefs_reward_effect = { else_if = { limit = { this = { - house ?= { has_house_power_parameter = aspect_of_trickery } + house ?= { has_house_aspiration_parameter = aspect_of_trickery } } } custom_tooltip = mandala_contributor_bejeweled_reliefs_trickery_reward_pre_artifact_effect_tt @@ -1230,7 +1230,7 @@ mandala_peacemaker_perk_serenity_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_serenity } + house ?= { has_house_aspiration_parameter = aspect_of_serenity } is_house_head = yes has_perk = peacemaker_perk } @@ -1243,6 +1243,24 @@ mandala_peacemaker_perk_serenity_effect = { change_to_mandala_government_effect = { change_government = mandala_government change_to_mandala_government_decree_effect = yes + save_scope_as = root_scope + primary_title.title_province = { + if = { + limit = { geographical_region = geographical_region:mpo_region_permafrost } + scope:root_scope = { + every_realm_county = { + if = { + limit = { has_county_modifier = mpo_siberian_permafrost_modifier } + remove_county_modifier = mpo_siberian_permafrost_modifier + } + else_if = { + limit = { has_county_modifier = mpo_siberian_permafrost_modifier_bad } + remove_county_modifier = mpo_siberian_permafrost_modifier_bad + } + } + } + } + } } change_to_mandala_government_and_citadel_effect = { @@ -1320,36 +1338,55 @@ change_capital_holding_to_citadel_effect = { change_tribal_holdings_to_citadels_effect = { custom_tooltip = all_tribal_holdings_will_change_to_citadels save_scope_as = current_tribal_holder - hidden_effect_new_object = { - every_directly_owned_province = { - limit = { has_holding_type = tribal_holding } - set_variable = { - name = tribal_to_mandala_building_level - value = combined_building_level - days = 1 + if = { + limit = { + any_directly_owned_province = { + has_holding_type = tribal_holding + count >= 1 } - set_holding_type = temple_citadel_holding - #We need to set the holding type BEFORE we can change to the government, lest it invalidates - scope:current_tribal_holder = { - if = { - limit = { - NOT = { government_has_flag = government_is_mandala } - } - change_to_mandala_government_effect = yes - } - } - #We need to set the government type BEFORE we generate buildings, otherwise basically none are valid - while = { - limit = { var:tribal_to_mandala_building_level > 0 } - generate_building = yes - change_variable = { + } + hidden_effect_new_object = { + every_directly_owned_province = { + limit = { has_holding_type = tribal_holding } + set_variable = { name = tribal_to_mandala_building_level - subtract = 1 + value = combined_building_level + days = 1 } + set_holding_type = temple_citadel_holding + #We need to set the holding type BEFORE we can change to the government, lest it invalidates + scope:current_tribal_holder = { + if = { + limit = { + NOT = { government_has_flag = government_is_mandala } + } + change_to_mandala_government_effect = yes + } + } + #We need to set the government type BEFORE we generate buildings, otherwise basically none are valid + while = { + limit = { var:tribal_to_mandala_building_level > 0 } + generate_building = yes + change_variable = { + name = tribal_to_mandala_building_level + subtract = 1 + } + } + remove_variable = tribal_to_mandala_building_level } - remove_variable = tribal_to_mandala_building_level } } + #You're somehow a tribal with all your holdings being Temple Citadels? Good for you. + else = { + scope:current_tribal_holder = { + if = { + limit = { + NOT = { government_has_flag = government_is_mandala } + } + change_to_mandala_government_effect = yes + } + } + } } mandala_nuke_realm_laws_effect = { @@ -1978,7 +2015,7 @@ creator_mandala_built_regular_building_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2000,7 +2037,7 @@ creator_mandala_built_regular_duchy_building_t1_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2022,7 +2059,7 @@ creator_mandala_built_regular_duchy_building_t2_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2044,7 +2081,7 @@ creator_mandala_built_regular_duchy_building_t3_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2066,7 +2103,7 @@ creator_mandala_built_regular_holding_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2088,7 +2125,7 @@ creator_mandala_upgraded_regular_holding_piety_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_creation } + house ?= { has_house_aspiration_parameter = aspect_of_creation } is_house_head = yes } add_piety = { @@ -2454,7 +2491,7 @@ mandala_trickster_increment_successful_schemes_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_trickery } + house ?= { has_house_aspiration_parameter = aspect_of_trickery } } increment_variable_effect = { VAR = num_successful_schemes @@ -2467,7 +2504,7 @@ mandala_trickster_increment_gold_ransomed_effect = { if = { limit = { government_has_flag = government_is_mandala - house ?= { has_house_power_parameter = aspect_of_trickery } + house ?= { has_house_aspiration_parameter = aspect_of_trickery } } increment_variable_effect = { VAR = amount_of_gold_ransomed @@ -2521,7 +2558,7 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 100 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } OR = { is_child_of = scope:court_owner @@ -2533,26 +2570,26 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 10 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } is_close_or_extended_family_of = scope:court_owner } modifier = { add = diplomacy scope:court_owner.house = { - has_house_power_parameter = aspect_of_serenity + has_house_aspiration_parameter = aspect_of_serenity } } modifier = { add = prowess scope:court_owner.house = { - has_house_power_parameter = aspect_of_destruction + has_house_aspiration_parameter = aspect_of_destruction } } modifier = { add = intrigue scope:court_owner.house = { - has_house_power_parameter = aspect_of_trickery + has_house_aspiration_parameter = aspect_of_trickery } } modifier = { @@ -2577,7 +2614,7 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 100 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } OR = { is_child_of = scope:court_owner @@ -2589,26 +2626,26 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 10 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } is_close_or_extended_family_of = scope:court_owner } modifier = { add = diplomacy scope:court_owner.house = { - has_house_power_parameter = aspect_of_serenity + has_house_aspiration_parameter = aspect_of_serenity } } modifier = { add = prowess scope:court_owner.house = { - has_house_power_parameter = aspect_of_destruction + has_house_aspiration_parameter = aspect_of_destruction } } modifier = { add = intrigue scope:court_owner.house = { - has_house_power_parameter = aspect_of_trickery + has_house_aspiration_parameter = aspect_of_trickery } } } @@ -2631,7 +2668,7 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 100 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } OR = { is_child_of = scope:court_owner @@ -2643,26 +2680,26 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 10 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } is_close_or_extended_family_of = scope:court_owner } modifier = { add = diplomacy scope:court_owner.house = { - has_house_power_parameter = aspect_of_serenity + has_house_aspiration_parameter = aspect_of_serenity } } modifier = { add = prowess scope:court_owner.house = { - has_house_power_parameter = aspect_of_destruction + has_house_aspiration_parameter = aspect_of_destruction } } modifier = { add = intrigue scope:court_owner.house = { - has_house_power_parameter = aspect_of_trickery + has_house_aspiration_parameter = aspect_of_trickery } } } @@ -2686,7 +2723,7 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 100 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } OR = { is_child_of = scope:court_owner @@ -2698,26 +2735,26 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 10 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } is_close_or_extended_family_of = scope:court_owner } modifier = { add = diplomacy scope:court_owner.house = { - has_house_power_parameter = aspect_of_serenity + has_house_aspiration_parameter = aspect_of_serenity } } modifier = { add = prowess scope:court_owner.house = { - has_house_power_parameter = aspect_of_destruction + has_house_aspiration_parameter = aspect_of_destruction } } modifier = { add = intrigue scope:court_owner.house = { - has_house_power_parameter = aspect_of_trickery + has_house_aspiration_parameter = aspect_of_trickery } } } @@ -2742,7 +2779,7 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 100 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } OR = { is_child_of = scope:court_owner @@ -2754,26 +2791,26 @@ mandala_travel_to_contract_location_effect = { modifier = { add = 10 scope:court_owner.house = { - has_house_power_parameter = aspect_of_creation + has_house_aspiration_parameter = aspect_of_creation } is_close_or_extended_family_of = scope:court_owner } modifier = { add = diplomacy scope:court_owner.house = { - has_house_power_parameter = aspect_of_serenity + has_house_aspiration_parameter = aspect_of_serenity } } modifier = { add = prowess scope:court_owner.house = { - has_house_power_parameter = aspect_of_destruction + has_house_aspiration_parameter = aspect_of_destruction } } modifier = { add = intrigue scope:court_owner.house = { - has_house_power_parameter = aspect_of_trickery + has_house_aspiration_parameter = aspect_of_trickery } } } @@ -2957,6 +2994,7 @@ mandala_contract_legitimacy_reward_display_effect = { } add_all_valid_mandala_contract_provinces_to_list_effect = { + save_scope_as = mandala_ruler every_sub_realm_county = { every_county_province = { limit = { @@ -2990,6 +3028,7 @@ add_all_valid_mandala_contract_provinces_to_list_effect = { } add_all_valid_mandala_contract_provinces_with_crocodiles_to_list_effect = { + save_scope_as = mandala_ruler every_sub_realm_county = { every_county_province = { limit = { @@ -3025,6 +3064,7 @@ add_all_valid_mandala_contract_provinces_with_crocodiles_to_list_effect = { } add_all_valid_mandala_contract_provinces_with_neighbor_to_list_effect = { + save_scope_as = mandala_ruler every_sub_realm_county = { limit = { any_neighboring_county = { @@ -3078,6 +3118,7 @@ add_all_valid_mandala_contract_provinces_with_neighbor_to_list_effect = { } add_all_valid_mandala_contract_provinces_no_holding_to_list_effect = { + save_scope_as = mandala_ruler every_sub_realm_county = { every_county_province = { limit = { diff --git a/common/scripted_effects/tgp_tribute_mission_scripted_effects.txt b/common/scripted_effects/tgp_tribute_mission_scripted_effects.txt index b761d543..3a0e1485 100644 --- a/common/scripted_effects/tgp_tribute_mission_scripted_effects.txt +++ b/common/scripted_effects/tgp_tribute_mission_scripted_effects.txt @@ -234,9 +234,7 @@ tribute_mission_decision_effect = { GIVER = root CHARACTER = scope:tribute_mission_target } - has_any_disease_trigger = no - has_easily_mocked_physical_attribute_trigger = no - NOT = { is_heir_of = root } + tribute_mission_is_available_concubine_trigger = yes } add_to_list = potential_concubine_tribute_list random_in_list = { diff --git a/common/scripted_triggers/00_building_requirement_triggers.txt b/common/scripted_triggers/00_building_requirement_triggers.txt index 8a103f60..9a11aef7 100644 --- a/common/scripted_triggers/00_building_requirement_triggers.txt +++ b/common/scripted_triggers/00_building_requirement_triggers.txt @@ -204,7 +204,16 @@ building_orchards_requirement_terrain = { } building_farm_estates_requirement_terrain = { - terrain = farmlands + OR = { + terrain = farmlands + AND = { + OR = { + terrain = hills + terrain = jungle + } + county.culture = { has_cultural_parameter = rice_cultivators_can_construct_paddy_fields_in_hills_and_jungle } + } + } } building_tell_mines_requirement_terrain = { @@ -804,11 +813,19 @@ eastern_special_building_trigger = { has_building = shwedagon_pagoda_01 has_building = ananda_temple_01 has_building = khajuraho_01 + has_building = angkor_wat_01 + has_building = my_son_sanctuary_01 + has_building = stone_pagoda_01 + has_building = muara_takus_01 + has_building = three_pagodas_dali_01 + has_building = pyramid_lingapura_01 + has_building = buddha_kamakura_01 has_building_or_higher = jokhang_01 has_building_or_higher = konark_temple_01 has_building_or_higher = vatapi_caves_01 has_building_or_higher = sanchi_stupa_01 has_building_or_higher = boudhanath_01 + has_building_or_higher = temples_angkor_01 } } @@ -835,6 +852,7 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin has_building = holy_site_japanese_temple_01 has_building = holy_site_chinese_temple_01 has_building = holy_site_se_asia_pagan_temple_01 + has_building = izumo_taisha_01 } } AND = { # Islamic @@ -855,6 +873,7 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin barony.holder.religion = religion:buddhism_religion barony.holder.religion = religion:jainism_religion barony.holder.religion = religion:taoism_religion + barony.holder.religion = religion:confucianism_religion barony.holder.religion = religion:zoroastrianism_religion } eastern_special_building_trigger = yes @@ -871,6 +890,21 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin } } +building_monastic_schools_holding_level_requirement_trigger = { + trigger_if = { + limit = { scope:holder.faith = { has_doctrine_parameter = monastic_schools_allowed_in_every_holding_type } } + OR = { + has_building_or_higher = castle_$LEVEL$ + has_building_or_higher = city_$LEVEL$ + has_building_or_higher = temple_$LEVEL$ + has_building_or_higher = temple_citadel_$LEVEL$ + } + } + trigger_else = { + has_building_or_higher = temple_$LEVEL$ + } +} + building_murex_farm_requirement_terrain = { is_county_capital = yes is_coastal = yes @@ -902,6 +936,7 @@ building_spice_plantation_requirement_terrain = { geographical_region = world_asia_sulawesi_maluku geographical_region = world_asia_indonesia geographical_region = world_india + geographical_region = world_burma } OR = { terrain = jungle @@ -920,19 +955,19 @@ building_examination_hall_requirement_terrain = { } building_breweries_requirement = { - OR = { - AND = { + trigger_if = { + limit = { has_building_or_higher = temple_$NUMBER$ - OR = { - faith = faith:catholic - faith = { has_doctrine_parameter = allows_brewery } - } } - AND = { - has_building_or_higher = city_$NUMBER$ - culture = { has_cultural_parameter = allows_brewery } + OR = { + faith = faith:catholic + faith = { has_doctrine_parameter = allows_brewery } } } + trigger_else = { + building_requirement_castle_city_church = { LEVEL = $NUMBER$ } + culture = { has_cultural_parameter = allows_brewery } + } } #building_powder_magazine_requirement = { diff --git a/common/scripted_triggers/00_clothing_triggers.txt b/common/scripted_triggers/00_clothing_triggers.txt index 05addcd1..c94665e1 100644 --- a/common/scripted_triggers/00_clothing_triggers.txt +++ b/common/scripted_triggers/00_clothing_triggers.txt @@ -62,13 +62,6 @@ portrait_wear_no_headgear_trigger = { has_character_flag = roaming_character - AND = { # No headgear for characters without crowns - exists = this - portrait_wear_no_crown_trigger = yes - # Should still wear armor when going to war - portrait_wear_armor_trigger = no - } - AND = { OR = { should_be_naked_trigger = yes # Deliberately not the "fully naked" one since dropping your crown's intended even if nudity is disabled @@ -126,20 +119,6 @@ portrait_wear_armor_trigger = { limit = { portrait_sickness_trigger = yes } is_in_army = yes } - trigger_if = { - limit = { government_allows = barter } - OR = { - is_at_war = yes - involved_activity = { has_activity_type = activity_tournament } - # Serving Varangian - has_character_flag = is_currently_varangian - # In a Duel - has_character_flag = single_combat_duel_armor - has_character_flag = forced_knight_armor - # In a Tournament - activity_tournament_armor_trigger = yes - } - } OR = { # Mercenaries, Holy Orders, Adventurers AND = { @@ -214,7 +193,6 @@ portrait_wear_armor_trigger = { OR = { vassal_contract_has_flag = celestial_province_protectorate vassal_contract_has_flag = celestial_province_military - vassal_contract_has_flag = meritocratic_province_protectorate vassal_contract_has_flag = meritocratic_province_military has_title = title:e_minister_grand_marshal } @@ -252,20 +230,6 @@ portrait_wear_armor_currently_in_army_trigger = { is_commanding_army = yes exists = knight_army } - trigger_if = { - limit = { government_allows = barter } - OR = { - is_at_war = yes - involved_activity = { has_activity_type = activity_tournament } - # Serving Varangian - has_character_flag = is_currently_varangian - # In a Duel - has_character_flag = single_combat_duel_armor - has_character_flag = forced_knight_armor - # In a Tournament - activity_tournament_armor_trigger = yes - } - } } portrait_wear_no_armor_trigger = { @@ -285,7 +249,6 @@ portrait_accoladed_knight_trigger = { highest_held_title_tier = tier_duchy } accolade = { - is_accolade_active = yes accolade_rank >= 5 } } @@ -294,7 +257,6 @@ portrait_accoladed_knight_trigger = { highest_held_title_tier = tier_kingdom } accolade = { - is_accolade_active = yes accolade_rank >= 3 } } @@ -302,9 +264,6 @@ portrait_accoladed_knight_trigger = { liege ?= { highest_held_title_tier = tier_empire } - accolade = { - is_accolade_active = yes - } } } } @@ -328,20 +287,6 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and limit = { portrait_sickness_trigger = yes } is_in_army = yes } - trigger_if = { - limit = { government_allows = barter } - OR = { - is_at_war = yes - involved_activity = { has_activity_type = activity_tournament } - # Serving Varangian - has_character_flag = is_currently_varangian - # In a Duel - has_character_flag = single_combat_duel_armor - has_character_flag = forced_knight_armor - # In a Tournament - activity_tournament_armor_trigger = yes - } - } OR = { # Adventurers AND = { @@ -422,7 +367,6 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and OR = { vassal_contract_has_flag = celestial_province_protectorate vassal_contract_has_flag = celestial_province_military - vassal_contract_has_flag = meritocratic_province_protectorate vassal_contract_has_flag = meritocratic_province_military has_title = title:e_minister_grand_marshal } @@ -460,6 +404,8 @@ portrait_wear_helmet_trigger = { # Different from Armor, as (crowned) Kings and portrait_wear_no_crown_trigger = { # Rulers should be coronated to wear a crown barring exceptions exists = this OR = { + is_governor = yes + trigger_if = { # No crowns for uncoronated characters limit = { has_ach_dlc_trigger = yes } has_realm_law = uncrowned @@ -528,6 +474,7 @@ should_use_fat_animation = { } AND = { # Fat non dwarf scope:current_weight >= 40 + scope:current_weight <= 80 is_dwarf_height = no } AND = { # Pregnant non dwarf @@ -2150,7 +2097,7 @@ portrait_high_nobles_headgear_trigger = { limit = { culture = { has_clothing_gfx = japanese_clothing_gfx } } tgp_japanese_high_nobility_clothing_trigger = yes } - trigger_else = { highest_held_title_tier >= tier_duchy } + trigger_else = { highest_held_title_tier = tier_duchy } AND = { government_has_flag = government_is_republic primary_title.tier > tier_county @@ -2163,6 +2110,17 @@ portrait_high_nobles_headgear_trigger = { highest_held_title_tier >= tier_kingdom is_governor = yes } + AND = { # Uncoronated kings and emperors can use high nobility headgear + OR = { + portrait_royalty_trigger = { + CULTURE_INPUT = $CULTURE_INPUT$ + } + portrait_imperial_trigger = { + CULTURE_INPUT = $CULTURE_INPUT$ + } + } + portrait_wear_no_crown_trigger = yes + } } NOR = { # Blocked for mercenaries and adventurers government_has_flag = government_is_mercenary @@ -2291,6 +2249,11 @@ portrait_royalty_trigger = { OR = { is_ruler = no highest_held_title_tier = tier_barony + AND = { + is_landed = no + exists = primary_spouse + target_is_liege_or_above = primary_spouse + } } primary_spouse ?= { is_governor = no @@ -2342,6 +2305,13 @@ portrait_royalty_clothing_trigger = { portrait_wear_no_armor_trigger = yes } +portrait_royalty_headgear_trigger = { + portrait_royalty_trigger = { + CULTURE_INPUT = $CULTURE_INPUT$ + } + portrait_wear_no_crown_trigger = no +} + portrait_royalty_african_headgear_trigger = { trigger_if = { limit = { exists = this } @@ -2486,6 +2456,13 @@ portrait_imperial_clothing_trigger = { portrait_wear_no_armor_trigger = yes } +portrait_imperial_headgear_trigger = { + portrait_imperial_trigger = { + CULTURE_INPUT = $CULTURE_INPUT$ + } + portrait_wear_no_crown_trigger = no +} + portrait_imperial_nobles_headgear_trigger = { trigger_if = { limit = { exists = this } @@ -3168,9 +3145,11 @@ portrait_religious_african_trigger = { ### DDE HRE ### portrait_reichskrone_trigger = { + exists = this OR = { has_primary_title = title:e_european_union } + portrait_wear_no_crown_trigger = no } diff --git a/common/scripted_triggers/00_councillor_triggers.txt b/common/scripted_triggers/00_councillor_triggers.txt index f82e5245..ab66629f 100644 --- a/common/scripted_triggers/00_councillor_triggers.txt +++ b/common/scripted_triggers/00_councillor_triggers.txt @@ -21,6 +21,25 @@ can_be_councillor_basics_trigger = { limit = { has_variable = block_hire_councillor } NOT = { var:block_hire_councillor = liege } } + custom_tooltip = { + text = not_travel_option_character + NOT = { has_character_flag = travel_option_added_character } + } +} + +can_be_councillor_gender_trigger = { + OR = { + is_ruler = yes + has_variable = can_be_councillor_override + AND = { + is_female = yes + $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = male_dominated_council } } + } + AND = { + is_male = yes + $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = female_dominated_council } } + } + } } can_be_chancellor_trigger = { @@ -39,17 +58,7 @@ can_be_chancellor_trigger = { liege = { has_diarchy_active_parameter = diarchy_is_vizierate } } } - OR = { - is_ruler = yes - AND = { - is_female = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = male_dominated_council } } - } - AND = { - is_male = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = female_dominated_council } } - } - } + can_be_councillor_gender_trigger = { COURT_OWNER = $COURT_OWNER$ } } can_be_steward_trigger = { @@ -68,17 +77,7 @@ can_be_steward_trigger = { liege = { has_diarchy_active_parameter = diarchy_is_vizierate } } } - OR = { - is_ruler = yes - AND = { - is_female = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = male_dominated_council } } - } - AND = { - is_male = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = female_dominated_council } } - } - } + can_be_councillor_gender_trigger = { COURT_OWNER = $COURT_OWNER$ } } can_be_marshal_trigger = { @@ -99,15 +98,7 @@ can_be_marshal_trigger = { } } OR = { - is_ruler = yes - AND = { - is_female = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = male_dominated_council } } - } - AND = { - is_male = yes - $COURT_OWNER$.faith = { NOT = { has_doctrine_parameter = female_dominated_council } } - } + can_be_councillor_gender_trigger = { COURT_OWNER = $COURT_OWNER$ } AND = { has_trait = shieldmaiden $COURT_OWNER$.culture = { has_cultural_parameter = has_access_to_shieldmaidens } @@ -185,6 +176,20 @@ can_be_spouse_councillor_trigger = { } } +can_be_vizier_councillor_trigger = { + can_be_councillor_basics_trigger = yes + save_temporary_scope_as = confidant + + $COUNCIL_OWNER$ = { + OR = { + scope:confidant = diarch + any_consort = { + scope:confidant = this + } + } + } +} + can_be_kurultai_trigger = { can_be_councillor_basics_trigger = yes exists = $COURT_OWNER$ @@ -324,6 +329,31 @@ councillor_loyalty_trigger = { } } +councillor_spouse_can_fire = { always = no } +councillor_spouse_can_reassign = { always = no } +councillor_spouse_valid_position = { + AND = { + NOT = { + has_diarchy_type = vizierate + } + any_spouse = { + OR = { + court_owner = root + AND = { + is_ruler = yes + liege ?= root + } + } + } + } + NOT = { government_has_flag = government_is_landless_adventurer } + # Celestial hegemons have access to the ministry instead, so no spouse + tgp_has_access_to_ministry_trigger = no +} + +councillor_vizier_can_fire = { always = yes } +councillor_vizier_can_reassign = { always = yes } + ############################ #SPOUSE COUNCILLOR TRIGGERS# ############################ @@ -342,20 +372,13 @@ is_blocked_from_being_fired_from_council_trigger = { OR = { # Check in code if the court owner is prevented from firing the councilor # can_fire_position must take a council task as input, but checks the councilor behind the task. - AND = { - exists = this.council_task - this.council_task = { can_fire_position = no } - } + council_task ?= { can_fire_position = no } # Check for variable preventing the firing of a councilor set by script - AND = { - has_variable = block_fire_councillor - var:block_fire_councillor = $COURT_OWNER$ - } + var:block_fire_councillor ?= $COURT_OWNER$ } } } - can_be_fired_from_council_trigger = { NOT = { is_blocked_from_being_fired_from_council_trigger = { COURT_OWNER = $COURT_OWNER$ } @@ -363,6 +386,7 @@ can_be_fired_from_council_trigger = { trigger_if = { limit = { has_council_position = councillor_court_chaplain + liege = { tgp_has_access_to_ministry_trigger = no } } faith = { OR = { diff --git a/common/scripted_triggers/00_government_triggers.txt b/common/scripted_triggers/00_government_triggers.txt index d2f2d91f..c594438f 100644 --- a/common/scripted_triggers/00_government_triggers.txt +++ b/common/scripted_triggers/00_government_triggers.txt @@ -73,15 +73,9 @@ should_use_temple_character_background_trigger = { } has_mandala_culture_trigger = { - culture = { - OR = { - has_cultural_pillar = heritage_austronesian - has_cultural_pillar = heritage_tai - has_cultural_pillar = heritage_mon_khmer - has_cultural_pillar = heritage_viet - has_cultural_pillar = heritage_indo_aryan - has_cultural_pillar = heritage_burman - } + OR = { + culture_has_south_asian_heritage_pillar_trigger = yes + culture_has_southeast_asian_heritage_pillar_trigger = yes } } diff --git a/common/scripted_triggers/00_illustration_triggers.txt b/common/scripted_triggers/00_illustration_triggers.txt index 8e40c4f7..41adadf3 100644 --- a/common/scripted_triggers/00_illustration_triggers.txt +++ b/common/scripted_triggers/00_illustration_triggers.txt @@ -15,6 +15,7 @@ has_graphical_mena_culture_group_trigger = { has_graphical_india_culture_group_trigger = { OR = { has_building_gfx = indian_building_gfx + has_building_gfx = tibetan_building_gfx has_building_gfx = southeast_asian_building_gfx } } @@ -38,6 +39,7 @@ has_graphical_mediterranean_culture_group_trigger = { OR = { has_building_gfx = mediterranean_building_gfx has_building_gfx = byzantine_building_gfx + has_building_gfx = caucasian_building_gfx } } @@ -716,9 +718,10 @@ steppe_building_gfx_use_southeast_asian_trigger = { } high_tier_throne_room_trigger = { + tgp_is_ceremonial_regent_trigger = no # Not 'actual' ruler OR = { AND = { - tgp_is_ceremonial_regent_trigger = no # Not 'actual' ruler + is_governor = no primary_title ?= { tier >= tier_kingdom } } tgp_is_ceremonial_liege_trigger = yes diff --git a/common/scripted_triggers/00_laamp_triggers.txt b/common/scripted_triggers/00_laamp_triggers.txt index 354a3e0a..11aec229 100644 --- a/common/scripted_triggers/00_laamp_triggers.txt +++ b/common/scripted_triggers/00_laamp_triggers.txt @@ -173,6 +173,20 @@ is_valid_for_laampdom = { } is_landless_ruler = no # Admin gov vassals should not become laamps } + trigger_if = { + limit = { tgp_realm_has_ceremonial_liege_trigger = yes } + custom_tooltip = { + text = tgp_japan_imperial_branch_decision_imperial_heir_trigger + NOT = { + top_liege.primary_title.var:administrative_ui_special_title = { + place_in_line_of_succession = { + target = scope:potential_laamp_temp + value <= 4 + } + } + } + } + } trigger_if = { limit = { is_ai = yes } trigger_if = { @@ -193,6 +207,11 @@ is_valid_for_laampdom = { ai_boldness >= low_negative_ai_value ai_energy >= low_negative_ai_value } + NOR = { + has_trait = content # Too chill to adventure + has_trait = craven # Too scared to adventure + has_trait = lazy # Too lazy to adventure + } # Block admin members of noble families NOT = { house ?= { @@ -461,7 +480,16 @@ valid_laamp_basic_accept_only_trigger = { employer_has_treasury_to_offer_job_trigger = { trigger_if = { limit = { is_ai = no } - scope:employer.treasury_or_gold >= 50 + scope:employer = { + OR = { + treasury_or_gold >= 50 + trigger_if = { + limit = { government_allows = barter } + # no define:NBarter|BARTER_GOODS_TO_LOOT_MULT here. wanua rulers start as lower than 100 barter goods + barter_goods >= 50 + } + } + } } } diff --git a/common/scripted_triggers/00_marriage_triggers.txt b/common/scripted_triggers/00_marriage_triggers.txt index aaa92ae2..bbb4f6e9 100644 --- a/common/scripted_triggers/00_marriage_triggers.txt +++ b/common/scripted_triggers/00_marriage_triggers.txt @@ -18,6 +18,7 @@ can_marry_common_trigger = { is_alive = yes NOT = { has_trait_with_flag = can_not_marry } + NOT = { has_variable = can_not_marry } trigger_if = { limit = { @@ -129,25 +130,6 @@ could_marry_character_trigger = { #} } } - trigger_if = { - limit = { - any_close_or_extended_family_member = { - any_spouse = { this = $CHARACTER$ } - } - } - faith = { has_doctrine = doctrine_consanguinity_unrestricted } - $CHARACTER$ = { - faith = { has_doctrine = doctrine_consanguinity_unrestricted } - NOT = { - any_spouse = { - is_close_or_extended_family_of = scope:can_marry_check - NOT = { - faith = { has_doctrine = doctrine_consanguinity_unrestricted } - } - } - } - } - } # Cannot marry self NOT = { scope:can_marry_check = { is_spouse_of = $CHARACTER$ } @@ -633,3 +615,88 @@ can_have_concubines_trigger = { } } } + +# if $CHARACTER$ has the right to break betrothal or receive interaction for breaking betrothal? +break_betrothal_valid_target_trigger = { + is_betrothed = yes + # yourself, your courtier, or your child vassal and you were the matchmaker + trigger_if = { + limit = { + this != $CHARACTER$ + } + is_ai = yes + OR = { + AND = { + is_child_of = $CHARACTER$ + target_is_liege_or_above = $CHARACTER$ + NOT = { + matchmaker = { + is_parent_of = prev + this != $CHARACTER$ + } + } + } + AND = { + is_playable_character = no + liege = $CHARACTER$ + } + } + } +} + +cost_prestige_for_break_betrothal_trigger = { + OR = { + scope:rejected_betrothed = { + OR = { + is_close_family_of = scope:actor + AND = { + exists = dynasty + exists = scope:actor.dynasty + dynasty = scope:actor.dynasty + } + } + } + scope:rejecting_betrothed = { + OR = { + is_close_family_of = scope:actor + AND = { + exists = dynasty + exists = scope:actor.dynasty + dynasty = scope:actor.dynasty + } + } + } + scope:actor = { + yields_alliance = { + candidate = scope:rejecting_betrothed + target = scope:rejected_betrothal_owner + target_candidate = scope:rejected_betrothed + } + } + } +} + +has_proper_reason_to_break_betrothal_trigger = { + OR = { + scope:rejecting_betrothed = { + OR = { + is_eunuch_trigger = yes + has_trait_with_flag = can_not_marry + AND = { + allowed_to_marry_same_sex_trigger = no + sex_same_as = scope:rejected_betrothed + } + } + } + scope:rejected_betrothed = { + OR = { + is_eunuch_trigger = yes + has_trait_with_flag = can_not_marry + AND = { + allowed_to_marry_same_sex_trigger = no + sex_same_as = scope:rejecting_betrothed + } + } + } + } +} diff --git a/common/scripted_triggers/00_relation_triggers.txt b/common/scripted_triggers/00_relation_triggers.txt index 0254714c..2844f211 100644 --- a/common/scripted_triggers/00_relation_triggers.txt +++ b/common/scripted_triggers/00_relation_triggers.txt @@ -345,7 +345,7 @@ has_important_relationship_with_character_trigger = { } } -has_friendly_relationship_with_character_trigger = { +has_any_moderate_good_relationship_with_character_trigger = { OR = { has_relation_lover = $CHARACTER$ has_relation_friend = $CHARACTER$ @@ -364,13 +364,6 @@ has_any_mild_good_relationship_with_character_trigger = { } } -has_any_moderate_good_relationship_with_character_trigger = { - OR = { - has_relation_lover = $CHARACTER$ - has_relation_friend = $CHARACTER$ - } -} - has_any_only_moderate_good_relationship_with_character_trigger = { has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = $CHARACTER$ } # Exclude the max-tier positive relationships if we're being this specific. @@ -505,7 +498,7 @@ has_important_relationship_with_root_trigger = { } has_friendly_relationship_with_root_trigger = { - has_friendly_relationship_with_character_trigger = { CHARACTER = root } + has_any_moderate_good_relationship_with_character_trigger = { CHARACTER = root } } has_any_good_relationship_with_root_trigger = { @@ -577,12 +570,19 @@ is_of_major_interest_trigger = { OR = { is_heir_of = $CHARACTER$ is_diarch_of_target = $CHARACTER$ + liege ?= $CHARACTER$ + betrothed ?= $CHARACTER$ + is_spouse_of = $CHARACTER$ + has_relation_soulmate = $CHARACTER$ + has_relation_nemesis = $CHARACTER$ + has_relation_best_friend = $CHARACTER$ + has_relation_blood_brother = $CHARACTER$ + is_child_of = $CHARACTER$ + AND = { - exists = $CHARACTER$.liege - this = $CHARACTER$.liege + is_theocratic_lessee = yes + is_councillor_of = $CHARACTER$ } - is_consort_of = $CHARACTER$ - is_councillor_of = $CHARACTER$ #They are the head of our faith AND = { @@ -590,14 +590,6 @@ is_of_major_interest_trigger = { this = $CHARACTER$.faith.religious_head } - trigger_if = { - limit = { - exists = liege - exists = $CHARACTER$.liege - } - is_powerful_vassal = yes - liege = $CHARACTER$.liege - } trigger_if = { limit = { top_liege = this @@ -613,7 +605,6 @@ is_of_major_interest_trigger = { } this = $CHARACTER$.house.house_head } - is_child_of = $CHARACTER$ # Activity Intents trigger_if = { limit = { @@ -628,7 +619,8 @@ is_of_major_interest_trigger = { is_of_minor_interest_trigger = { NOT = { this = $CHARACTER$ } OR = { - betrothed ?= $CHARACTER$ + is_consort_of = $CHARACTER$ + is_councillor_of = $CHARACTER$ has_relation_lover = $CHARACTER$ has_relation_rival = $CHARACTER$ has_relation_friend = $CHARACTER$ @@ -641,6 +633,14 @@ is_of_minor_interest_trigger = { NOT = { this = $CHARACTER$.liege } } is_close_or_extended_family_of = $CHARACTER$ + trigger_if = { + limit = { + exists = liege + exists = $CHARACTER$.liege + } + is_powerful_vassal = yes + liege = $CHARACTER$.liege + } } } diff --git a/common/scripted_triggers/00_religious_triggers.txt b/common/scripted_triggers/00_religious_triggers.txt index 3ae5377e..3f0d89f7 100644 --- a/common/scripted_triggers/00_religious_triggers.txt +++ b/common/scripted_triggers/00_religious_triggers.txt @@ -1874,7 +1874,7 @@ christianity_or_syncretic_with_christianity_trigger = { faith = { OR = { religion = religion:catholic_religion - religion = religion:orthodox_religion + religion = religion:eastern_orthodox_religion religion = religion:protestant_religion has_doctrine = tenet_christian_syncretism } diff --git a/common/scripted_triggers/00_scripted_rule_triggers.txt b/common/scripted_triggers/00_scripted_rule_triggers.txt index edc34f1d..517b1026 100644 --- a/common/scripted_triggers/00_scripted_rule_triggers.txt +++ b/common/scripted_triggers/00_scripted_rule_triggers.txt @@ -49,6 +49,7 @@ can_raid_trigger = { } ## Without restrictions. has_trait_with_flag = trait_enable_raiding_without_restrictions + has_variable = enable_raiding_without_restrictions } # Some faiths prohibit this. OR = { @@ -68,8 +69,7 @@ can_raid_trigger = { # Here so that you can plug in whatever dynasty modifiers you want without overwriting the whole scripted rule trigger. can_raid_dynasty_modifiers_that_enable_raiding_overseas_list_trigger = { # Yes, I realise the OR is redundant till someone else puts something in here. Shoosh. - has_dynasty_modifier = fp1_legacy_of_piracy_modifier - + has_dynasty_modifier = fp1_legacy_of_piracy_modifier } can_raid_dynasty_modifiers_that_enable_raiding_overland_list_trigger = { OR = { diff --git a/common/scripted_triggers/00_war_and_peace_triggers.txt b/common/scripted_triggers/00_war_and_peace_triggers.txt index 68c13223..869bebb2 100644 --- a/common/scripted_triggers/00_war_and_peace_triggers.txt +++ b/common/scripted_triggers/00_war_and_peace_triggers.txt @@ -309,6 +309,7 @@ can_be_warrior_trigger = { } } +# referenced in KNIGHT_RESTRICTIONS_TT, update when changing this trigger can_be_knight_trigger = { is_available_quick = { ai = yes @@ -317,10 +318,10 @@ can_be_knight_trigger = { can_be_warrior_trigger = { ARMY_OWNER = $ARMY_OWNER$ } trigger_if = { # Admin governors cannot be knights limit = { - $ARMY_OWNER$ = { government_allows = administrative } - is_courtier = no + government_allows = administrative + exists = primary_title } - primary_title ?= { + primary_title = { tier < tier_duchy trigger_if = { limit = { is_noble_family_title = yes } @@ -370,6 +371,15 @@ can_be_knight_trigger = { } this != liege.diarch } + # knight permissions for players + trigger_if = { + limit = { + $ARMY_OWNER$ = { + is_ai = no + } + } + is_knight_permitted = $ARMY_OWNER$ + } } # If you update one of the available triggers, update all of them. It's a lot better for performance to not have scripted triggers within scripted triggers when they're checked as often as these ones are. @@ -577,7 +587,7 @@ special_invasion_cb_seize_land_in_region_trigger = { } } trigger_if = { - # If our de jure liege is an existing duchy that would have been siezed in the duchy step, do not transfer the county (it has already been transferred). + # If our de jure liege is an existing duchy that would have been seized in the duchy step, do not transfer the county (it has already been transferred). limit = { de_jure_liege ?= { exists = holder @@ -903,6 +913,7 @@ herders_and_tributary_constraints = { # You cannot attack your Confederation buddies tributaries trigger_if = { limit = { + exists = suzerain suzerain != this scope:attacker = { is_confederation_member = yes } suzerain = { is_confederation_member = yes } @@ -915,6 +926,7 @@ herders_and_tributary_constraints = { is_tributary_of_suzerain_or_above = scope:defender # can't attack your own suzerain trigger_if = { limit = { + exists = suzerain suzerain != this scope:defender = { is_confederation_member = yes } suzerain = { is_confederation_member = yes } diff --git a/common/scripted_triggers/02_ep1_scripted_triggers.txt b/common/scripted_triggers/02_ep1_scripted_triggers.txt index 71d71a9d..2f232b68 100644 --- a/common/scripted_triggers/02_ep1_scripted_triggers.txt +++ b/common/scripted_triggers/02_ep1_scripted_triggers.txt @@ -307,15 +307,7 @@ target_of_powerful_faction_trigger = { province_has_no_holding_trigger = { # province has no holding has_ongoing_construction = no - NOR = { - has_holding_type = castle_holding - has_holding_type = tribal_holding - has_holding_type = city_holding - has_holding_type = church_holding - has_holding_type = herder_holding - has_holding_type = nomad_holding - has_holding_type = temple_citadel_holding - } + has_holding = no } county_has_all_holding_types = { # county has all three holding types diff --git a/common/scripted_triggers/03_fp2_scripted_triggers.txt b/common/scripted_triggers/03_fp2_scripted_triggers.txt index 246be199..516d9af8 100644 --- a/common/scripted_triggers/03_fp2_scripted_triggers.txt +++ b/common/scripted_triggers/03_fp2_scripted_triggers.txt @@ -39,21 +39,18 @@ fp2_character_uninvolved_in_struggle_trigger = { eligible_for_fp2_dynasty_legacies_trigger = { has_fp2_dlc_trigger = yes - dynasty = { + dynasty.dynast = { OR = { - dynast = { - OR = { - any_character_struggle = { - involvement = involved - is_struggle_type = iberian_struggle - } - culture = { - has_cultural_pillar = heritage_iberian - } - capital_province ?= { - geographical_region = world_europe_west_iberia - } - } + game_rule_unrestricted_dynasty_legacies_trigger = yes + any_character_struggle = { + involvement = involved + is_struggle_type = iberian_struggle + } + culture = { + has_cultural_pillar = heritage_iberian + } + capital_province ?= { + geographical_region = world_europe_west_iberia } } } diff --git a/common/scripted_triggers/07_ep3_triggers.txt b/common/scripted_triggers/07_ep3_triggers.txt index 78ce882f..9d928602 100644 --- a/common/scripted_triggers/07_ep3_triggers.txt +++ b/common/scripted_triggers/07_ep3_triggers.txt @@ -1,4 +1,19 @@ -ep3_should_use_byzantine_graphics_trigger = { +eligible_for_ep3_administrative_legacy_trigger = { + has_ep3_dlc_trigger = yes + OR = { + game_rule_unrestricted_dynasty_legacies_trigger = yes + dynasty = { + OR = { + dynast = { + government_allows = administrative + } + has_dynasty_perk = ep3_administrative_legacy_1 + } + } + } +} + +ep3_should_use_byzantine_graphics_trigger = { OR = { culture = { has_building_gfx = byzantine_building_gfx } culture = { has_building_gfx = caucasian_building_gfx } @@ -1027,19 +1042,23 @@ can_recruit_archer_cavalry_trigger = { custom_tooltip = { text = can_recruit_archer_cavalry_trigger_desc OR = { - can_create_maa = horse_archers - can_create_maa = mangudai - can_create_maa = asawira - can_create_maa = accolade_maa_horse_archers - can_create_maa = emishi_horse_archers - can_create_maa = japanese_horse_archers - can_create_maa = kheshig - can_create_maa = heavy_horse_archers - can_create_maa = heavy_horse_archers + has_access_to_maa = horse_archers + has_access_to_maa = mangudai + has_access_to_maa = asawira + has_access_to_maa = accolade_maa_horse_archers + has_access_to_maa = emishi_horse_archers + has_access_to_maa = japanese_horse_archers + has_access_to_maa = kheshig + has_access_to_maa = heavy_horse_archers } } } + +## Is this contract a transport contract? +# +# root (task contract) – The contract to be checked. +# ep3_transport_contract_trigger = { OR = { has_task_contract_type = laamp_transport_vip @@ -1785,3 +1804,53 @@ influence_candidacy_valid_succession_law_trigger = { has_$TYPE$_law = japanese_regency_succession_law } } + +laamp_as_mercenary_payout_trigger = { + save_temporary_scope_as = merc_temp + $WAR$ = { save_temporary_scope_as = war_temp } + scope:merc_temp ?= { + var:joined_as_mercenary ?= { + is_leader_in_war = scope:war_temp + trigger_if = { + limit = { is_attacker_in_war = scope:war_temp } + scope:merc_temp = { is_attacker_in_war = scope:war_temp } + } + trigger_else = { + scope:merc_temp = { is_attacker_in_war = scope:war_temp } + } + } + NOT = { is_leader_in_war = scope:war_temp } + OR = { + has_raised_armies = yes + scope:war_temp = { + war_contribution = { + target = scope:merc_temp + value > 0 + } + } + } + } +} + +laamp_as_mercenary_payout_last_war_trigger = { + save_temporary_scope_as = merc_temp + $WAR$ = { save_temporary_scope_as = war_temp } + scope:merc_temp ?= { + # ENSURE THIS IS THE LAST WAR YOU ARE FIGHTING IN WITH THE EMPLOYER + NOT = { + any_character_war = { + NOT = { this = scope:war_temp } + is_war_leader = scope:merc_temp.var:joined_as_mercenary + trigger_if = { + limit = { is_attacker = scope:merc_temp.var:joined_as_mercenary } + is_attacker = scope:merc_temp + } + trigger_else = { + is_defender = scope:merc_temp + } + } + } + } +} + + diff --git a/common/scripted_triggers/09_mpo_greatest_of_khans_triggers.txt b/common/scripted_triggers/09_mpo_greatest_of_khans_triggers.txt index 37ad4d01..8b27fb31 100644 --- a/common/scripted_triggers/09_mpo_greatest_of_khans_triggers.txt +++ b/common/scripted_triggers/09_mpo_greatest_of_khans_triggers.txt @@ -20,6 +20,7 @@ mpo_has_gok_mongol_empire_trigger = { text = gok_title_trigger exists = global_var:greatest_of_khans_title any_held_title = { + title_tier = empire this = global_var:greatest_of_khans_title } } diff --git a/common/scripted_triggers/10_ach_scripted_triggers.txt b/common/scripted_triggers/10_ach_scripted_triggers.txt index 2e197fb6..fb7b48f5 100644 --- a/common/scripted_triggers/10_ach_scripted_triggers.txt +++ b/common/scripted_triggers/10_ach_scripted_triggers.txt @@ -2,33 +2,25 @@ has_ach_dlc_trigger = yes is_landed = yes highest_held_title_tier >= tier_kingdom - OR = { - government_has_flag = government_is_feudal - government_has_flag = government_is_tribal - AND = { - government_has_flag = government_is_special_administrative - is_independent_ruler = yes - } - government_has_flag = government_is_nomadic - government_has_flag = government_is_clan - AND = { - government_has_flag = government_is_meritocratic - is_independent_ruler = yes - } - AND = { - government_has_flag = government_is_celestial - is_independent_ruler = yes - } - AND = { - government_has_flag = government_is_steppe_admin - is_independent_ruler = yes - } - AND = { - government_is_japanese_trigger = yes - has_title = title:e_japan + # Governments where independent king+ rulers can hold Coronations + trigger_if = { + limit = { tgp_realm_has_ceremonial_liege_trigger = yes } + custom_tooltip = { + text = tgp_ceremonial_liege_coronation_trigger tgp_has_ceremonial_liege_title_trigger = yes } - government_has_flag = government_is_mandala + } + trigger_if = { + limit = { government_allows = administrative } + is_independent_ruler = yes + } + trigger_else = { + NOR = { + government_has_flag = government_is_theocracy + government_has_flag = government_is_republic + government_has_flag = government_is_mercenary + government_has_flag = government_is_holy_order + } } } @@ -88,8 +80,10 @@ is_important_hof_trigger = { coronation_has_proper_artifact_trigger = { trigger_if = { limit = { - coronation_proper_artifact_crown_trigger = yes - coronation_proper_artifact_regalia_trigger = no + faith = { + coronation_proper_artifact_crown_trigger = yes + coronation_proper_artifact_regalia_trigger = no + } } any_character_artifact = { artifact_slot_type = helmet @@ -97,8 +91,10 @@ coronation_has_proper_artifact_trigger = { } trigger_else_if = { limit = { - coronation_proper_artifact_regalia_trigger = yes - coronation_proper_artifact_crown_trigger = no + faith = { + coronation_proper_artifact_regalia_trigger = yes + coronation_proper_artifact_crown_trigger = no + } } any_character_artifact = { artifact_slot_type = regalia @@ -115,7 +111,7 @@ coronation_has_proper_artifact_trigger = { } coronation_proper_artifact_crown_trigger = { - faith.religion = { + religion = { OR = { this = religion:baltic_religion this = religion:bon_religion @@ -136,7 +132,7 @@ coronation_proper_artifact_crown_trigger = { } coronation_proper_artifact_regalia_trigger = { - faith.religion = { + religion = { OR = { this = religion:buddhism_religion this = religion:finno_ugric_religion diff --git a/common/scripted_triggers/10_tgp_triggers.txt b/common/scripted_triggers/10_tgp_triggers.txt index 0c16714a..9a386e68 100644 --- a/common/scripted_triggers/10_tgp_triggers.txt +++ b/common/scripted_triggers/10_tgp_triggers.txt @@ -1,4 +1,49 @@ - +eligible_for_tgp_china_legacy_trigger = { + has_tgp_dlc_trigger = yes + OR = { + game_rule_unrestricted_dynasty_legacies_trigger = yes + dynasty = { + OR = { + dynast = { + government_has_flag = government_has_merit + } + has_dynasty_perk = tgp_chinese_legacy_1 + } + } + } +} +eligible_for_tgp_japan_legacy_trigger = { + has_tgp_dlc_trigger = yes + OR = { + game_rule_unrestricted_dynasty_legacies_trigger = yes + dynasty = { + OR = { + dynast = { + government_is_japanese_trigger = yes + } + has_dynasty_perk = tgp_japan_legacy_1 + } + } + } +} +eligible_for_tgp_sea_legacy_trigger = { + has_tgp_dlc_trigger = yes + OR = { + game_rule_unrestricted_dynasty_legacies_trigger = yes + dynasty = { + OR = { + dynast = { + OR = { + government_has_flag = government_is_mandala + government_has_flag = government_is_wanua + } + } + has_dynasty_perk = tgp_sea_legacy_1 + } + } + } +} + tgp_distant_realm_marriage_trigger = { $RECIPIENT_SPOUSE$ = { culture = { has_cultural_parameter = reduced_marriage_acceptance_distant_realms } @@ -67,6 +112,10 @@ tgp_has_access_to_ministry_trigger = { tgp_is_any_minister = { liege ?= { tgp_has_access_to_ministry_trigger = yes } + tgp_has_minister_title = yes +} + +tgp_has_minister_title = { OR = { has_title = title:e_minister_chancellor has_title = title:e_minister_censor @@ -80,6 +129,46 @@ tgp_is_any_minister = { } } +tgp_has_civilian_minister_title = { + OR = { + has_title = title:e_minister_chancellor + has_title = title:e_minister_censor + has_title = title:e_minister_of_personnel + has_title = title:e_minister_of_revenue + has_title = title:e_minister_of_rites + has_title = title:e_minister_of_war + has_title = title:e_minister_of_justice + has_title = title:e_minister_of_works + } +} + +tgp_is_civilian_minister_title = { + OR = { + this = title:e_minister_chancellor + this = title:e_minister_censor + this = title:e_minister_of_personnel + this = title:e_minister_of_revenue + this = title:e_minister_of_rites + this = title:e_minister_of_war + this = title:e_minister_of_justice + this = title:e_minister_of_works + } +} + +tgp_is_minister_title = { + OR = { + this = title:e_minister_chancellor + this = title:e_minister_censor + this = title:e_minister_grand_marshal + this = title:e_minister_of_personnel + this = title:e_minister_of_revenue + this = title:e_minister_of_rites + this = title:e_minister_of_war + this = title:e_minister_of_justice + this = title:e_minister_of_works + } +} + tgp_can_be_a_minister_trigger = { can_be_councillor_basics_trigger = yes # Has to be celestial or a non-ruler @@ -89,6 +178,7 @@ tgp_can_be_a_minister_trigger = { } # Gender is based on laws of the liege OR = { + has_variable = can_be_councillor_override AND = { is_female = yes $COURT_OWNER$ = { @@ -127,21 +217,6 @@ tgp_can_be_a_minister_trigger = { tgp_can_be_grand_marshal_trigger = { can_be_councillor_basics_trigger = yes - $COURT_OWNER$ ?= { - NOT = { government_has_flag = government_is_nomadic } - } - NAND = { - has_council_position = councillor_court_chaplain - faith = { has_doctrine_parameter = clerical_appointment_fixed } - } - NOR = { - has_council_position = councillor_spouse - AND = { - this = liege.diarch - liege = { has_diarchy_active_parameter = diarchy_is_vizierate } - } - has_trait = devoted - } # Has to be celestial or a non-ruler OR = { is_ruler = no @@ -152,6 +227,9 @@ tgp_can_be_grand_marshal_trigger = { } tgp_is_above_retirement_age_trigger = { + $REALM_OWNER$.top_liege = { + has_realm_law_flag = celestial_retirement_law + } trigger_if = { limit = { $REALM_OWNER$.top_liege ?= { has_realm_law_flag = celestial_retirement_age_4 } @@ -203,7 +281,7 @@ tgp_is_above_retirement_age_trigger = { } custom_tooltip = { text = tgp_is_above_retirement_age_5 - always = no + always = yes } } trigger_else = { @@ -313,8 +391,8 @@ tgp_realm_has_ceremonial_liege_trigger = { tgp_is_ceremonial_liege_trigger = { custom_tooltip = { text = tgp_is_ceremonial_liege_tt + this != top_liege tgp_has_ceremonial_liege_title_trigger = yes - is_independent_ruler = no } } @@ -327,20 +405,38 @@ tgp_portrait_liege_or_ceremonial_liege_emperor_trigger = { } # Standard Liege trigger_else = { - scope:highest_held_title_tier >= tier_empire - is_independent_ruler = yes + trigger_if = { + limit = { + is_alive = yes + } + highest_held_title_tier >= tier_empire + is_independent_ruler = yes + } + trigger_else = { + scope:highest_held_title_tier >= tier_empire + } } } tgp_portrait_liege_or_ceremonial_liege_king_trigger = { - # Ceremonial Liege + # Ceremonial Liege trigger_if = { limit = { tgp_realm_has_ceremonial_liege_trigger = yes } tgp_has_ceremonial_liege_title_trigger = yes primary_title.holder.top_liege.highest_held_title_tier = tier_kingdom } # Standard Liege - trigger_else = { highest_held_title_tier = tier_kingdom } + trigger_else = { + trigger_if = { + limit = { + is_alive = yes + } + highest_held_title_tier = tier_kingdom + } + trigger_else = { + scope:highest_held_title_tier = tier_kingdom + } + } } # Check if a character has a ceremonial liege title (but not if they are actually a ceremonial liege) @@ -377,8 +473,7 @@ tgp_ceremonial_liege_scope_trigger = { tgp_is_in_ceremonial_house_trigger = { custom_tooltip = { text = tgp_is_in_ceremonial_house_tt - exists = house - top_liege.primary_title.var:administrative_ui_special_title.holder.house ?= house + house.house_head.top_liege.primary_title.var:administrative_ui_special_title.holder.house ?= house } } @@ -433,15 +528,15 @@ tgp_should_become_meritocratic_trigger = { } tgp_can_become_japan_administrative_trigger = { - top_liege = { - OR = { - government_is_japanese_trigger = yes - has_character_flag = tgp_japan_restore_japanese_government_flag - culture = culture:japanese - culture = { - any_parent_culture_or_above = { this = culture:japanese } + OR = { + top_liege = { + OR = { + government_is_japanese_trigger = yes + has_character_flag = tgp_japan_restore_japanese_government_flag } } + government_is_japanese_trigger = yes + has_character_flag = tgp_japan_restore_japanese_government_flag } } @@ -450,9 +545,8 @@ tgp_can_become_celestial_trigger = { OR = { has_government = celestial_government has_title = title:h_china - culture = culture:han culture = { - any_parent_culture_or_above = { this = culture:han } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:han } } } } @@ -527,7 +621,7 @@ tgp_japanese_high_nobility_clothing_family_trigger = { is_lowborn = no OR = { highest_held_title_tier >= tier_county - court_owner = { highest_held_title_tier >= tier_county } + court_owner ?= { highest_held_title_tier >= tier_county } } } } @@ -856,45 +950,94 @@ take_vows_available_trigger = { } } -tgp_capital_not_in_chinese_naming_region = { - capital_county.title_province ?= { - NOR = { - geographical_region = tgp_ba_region - geographical_region = tgp_cai_region - geographical_region = tgp_cao_region - geographical_region = tgp_chen_region - geographical_region = tgp_chu_region - geographical_region = tgp_dai_region - geographical_region = tgp_dian_region - geographical_region = tgp_gan_region - geographical_region = tgp_gui_region - geographical_region = tgp_han_region - geographical_region = tgp_huai_region - geographical_region = tgp_jin_region - geographical_region = tgp_jing_region - geographical_region = tgp_lai_region - geographical_region = tgp_liang_region - geographical_region = tgp_lu_region - geographical_region = tgp_min_region - geographical_region = tgp_qi_region - geographical_region = tgp_qian_region - geographical_region = tgp_shu_region - geographical_region = tgp_song_region - geographical_region = tgp_sui_region - geographical_region = tgp_tang_region - geographical_region = tgp_wei_region - geographical_region = tgp_wu_region - geographical_region = tgp_xia_region - geographical_region = tgp_xiang_region - geographical_region = tgp_xing_region - geographical_region = tgp_xu_region - geographical_region = tgp_yang_region - geographical_region = tgp_yin_region - geographical_region = tgp_yong_region - geographical_region = tgp_yue_region - geographical_region = tgp_zhao_region - geographical_region = tgp_zheng_region - geographical_region = tgp_zhou_region +tgp_use_chinese_naming_trigger = { + government_has_flag = government_is_celestial +} + +tgp_is_in_chinese_naming_region = { + OR = { + # whole startup h_china + geographical_region = world_asia_china + # outside h_china + geographical_region = tgp_bao_region + geographical_region = tgp_kang_region + geographical_region = tgp_liao_region + geographical_region = tgp_yuan_ferghana_region + # partly outside + geographical_region = tgp_liang_west_region + geographical_region = tgp_cheng_region + } +} + +tgp_has_cultural_naming_in_chinese = { + OR = { + has_cultural_pillar = heritage_viet + has_cultural_pillar = heritage_japonic + has_cultural_pillar = heritage_tibetan + has_cultural_pillar = heritage_buyeo + has_cultural_pillar = heritage_korean + has_name_list = name_list_jurchen + has_cultural_pillar = heritage_mongolic + culture_is_or_has_ancestor_trigger = { CULTURE = culture:bouxcuengh } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:bai } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:yi } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:tai } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:yughur } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:uyghur } + has_cultural_pillar = heritage_hmongic + culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham } + has_cultural_pillar = heritage_byzantine + culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman } + culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar } + } +} + +tgp_has_unique_chinese_naming = { + OR = { + capital_county.title_province ?= { tgp_is_in_chinese_naming_region = yes } + scope:title.capital_county.title_province ?= { tgp_is_in_chinese_naming_region = yes } + culture = { tgp_has_cultural_naming_in_chinese = no } + } +} + +tgp_chinese_naming_tier_trigger = { + save_temporary_scope_as = ruler_temp + OR = { + capital_county.title_province ?= { + trigger_if = { + limit = { + geographical_region = tgp_county_chinese_naming_region + } + scope:ruler_temp.highest_held_title_tier >= tier_county + } + trigger_else_if = { + limit = { + geographical_region = tgp_duchy_chinese_naming_region + } + scope:ruler_temp.highest_held_title_tier >= tier_duchy + } + trigger_else = { + scope:ruler_temp.highest_held_title_tier >= tier_kingdom + } + } + scope:title ?= { + capital_county.title_province ?= { + trigger_if = { + limit = { + geographical_region = tgp_county_chinese_naming_region + } + scope:ruler_temp.highest_held_title_tier >= tier_county + } + trigger_else_if = { + limit = { + geographical_region = tgp_duchy_chinese_naming_region + } + scope:ruler_temp.highest_held_title_tier >= tier_duchy + } + trigger_else = { + scope:ruler_temp.highest_held_title_tier >= tier_kingdom + } + } } } } diff --git a/common/scripted_triggers/mpo_scripted_triggers.txt b/common/scripted_triggers/mpo_scripted_triggers.txt index ef0e7c78..117f8c9b 100644 --- a/common/scripted_triggers/mpo_scripted_triggers.txt +++ b/common/scripted_triggers/mpo_scripted_triggers.txt @@ -2,6 +2,21 @@ # TRIGGER LIST # ################################################# +eligible_for_mpo_nomad_legacy_trigger = { + has_mpo_dlc_trigger = yes + OR = { + game_rule_unrestricted_dynasty_legacies_trigger = yes + dynasty = { + OR = { + dynast = { + government_has_flag = government_is_nomadic + } + has_dynasty_perk = mpo_nomad_legacy_1 + } + } + } +} + valid_confederation_member_trigger = { is_playable_character = yes is_tributary = no @@ -43,7 +58,7 @@ valid_confederation_member_trigger = { is_confederation_member = no } -confedration_foe_sub_trigger = { +confederation_foe_sub_trigger = { NOT = { is_allied_to = $CHARACTER$ } OR = { has_trait = conqueror @@ -88,27 +103,27 @@ confederation_foe_trigger = { kingdom = { any_de_jure_county = { holder.top_liege = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } } } } #Threat borders you or your tributaries any_land_neighboring_realm_with_tributaries_owner = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } #You border threat's direct tributaries any_land_neighboring_realm_with_tributaries_owner = { exists = suzerain suzerain = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } } #You border threat's lower level tributaries any_land_neighboring_realm_with_tributaries_owner = { is_tributary = yes top_suzerain = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } } } @@ -121,20 +136,20 @@ confederation_neighboring_foe_trigger = { OR = { #Threat borders you or your tributaries any_land_neighboring_realm_with_tributaries_owner = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } #You border threat's direct tributaries any_land_neighboring_realm_with_tributaries_owner = { exists = suzerain suzerain = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } } #You border threat's lower level tributaries any_land_neighboring_realm_with_tributaries_owner = { is_tributary = yes top_suzerain = { - confedration_foe_sub_trigger = { CHARACTER = $CHARACTER$ } + confederation_foe_sub_trigger = { CHARACTER = $CHARACTER$ } } } } @@ -615,7 +630,7 @@ mpo_overrunning_willing_vassal_trigger = { } highest_held_title_tier >= tier_county government_has_flag = government_is_nomadic - highest_held_title_tier < tier_kingdom + highest_held_title_tier < tier_duchy NOT = { government_has_flag = government_is_herder } } @@ -628,13 +643,8 @@ is_tsagaan_sar = { } } has_eligible_artifact_trigger = { - any_artifact = { - artifact_owner = root - NOR = { - has_variable = banner_house - has_variable = banner_dynasty - has_variable = 1025_treasure_map - } + any_character_artifact = { + artifact_can_be_gift_advance_trigger = yes count >= 2 } } @@ -648,15 +658,7 @@ can_gift_anything_trigger = { domicile ?= { herd < max_herd } } } - any_artifact = { - artifact_owner = root - NOR = { - has_variable = banner_house - has_variable = banner_dynasty - has_variable = 1025_treasure_map - } - count >= 2 - } + has_eligible_artifact_trigger = yes } } @@ -1395,24 +1397,12 @@ mpo_blood_brother_loving_trigger = { } has_bad_season_nomadic_capital_root_trigger = { - any_county_situation = { + any_county_situation_sub_region = { OR = { - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_white_zud_season - situation_sub_region_has_county = root.capital_county - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_cold_zud_season - situation_sub_region_has_county = root.capital_county - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_severe_drought_season - situation_sub_region_has_county = root.capital_county - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_havsarsan_zud_season - situation_sub_region_has_county = root.capital_county - } + sub_region_current_phase = situation_steppe_white_zud_season + sub_region_current_phase = situation_steppe_cold_zud_season + sub_region_current_phase = situation_steppe_severe_drought_season + sub_region_current_phase = situation_steppe_havsarsan_zud_season } } } @@ -1479,24 +1469,12 @@ has_bad_season_nomadic_capital_character_trigger = { } has_bad_season_in_county_trigger = { - any_county_situation = { + any_county_situation_sub_region = { OR = { - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_white_zud_season - situation_sub_region_has_county = $COUNTY$ - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_cold_zud_season - situation_sub_region_has_county = $COUNTY$ - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_severe_drought_season - situation_sub_region_has_county = $COUNTY$ - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_havsarsan_zud_season - situation_sub_region_has_county = $COUNTY$ - } + sub_region_current_phase = situation_steppe_white_zud_season + sub_region_current_phase = situation_steppe_cold_zud_season + sub_region_current_phase = situation_steppe_severe_drought_season + sub_region_current_phase = situation_steppe_havsarsan_zud_season } } } @@ -1541,21 +1519,11 @@ has_good_season_nomadic_capital_character_trigger = { } has_good_season_in_county_trigger = { - any_county_situation = { + any_county_situation_sub_region = { OR = { - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_abundant_grazing_season - situation_sub_region_has_county = $COUNTY$ - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_warm_nights_season - situation_sub_region_has_county = $COUNTY$ - } - any_situation_sub_region = { - sub_region_current_phase = situation_steppe_sky_blessing_season - situation_sub_region_has_county = $COUNTY$ - - } + sub_region_current_phase = situation_steppe_abundant_grazing_season + sub_region_current_phase = situation_steppe_warm_nights_season + sub_region_current_phase = situation_steppe_sky_blessing_season } } } @@ -1882,3 +1850,197 @@ county_ready_for_abuse_trigger = { } } +mpo_nomad_invasion_war_ai_trigger = { + OR = { + has_realm_law = nomadic_authority_3 + has_realm_law = nomadic_authority_4 + has_realm_law = nomadic_authority_5 + } + is_independent_ruler = yes + is_at_war = no + gold > 0 + NOT = { + has_realm_law = uncrowned + } + OR = { + #China is in division + AND = { + situation:dynastic_cycle ?= { situation_current_phase = situation_dynastic_cycle_phase_chaos } + NOT = { + exists = title:h_china.holder + } + capital_province = { + geographical_region = world_steppe_east + } + } + #Byzantium or China are actually somehow a viable target + title:e_byzantium.holder ?= { + in_diplomatic_range = $NOMAD$ + NOR = { + has_any_good_relationship_with_character_trigger = { CHARACTER = $NOMAD$ } + is_allied_to = $NOMAD$ + is_tributary_of = $NOMAD$ + $NOMAD$ = { + is_tributary_of_suzerain_or_above = prev + } + $NOMAD$ = { + has_truce = prev + } + } + #Fulfills strength comparison + current_military_strength < $NOMAD$.seventy_percent_of_current_military_strength + OR = { + gold <= $NOMAD$.fifty_percent_of_current_gold + current_military_strength <= $NOMAD$.forty_percent_of_current_military_strength + } + } + title:h_china.holder ?= { + in_diplomatic_range = $NOMAD$ + NOR = { + has_any_good_relationship_with_character_trigger = { CHARACTER = $NOMAD$ } + is_allied_to = $NOMAD$ + is_tributary_of = $NOMAD$ + $NOMAD$ = { + is_tributary_of_suzerain_or_above = prev + } + $NOMAD$ = { + has_truce = prev + } + } + #Fulfills strength comparison + current_military_strength < $NOMAD$.seventy_percent_of_current_military_strength + OR = { + gold <= $NOMAD$.fifty_percent_of_current_gold + current_military_strength <= $NOMAD$.forty_percent_of_current_military_strength + } + } + # Havsaran zud? Leave the steppe! + capital_county ?= { + any_county_situation_sub_region = { + sub_region_current_phase = situation_steppe_havsarsan_zud_season + } + } + #Landless and heavily herded + AND = { + is_landed = no + domicile.herd >= 8000 + } + #Family has held title without ascendance for a while + AND = { + ai_energy > low_negative_ai_value + is_gurkhan = no + sub_realm_size <= 30 + domicile ?= { herd <= two_thirds_max_herd_value } + + exists = $NOMAD$.house + primary_title = { + previous_holder ?= { + house ?= $NOMAD$.house + } + any_past_holder = { + count >= 2 + NOT = { + this = $NOMAD$ + } + house ?= $NOMAD$.house + trigger_if = { + limit = { + is_alive = no + } + time_since_death = { + years <= 120 + } + } + } + } + } + #Is "pushed out" by stronger neighbor + AND = { + ai_vengefulness < low_positive_ai_value + is_gurkhan = no + any_neighboring_realm_with_tributaries_owner = { + NOT = { is_tributary_of_suzerain_or_above = $NOMAD$ } + OR = { + #Is personally scary + AND = { + government_has_flag = government_is_nomadic + seventy_percent_of_current_military_strength >= $NOMAD$.current_military_strength + NOR = { + is_allied_to = $NOMAD$ + has_truce = $NOMAD$ + } + } + #Suzerain is scary + AND = { + is_tributary = yes + top_suzerain = { + NOT = { this = $NOMAD$ } + government_has_flag = government_is_nomadic + seventy_percent_of_current_military_strength > $NOMAD$.current_military_strength + NOR = { + is_tributary_of = $NOMAD$ + is_allied_to = $NOMAD$ + has_truce = $NOMAD$ + } + } + } + } + } + } + } +} + +mpo_nomad_duchy_invasion_war_ai_trigger = { + is_independent_ruler = yes + is_at_war = no + gold > 0 + NOT = { + has_realm_law = uncrowned + } + has_realm_law = nomadic_authority_2 + OR = { + #China is in division + AND = { + situation:dynastic_cycle ?= { situation_current_phase = situation_dynastic_cycle_phase_chaos } + NOT = { + exists = title:h_china.holder + } + } + # Havsaran zud? Leave the steppe! + capital_county ?= { + any_county_situation_sub_region = { + sub_region_current_phase = situation_steppe_havsarsan_zud_season + } + } + #Landless and heavily herded + AND = { + is_landed = no + domicile.herd >= 4000 + } + #Family has held title without ascendance for a while + AND = { + ai_energy >= 0 + is_gurkhan = no + sub_realm_size <= 3 + domicile ?= { herd <= two_thirds_max_herd_value } + + exists = $NOMAD$.house + primary_title = { + previous_holder ?= { + house ?= $NOMAD$.house + } + any_past_holder = { + count >= 2 + this != $NOMAD$ + house ?= $NOMAD$.house + OR = { + is_alive = yes + time_since_death = { + years <= 120 + } + } + } + } + } + } +} diff --git a/common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt b/common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt index 0f0d57e9..76fe023f 100644 --- a/common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt +++ b/common/situation/catalysts/10_tgp_dynastic_cycle_catalysts.txt @@ -71,6 +71,7 @@ catalyst_hegemon_apocalyptic_epidemic = {} catalyst_requested_incursion = {} # Imperial Treasury +catalyst_imperial_treasury_depleted = {} catalyst_imperial_treasury_raided = {} catalyst_imperial_treasury_debt = {} catalyst_cleared_treasury_debt = {} diff --git a/common/situation/situation_group_types/00_situation_group_types.txt b/common/situation/situation_group_types/00_situation_group_types.txt index c3263067..ab3d8cea 100644 --- a/common/situation/situation_group_types/00_situation_group_types.txt +++ b/common/situation/situation_group_types/00_situation_group_types.txt @@ -26,6 +26,10 @@ natural_disasters = { sort_order = 9 } +story_cycles = { + sort_order = 5 +} + debug = { # referred to in code (DO NOT REMOVE) sort_order = -1 } diff --git a/common/situation/situations/the_great_steppe.txt b/common/situation/situations/the_great_steppe.txt index e01bef04..e93f8185 100644 --- a/common/situation/situations/the_great_steppe.txt +++ b/common/situation/situations/the_great_steppe.txt @@ -59,7 +59,7 @@ if = { limit = { is_ai = no - NOT = { has_variable = mpo_the_great_steppe_events_0001_var } + NOT = { has_character_flag = mpo_the_great_steppe_events_0001_var } } trigger_event = mpo_the_great_steppe.0001 } @@ -82,7 +82,7 @@ if = { limit = { is_ai = no - NOT = { has_variable = mpo_the_great_steppe_events_0001_var } + NOT = { has_character_flag = mpo_the_great_steppe_events_0001_var } } trigger_event = mpo_the_great_steppe.0001 } diff --git a/common/subject_contracts/contracts/_subject_contracts.info b/common/subject_contracts/contracts/_subject_contracts.info index cc24b2b8..bc0e5436 100644 --- a/common/subject_contracts/contracts/_subject_contracts.info +++ b/common/subject_contracts/contracts/_subject_contracts.info @@ -28,7 +28,7 @@ subject_contract = { # Scopes available: # scope:liege the liege or suzerain in the contract # scope:subject the subject in the contract - # scope:vassal the subject in the contract. Same as scope:subject. Kept in for backwards compatability. + # scope:vassal the subject in the contract. Same as scope:subject. Kept in for backwards compatibility. # scope:opinion_of_liege set if uses_opinion_of_liege = yes # scope:tax_slot the slot they are in/are being considered to be placed in # scope:tax_collector the collector for the above/the potential new collector diff --git a/common/subject_contracts/contracts/administrative.txt b/common/subject_contracts/contracts/administrative.txt index 911a1f09..b7d504c5 100644 --- a/common/subject_contracts/contracts/administrative.txt +++ b/common/subject_contracts/contracts/administrative.txt @@ -251,7 +251,7 @@ administrative_themes = { is_valid = { scope:liege = { - highest_held_title_tier = tier_empire + highest_held_title_tier >= tier_empire } custom_tooltip = { text = admin_theme_imperial_valid_desc @@ -406,7 +406,10 @@ administrative_salary_rank = { parent = administrative_salary_rank_none is_valid = { scope:subject = { - highest_held_title_tier = tier_duchy + any_held_title = { + is_noble_family_title = no + tier = tier_duchy + } } } diff --git a/common/subject_contracts/contracts/celestial.txt b/common/subject_contracts/contracts/celestial.txt deleted file mode 100644 index 37cc60d5..00000000 --- a/common/subject_contracts/contracts/celestial.txt +++ /dev/null @@ -1,1457 +0,0 @@ -celestial_obligations = { - obligation_levels = { - default = { - levies = { - value = 0.3 - } - - tax = { - value = 0.75 - } - } - } -} - -### brief: administrative_themes -# This is referenced in code. -# -celestial_provinces = { - display_mode = radiobutton - is_shown = { - scope:subject = { - OR = { - highest_held_title_tier >= main_administrative_tier - highest_held_title_tier >= min_title_maa_tier - } - is_landless_ruler = no - } - } - obligation_levels = { - celestial_province_standard = { - default = yes - position = { 0 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_standard_administration.dds" - gui_tags = { civilian } - - ai_liege_desire = { - value = 0 - if = { - limit = { - scope:subject = { - is_ai = yes - } - } - add = 1 - - # Cautious AI should tend to have a minor bias towards the default - if = { - limit = { - scope:liege = { - ai_has_cautious_personality = yes - } - } - add = 1 - } - } - } - ai_subject_desire = 0 - - score = 0 - color = { 0.7 0.7 0.7 1.0 } - - enable_title_maa = no - - subject_modifier = { - monthly_merit_per_liege_tax = 0.8 - } - - flag = celestial_civil_appointment - flag = celestial_province_standard - appointment_trait_flag = civilian_province - } - celestial_province_industrial = { - position = { 1 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_industrial_administration.dds" - gui_tags = { civilian } - - ai_liege_desire = { - value = 0 - if = { - limit = { - scope:subject = { - is_ai = yes - OR = { - has_trait = education_stewardship - stewardship >= very_high_skill_rating - } - # Avoid replacing any military types if they have title troops already - primary_title = { any_owned_title_maa_regiment = { count < 1 } } - } - } - add = 3 - - # Economical AI wants more of civic vassals - if = { - limit = { - scope:liege = { - ai_has_builder_or_pious_builder_personality = yes - } - } - add = 2 - } - } - } - ai_subject_desire = 0 - - score = 0 - color = { 0.2 0.2 0.7 1.0 } - - is_shown = { - } - - is_valid = { - # Only for direct vassals of the top liege or sub-vassals of a civilian province - custom_tooltip = { - text = liege_is_not_civilian_desc - scope:liege = { - trigger_if = { - limit = { - this != top_liege - } - vassal_contract_has_flag = celestial_civil_appointment - } - } - } - - # Vassal has to be landed - scope:subject = { - is_landed = yes - } - # There can only be a limited number of industries at a time - custom_tooltip = { - text = celestial_province_industrial_amount_desc - OR = { - scope:liege = { - any_vassal = { - count < celestial_province_industrial_max_value - vassal_contract_has_flag = celestial_province_industrial - } - } - scope:subject = { vassal_contract_has_flag = celestial_province_industrial } - } - } - } - - enable_title_maa = no - - subject_modifier = { - development_growth_factor = 0.05 - build_gold_cost = -0.1 - build_speed = -0.2 - monthly_merit_per_liege_tax = 1.2 - } - - flag = celestial_civil_appointment - flag = admin_ai_is_builder - flag = celestial_province_industrial - flag = obligation_high_taxes - appointment_trait_flag = civilian_province - } - celestial_province_metropolitan = { - position = { 2 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_metropolitan_administration.dds" - gui_tags = { civilian } - - ai_liege_desire = { - value = 0 - if = { - limit = { - scope:subject = { - is_ai = yes - } - } - # The AI should always want to fill the limit - add = 8 - - # Avoid border provinces if possible - if = { - limit = { - scope:subject = { - any_sub_realm_county = { - any_neighboring_county = { - holder = { - top_liege != scope:subject.top_liege - } - } - } - } - } - add = -5 - } - - # Even more so if they are close to the capital - if = { - limit = { - scope:subject = { - realm_to_title_distance_squared = { target = scope:liege.capital_county value < 60000 } - } - } - add = 3 - } - - # Don't swap away from this too easily - if = { - limit = { - scope:subject = { - vassal_contract_has_flag = celestial_province_metropolitan - } - } - add = 4 - } - - # Economical AI wants more of civic vassals - if = { - limit = { - scope:liege = { - ai_has_builder_or_pious_builder_personality = yes - } - } - add = 2 - } - - # If above the limit, try to replace some obligations until that isn't a problem - if = { - limit = { - scope:liege = { - any_vassal = { - count > celestial_province_metropolitan_max_value - vassal_contract_has_flag = celestial_province_metropolitan - } - } - } - multiply = 0 - } - } - } - ai_subject_desire = 0 - - score = 0 - color = { 0.7 0.2 0.2 1.0 } - - is_shown = { - } - - is_valid = { - # Only available in the Advancement phase of the Dynastic Cycle - trigger_if = { - limit = { - exists = situation:dynastic_cycle - } - situation:dynastic_cycle = { has_situation_top_phase_parameter = dynastic_cycle_hegemon_increased_metropolitan_limit } - } - #situation:dynastic_cycle ?= { situation_current_phase = situation_dynastic_cycle_phase_stability_advancement } - # Only the hegemon can appoint these - scope:liege = { - highest_held_title_tier = tier_hegemony - } - # And only for high tier vassals who are de jure - scope:subject = { - is_landed = yes - highest_held_title_tier >= tier_kingdom - custom_tooltip = { - text = celestial_province_de_jure_desc - primary_title = { target_is_de_jure_liege_or_above = scope:liege.primary_title } - } - } - # There can only be a limited number of metropols at a time - Changes with the Dynastic Cycle - custom_tooltip = { - text = celestial_province_metropolitan_amount_desc - OR = { - scope:liege = { - any_vassal = { - count < celestial_province_metropolitan_max_value - vassal_contract_has_flag = celestial_province_metropolitan - } - } - scope:subject = { vassal_contract_has_flag = celestial_province_metropolitan } - } - } - } - - tax_factor = 0.05 - enable_title_maa = no - - subject_modifier = { - domain_tax_mult = 0.05 - development_growth_factor = 0.05 - monthly_county_control_growth_factor = -0.1 - monthly_merit_per_liege_tax = 2.4 - } - - flag = celestial_civil_appointment - flag = celestial_province_metropolitan - flag = obligation_high_levies - appointment_trait_flag = civilian_province - } - celestial_province_military = { - position = { 0 1 } - icon = "gfx/interface/icons/celestial_administration_types/icon_military_administration.dds" - gui_tags = { military } - - ai_liege_desire = { - value = 0 - if = { - limit = { - scope:subject = { - is_ai = yes - OR = { - primary_title = { any_owned_title_maa_regiment = { count >= 3 } } - any_sub_realm_county = { # Is a border province - any_neighboring_county = { - holder = { - top_liege != scope:subject.top_liege - } - } - } - } - } - } - add = 5 - - # Preference for vassals along the border - if = { - limit = { - scope:subject = { - any_sub_realm_county = { - any_neighboring_county = { - holder = { - top_liege != scope:subject.top_liege - } - } - } - } - } - add = 6 - } - - # Warlike AI wants more military vassals - if = { - limit = { - scope:liege = { - ai_has_warlike_personality = yes - } - } - add = 2 - } - - # Don't make lone duchies/counties at the border military - if = { - limit = { - scope:liege.highest_held_title_tier = tier_hegemony - scope:subject.highest_held_title_tier <= tier_duchy - } - multiply = 0 - } - if = { - limit = { - scope:liege.highest_held_title_tier = tier_empire - scope:subject.highest_held_title_tier <= tier_county - } - multiply = 0 - } - } - - # Prefer to make military sub-vassals, as a military/protectorate - if = { - limit = { - scope:liege = { - vassal_contract_has_flag = celestial_military_appointment - } - } - add = 4 - } - } - ai_subject_desire = 0 - - score = 0 - color = { 0.7 0.2 0.2 1.0 } - - is_shown = { - } - - is_valid = { - # Vassal has to be landed and direct vassal of the top liege, or a vassal of another military governor - custom_tooltip = { - text = liege_is_not_military_desc - scope:liege = { - trigger_if = { - limit = { - this != top_liege - } - vassal_contract_has_flag = celestial_military_appointment - } - } - } - trigger_if = { - limit = { - scope:subject = { - liege = top_liege - } - } - # There can only be a limited number of militaries at a time - custom_tooltip = { - text = celestial_province_military_amount_desc - OR = { - scope:subject.liege = { - any_vassal = { - count < celestial_province_military_max_value - vassal_contract_has_flag = celestial_province_military - - # We don't care about vassals two steps down in tier (for AI) - trigger_if = { - limit = { - liege = { - is_ai = yes - highest_held_title_tier = tier_hegemony - } - } - highest_held_title_tier >= tier_kingdom - } - trigger_if = { - limit = { - liege = { - is_ai = yes - highest_held_title_tier = tier_empire - } - } - highest_held_title_tier >= tier_duchy - } - } - } - scope:subject = { vassal_contract_has_flag = celestial_province_military } - } - } - } - } - - levies_factor = 0.5 - - subject_modifier = { - development_growth_factor = -0.2 - monthly_county_control_growth_factor = 0.1 - additional_fort_level = 2 - defender_advantage = 4 - monthly_merit_per_title_maa_value = 0.024 - domain_tax_mult = -0.3 - - monthly_treasury_from_military_budget_base = 1.0 - } - - flag = celestial_province_military - flag = celestial_military_appointment - flag = obligation_high_levies - appointment_trait_flag = military_province - } - celestial_province_protectorate = { - position = { 1 1 } - icon = "gfx/interface/icons/celestial_administration_types/icon_protectorate_administration.dds" - gui_tags = { military } - - ai_liege_desire = { - value = 0 - if = { - limit = { - scope:subject = { - is_ai = yes - } - } - # The AI should always want to fill the limit - add = 5 - - # Increase desirability if the vassal is neighboring another realm - if = { - limit = { - scope:subject = { - any_sub_realm_county = { - any_neighboring_county = { - holder = { - top_liege != scope:subject.top_liege - } - } - } - } - } - add = 4 - } - - # Don't swap away from this too easily - if = { - limit = { - scope:subject = { - vassal_contract_has_flag = celestial_province_protectorate - } - } - add = 2 - } - - # Warlike AI wants more military vassals - if = { - limit = { - scope:liege = { - ai_has_warlike_personality = yes - } - } - add = 1 - } - - # If above the limit, try to replace some obligations until that isn't a problem - if = { - limit = { - scope:liege = { - any_vassal = { - count > celestial_province_protectorate_max_value - vassal_contract_has_flag = celestial_province_protectorate - } - } - } - multiply = 0 - } - - # Don't make lone duchies/counties at the border military - if = { - limit = { - liege.highest_held_title_tier = tier_hegemony - scope:subject.highest_held_title_tier <= tier_duchy - } - multiply = 0 - } - if = { - limit = { - liege.highest_held_title_tier = tier_empire - scope:subject.highest_held_title_tier <= tier_county - } - multiply = 0 - } - } - } - ai_subject_desire = 0 - - score = 0 - color = { 0.7 0.2 0.2 1.0 } - - is_shown = { - } - - is_valid = { - # Only available in the Expansion phase of the Dynastic Cycle - #situation:dynastic_cycle ?= { has_situation_top_phase_parameter = dynastic_cycle_hegemon_increased_protectorate_limit } - trigger_if = { - limit = { - exists = situation:dynastic_cycle - } - situation:dynastic_cycle = { has_situation_top_phase_parameter = dynastic_cycle_hegemon_increased_protectorate_limit } - } - # Only the hegemon can appoint these - scope:liege = { - highest_held_title_tier = tier_hegemony - } - # And only for high tier vassals - scope:subject = { - is_landed = yes - highest_held_title_tier >= tier_kingdom - } - # There can only be a limited number of protectorates at a time - Changes with the Dynastic Cycle - custom_tooltip = { - text = celestial_province_protectorate_amount_desc - OR = { - scope:liege = { - any_vassal = { - count < celestial_province_protectorate_max_value - vassal_contract_has_flag = celestial_province_protectorate - } - } - scope:subject = { vassal_contract_has_flag = celestial_province_protectorate } - } - } - } - - levies_factor = -1 - - subject_modifier = { - development_growth_factor = -0.3 - maa_damage_mult = 0.1 - men_at_arms_title_cap = 1 - men_at_arms_title_limit = 1 - levy_reinforcement_rate = 0.2 - monthly_merit_per_title_maa_value = 0.032 - domain_tax_mult = -0.2 - - monthly_treasury_from_military_budget_base = 1.5 - } - - flag = admin_ai_is_warlike - flag = celestial_province_protectorate - flag = celestial_military_appointment - flag = obligation_high_levies - appointment_trait_flag = military_province - } - } -} - -celestial_ministry_obligations = { - display_mode = tree - defaults_to_highest_valid_level = yes - is_shown = { - scope:subject = { - OR = { - has_title = title:e_minister_chancellor - has_title = title:e_minister_censor - has_title = title:e_minister_grand_marshal - has_title = title:e_minister_of_personnel - has_title = title:e_minister_of_revenue - has_title = title:e_minister_of_rites - has_title = title:e_minister_of_war - has_title = title:e_minister_of_justice - has_title = title:e_minister_of_works - } - } - } - can_be_changed = { - scope:subject = { - trigger_if = { - limit = { - has_title = title:e_minister_grand_marshal - } - NOT = { vassal_contract_has_flag = celestial_grand_marshal_obligation } - } - trigger_else = { - always = no - } - } - } - obligation_levels = { - celestial_minister_none = { - position = { 0 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_standard_administration.dds" - gui_tags = { civilian } - default = yes - - ai_liege_desire = { - value = 1 - } - ai_subject_desire = 0 - - score = 1 - color = { 0.7 0.7 0.7 1.0 } - - subject_modifier = { - } - - flag = celestial_minister_obligation - } - celestial_minister_civil = { - position = { 1 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_standard_administration.dds" - gui_tags = { civilian } - parent = celestial_minister_none - - ai_liege_desire = { - value = 2 - } - ai_subject_desire = 0 - - is_valid = { - scope:subject = { - tgp_is_any_minister = yes - NOT = { has_title = title:e_minister_grand_marshal } - } - } - - score = 2 - color = { 0.7 0.7 0.7 1.0 } - - enable_title_maa = no - - subject_modifier = { - monthly_merit = 20 - monthly_treasury_from_ministry_budget_base = 1 - } - - flag = celestial_minister_obligation - appointment_trait_flag = civilian_province - } - celestial_minister_military = { - position = { 2 0 } - icon = "gfx/interface/icons/celestial_administration_types/icon_military_administration.dds" - gui_tags = { military } - parent = celestial_minister_none - - ai_liege_desire = { - value = 3 - } - ai_subject_desire = 0 - - is_valid = { - scope:subject = { - has_title = title:e_minister_grand_marshal - } - } - - score = 3 - color = { 0.7 0.7 0.7 1.0 } - - enable_title_maa = yes - - subject_modifier = { - monthly_merit = 20 - men_at_arms_recruitment_cost = -0.5 - men_at_arms_maintenance = -0.5 - monthly_treasury_from_military_budget_base = 2.5 - monthly_treasury_from_ministry_budget_base = 1 - } - - flag = celestial_minister_obligation - flag = celestial_grand_marshal_obligation - appointment_trait_flag = military_province - } - } -} - -celestial_treasury = { - display_mode = tree - is_shown = { - scope:subject.primary_title = { - tier >= tier_duchy - NOT = { - has_title_law = celestial_ministry_appointment_succession_law - } - } - } - obligation_levels = { - celestial_treasury_very_low = { - position = { 0 0 } - - subject_modifier = { - monthly_treasury_from_liege_mult = -0.10 - } - - ai_liege_desire = 5 - ai_subject_desire = 1 - - subject_opinion = -25 - - score = -2 - } - celestial_treasury_low = { - parent = celestial_treasury_very_low - position = { 1 0 } - - subject_modifier = { - monthly_treasury_from_liege_mult = -0.05 - } - - ai_liege_desire = 4 - ai_subject_desire = 2 - - subject_opinion = -15 - - score = -1 - } - celestial_treasury_medium = { - parent = celestial_treasury_low - default = yes - position = { 2 0 } - - ai_liege_desire = 3 - ai_subject_desire = 3 - - score = 0 - } - celestial_treasury_high = { - parent = celestial_treasury_medium - position = { 3 0 } - - subject_modifier = { - monthly_treasury_from_liege_mult = 0.05 - } - - ai_liege_desire = 2 - ai_subject_desire = 4 - - subject_opinion = 5 - - score = 1 - } - celestial_treasury_very_high = { - parent = celestial_treasury_high - position = { 4 0 } - - subject_modifier = { - monthly_treasury_from_liege_mult = 0.10 - } - - ai_liege_desire = 1 - ai_subject_desire = 5 - - subject_opinion = 15 - - score = 2 - } - } -} - -celestial_ministry_budget = { - display_mode = tree - - is_shown = { - scope:subject.primary_title = { - has_title_law = celestial_ministry_appointment_succession_law - } - } - - obligation_levels = { - celestial_ministry_budget_low = { - position = { 0 0 } - - is_valid = { - scope:subject.primary_title = { - has_title_law = celestial_ministry_appointment_succession_law - } - } - - subject_modifier = { - monthly_treasury_from_ministry_budget_base = -0.5 - } - - ai_liege_desire = 0 - ai_subject_desire = 0 - - subject_opinion = -15 - - score = -1 - - } - celestial_ministry_budget_medium = { - parent = celestial_ministry_budget_low - position = { 1 0 } - - default = yes - - ai_liege_desire = 0 - ai_subject_desire = 0 - - subject_modifier = { - - } - - score = 0 - } - celestial_ministry_budget_high = { - parent = celestial_ministry_budget_medium - position = { 2 0 } - - is_valid = { - scope:subject.primary_title = { - has_title_law = celestial_ministry_appointment_succession_law - } - } - - subject_modifier = { - monthly_treasury_from_ministry_budget_base = 0.5 - } - - ai_liege_desire = 0 - ai_subject_desire = 0 - - subject_opinion = 0 - - score = 1 - } - } -} - -celestial_salary = { - display_mode = tree - is_shown = { - scope:subject.primary_title.tier >= tier_duchy - } - obligation_levels = { - celestial_salary_very_low = { - position = { 0 0 } - - subject_modifier = { - monthly_treasury_from_salary_budget_mult = -0.5 - } - - ai_liege_desire = 5 - ai_subject_desire = 1 - - subject_opinion = -25 - - score = -2 - } - celestial_salary_low = { - parent = celestial_salary_very_low - position = { 1 0 } - - subject_modifier = { - monthly_treasury_from_salary_budget_mult = -0.25 - } - - ai_liege_desire = 4 - ai_subject_desire = 2 - - subject_opinion = -15 - - score = -1 - } - celestial_salary_medium = { - parent = celestial_salary_low - default = yes - position = { 2 0 } - - subject_modifier = { - } - - ai_liege_desire = 3 - ai_subject_desire = 3 - - score = 0 - } - celestial_salary_high = { - parent = celestial_salary_medium - position = { 3 0 } - - subject_modifier = { - monthly_treasury_from_salary_budget_mult = 0.25 - } - - ai_liege_desire = 2 - ai_subject_desire = 4 - - subject_opinion = 5 - - score = 1 - } - celestial_salary_very_high = { - parent = celestial_salary_high - position = { 4 0 } - - subject_modifier = { - monthly_treasury_from_salary_budget_mult = 0.5 - } - - ai_liege_desire = 1 - ai_subject_desire = 5 - - subject_opinion = 10 - - score = 2 - } - } -} - -celestial_salary_rank = { - display_mode = hidden - - defaults_to_highest_valid_level = yes - - can_be_changed = { - always = no - } - - obligation_levels = { - celestial_salary_rank_none = { - position = { 0 0 } - default = yes - - ai_liege_desire = 0 - ai_subject_desire = 0 - } - - celestial_salary_rank_county = { - position = { 1 0 } - - parent = celestial_salary_rank_none - is_valid = { - scope:subject = { - highest_held_title_tier = tier_county - primary_title = { - is_noble_family_title = no - } - } - } - - ai_liege_desire = 2 - ai_subject_desire = 2 - - subject_modifier = { - monthly_treasury_from_salary_budget_base = 0.3 - - monthly_treasury_from_military_budget_base = -0.6 # (only relevant if Military Gov) - men_at_arms_title_cap = -1 - } - } - - celestial_salary_rank_duchy = { - position = { 2 0 } - - parent = celestial_salary_rank_county - is_valid = { - scope:subject = { - highest_held_title_tier = tier_duchy - } - } - - ai_liege_desire = 3 - ai_subject_desire = 3 - - subject_modifier = { - monthly_treasury_from_salary_budget_base = 0.75 - - monthly_treasury_from_military_budget_base = -0.3 # (only relevant if Military Gov) - men_at_arms_title_cap = -1 - } - } - celestial_salary_rank_kingdom = { - position = { 3 0 } - - parent = celestial_salary_rank_duchy - is_valid = { - scope:subject = { - highest_held_title_tier = tier_kingdom - } - } - - ai_liege_desire = 4 - ai_subject_desire = 4 - - subject_modifier = { - monthly_treasury_from_salary_budget_base = 1.0 - } - } - celestial_salary_rank_empire = { - position = { 4 0 } - - parent = celestial_salary_rank_kingdom - - ai_liege_desire = 5 - ai_subject_desire = 5 - - is_valid = { - scope:subject = { - highest_held_title_tier = tier_empire - is_landless_ruler = no - } - } - subject_modifier = { - monthly_treasury_from_salary_budget_base = 2.0 - } - } - celestial_salary_rank_minister = { - position = { 0 2 } - - parent = celestial_salary_rank_kingdom - - ai_liege_desire = 6 - ai_subject_desire = 6 - - is_valid = { - scope:subject = { - highest_held_title_tier = tier_empire - is_landless_ruler = yes - } - } - subject_modifier = { - monthly_treasury_from_salary_budget_base = 3 - } - } - } -} - -celestial_tribute_gold = { - display_mode = tree - icon = gold_icon - obligation_levels = { - celestial_tributary_tax_none = { - position = { 0 0 } - - tax = 0 - subject_opinion = 5 - - subject_modifier = { - monthly_legitimacy_add = 0.1 - } - - ai_liege_desire = 1 - ai_subject_desire = 4 - score = 2 - } - celestial_tributary_tax_low = { - default = yes - parent = celestial_tributary_tax_none - position = { 1 0 } - - tax = low_celestial_tributary_tax - subject_opinion = -5 - - subject_modifier = { - monthly_legitimacy_add = 0.2 - } - - ai_liege_desire = 2 - ai_subject_desire = 3 - score = 1 - } - celestial_tributary_tax_normal = { - parent = celestial_tributary_tax_low - position = { 2 0 } - - tax = normal_celestial_tributary_tax - subject_opinion = -10 - - subject_modifier = { - monthly_legitimacy_add = 0.3 - } - - ai_liege_desire = 3 - ai_subject_desire = 2 - score = 0 - } - celestial_tributary_tax_high = { - parent = celestial_tributary_tax_normal - position = { 3 0 } - - tax = high_celestial_tributary_tax - subject_opinion = -25 - - subject_modifier = { - monthly_legitimacy_add = 0.5 - } - - ai_liege_desire = 4 - ai_subject_desire = 1 - score = -1 - } - } -} - -celestial_tribute_prestige = { - display_mode = tree - icon = prestige_icon - obligation_levels = { - celestial_prestige_transfer_none = { - position = { 0 1 } - - prestige = 0 - subject_opinion = 5 - - subject_modifier = { - monthly_legitimacy_add = 0.1 - } - - ai_liege_desire = 1 - ai_subject_desire = 4 - score = 2 - } - celestial_prestige_transfer_low = { - default = yes - parent = celestial_prestige_transfer_none - position = { 1 1 } - - prestige = low_celestial_prestige_transfer - subject_opinion = -5 - - subject_modifier = { - monthly_legitimacy_add = 0.2 - } - - ai_liege_desire = 2 - ai_subject_desire = 3 - score = 1 - } - celestial_prestige_transfer_normal = { - default = yes - parent = celestial_prestige_transfer_low - position = { 2 1 } - - prestige = normal_celestial_prestige_transfer - subject_opinion = -10 - - subject_modifier = { - monthly_legitimacy_add = 0.3 - } - - ai_liege_desire = 3 - ai_subject_desire = 2 - score = 0 - } - celestial_prestige_transfer_high = { - parent = celestial_prestige_transfer_normal - position = { 3 1 } - - prestige = high_celestial_prestige_transfer - subject_opinion = -25 - - subject_modifier = { - monthly_legitimacy_add = 0.5 - } - - ai_liege_desire = 4 - ai_subject_desire = 1 - score = -1 - } - } -} - -celestial_tributary_investiture_privilege_trade = { - display_mode = checkbox - is_shown = { - scope:liege = { has_title = title:h_china } - } - obligation_levels = { - investiture_trade_no = { - default = yes - position = { 0 1 } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - } - investiture_trade_yes = { - default = no - parent = investiture_trade_no - position = { 0 1 } - is_valid = { - custom_tooltip = { - text = "NO_SEAL_OF_INVESTITURE" - scope:subject = { - any_character_artifact = { - OR = { - artifact_type = seal_of_investiture - artifact_type = seal_of_investiture_court - } - } - } - } - } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - - flag = celestial_investiture_trade - } - } -} - -celestial_tributary_investiture_privilege_marriage = { - display_mode = checkbox - is_shown = { - scope:liege = { has_title = title:h_china } - } - obligation_levels = { - investiture_marriage_no = { - default = yes - position = { 0 1 } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - } - investiture_marriage_yes = { - default = no - parent = investiture_marriage_no - position = { 0 1 } - is_valid = { - custom_tooltip = { - text = "NO_SEAL_OF_INVESTITURE" - scope:subject = { - any_character_artifact = { - OR = { - artifact_type = seal_of_investiture - artifact_type = seal_of_investiture_court - } - } - } - } - } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - - flag = celestial_investiture_marriage - } - } -} - -celestial_tributary_investiture_privilege_politics = { - display_mode = checkbox - is_shown = { - scope:liege = { has_title = title:h_china } - } - obligation_levels = { - investiture_politics_no = { - default = yes - position = { 0 1 } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - } - investiture_politics_yes = { - default = no - parent = investiture_politics_no - position = { 0 1 } - is_valid = { - custom_tooltip = { - text = "NO_SEAL_OF_INVESTITURE" - scope:subject = { - any_character_artifact = { - OR = { - artifact_type = seal_of_investiture - artifact_type = seal_of_investiture_court - } - } - } - } - } - ai_liege_desire = 0 - ai_subject_desire = 0 - score = 0 - - flag = celestial_investiture_politics - } - } -} - -hegemonic_tribute_gold = { - display_mode = tree - icon = gold_icon - obligation_levels = { - hegemonic_tributary_tax_none = { - position = { 0 0 } - - tax = 0 - subject_opinion = 5 - - subject_modifier = { - monthly_legitimacy_add = 0.1 - } - - ai_liege_desire = 1 - ai_subject_desire = 4 - score = -2 - } - hegemonic_tributary_tax_low = { - default = yes - parent = hegemonic_tributary_tax_none - position = { 1 0 } - - tax = low_hegemonic_tributary_tax - subject_opinion = -5 - - subject_modifier = { - monthly_legitimacy_add = 0.2 - } - - ai_liege_desire = 2 - ai_subject_desire = 3 - score = 1 - } - hegemonic_tributary_tax_normal = { - parent = hegemonic_tributary_tax_low - position = { 2 0 } - - tax = normal_hegemonic_tributary_tax - subject_opinion = -10 - - subject_modifier = { - monthly_legitimacy_add = 0.3 - } - - ai_liege_desire = 3 - ai_subject_desire = 2 - score = 0 - } - hegemonic_tributary_tax_high = { - parent = hegemonic_tributary_tax_normal - position = { 3 0 } - - tax = high_hegemonic_tributary_tax - subject_opinion = -25 - - subject_modifier = { - monthly_legitimacy_add = 0.5 - } - - ai_liege_desire = 4 - ai_subject_desire = 1 - score = -1 - } - } -} - -hegemonic_tribute_prestige = { - display_mode = tree - icon = prestige_icon - obligation_levels = { - hegemonic_prestige_transfer_none = { - position = { 0 1 } - - prestige = 0 - subject_opinion = 5 - - subject_modifier = { - monthly_legitimacy_add = 0.1 - } - - ai_liege_desire = 1 - ai_subject_desire = 4 - score = 2 - } - hegemonic_prestige_transfer_low = { - default = yes - parent = hegemonic_prestige_transfer_none - position = { 1 1 } - - prestige = low_hegemonic_prestige_transfer - subject_opinion = -5 - - subject_modifier = { - monthly_legitimacy_add = 0.2 - } - - ai_liege_desire = 2 - ai_subject_desire = 3 - score = 1 - } - hegemonic_prestige_transfer_normal = { - default = yes - parent = hegemonic_prestige_transfer_low - position = { 2 1 } - - prestige = normal_hegemonic_prestige_transfer - subject_opinion = -10 - - subject_modifier = { - monthly_legitimacy_add = 0.3 - } - - ai_liege_desire = 3 - ai_subject_desire = 2 - score = 0 - } - hegemonic_prestige_transfer_high = { - parent = hegemonic_prestige_transfer_normal - position = { 3 1 } - - prestige = high_hegemonic_prestige_transfer - subject_opinion = -25 - - subject_modifier = { - monthly_legitimacy_add = 0.5 - } - - ai_liege_desire = 4 - ai_subject_desire = 1 - score = -1 - } - } -} diff --git a/common/subject_contracts/contracts/meritocratic.txt b/common/subject_contracts/contracts/meritocratic.txt index 7579babd..e904c00b 100644 --- a/common/subject_contracts/contracts/meritocratic.txt +++ b/common/subject_contracts/contracts/meritocratic.txt @@ -61,6 +61,7 @@ meritocratic_provinces = { flag = meritocratic_province_standard flag = meritocratic_civil_appointment + appointment_trait_flag = civilian_province } meritocratic_province_industrial = { position = { 1 0 } @@ -141,6 +142,7 @@ meritocratic_provinces = { flag = meritocratic_province_industrial flag = meritocratic_civil_appointment flag = obligation_high_taxes + appointment_trait_flag = civilian_province } meritocratic_province_military = { position = { 0 1 } @@ -245,6 +247,7 @@ meritocratic_provinces = { flag = meritocratic_province_military flag = meritocratic_military_appointment flag = obligation_high_levies + appointment_trait_flag = military_province } } } diff --git a/common/task_contracts/laamp_base_contracts.txt b/common/task_contracts/laamp_base_contracts.txt index 77aa30b1..533e7da7 100644 --- a/common/task_contracts/laamp_base_contracts.txt +++ b/common/task_contracts/laamp_base_contracts.txt @@ -2091,8 +2091,10 @@ laamp_base_5051 = { } } } - task_contract_employer = { is_landed = yes } - NOT = { scope:employer = { government_has_flag = government_is_herder } } + task_contract_employer = { + is_landed = yes + NOT = { government_has_flag = government_is_herder } + } } valid_to_keep = { # Standard triggers. @@ -2100,8 +2102,10 @@ laamp_base_5051 = { EMPLOYER = root.task_contract_employer LAAMP = root.task_contract_taker } - task_contract_employer = { is_landed = yes } - NOT = { scope:employer = { government_has_flag = government_is_herder } } + task_contract_employer = { + is_landed = yes + NOT = { government_has_flag = government_is_herder } + } } # On_actions diff --git a/common/task_contracts/laamp_extra_contracts.txt b/common/task_contracts/laamp_extra_contracts.txt index 0244931a..3e3e3998 100644 --- a/common/task_contracts/laamp_extra_contracts.txt +++ b/common/task_contracts/laamp_extra_contracts.txt @@ -3438,6 +3438,11 @@ laamp_legitimist_support_contract = { } } scope:employer.primary_title.tier >= tier_kingdom + any_claim = { + exists = holder + tier >= tier_kingdom + holder != scope:employer + } } valid_to_continue = { diff --git a/common/task_contracts/laamp_transport_contracts.txt b/common/task_contracts/laamp_transport_contracts.txt index b2dcf096..29ccb487 100644 --- a/common/task_contracts/laamp_transport_contracts.txt +++ b/common/task_contracts/laamp_transport_contracts.txt @@ -17,7 +17,7 @@ ################################################## # -# laamp_transport_vip - Escort Emissary - Escort a charachter's Courtier to another character +# laamp_transport_vip - Escort Emissary - Escort a character's Courtier to another character # laamp_transport_artifact - Artifact Delivery - Transfer an artifact from one character to another # laamp_transport_gold - A Golden Gift - Transfer gold from one character to another # laamp_transport_ward - Ward Transfer - Escorting a Ward to a Guardian @@ -51,7 +51,7 @@ laamp_transport_vip = { scope:employer = { any_courtier = { is_ai = yes - is_available_allow_travelling = yes + is_available = yes is_adult = yes is_lowborn = no } @@ -66,6 +66,7 @@ laamp_transport_vip = { exists = root.var:task_contract_object var:task_contract_object = { is_courtier_of = root.task_contract_employer + is_available = yes } } valid_to_accept = { @@ -104,7 +105,7 @@ laamp_transport_vip = { random_courtier = { limit = { is_ai = yes - is_available_allow_travelling = yes + is_available = yes is_adult = yes is_lowborn = no } @@ -379,6 +380,7 @@ laamp_transport_artifact = { scope:employer = { any_character_artifact = { NOR = { + has_variable = artifact_succession_title has_variable = historical_unique_artifact has_variable = banner_house has_variable = banner_dynasty @@ -404,6 +406,7 @@ laamp_transport_artifact = { scope:employer = { any_character_artifact = { NOR = { + has_variable = artifact_succession_title has_variable = historical_unique_artifact has_variable = banner_house has_variable = banner_dynasty @@ -445,9 +448,8 @@ laamp_transport_artifact = { limit = { NOR = { has_variable = historical_unique_artifact - has_variable = banner_house - has_variable = banner_dynasty } + artifact_can_be_gift_advance_trigger = yes } save_scope_as = escorted_artifact } @@ -1023,7 +1025,7 @@ laamp_transport_ward = { scope:employer = { any_child = { is_ai = yes - is_available_child_allow_travel = yes + is_available_child = yes OR = { num_of_relation_guardian = 0 any_relation = { @@ -1062,7 +1064,9 @@ laamp_transport_ward = { } } valid_to_keep = { - exists = root.var:task_contract_object + root.var:task_contract_object ?= { + is_available_child = yes + } } valid_to_accept = { # Standard triggers. @@ -1100,7 +1104,7 @@ laamp_transport_ward = { } random_child = { limit = { - is_available_child_allow_travel = yes + is_available_child = yes OR = { num_of_relation_guardian = 0 any_relation = { diff --git a/common/task_contracts/tgp_natural_disaster_contracts.txt b/common/task_contracts/tgp_natural_disaster_contracts.txt index 93cf2c59..a7e3abfe 100644 --- a/common/task_contracts/tgp_natural_disaster_contracts.txt +++ b/common/task_contracts/tgp_natural_disaster_contracts.txt @@ -463,6 +463,8 @@ tgp_medieval_medicine = { #Treating the Unfortunate medical_assistance_failure = { visible = no effect = { + task_contract_taker = { play_sound_effect = "event:/DLC/EP3/SFX/UI/Contracts/ep3_ui_contracts_failure_on_contract" } + save_scope_as = task_contract task_contract_taker ?= { send_interface_toast = { title = tgp_natural_disaster_contract_event.0011.b.tt.failure diff --git a/common/traits/00_traits.txt b/common/traits/00_traits.txt index c88433cc..0f820c56 100644 --- a/common/traits/00_traits.txt +++ b/common/traits/00_traits.txt @@ -13,7 +13,7 @@ education_intrigue_1 = { intrigue = 2 category = education monthly_intrigue_lifestyle_xp_gain_mult = 0.1 - monthly_influence = 0.25 + domain_limit = -1 ruler_designer_cost = 0 @@ -44,7 +44,6 @@ education_intrigue_2 = { intrigue = 4 category = education monthly_intrigue_lifestyle_xp_gain_mult = 0.2 - monthly_influence = 0.5 ruler_designer_cost = 20 @@ -70,7 +69,7 @@ education_intrigue_3 = { intrigue = 6 category = education monthly_intrigue_lifestyle_xp_gain_mult = 0.3 - monthly_influence = 0.75 + domain_limit = 1 ruler_designer_cost = 40 @@ -96,7 +95,7 @@ education_intrigue_4 = { intrigue = 8 category = education monthly_intrigue_lifestyle_xp_gain_mult = 0.4 - monthly_influence = 1 + domain_limit = 2 ruler_designer_cost = 80 @@ -126,7 +125,7 @@ education_intrigue_5 = { monthly_diplomacy_lifestyle_xp_gain_mult = 0.25 owned_hostile_scheme_success_chance_max_add = 10 flag = agent_acceptance_25 - monthly_influence = 1.5 + domain_limit = 3 ruler_designer_cost = 150 @@ -155,7 +154,7 @@ education_diplomacy_1 = { diplomacy = 2 category = education monthly_diplomacy_lifestyle_xp_gain_mult = 0.1 - monthly_influence = 0.25 + domain_limit = -1 ruler_designer_cost = 0 @@ -186,7 +185,6 @@ education_diplomacy_2 = { diplomacy = 4 category = education monthly_diplomacy_lifestyle_xp_gain_mult = 0.2 - monthly_influence = 0.5 ruler_designer_cost = 20 @@ -212,7 +210,7 @@ education_diplomacy_3 = { diplomacy = 6 category = education monthly_diplomacy_lifestyle_xp_gain_mult = 0.3 - monthly_influence = 0.75 + domain_limit = 1 ruler_designer_cost = 40 @@ -238,7 +236,7 @@ education_diplomacy_4 = { diplomacy = 8 category = education monthly_diplomacy_lifestyle_xp_gain_mult = 0.4 - monthly_influence = 1 + domain_limit = 2 ruler_designer_cost = 80 @@ -278,7 +276,7 @@ education_diplomacy_5 = { owned_personal_scheme_success_chance_max_add = 10 flag = offer_vassalisation_25 flag = better_war_hostages - monthly_influence = 1.5 + domain_limit = 3 ruler_designer_cost = 150 @@ -316,6 +314,7 @@ education_stewardship_1 = { #Indulgent wastrel stewardship = 2 category = education monthly_stewardship_lifestyle_xp_gain_mult = 0.1 + domain_limit = -1 ruler_designer_cost = 0 @@ -371,6 +370,7 @@ education_stewardship_3 = { #Fortune builder stewardship = 6 category = education monthly_stewardship_lifestyle_xp_gain_mult = 0.3 + domain_limit = 1 ruler_designer_cost = 40 @@ -396,6 +396,7 @@ education_stewardship_4 = { stewardship = 8 category = education monthly_stewardship_lifestyle_xp_gain_mult = 0.4 + domain_limit = 2 culture_modifier = { parameter = elephant_bonuses_for_rank_4_education @@ -432,6 +433,7 @@ education_stewardship_5 = { monthly_stewardship_lifestyle_xp_gain_mult = 0.5 monthly_learning_lifestyle_xp_gain_mult = 0.25 vassal_tax_mult = 0.25 + domain_limit = 3 culture_modifier = { parameter = elephant_bonuses_for_rank_4_education @@ -468,6 +470,7 @@ education_martial_1 = { martial = 2 category = education monthly_martial_lifestyle_xp_gain_mult = 0.1 + domain_limit = -1 culture_modifier = { parameter = poorly_educated_leaders_distrusted @@ -548,6 +551,7 @@ education_martial_3 = { #Skilled tactician martial = 6 category = education monthly_martial_lifestyle_xp_gain_mult = 0.3 + domain_limit = 1 culture_modifier = { parameter = prowess_from_martial_education @@ -585,6 +589,7 @@ education_martial_4 = { #Brilliant strategist martial = 8 category = education monthly_martial_lifestyle_xp_gain_mult = 0.4 + domain_limit = 2 culture_modifier = { parameter = prowess_from_martial_education @@ -634,6 +639,7 @@ education_martial_5 = { monthly_stewardship_lifestyle_xp_gain_mult = 0.25 army_siege_value_mult = 0.5 movement_speed = 0.2 + domain_limit = 3 culture_modifier = { parameter = prowess_from_martial_education @@ -682,6 +688,7 @@ education_learning_1 = { learning = 2 category = education monthly_learning_lifestyle_xp_gain_mult = 0.1 + domain_limit = -1 culture_modifier = { parameter = poorly_educated_leaders_distrusted @@ -779,6 +786,7 @@ education_learning_3 = { learning = 6 category = education monthly_learning_lifestyle_xp_gain_mult = 0.3 + domain_limit = 1 culture_modifier = { parameter = prowess_from_religious_traits @@ -825,6 +833,7 @@ education_learning_4 = { learning = 8 category = education monthly_learning_lifestyle_xp_gain_mult = 0.4 + domain_limit = 2 culture_modifier = { parameter = prowess_from_religious_traits @@ -885,6 +894,7 @@ education_learning_5 = { monthly_intrigue_lifestyle_xp_gain_mult = 0.25 development_growth = 0.1 county_fertility_growth_mult = small_county_fertility_growth_gain + domain_limit = 3 culture_modifier = { parameter = prowess_from_religious_traits @@ -989,6 +999,7 @@ family_first = { dynasty_house_opinion = 10 close_relative_opinion = 15 stress_loss_mult = 0.2 + domain_limit = 1 ruler_designer_cost = 50 @@ -1085,7 +1096,6 @@ lifestyle_reveler = { parameter = reveler_traits_more_valued monthly_prestige = 0.25 } - monthly_influence = 0.25 track = { 50 = { @@ -1209,7 +1219,6 @@ lifestyle_blademaster = { parameter = blademaster_traits_give_learning learning = 2 } - monthly_influence = 0.25 track = { 50 = { @@ -1479,7 +1488,6 @@ strategist = { parameter = martial_traits_give_out_hcav_bonus heavy_cavalry_damage_mult = 0.1 } - monthly_influence = 0.25 ruler_designer_cost = 50 @@ -1551,7 +1559,6 @@ gallant = { parameter = martial_traits_give_out_hcav_bonus heavy_cavalry_toughness_mult = 0.1 } - monthly_influence = 0.25 ruler_designer_cost = 50 @@ -1617,7 +1624,6 @@ administrator = { vassal_opinion = 5 tributary_opinion = 5 epidemic_resistance = 10 - monthly_influence = 0.75 ruler_designer_cost = 50 @@ -1700,7 +1706,6 @@ schemer = { intrigue = 5 hostile_scheme_phase_duration_add = medium_scheme_phase_duration_bonus_value - monthly_influence = 1.25 ruler_designer_cost = 50 @@ -1733,7 +1738,6 @@ seducer = { intrigue = 3 attraction_opinion = 40 fertility = 0.2 - monthly_influence = 0.5 ruler_designer_cost = 50 @@ -1880,6 +1884,7 @@ theologian = { learning = 3 monthly_piety_gain_mult = 0.2 + domain_limit = 1 ruler_designer_cost = 50 @@ -2350,7 +2355,6 @@ gluttonous = { opposite_opinion = -10 ruler_designer_cost = 20 - monthly_influence = -0.25 desc = { @@ -2546,7 +2550,6 @@ lazy = { stress_loss_mult = 0.5 ruler_designer_cost = -10 - monthly_influence = -0.5 desc = { first_valid = { @@ -2590,7 +2593,6 @@ diligent = { parochial_opinion = 5 stress_loss_mult = -0.5 - monthly_influence = 0.5 culture_modifier = { parameter = hard_working_traits_more_valued @@ -2688,7 +2690,6 @@ wrathful = { courtly_opinion = -10 dread_baseline_add = 20 - monthly_influence = -0.75 culture_modifier = { parameter = forest_trait_bonuses @@ -2757,7 +2758,7 @@ calm = { } diplomacy = 1 intrigue = 1 - scheme_discovery_chance_mult = 0.1 + enemy_scheme_secrecy_add = -10 opposite_opinion = -10 same_opinion = 10 @@ -2840,7 +2841,6 @@ patient = { enemy_hostile_scheme_phase_duration_add = minor_scheme_phase_duration_malus_value parochial_opinion = 10 liege_opinion = 5 - monthly_influence = 0.25 culture_modifier = { parameter = winter_trait_bonuses @@ -2987,7 +2987,6 @@ arrogant = { opinion_of_liege = -5 opinion_of_vassal = -5 opposite_opinion = -15 - monthly_influence = -0.25 ruler_designer_cost = 20 @@ -3129,7 +3128,10 @@ deceitful = { jungle_advantage = 2 } - monthly_influence = 0.25 + culture_modifier = { + parameter = palace_politics_trait_bonuses + monthly_influence = 0.25 + } opposite_opinion = -10 @@ -3175,7 +3177,6 @@ honest = { diplomacy = 2 intrigue = -4 - monthly_influence = -0.25 courtly_opinion = 5 opposite_opinion = -10 same_opinion = 10 @@ -3298,7 +3299,6 @@ brave = { opposite_opinion = -10 same_opinion = 10 - monthly_influence = 0.25 culture_modifier = { parameter = trait_county_opinion_modifiers county_opinion_add = 10 @@ -3390,7 +3390,10 @@ shy = { monthly_piety_gain_mult = 0.1 } - monthly_influence = -0.25 + culture_modifier = { + parameter = palace_politics_trait_maluses + monthly_influence = -0.25 + } ruler_designer_cost = -10 @@ -3440,7 +3443,7 @@ gregarious = { same_opinion = 10 courtly_opinion = 5 - monthly_influence = 0.25 + monthly_influence = 0.1 culture_modifier = { parameter = trait_county_opinion_modifiers @@ -3530,7 +3533,10 @@ ambitious = { same_culture_opinion = -15 } - monthly_influence = 0.75 + culture_modifier = { + parameter = palace_politics_trait_bonuses + monthly_influence = 0.35 + } opinion_of_liege = -15 same_opinion = -15 @@ -3596,7 +3602,6 @@ content = { ai_war_chance = -0.25 ruler_designer_cost = 20 - monthly_influence = -0.25 culture_modifier = { parameter = craven_and_content_traits_looked_down_upon @@ -3666,7 +3671,10 @@ arbitrary = { stress_gain_mult = -0.5 dread_baseline_add = 15 - monthly_influence = 0.15 + culture_modifier = { + parameter = palace_politics_trait_bonuses + monthly_influence = 0.15 + } vassal_opinion = -5 @@ -3718,7 +3726,6 @@ just = { opposite_opinion = -10 same_opinion = 10 flag = initial_legitimacy_boost - monthly_influence = 0.25 culture_modifier = { parameter = just_trait_gives_bonuses @@ -3910,7 +3917,7 @@ paranoid = { stress_gain_mult = 1 dread_gain_mult = 0.25 - scheme_discovery_chance_mult = 0.1 + enemy_scheme_secrecy_add = -10 enemy_personal_scheme_success_chance_add = -25 character_travel_speed = -10 @@ -3934,7 +3941,10 @@ paranoid = { hills_min_combat_roll = 2 } - monthly_influence = 0.15 + culture_modifier = { + parameter = palace_politics_trait_bonuses + monthly_influence = 0.15 + } opinion_of_vassal = -10 @@ -3993,7 +4003,10 @@ trusting = { character_travel_safety = -10 flag = can_offer_strong_hook_to_agents - monthly_influence = -0.25 + culture_modifier = { + parameter = palace_politics_trait_maluses + monthly_influence = -0.25 + } ruler_designer_cost = 10 @@ -4721,7 +4734,6 @@ drunkard = { # Substance Abuse (Alcohol) character_travel_safety = -10 ruler_designer_cost = -10 - monthly_influence = -0.5 desc = { first_valid = { @@ -4752,7 +4764,6 @@ hashishiyah = { # Substance Abuse (Hashish) same_opinion = 10 ruler_designer_cost = 5 - monthly_influence = -0.5 desc = { first_valid = { @@ -4784,7 +4795,6 @@ rakish = { # Brothel-frequenter. attraction_opinion = -5 ruler_designer_cost = 0 - monthly_influence = -0.5 desc = { first_valid = { @@ -4817,7 +4827,6 @@ reclusive = { # Hides away from relationships and responsibilities. epidemic_resistance = 10 ruler_designer_cost = -5 - monthly_influence = -0.25 desc = { first_valid = { @@ -4856,7 +4865,6 @@ irritable = { # Prone to outbursts and tantrums. flag = can_duel_anyone_interaction ruler_designer_cost = 0 - monthly_influence = -0.25 desc = { first_valid = { @@ -4990,7 +4998,6 @@ contrite = { # Compulsively reveals own/other's Secrets. If no known Secrets, ma stress_loss_mult = 0.2 ruler_designer_cost = -5 - monthly_influence = -0.90 desc = { first_valid = { @@ -5255,7 +5262,6 @@ lunatic_1 = { # Highly event driven, Schizophrenia enemy_hostile_scheme_phase_duration_add = minor_scheme_phase_duration_malus_value health = -0.25 category = health - monthly_influence = -1 shown_in_ruler_designer = no @@ -5285,7 +5291,6 @@ lunatic_genetic = { # Highly event driven, Schizophrenia group_equivalence = lunatic level = 2 health = -0.25 - monthly_influence = -1 vassal_opinion = -10 attraction_opinion = -10 @@ -5325,7 +5330,6 @@ possessed_1 = { # Highly event driven, Temporal lobe epilepsy attraction_opinion = -10 same_opinion = 15 - monthly_influence = -0.5 shown_in_ruler_designer = no @@ -5357,7 +5361,6 @@ possessed_genetic = { # Highly event driven, Temporal lobe epilepsy monthly_learning_lifestyle_xp_gain_mult = 0.1 health = -0.5 - monthly_influence = -0.75 attraction_opinion = -10 same_opinion = 15 @@ -5390,7 +5393,7 @@ ill = { health = -1 elderly_health = -1 - prowess = -4 + prowess_mult = -0.4 fertility = -0.2 category = health @@ -5432,7 +5435,7 @@ pneumonic = { learning = -2 health = -3 elderly_health = -2 - prowess = -8 + prowess_mult = -0.8 fertility = -0.5 category = health @@ -5551,7 +5554,7 @@ lovers_pox = { leper = { health = -1.5 - prowess = -8 + prowess_mult = -0.8 fertility = -0.95 category = health @@ -5851,17 +5854,16 @@ disfigured = { } infirm = { - diplomacy = -3 - martial = -3 - stewardship = -3 - intrigue = -3 - learning = -3 - prowess = -6 - health = -1 - fertility = -0.3 - - dread_baseline_add = -15 - dread_loss_mult = 1 + diplomacy = -1 + martial = -1 + prowess_mult = -0.2 + health = -0.25 + fertility = -0.1 + ai_energy = -10 + + flag = infirm_random_xp_gain + flag = age_related_ailment + flag = is_healthy_trigger_flag category = health @@ -5880,19 +5882,322 @@ infirm = { desc = trait_infirm_character_desc } } - - ai_energy = -30 + tracks = { + infirm = { + 25 = { + diplomacy = -1 + martial = -1 + stewardship = -1 + prowess_mult = -0.2 + health = -0.25 + fertility = -0.1 + dread_baseline_add = -5 + dread_loss_mult = 0.25 + attraction_opinion = -5 + ai_energy = -10 + } + 50 = { + diplomacy = -2 + martial = -2 + stewardship = -2 + prowess_mult = -0.2 + health = -0.25 + fertility = -0.1 + dread_baseline_add = -10 + dread_loss_mult = 0.25 + attraction_opinion = -5 + ai_energy = -10 + } + 75 = { + diplomacy = -2 + martial = -2 + stewardship = -2 + prowess_mult = -0.2 + health = -0.25 + fertility = -0.1 + dread_baseline_add = -10 + dread_loss_mult = 0.25 + attraction_opinion = -5 + ai_energy = -10 + } + 100 = { + diplomacy = -2 + martial = -2 + stewardship = -2 + prowess_mult = -0.2 + health = -0.25 + fertility = -0.1 + dread_baseline_add = -10 + dread_loss_mult = 0.25 + attraction_opinion = -5 + ai_energy = -10 + } + } + } +} + +withering_mind = { + learning = -2 + monthly_lifestyle_xp_gain_mult = -0.25 + stress_gain_mult = 0.2 + ai_rationality = -25 + + flag = withering_mind_random_xp_gain + flag = incapable_on_max_level + flag = age_related_ailment flag = is_healthy_trigger_flag + + category = health + + ruler_designer_cost = -20 + + desc = { + first_valid = { + triggered_desc = { + trigger = { + NOT = { exists = this } + } + desc = trait_withering_mind_desc + } + desc = trait_withering_mind_character_desc + } + } + + tracks = { + withering_mind = { + 25 = { + diplomacy_mult = -0.25 + martial_mult = -0.25 + stewardship_mult = -0.25 + intrigue_mult = -0.25 + learning_mult = -0.25 + monthly_lifestyle_xp_gain_mult = -0.25 + stress_gain_mult = 0.2 + ai_rationality = -25 + } + 50 = { + diplomacy_mult = -0.25 + martial_mult = -0.25 + stewardship_mult = -0.25 + intrigue_mult = -0.25 + learning_mult = -0.25 + monthly_lifestyle_xp_gain_mult = -0.25 + stress_gain_mult = 0.2 + ai_rationality = -25 + } + 75 = { + diplomacy_mult = -0.25 + martial_mult = -0.25 + stewardship_mult = -0.25 + intrigue_mult = -0.25 + learning_mult = -0.25 + monthly_lifestyle_xp_gain_mult = -0.5 + stress_gain_mult = 0.2 + ai_rationality = -25 + } + 100 = { + diplomacy_mult = -0.25 + martial_mult = -0.25 + stewardship_mult = -0.25 + intrigue_mult = -0.25 + learning_mult = -0.25 + monthly_lifestyle_xp_gain_mult = -0.5 + stress_gain_mult = 0.2 + ai_rationality = -25 + } + } + } +} + +clouded_eyes = { + martial = -1 + prowess = -2 + + flag = clouded_eyes_random_xp_gain + flag = age_related_ailment + flag = is_healthy_trigger_flag + flag = blind_on_max_level + + category = health + + ruler_designer_cost = -20 + + desc = { + first_valid = { + triggered_desc = { + trigger = { + NOT = { exists = this } + } + desc = trait_clouded_eyes_desc + } + desc = trait_clouded_eyes_character_desc + } + } + + tracks = { + clouded_eyes = { + 25 = { + martial = -1 + prowess = -2 + } + 50 = { + martial = -1 + prowess = -2 + } + 75 = { + martial = -1 + stewardship = -1 + intrigue = -1 + prowess = -2 + + dread_baseline_add = -5 + + attraction_opinion = -5 + } + 100 = { + martial = -2 + stewardship = -1 + intrigue = -1 + prowess = -2 + + health = -0.25 + + dread_baseline_add = -5 + + attraction_opinion = -5 + } + } + } +} + +faltering_heart = { + health = -0.1 + prowess = -1 + character_travel_safety = -2 + stress_gain_mult = 0.2 + stress_loss_mult = -0.2 + + flag = faltering_heart_random_xp_gain + flag = age_related_ailment + flag = is_healthy_trigger_flag + flag = death_on_max_level + + category = health + + ruler_designer_cost = -20 + + desc = { + first_valid = { + triggered_desc = { + trigger = { + NOT = { exists = this } + } + desc = trait_faltering_heart_desc + } + desc = trait_faltering_heart_character_desc + } + } + + tracks = { + faltering_heart = { + 25 = { + health = -0.1 + prowess = -1 + character_travel_safety = -2 + stress_gain_mult = 0.2 + stress_loss_mult = -0.2 + } + 50 = { + health = -0.1 + prowess = -1 + character_travel_safety = -2 + stress_gain_mult = 0.2 + stress_loss_mult = -0.2 + } + 75 = { + health = -0.1 + prowess = -1 + character_travel_safety = -2 + stress_gain_mult = 0.2 + stress_loss_mult = -0.2 + } + 100 = { + health = -100 + } + } + } +} + +fragile_bones = { + character_travel_speed_mult = -0.1 + prowess_mult = -0.1 + advantage = -3 + life_expectancy = -3 + enemy_hostile_scheme_success_chance_max_add = 5 + + flag = fragile_bones_random_xp_gain + flag = age_related_ailment + flag = is_healthy_trigger_flag + flag = wounds_twice_as_bad + + category = health + + ruler_designer_cost = -20 + + desc = { + first_valid = { + triggered_desc = { + trigger = { + NOT = { exists = this } + } + desc = trait_fragile_bones_desc + } + desc = trait_fragile_bones_character_desc + } + } + + tracks = { + fragile_bones = { + 25 = { + character_travel_speed_mult = -0.1 + prowess_mult = -0.1 + advantage = -3 + life_expectancy = -3 + enemy_hostile_scheme_success_chance_max_add = 10 + } + 50 = { + character_travel_speed_mult = -0.1 + prowess_mult = -0.1 + advantage = -3 + life_expectancy = -3 + enemy_hostile_scheme_success_chance_max_add = 10 + } + 75 = { + character_travel_speed_mult = -0.1 + prowess_mult = -0.1 + advantage = -5 + life_expectancy = -5 + enemy_hostile_scheme_success_chance_max_add = 15 + } + 100 = { + character_travel_speed_mult = -0.1 + prowess_mult = -0.1 + advantage = -10 + life_expectancy = -10 + enemy_hostile_scheme_success_chance_max_add = 15 + } + } + } } incapable = { - diplomacy = -6 - intrigue = -6 - stewardship = -6 - martial = -6 - learning = -6 - prowess = -12 + diplomacy_mult = -1 + martial_mult = -1 + stewardship_mult = -1 + intrigue_mult = -1 + learning_mult = -1 + prowess_mult = -1 health = -2 dread_baseline_add = -25 @@ -5925,9 +6230,9 @@ incapable = { } gout_ridden = { - diplomacy = -2 - martial = -1 - prowess = -2 + diplomacy_mult = -0.1 + martial_mult = -0.1 + prowess_mult = -0.2 health = -1 dread_baseline_add = -5 @@ -5959,7 +6264,7 @@ consumption = { # Tuberculosis diplomacy = -2 stewardship = -1 intrigue = -2 - prowess = -2 + prowess_mult = -0.4 health = -2.5 child_health = -1 elderly_health = -2 @@ -6028,7 +6333,7 @@ typhus = { stewardship = -2 intrigue = -1 learning = -2 - prowess = -4 + prowess_mult = -0.8 health = -4.5 elderly_health = -1 fertility = -0.2 @@ -6069,7 +6374,7 @@ bubonic_plague = { stewardship = -2 intrigue = -3 learning = -2 - prowess = -10 + prowess_mult = -0.8 health = -7 elderly_health = -2 fertility = -0.50 @@ -6108,7 +6413,7 @@ smallpox = { diplomacy = -2 stewardship = -1 learning = -2 - prowess = -10 + prowess_mult = -0.8 health = -4.5 elderly_health = -1.5 fertility = -0.25 @@ -6148,7 +6453,7 @@ measles = { stewardship = -1 intrigue = -1 learning = -2 - prowess = -4 + prowess_mult = -0.4 health = -3 child_health = -3 @@ -6185,7 +6490,7 @@ dysentery = { # Bloody Flux diplomacy = -2 martial = -1 intrigue = -2 - prowess = -8 + prowess_mult = -0.8 health = -3.5 elderly_health = -2 @@ -6560,7 +6865,6 @@ beauty_bad_1 = { random_creation = 0.5 attraction_opinion = -10 - monthly_influence = -0.1 group = beauty_bad level = 1 @@ -6600,7 +6904,6 @@ beauty_bad_2 = { random_creation = 0.25 attraction_opinion = -20 - monthly_influence = -0.2 group = beauty_bad level = 2 @@ -6640,7 +6943,6 @@ beauty_bad_3 = { fertility = -0.3 attraction_opinion = -30 - monthly_influence = -0.3 group = beauty_bad level = 3 @@ -6680,7 +6982,6 @@ beauty_good_1 = { random_creation = 0.5 attraction_opinion = 10 - monthly_influence = 0.1 group = beauty_good level = 1 @@ -6723,7 +7024,6 @@ beauty_good_2 = { random_creation = 0.25 attraction_opinion = 20 - monthly_influence = 0.2 # pretty if female # handsome if male @@ -6781,7 +7081,6 @@ beauty_good_3 = { fertility = 0.3 attraction_opinion = 30 - monthly_influence = 0.3 group = beauty_good level = 3 @@ -6823,7 +7122,6 @@ intellect_bad_1 = { stewardship = -2 intrigue = -2 learning = -2 - monthly_influence = -0.2 monthly_lifestyle_xp_gain_mult = -0.1 @@ -6878,7 +7176,6 @@ intellect_bad_2 = { stewardship = -4 intrigue = -4 learning = -4 - monthly_influence = -0.4 monthly_lifestyle_xp_gain_mult = -0.2 @@ -6935,7 +7232,6 @@ intellect_bad_3 = { stewardship = -8 intrigue = -8 learning = -8 - monthly_influence = -0.8 monthly_lifestyle_xp_gain_mult = -0.3 @@ -6995,7 +7291,6 @@ intellect_good_1 = { group = intellect_good level = 1 - monthly_influence = 0.2 ai_rationality = high_positive_ai_value @@ -7043,7 +7338,6 @@ intellect_good_2 = { stewardship = 3 intrigue = 3 learning = 3 - monthly_influence = 0.4 monthly_lifestyle_xp_gain_mult = 0.2 @@ -7102,7 +7396,6 @@ intellect_good_3 = { stewardship = 5 intrigue = 5 learning = 5 - monthly_influence = 0.8 monthly_lifestyle_xp_gain_mult = 0.3 @@ -7436,14 +7729,13 @@ physique_good_3 = { ################# PHYSICAL (GOOD) ################ pure_blooded = { physical = yes - fertility = -2 - health = -2 - inbreeding_chance = 5 - genetic = yes - enables_inbred = yes + fertility = 0.1 + health = 0.25 + inbreeding_chance = -0.5 inherit_chance = 15 both_parent_has_trait_inherit_chance = 75 + good = yes ruler_designer_cost = 50 @@ -10102,7 +10394,7 @@ varangian = { } lifestyle_poet = { - category = fame + category = lifestyle diplomacy_per_prestige_level = 1 stress_loss_mult = 0.1 @@ -11309,7 +11601,10 @@ loyal = { monthly_prestige = 0.1 } - monthly_influence = 0.1 + culture_modifier = { + parameter = palace_politics_trait_bonuses + monthly_influence = 0.1 + } culture_modifier = { parameter = scholar_official_trait_bonuses @@ -14877,6 +15172,7 @@ tourney_participant = { } lifestyle_traveler = { + category = lifestyle icon = "traveler.dds" monthly_wanderer_lifestyle_xp_gain_mult = 0.1 @@ -15088,7 +15384,7 @@ fp3_struggle_supporter = { # TRAITS TO TRACK HIPPODROME FACTION MEMBERS charioteer_blue = { - category = lifestyle + category = fame icon = "charioteer_blue.dds" opposites = { charioteer_green @@ -15152,7 +15448,7 @@ charioteer_blue = { } charioteer_green = { - category = lifestyle + category = fame icon = "charioteer_green.dds" opposites = { charioteer_blue @@ -15216,7 +15512,7 @@ charioteer_green = { } charioteer_white = { - category = lifestyle + category = fame icon = "charioteer_white.dds" opposites = { charioteer_blue @@ -15280,7 +15576,7 @@ charioteer_white = { } charioteer_red = { - category = lifestyle + category = fame icon = "charioteer_red.dds" opposites = { charioteer_blue @@ -15353,15 +15649,30 @@ governor = { 25 = { monthly_influence = 1 stewardship = 1 + + culture_modifier = { + parameter = governor_trait_gives_counter_resistance + counter_resistance = governor_trait_counter_bonus_value + } } 50 = { monthly_influence = 1 diplomacy = 1 + + culture_modifier = { + parameter = governor_trait_gives_counter_resistance + counter_resistance = governor_trait_counter_bonus_value + } } 75 = { monthly_influence = 1 martial = 1 intrigue = 1 + + culture_modifier = { + parameter = governor_trait_gives_counter_resistance + counter_resistance = governor_trait_counter_bonus_value + } } 100 = { monthly_influence = 2 @@ -15369,6 +15680,11 @@ governor = { martial = 1 stewardship = 1 intrigue = 1 + + culture_modifier = { + parameter = governor_trait_gives_counter_resistance + counter_resistance = governor_trait_counter_bonus_value + } } } diff --git a/events/activities/coronation_activity/coronation_events.txt b/events/activities/coronation_activity/coronation_events.txt index 8017382d..cefe69f2 100644 --- a/events/activities/coronation_activity/coronation_events.txt +++ b/events/activities/coronation_activity/coronation_events.txt @@ -1857,7 +1857,11 @@ coronation_events.0205 = { trigger = { current_year > 1000 location.barony = title:b_krakow - scope:host.faith.religion = religion:christianity_religion + OR = { + scope:host.faith.religion = religion:eastern_orthodox_religion + scope:host.faith.religion = religion:catholic_religion + scope:host.faith.religion = religion:protestant_religion + } } desc = coronation_events.0205.wawel } diff --git a/events/activities/coronation_activity/coronation_events_6.txt b/events/activities/coronation_activity/coronation_events_6.txt index 65827449..a868b498 100644 --- a/events/activities/coronation_activity/coronation_events_6.txt +++ b/events/activities/coronation_activity/coronation_events_6.txt @@ -5533,7 +5533,11 @@ coronation_events.6101 = { triggered_desc = { trigger = { scope:host = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } desc = coronation_events.6101.desc_words_christian @@ -5587,7 +5591,11 @@ coronation_events.6101 = { trigger = { scope:host = { coronation_proper_artifact_crown_trigger = yes - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } culture = { has_cultural_pillar = heritage_iberian has_cultural_pillar = language_iberian @@ -5625,7 +5633,11 @@ coronation_events.6101 = { triggered_desc = { trigger = { scope:host = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } desc = coronation_events.6101.desc_words_christian_guest @@ -5733,7 +5745,11 @@ coronation_events.6101 = { triggered_animation = { trigger = { NOT = { - scope:host.faith.religion = religion:christianity_religion + OR = { + scope:host.faith.religion = religion:eastern_orthodox_religion + scope:host.faith.religion = religion:catholic_religion + scope:host.faith.religion = religion:protestant_religion + } } } animation = personality_honorable @@ -11914,7 +11930,9 @@ coronation_events.6130 = { } } OR = { - activity_host.faith.religion = religion:christianity_religion + activity_host.faith.religion = religion:eastern_orthodox_religion + activity_host.faith.religion = religion:catholic_religion + activity_host.faith.religion = religion:protestant_religion activity_host.faith.religion = religion:judaism_religion activity_host = { coronation_events_6130_dharmic_trigger = yes diff --git a/events/dlc/fp1/fp1_other_decision_events.txt b/events/dlc/fp1/fp1_other_decision_events.txt index ecc8c398..b61eecef 100644 --- a/events/dlc/fp1/fp1_other_decision_events.txt +++ b/events/dlc/fp1/fp1_other_decision_events.txt @@ -907,6 +907,12 @@ fp1_other_decisions.0003 = { faith = { save_scope_as = old_faith } # Next, we convert your faith. set_character_faith_with_conversion = scope:gf_faith + if = { + limit = { + scope:gf_faith = { has_doctrine = doctrine_monotheist } + } + custom_description_no_bullet = { text = mandala_monotheist_warning_tt } + } scope:activity = { add_activity_log_entry = { @@ -2230,7 +2236,15 @@ fp1_other_decisions.0101 = { name = fp1_other_decisions.0101.d # Give 'em their deposit back. - add_gold = var:raise_stele_refund + if = { + limit = { + has_treasury = yes + } + add_treasury = var:raise_stele_refund + } + else = { + add_gold = var:raise_stele_refund + } # Clear the cooldown. remove_decision_cooldown = raise_stele_decision diff --git a/events/dlc/fp3/fp3_dynasty_decision_events.txt b/events/dlc/fp3/fp3_dynasty_decision_events.txt index 7cc4e81e..670c7316 100644 --- a/events/dlc/fp3/fp3_dynasty_decision_events.txt +++ b/events/dlc/fp3/fp3_dynasty_decision_events.txt @@ -187,7 +187,7 @@ fp3_dynasty_decision.0004 = { send_interface_toast = { title = splurge_above_expectations_toast left_icon = scope:chosen_architect - dynasty = { add_dynasty_prestige = major_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = major_dynasty_prestige_value } house = { every_house_member = { custom = every_house_member diff --git a/events/dlc/fp3/fp3_heritage_events.txt b/events/dlc/fp3/fp3_heritage_events.txt index a4594640..8c01bb47 100644 --- a/events/dlc/fp3/fp3_heritage_events.txt +++ b/events/dlc/fp3/fp3_heritage_events.txt @@ -426,7 +426,7 @@ fp3_yearly.8020 = { #premise checks - we need ROOT's faith to not have been reformed into a matriarchal faith for this historical context OR = { has_religion = religion:islam_religion - has_religion = religion:christianity_religion + OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion } } has_game_rule = default_gender_equality #this triggers an error. Suspected code issue. @@ -2380,7 +2380,7 @@ fp3_yearly.8032 = { trigger = { OR = { has_religion = religion:islam_religion - has_religion = religion:christianity_religion + OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion } } } @@ -2415,7 +2415,7 @@ fp3_yearly.8032 = { has_trait = zealous } AND = { - has_religion = religion:christianity_religion + OR = { has_religion = religion:eastern_orthodox_religion has_religion = religion:catholic_religion has_religion = religion:protestant_religion } has_trait = zealous } } @@ -2455,7 +2455,7 @@ fp3_yearly.8032 = { option = { #think of my dynasty name = fp3_yearly.8032.c - dynasty = { add_dynasty_prestige = minor_dynasty_prestige_value } + dynasty ?= { add_dynasty_prestige = minor_dynasty_prestige_value } stress_impact = { arrogant = minor_stress_impact_loss diff --git a/events/lifestyles/scholarship_lifestyle/learning_theology_events.txt b/events/lifestyles/scholarship_lifestyle/learning_theology_events.txt index dd0ec97e..5df5a5b8 100644 --- a/events/lifestyles/scholarship_lifestyle/learning_theology_events.txt +++ b/events/lifestyles/scholarship_lifestyle/learning_theology_events.txt @@ -740,7 +740,7 @@ learning_theology.3002 = { religion = religion:buddhism_religion religion = religion:jainism_religion religion = religion:zoroastrianism_religion - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } } diff --git a/gfx/map/map_object_data/combat_locators.txt b/gfx/map/map_object_data/combat_locators.txt index 66a2d295..5e121fd3 100644 --- a/gfx/map/map_object_data/combat_locators.txt +++ b/gfx/map/map_object_data/combat_locators.txt @@ -11,6 +11,12 @@ rotation={ 0.000000 0.000000 0.000000 1.000000 } scale={ 1.000000 1.000000 1.000000 } } + { + id=0 + position={ 2105.088623 0.000000 2534.008789 } + rotation={ -0.000000 -0.230068 -0.000000 0.973175 } + scale={ 1.000000 1.000000 1.000000 } + } { id=1 position={ 274.374359 0.000000 4439.049316 } @@ -21137,12 +21143,6 @@ rotation={ -0.000000 -0.969319 -0.000000 0.245807 } scale={ 1.000000 1.000000 1.000000 } } - { - id=0 - position={ 2105.088623 0.000000 2534.008789 } - rotation={ -0.000000 -0.230068 -0.000000 0.973175 } - scale={ 1.000000 1.000000 1.000000 } - } { id=3722 position={ 2105.088623 0.000000 2534.008789 } diff --git a/gfx/map/map_object_data/generated/reeds_01_generator_1.txt b/gfx/map/map_object_data/generated/reeds_01_generator_1.txt index 4dbbd6a5..b5c3946a 100644 --- a/gfx/map/map_object_data/generated/reeds_01_generator_1.txt +++ b/gfx/map/map_object_data/generated/reeds_01_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="grass_layer" pdxmesh="reeds_06_grass_mesh" - count=12403 + count=12338 transform="840.481323 0.000000 1068.100830 0.000000 0.245069 0.000000 0.969506 0.157621 0.157621 0.157621 844.095215 0.000000 1079.398315 0.000000 0.213992 0.000000 0.976835 0.847758 0.847758 0.847758 836.015686 0.000000 1068.648438 0.000000 0.354825 0.000000 0.934933 0.803960 0.803960 0.803960 @@ -1298,11 +1298,8 @@ 3620.357910 0.000000 1681.480835 0.000000 0.349588 0.000000 0.936904 0.903041 0.903041 0.903041 3613.641602 0.000000 1682.176025 0.000000 0.612191 0.000000 0.790710 0.952188 0.952188 0.952188 3625.277588 0.000000 1683.623413 0.000000 0.680779 0.000000 0.732489 0.938437 0.938437 0.938437 -423.681763 0.000000 3370.181396 0.000000 0.352670 0.000000 0.935748 0.785455 0.785455 0.785455 411.310516 0.000000 3370.295166 0.000000 0.512881 0.000000 0.858460 0.951035 0.951035 0.951035 431.240295 0.000000 3374.361572 0.000000 0.225870 0.000000 0.974157 0.966472 0.966472 0.966472 -424.839722 0.000000 3364.939453 0.000000 0.020030 0.000000 0.999799 0.713505 0.713505 0.713505 -426.543915 0.000000 3373.789307 0.000000 0.194260 0.000000 0.980950 0.938197 0.938197 0.938197 424.671234 0.000000 3381.409424 0.000000 0.247484 0.000000 0.968892 0.676872 0.676872 0.676872 421.127563 0.000000 3372.904785 0.000000 0.243786 0.000000 0.969829 0.966933 0.966933 0.966933 418.874664 0.000000 3376.325684 0.000000 0.362739 0.000000 0.931891 0.799346 0.799346 0.799346 @@ -1312,16 +1309,13 @@ 413.131683 0.000000 3368.053711 0.000000 0.670454 0.000000 0.741951 0.954085 0.954085 0.954085 417.649231 0.000000 3370.171387 0.000000 0.656085 0.000000 0.754687 0.906060 0.906060 0.906060 415.465790 0.000000 3372.324707 0.000000 0.306042 0.000000 0.952018 0.487355 0.487355 0.487355 -428.123535 0.000000 3369.437744 0.000000 0.151471 0.000000 0.988462 0.776857 0.776857 0.776857 423.043945 0.000000 3364.654785 0.000000 0.312437 0.000000 0.949938 0.784149 0.784149 0.784149 420.333374 0.000000 3367.053955 0.000000 0.134748 0.000000 0.990880 0.673844 0.673844 0.673844 422.303589 0.000000 3369.422119 0.000000 0.015522 0.000000 0.999880 0.510765 0.510765 0.510765 420.427155 0.000000 3376.482666 0.000000 0.433899 0.000000 0.900962 0.635860 0.635860 0.635860 -416.538574 0.000000 3373.792480 0.000000 0.050117 0.000000 0.998743 0.722863 0.722863 0.722863 425.126465 0.000000 3373.690186 0.000000 0.437966 0.000000 0.898992 0.854931 0.854931 0.854931 414.747314 0.000000 3370.495117 0.000000 0.369702 0.000000 0.929151 0.568457 0.568457 0.568457 426.796051 0.000000 3378.738770 0.000000 0.195281 0.000000 0.980747 0.334408 0.334408 0.334408 -427.564575 0.000000 3366.592773 0.000000 0.230969 0.000000 0.972961 0.632634 0.632634 0.632634 426.568817 0.000000 3369.625244 0.000000 0.144838 0.000000 0.989455 0.494665 0.494665 0.494665 424.906036 0.000000 3370.378174 0.000000 0.311490 0.000000 0.950250 0.427071 0.427071 0.427071 425.127716 0.000000 3378.190186 0.000000 0.420724 0.000000 0.907189 0.486420 0.486420 0.486420 @@ -1339,9 +1333,6 @@ 427.879150 0.000000 3392.929443 0.000000 0.225434 0.000000 0.974258 0.865845 0.865845 0.865845 421.689331 0.000000 3391.213135 0.000000 0.520487 0.000000 0.853870 0.931018 0.931018 0.931018 417.700195 0.000000 3399.820312 0.000000 0.639784 0.000000 0.768555 0.951855 0.951855 0.951855 -422.961334 0.000000 3394.464111 0.000000 0.582423 0.000000 0.812886 0.886266 0.886266 0.886266 -430.138794 0.000000 3392.849121 0.000000 0.675627 0.000000 0.737244 0.832363 0.832363 0.832363 -417.588135 0.000000 3396.909668 0.000000 0.600361 0.000000 0.799729 0.807945 0.807945 0.807945 418.607635 0.000000 3393.242188 0.000000 0.237558 0.000000 0.971373 0.548103 0.548103 0.548103 420.050568 0.000000 3396.742432 0.000000 0.096427 0.000000 0.995340 0.812297 0.812297 0.812297 421.452576 0.000000 3397.510498 0.000000 0.212712 0.000000 0.977115 0.827292 0.827292 0.827292 @@ -1352,22 +1343,14 @@ 418.869446 0.000000 3396.948242 0.000000 0.669913 0.000000 0.742440 0.839157 0.839157 0.839157 416.073822 0.000000 3395.043945 0.000000 0.213492 0.000000 0.976945 0.651402 0.651402 0.651402 420.190552 0.000000 3394.529053 0.000000 0.193009 0.000000 0.981197 0.539486 0.539486 0.539486 -455.540131 0.000000 3377.710205 0.000000 0.436743 0.000000 0.899586 0.567056 0.567056 0.567056 -464.020325 0.000000 3382.128662 0.000000 0.314197 0.000000 0.949358 0.865683 0.865683 0.865683 450.372070 0.000000 3381.192627 0.000000 0.156222 0.000000 0.987722 0.858802 0.858802 0.858802 474.685181 0.000000 3375.886475 0.000000 0.654958 0.000000 0.755666 0.813932 0.813932 0.813932 -460.298584 0.000000 3378.878906 0.000000 0.607414 0.000000 0.794385 0.899160 0.899160 0.899160 489.163269 0.000000 3383.255127 0.000000 0.181564 0.000000 0.983379 0.948014 0.948014 0.948014 -468.182007 0.000000 3383.001465 0.000000 0.332202 0.000000 0.943208 0.830812 0.830812 0.830812 453.860474 0.000000 3380.859375 0.000000 0.715250 0.000000 0.698869 0.725675 0.725675 0.725675 444.492218 0.000000 3365.845459 0.000000 0.098791 0.000000 0.995108 0.860368 0.860368 0.860368 -433.791534 0.000000 3371.717529 0.000000 0.348114 0.000000 0.937452 0.881678 0.881678 0.881678 447.364685 0.000000 3382.005615 0.000000 0.219766 0.000000 0.975552 0.420636 0.420636 0.420636 -460.991669 0.000000 3382.270996 0.000000 0.692925 0.000000 0.721010 0.921596 0.921596 0.921596 471.837921 0.000000 3382.435547 0.000000 0.010264 0.000000 0.999947 0.945457 0.945457 0.945457 -445.482361 0.000000 3368.169922 0.000000 0.724147 0.000000 0.689646 0.870809 0.870809 0.870809 449.319031 0.000000 3383.163086 0.000000 0.471022 0.000000 0.882122 0.754560 0.754560 0.754560 -464.741882 0.000000 3379.330078 0.000000 0.653535 0.000000 0.756897 0.826383 0.826383 0.826383 473.025330 0.000000 3374.766846 0.000000 0.687718 0.000000 0.725978 0.945235 0.945235 0.945235 453.343353 0.000000 3376.263672 0.000000 0.682788 0.000000 0.730617 0.613451 0.613451 0.613451 444.044830 0.000000 3371.417480 0.000000 0.298436 0.000000 0.954430 0.927205 0.927205 0.927205 @@ -1378,11 +1361,8 @@ 474.191711 0.000000 3377.724609 0.000000 0.085894 0.000000 0.996304 0.766467 0.766467 0.766467 435.094025 0.000000 3375.309082 0.000000 0.122991 0.000000 0.992408 0.649467 0.649467 0.649467 457.028473 0.000000 3368.795898 0.000000 0.096847 0.000000 0.995299 0.871221 0.871221 0.871221 -462.560150 0.000000 3378.154297 0.000000 0.382670 0.000000 0.923885 0.755879 0.755879 0.755879 452.825836 0.000000 3374.579346 0.000000 0.731912 0.000000 0.681399 0.794125 0.794125 0.794125 467.987793 0.000000 3375.834229 0.000000 0.713773 0.000000 0.700377 0.846966 0.846966 0.846966 -463.925781 0.000000 3380.594727 0.000000 0.538455 0.000000 0.842655 0.784826 0.784826 0.784826 -463.577576 0.000000 3378.893799 0.000000 0.111652 0.000000 0.993747 0.697694 0.697694 0.697694 446.019257 0.000000 3381.484619 0.000000 0.327599 0.000000 0.944817 0.632490 0.632490 0.632490 436.368195 0.000000 3375.578369 0.000000 0.357704 0.000000 0.933835 0.690144 0.690144 0.690144 448.234375 0.000000 3382.820312 0.000000 0.485253 0.000000 0.874374 0.758242 0.758242 0.758242 @@ -1400,17 +1380,14 @@ 457.798615 0.000000 3418.627686 0.000000 0.025530 0.000000 0.999674 0.976853 0.976853 0.976853 490.112579 0.000000 3424.705566 0.000000 0.614951 0.000000 0.788565 0.993196 0.993196 0.993196 473.969727 0.000000 3420.538574 0.000000 0.420418 0.000000 0.907331 0.968779 0.968779 0.968779 -471.886017 0.000000 3383.898926 0.000000 0.040250 0.000000 0.999190 0.946505 0.946505 0.946505 456.224121 0.000000 3383.664307 0.000000 0.190793 0.000000 0.981630 0.889846 0.889846 0.889846 500.073730 0.000000 3451.578369 0.000000 0.703990 0.000000 0.710210 0.899440 0.899440 0.899440 483.578857 0.000000 3431.980225 0.000000 0.550362 0.000000 0.834926 0.901337 0.901337 0.901337 -454.046570 0.000000 3393.417725 0.000000 0.375319 0.000000 0.926896 0.857870 0.857870 0.857870 483.858398 0.000000 3417.338867 0.000000 0.067878 0.000000 0.997694 0.981240 0.981240 0.981240 500.882507 0.000000 3423.937744 0.000000 0.061491 0.000000 0.998108 0.958552 0.958552 0.958552 454.031799 0.000000 3426.263672 0.000000 0.613324 0.000000 0.789832 0.829511 0.829511 0.829511 439.589478 0.000000 3388.539551 0.000000 0.066309 0.000000 0.997799 0.605630 0.605630 0.605630 445.292725 0.000000 3400.623535 0.000000 0.043975 0.000000 0.999033 0.958071 0.958071 0.958071 -458.369598 0.000000 3389.231934 0.000000 0.646495 0.000000 0.762919 0.911172 0.911172 0.911172 444.521362 0.000000 3411.471680 0.000000 0.238199 0.000000 0.971216 0.960147 0.960147 0.960147 439.630157 0.000000 3400.032959 0.000000 0.109610 0.000000 0.993975 0.908816 0.908816 0.908816 497.545166 0.000000 3419.254395 0.000000 0.522325 0.000000 0.852746 0.543635 0.543635 0.543635 @@ -1420,7 +1397,6 @@ 482.166229 0.000000 3397.507324 0.000000 0.388630 0.000000 0.921394 0.786469 0.786469 0.786469 447.250610 0.000000 3406.647949 0.000000 0.317481 0.000000 0.948265 0.919010 0.919010 0.919010 449.242859 0.000000 3429.009277 0.000000 0.626076 0.000000 0.779762 0.991069 0.991069 0.991069 -496.831909 0.000000 3436.923828 0.000000 0.019657 0.000000 0.999807 0.736671 0.736671 0.736671 461.416565 0.000000 3414.585938 0.000000 0.615124 0.000000 0.788430 0.852613 0.852613 0.852613 468.735107 0.000000 3390.067139 0.000000 0.301855 0.000000 0.953354 0.965284 0.965284 0.965284 489.575470 0.000000 3387.145996 0.000000 0.650206 0.000000 0.759758 0.763019 0.763019 0.763019 @@ -1439,7 +1415,6 @@ 471.551147 0.000000 3392.138428 0.000000 0.242622 0.000000 0.970121 0.778247 0.778247 0.778247 501.239349 0.000000 3420.484375 0.000000 0.035368 0.000000 0.999374 0.835170 0.835170 0.835170 457.814301 0.000000 3405.808838 0.000000 0.329050 0.000000 0.944313 0.898212 0.898212 0.898212 -474.276123 0.000000 3409.814697 0.000000 0.186013 0.000000 0.982547 0.844549 0.844549 0.844549 497.827576 0.000000 3448.999023 0.000000 0.282272 0.000000 0.959334 0.948686 0.948686 0.948686 467.412567 0.000000 3442.852539 0.000000 0.234278 0.000000 0.972170 0.953363 0.953363 0.953363 453.144745 0.000000 3411.268799 0.000000 0.535627 0.000000 0.844455 0.899584 0.899584 0.899584 @@ -1457,7 +1432,6 @@ 448.319092 0.000000 3389.185303 0.000000 0.514868 0.000000 0.857270 0.665731 0.665731 0.665731 451.372192 0.000000 3427.107422 0.000000 0.106754 0.000000 0.994285 0.824582 0.824582 0.824582 493.991028 0.000000 3435.048340 0.000000 0.065198 0.000000 0.997872 0.924826 0.924826 0.924826 -462.774017 0.000000 3383.402100 0.000000 0.696655 0.000000 0.717406 0.788274 0.788274 0.788274 489.437286 0.000000 3417.623779 0.000000 0.257592 0.000000 0.966254 0.633632 0.633632 0.633632 466.503632 0.000000 3398.815186 0.000000 0.039361 0.000000 0.999225 0.701784 0.701784 0.701784 496.317749 0.000000 3411.689453 0.000000 0.396341 0.000000 0.918103 0.814134 0.814134 0.814134 @@ -1468,11 +1442,8 @@ 478.804443 0.000000 3429.464111 0.000000 0.651223 0.000000 0.758886 0.901053 0.901053 0.901053 497.679382 0.000000 3388.100098 0.000000 0.297652 0.000000 0.954674 0.480607 0.480607 0.480607 467.880707 0.000000 3404.937012 0.000000 0.308700 0.000000 0.951159 0.877615 0.877615 0.877615 -490.344025 0.000000 3401.860840 0.000000 0.334101 0.000000 0.942537 0.385777 0.385777 0.385777 -469.420868 0.000000 3396.855225 0.000000 0.421253 0.000000 0.906943 0.500863 0.500863 0.500863 467.739746 0.000000 3430.766357 0.000000 0.578816 0.000000 0.815458 0.816701 0.816701 0.816701 440.402313 0.000000 3393.923096 0.000000 0.227766 0.000000 0.973716 0.762299 0.762299 0.762299 -455.072174 0.000000 3398.641602 0.000000 0.634624 0.000000 0.772821 0.916205 0.916205 0.916205 492.500153 0.000000 3389.238770 0.000000 0.671841 0.000000 0.740695 0.943776 0.943776 0.943776 458.783203 0.000000 3383.442139 0.000000 0.459325 0.000000 0.888269 0.920826 0.920826 0.920826 489.575104 0.000000 3389.730469 0.000000 0.040584 0.000000 0.999176 0.320001 0.320001 0.320001 @@ -1492,7 +1463,6 @@ 470.879456 0.000000 3427.212646 0.000000 0.149638 0.000000 0.988741 0.918429 0.918429 0.918429 487.627258 0.000000 3396.103516 0.000000 0.701670 0.000000 0.712502 0.831708 0.831708 0.831708 471.692780 0.000000 3430.603516 0.000000 0.313090 0.000000 0.949724 0.715483 0.715483 0.715483 -451.963379 0.000000 3392.769287 0.000000 0.230010 0.000000 0.973188 0.672469 0.672469 0.672469 473.194397 0.000000 3432.879150 0.000000 0.610464 0.000000 0.792044 0.901865 0.901865 0.901865 450.504303 0.000000 3385.065430 0.000000 0.678228 0.000000 0.734851 0.880475 0.880475 0.880475 449.858856 0.000000 3411.081299 0.000000 0.293972 0.000000 0.955814 0.828461 0.828461 0.828461 @@ -1530,7 +1500,6 @@ 480.959625 0.000000 3435.658691 0.000000 0.578301 0.000000 0.815824 0.871367 0.871367 0.871367 478.868652 0.000000 3393.274658 0.000000 0.067938 0.000000 0.997690 0.774890 0.774890 0.774890 501.970093 0.000000 3436.769043 0.000000 0.453179 0.000000 0.891420 0.835158 0.835158 0.835158 -455.080963 0.000000 3394.905762 0.000000 0.600282 0.000000 0.799788 0.833381 0.833381 0.833381 501.789917 0.000000 3449.719727 0.000000 0.266487 0.000000 0.963838 0.782375 0.782375 0.782375 455.134766 0.000000 3408.981445 0.000000 0.694115 0.000000 0.719864 0.909719 0.909719 0.909719 498.773560 0.000000 3452.693115 0.000000 0.251158 0.000000 0.967946 0.812598 0.812598 0.812598 @@ -1584,7 +1553,6 @@ 496.499878 0.000000 3391.639648 0.000000 0.473357 0.000000 0.880871 0.671756 0.671756 0.671756 449.636932 0.000000 3389.063721 0.000000 0.007899 0.000000 0.999969 0.492760 0.492760 0.492760 448.825073 0.000000 3392.194092 0.000000 0.689825 0.000000 0.723976 0.787787 0.787787 0.787787 -434.813507 0.000000 3392.635254 0.000000 0.218864 0.000000 0.975755 0.683154 0.683154 0.683154 452.573730 0.000000 3426.786865 0.000000 0.049679 0.000000 0.998765 0.688606 0.688606 0.688606 456.335236 0.000000 3411.574951 0.000000 0.080831 0.000000 0.996728 0.747071 0.747071 0.747071 457.415436 0.000000 3412.463867 0.000000 0.476781 0.000000 0.879022 0.694387 0.694387 0.694387 @@ -2043,7 +2011,6 @@ 1009.135498 0.000000 3375.682373 0.000000 0.694785 0.000000 0.719218 0.535091 0.535091 0.535091 1051.694824 0.000000 3380.950684 0.000000 0.403396 0.000000 0.915025 0.642268 0.642268 0.642268 1018.774841 0.000000 3394.792480 0.000000 0.214453 0.000000 0.976734 0.986472 0.986472 0.986472 -1029.984009 0.000000 3393.417725 0.000000 0.714054 0.000000 0.700090 0.845109 0.845109 0.845109 1021.230225 0.000000 3400.623535 0.000000 0.684743 0.000000 0.728784 0.983692 0.983692 0.983692 1024.472168 0.000000 3395.827148 0.000000 0.422434 0.000000 0.906394 0.603415 0.603415 0.603415 1021.506348 0.000000 3389.573242 0.000000 0.402967 0.000000 0.915215 0.985569 0.985569 0.985569 @@ -3093,14 +3060,12 @@ 2281.645264 0.000000 3263.042480 0.000000 0.160276 0.000000 0.987072 0.433328 0.433328 0.433328 2271.737549 0.000000 3265.935059 0.000000 0.558300 0.000000 0.829639 0.648240 0.648240 0.648240 2181.859131 0.000000 3321.433350 0.000000 0.340238 0.000000 0.940339 0.569267 0.569267 0.569267 -2199.728760 0.000000 3323.820068 0.000000 0.349948 0.000000 0.936769 0.884897 0.884897 0.884897 2226.888672 0.000000 3318.456055 0.000000 0.491725 0.000000 0.870751 0.870730 0.870730 0.870730 2213.600586 0.000000 3321.265381 0.000000 0.083755 0.000000 0.996486 0.780979 0.780979 0.780979 2230.850586 0.000000 3319.047119 0.000000 0.422704 0.000000 0.906268 0.906544 0.906544 0.906544 2225.440918 0.000000 3313.495605 0.000000 0.418022 0.000000 0.908437 0.715511 0.715511 0.715511 2205.518066 0.000000 3317.232422 0.000000 0.542790 0.000000 0.839868 0.798378 0.798378 0.798378 2175.973633 0.000000 3313.045654 0.000000 0.197138 0.000000 0.980376 0.856101 0.856101 0.856101 -2199.363525 0.000000 3320.154053 0.000000 0.647576 0.000000 0.762001 0.770722 0.770722 0.770722 2188.560547 0.000000 3319.510254 0.000000 0.114368 0.000000 0.993438 0.418333 0.418333 0.418333 2176.131592 0.000000 3317.200928 0.000000 0.346879 0.000000 0.937910 0.741839 0.741839 0.741839 2190.586426 0.000000 3311.417725 0.000000 0.244774 0.000000 0.969580 0.937220 0.937220 0.937220 @@ -3385,7 +3350,6 @@ 2278.634766 0.000000 3326.259033 0.000000 0.246442 0.000000 0.969158 0.564412 0.564412 0.564412 497.665833 0.000000 3470.466553 0.000000 0.568342 0.000000 0.822792 0.963814 0.963814 0.963814 471.886017 0.000000 3455.883301 0.000000 0.356346 0.000000 0.934354 0.963857 0.963857 0.963857 -499.968567 0.000000 3504.537109 0.000000 0.605583 0.000000 0.795782 0.931073 0.931073 0.931073 458.583191 0.000000 3511.968994 0.000000 0.498446 0.000000 0.866921 0.994762 0.994762 0.994762 478.687683 0.000000 3473.714600 0.000000 0.176838 0.000000 0.984240 0.961745 0.961745 0.961745 483.858398 0.000000 3489.323242 0.000000 0.417955 0.000000 0.908468 0.601690 0.601690 0.601690 @@ -3398,7 +3362,6 @@ 471.434937 0.000000 3484.061523 0.000000 0.600427 0.000000 0.799680 0.967608 0.967608 0.967608 449.242859 0.000000 3500.993652 0.000000 0.559675 0.000000 0.828712 0.987807 0.987807 0.987807 465.219299 0.000000 3481.838379 0.000000 0.643469 0.000000 0.765472 0.969530 0.969530 0.969530 -490.308075 0.000000 3502.171143 0.000000 0.077043 0.000000 0.997028 0.649471 0.649471 0.649471 483.051880 0.000000 3484.354980 0.000000 0.606736 0.000000 0.794903 0.983942 0.983942 0.983942 486.149323 0.000000 3499.631104 0.000000 0.461138 0.000000 0.887329 0.948224 0.948224 0.948224 492.691284 0.000000 3525.076416 0.000000 0.583593 0.000000 0.812046 0.893537 0.893537 0.893537 @@ -3409,7 +3372,6 @@ 450.637390 0.000000 3481.148682 0.000000 0.580015 0.000000 0.814606 0.961971 0.961971 0.961971 469.916779 0.000000 3508.073730 0.000000 0.326501 0.000000 0.945197 0.953632 0.953632 0.953632 479.605621 0.000000 3513.216797 0.000000 0.040235 0.000000 0.999190 0.831872 0.831872 0.831872 -456.949097 0.000000 3496.052979 0.000000 0.188132 0.000000 0.982144 0.906875 0.906875 0.906875 491.484436 0.000000 3493.290771 0.000000 0.047228 0.000000 0.998884 0.806015 0.806015 0.806015 466.671021 0.000000 3523.843262 0.000000 0.354276 0.000000 0.935141 0.831022 0.831022 0.831022 473.953674 0.000000 3524.360840 0.000000 0.579370 0.000000 0.815065 0.847756 0.847756 0.847756 @@ -3511,7 +3473,6 @@ 467.539978 0.000000 3485.836426 0.000000 0.723003 0.000000 0.690845 0.908608 0.908608 0.908608 484.463409 0.000000 3507.666992 0.000000 0.361102 0.000000 0.932526 0.844041 0.844041 0.844041 492.994263 0.000000 3503.649170 0.000000 0.114608 0.000000 0.993411 0.836433 0.836433 0.836433 -486.942413 0.000000 3503.919678 0.000000 0.704664 0.000000 0.709541 0.877898 0.877898 0.877898 491.523071 0.000000 3524.301514 0.000000 0.206628 0.000000 0.978420 0.476097 0.476097 0.476097 497.752380 0.000000 3493.454590 0.000000 0.046510 0.000000 0.998918 0.786897 0.786897 0.786897 446.934113 0.000000 3487.105225 0.000000 0.234682 0.000000 0.972072 0.823502 0.823502 0.823502 @@ -3593,7 +3554,6 @@ 522.441467 0.000000 3506.279297 0.000000 0.614964 0.000000 0.788555 0.959176 0.959176 0.959176 569.658020 0.000000 3470.466553 0.000000 0.613458 0.000000 0.789728 0.997727 0.997727 0.997727 534.286499 0.000000 3502.282471 0.000000 0.089946 0.000000 0.995947 0.926066 0.926066 0.926066 -539.174805 0.000000 3518.177246 0.000000 0.304131 0.000000 0.952630 0.959049 0.959049 0.959049 571.960754 0.000000 3504.537109 0.000000 0.222331 0.000000 0.974971 0.176351 0.176351 0.176351 513.576599 0.000000 3511.353271 0.000000 0.468347 0.000000 0.883545 0.981067 0.981067 0.981067 504.748199 0.000000 3493.687500 0.000000 0.551581 0.000000 0.834122 0.945815 0.945815 0.945815 @@ -3601,12 +3561,10 @@ 550.679871 0.000000 3473.714600 0.000000 0.341276 0.000000 0.939963 0.838239 0.838239 0.838239 563.440552 0.000000 3463.466797 0.000000 0.172422 0.000000 0.985023 0.923243 0.923243 0.923243 548.774109 0.000000 3499.620361 0.000000 0.667831 0.000000 0.744313 0.932932 0.932932 0.932932 -513.234314 0.000000 3504.180420 0.000000 0.702490 0.000000 0.711694 0.853700 0.853700 0.853700 529.513672 0.000000 3471.360352 0.000000 0.173687 0.000000 0.984801 0.714169 0.714169 0.714169 554.813354 0.000000 3496.189453 0.000000 0.178842 0.000000 0.983878 0.138779 0.138779 0.138779 573.054443 0.000000 3478.677490 0.000000 0.452068 0.000000 0.891984 0.936739 0.936739 0.936739 522.611877 0.000000 3459.474609 0.000000 0.726915 0.000000 0.686727 0.992441 0.992441 0.992441 -524.286987 0.000000 3514.251465 0.000000 0.631888 0.000000 0.775060 0.754250 0.754250 0.754250 550.559814 0.000000 3457.580566 0.000000 0.670948 0.000000 0.741504 0.995829 0.995829 0.995829 554.510681 0.000000 3520.751221 0.000000 0.513462 0.000000 0.858113 0.866079 0.866079 0.866079 530.361755 0.000000 3461.216309 0.000000 0.242662 0.000000 0.970111 0.831208 0.831208 0.831208 @@ -3622,7 +3580,6 @@ 524.616577 0.000000 3470.222412 0.000000 0.523856 0.000000 0.851807 0.832027 0.832027 0.832027 550.536133 0.000000 3493.988281 0.000000 0.308059 0.000000 0.951367 0.375186 0.375186 0.375186 525.263245 0.000000 3488.824219 0.000000 0.513297 0.000000 0.858211 0.842872 0.842872 0.842872 -523.494141 0.000000 3519.732422 0.000000 0.134750 0.000000 0.990880 0.741942 0.741942 0.741942 569.311646 0.000000 3475.265869 0.000000 0.588133 0.000000 0.808764 0.920036 0.920036 0.920036 523.665955 0.000000 3455.256836 0.000000 0.488673 0.000000 0.872467 0.849126 0.849126 0.849126 540.690613 0.000000 3472.579834 0.000000 0.448673 0.000000 0.893696 0.925481 0.925481 0.925481 @@ -3630,7 +3587,6 @@ 525.041870 0.000000 3502.904785 0.000000 0.623258 0.000000 0.782016 0.973100 0.973100 0.973100 537.803345 0.000000 3499.770508 0.000000 0.335195 0.000000 0.942149 0.953977 0.953977 0.953977 545.888367 0.000000 3502.815674 0.000000 0.142715 0.000000 0.989764 0.878822 0.878822 0.878822 -543.216492 0.000000 3517.911133 0.000000 0.049248 0.000000 0.998787 0.798676 0.798676 0.798676 507.865540 0.000000 3524.216553 0.000000 0.070846 0.000000 0.997487 0.820262 0.820262 0.820262 513.964355 0.000000 3521.229248 0.000000 0.184355 0.000000 0.982860 0.484658 0.484658 0.484658 553.800964 0.000000 3455.422607 0.000000 0.709074 0.000000 0.705134 0.888632 0.888632 0.888632 @@ -3651,7 +3607,6 @@ 565.549500 0.000000 3509.842041 0.000000 0.533311 0.000000 0.845919 0.791070 0.791070 0.791070 529.913330 0.000000 3508.659424 0.000000 0.101595 0.000000 0.994826 0.871638 0.871638 0.871638 525.028076 0.000000 3462.048828 0.000000 0.230012 0.000000 0.973188 0.916446 0.916446 0.916446 -539.404785 0.000000 3514.836914 0.000000 0.421729 0.000000 0.906722 0.818580 0.818580 0.818580 514.814331 0.000000 3459.728760 0.000000 0.605774 0.000000 0.795637 0.940279 0.940279 0.940279 530.174438 0.000000 3487.352783 0.000000 0.225396 0.000000 0.974267 0.714912 0.714912 0.714912 525.136902 0.000000 3483.253174 0.000000 0.122082 0.000000 0.992520 0.916831 0.916831 0.916831 @@ -3716,13 +3671,10 @@ 556.492432 0.000000 3494.682861 0.000000 0.568247 0.000000 0.822858 0.618790 0.618790 0.618790 536.323975 0.000000 3470.161865 0.000000 0.567414 0.000000 0.823432 0.900975 0.900975 0.900975 513.308899 0.000000 3519.080566 0.000000 0.615731 0.000000 0.787957 0.762115 0.762115 0.762115 -516.503357 0.000000 3463.573730 0.000000 0.575825 0.000000 0.817573 0.823166 0.823166 0.823166 525.791138 0.000000 3455.780518 0.000000 0.704844 0.000000 0.709363 0.907468 0.907468 0.907468 557.005737 0.000000 3462.203613 0.000000 0.394645 0.000000 0.918833 0.950551 0.950551 0.950551 569.692078 0.000000 3464.329590 0.000000 0.526690 0.000000 0.850057 0.898531 0.898531 0.898531 564.770996 0.000000 3487.107666 0.000000 0.242876 0.000000 0.970057 0.808073 0.808073 0.808073 -506.620758 0.000000 3455.933350 0.000000 0.509387 0.000000 0.860537 0.862877 0.862877 0.862877 -526.546265 0.000000 3495.712402 0.000000 0.548671 0.000000 0.836038 0.760251 0.760251 0.760251 527.290283 0.000000 3482.723389 0.000000 0.005059 0.000000 0.999987 0.890550 0.890550 0.890550 551.071716 0.000000 3499.307129 0.000000 0.311312 0.000000 0.950308 0.912326 0.912326 0.912326 514.680176 0.000000 3498.238525 0.000000 0.461387 0.000000 0.887199 0.891027 0.891027 0.891027 @@ -3743,7 +3695,6 @@ 527.130981 0.000000 3457.343262 0.000000 0.039085 0.000000 0.999236 0.858513 0.858513 0.858513 510.223602 0.000000 3507.202637 0.000000 0.081046 0.000000 0.996710 0.854959 0.854959 0.854959 575.127502 0.000000 3478.083008 0.000000 0.474471 0.000000 0.880271 0.895193 0.895193 0.895193 -564.768616 0.000000 3494.816650 0.000000 0.124969 0.000000 0.992161 0.837606 0.837606 0.837606 511.253662 0.000000 3516.161865 0.000000 0.505997 0.000000 0.862536 0.864953 0.864953 0.864953 563.494263 0.000000 3481.615967 0.000000 0.312279 0.000000 0.949991 0.928040 0.928040 0.928040 558.547424 0.000000 3485.493164 0.000000 0.039137 0.000000 0.999234 0.847047 0.847047 0.847047 @@ -3753,7 +3704,6 @@ 552.502258 0.000000 3474.239746 0.000000 0.169681 0.000000 0.985499 0.783255 0.783255 0.783255 506.064026 0.000000 3501.751465 0.000000 0.218180 0.000000 0.975909 0.875219 0.875219 0.875219 526.221924 0.000000 3516.963135 0.000000 0.574559 0.000000 0.818463 0.631398 0.631398 0.631398 -572.413818 0.000000 3485.871338 0.000000 0.269540 0.000000 0.962989 0.805587 0.805587 0.805587 521.927551 0.000000 3508.063965 0.000000 0.402660 0.000000 0.915350 0.913392 0.913392 0.913392 511.841156 0.000000 3520.156006 0.000000 0.208147 0.000000 0.978098 0.847086 0.847086 0.847086 547.690613 0.000000 3480.318848 0.000000 0.560814 0.000000 0.827942 0.929379 0.929379 0.929379 @@ -3770,9 +3720,7 @@ 524.296875 0.000000 3479.315430 0.000000 0.022329 0.000000 0.999751 0.744856 0.744856 0.744856 504.051849 0.000000 3525.984375 0.000000 0.673792 0.000000 0.738921 0.688630 0.688630 0.688630 509.711700 0.000000 3517.094727 0.000000 0.110218 0.000000 0.993907 0.759374 0.759374 0.759374 -556.940552 0.000000 3502.883789 0.000000 0.439156 0.000000 0.898411 0.685127 0.685127 0.685127 531.267517 0.000000 3471.097656 0.000000 0.270989 0.000000 0.962582 0.796103 0.796103 0.796103 -540.011047 0.000000 3516.673340 0.000000 0.150310 0.000000 0.988639 0.751858 0.751858 0.751858 573.475647 0.000000 3487.193848 0.000000 0.422286 0.000000 0.906463 0.478699 0.478699 0.478699 523.337769 0.000000 3497.315918 0.000000 0.426570 0.000000 0.904454 0.802506 0.802506 0.802506 526.839355 0.000000 3511.196045 0.000000 0.495633 0.000000 0.868532 0.338009 0.338009 0.338009 @@ -3841,7 +3789,6 @@ 559.994202 0.000000 3493.317627 0.000000 0.551201 0.000000 0.834373 0.659957 0.659957 0.659957 513.469971 0.000000 3502.903076 0.000000 0.109780 0.000000 0.993956 0.690010 0.690010 0.690010 525.880737 0.000000 3496.862305 0.000000 0.245719 0.000000 0.969341 0.656616 0.656616 0.656616 -529.276001 0.000000 3494.718994 0.000000 0.574882 0.000000 0.818236 0.775102 0.775102 0.775102 542.739258 0.000000 3515.158203 0.000000 0.316658 0.000000 0.948540 0.837907 0.837907 0.837907 547.043152 0.000000 3526.878174 0.000000 0.209878 0.000000 0.977728 0.765836 0.765836 0.765836 516.303406 0.000000 3465.174805 0.000000 0.025385 0.000000 0.999678 0.629614 0.629614 0.629614 @@ -4007,7 +3954,6 @@ 516.749146 0.000000 3528.120117 0.000000 0.438288 0.000000 0.898834 0.813144 0.813144 0.813144 523.144714 0.000000 3546.830078 0.000000 0.529365 0.000000 0.848394 0.931721 0.931721 0.931721 528.216309 0.000000 3527.633057 0.000000 0.338037 0.000000 0.941133 0.975515 0.975515 0.975515 -573.299316 0.000000 3528.141602 0.000000 0.235213 0.000000 0.971944 0.923438 0.923438 0.923438 561.567627 0.000000 3531.114746 0.000000 0.025987 0.000000 0.999662 0.787882 0.787882 0.787882 555.159790 0.000000 3532.776611 0.000000 0.381059 0.000000 0.924551 0.911633 0.911633 0.911633 532.585632 0.000000 3529.105225 0.000000 0.290373 0.000000 0.956914 0.843884 0.843884 0.843884 @@ -4025,7 +3971,6 @@ 527.801453 0.000000 3533.835693 0.000000 0.130100 0.000000 0.991501 0.665586 0.665586 0.665586 522.381958 0.000000 3541.329346 0.000000 0.355411 0.000000 0.934710 0.906552 0.906552 0.906552 534.916870 0.000000 3530.021484 0.000000 0.518507 0.000000 0.855074 0.900133 0.900133 0.900133 -571.823669 0.000000 3530.337891 0.000000 0.557257 0.000000 0.830340 0.855691 0.855691 0.855691 523.334106 0.000000 3544.162354 0.000000 0.195649 0.000000 0.980674 0.825072 0.825072 0.825072 506.111450 0.000000 3535.527100 0.000000 0.679283 0.000000 0.733876 0.907427 0.907427 0.907427 516.503357 0.000000 3535.558105 0.000000 0.493264 0.000000 0.869880 0.718188 0.718188 0.718188 @@ -4042,7 +3987,6 @@ 534.463318 0.000000 3534.694824 0.000000 0.181096 0.000000 0.983465 0.909859 0.909859 0.909859 561.194092 0.000000 3529.257568 0.000000 0.209241 0.000000 0.977864 0.874374 0.874374 0.874374 532.318298 0.000000 3537.055176 0.000000 0.582829 0.000000 0.812595 0.827121 0.827121 0.827121 -568.310608 0.000000 3531.148193 0.000000 0.323315 0.000000 0.946292 0.699336 0.699336 0.699336 526.406677 0.000000 3532.951172 0.000000 0.669951 0.000000 0.742405 0.805747 0.805747 0.805747 553.932129 0.000000 3531.766113 0.000000 0.667572 0.000000 0.744545 0.911937 0.911937 0.911937 535.675598 0.000000 3528.679199 0.000000 0.132898 0.000000 0.991130 0.820560 0.820560 0.820560 @@ -4052,7 +3996,6 @@ 574.886108 0.000000 3531.551514 0.000000 0.637807 0.000000 0.770196 0.874894 0.874894 0.874894 522.652466 0.000000 3545.379639 0.000000 0.373159 0.000000 0.927767 0.848690 0.848690 0.848690 506.221130 0.000000 3534.122070 0.000000 0.679261 0.000000 0.733896 0.907423 0.907423 0.907423 -569.685486 0.000000 3528.079590 0.000000 0.478297 0.000000 0.878198 0.740379 0.740379 0.740379 557.887512 0.000000 3532.984619 0.000000 0.287850 0.000000 0.957676 0.725434 0.725434 0.725434 520.611816 0.000000 3542.515381 0.000000 0.365984 0.000000 0.930621 0.811873 0.811873 0.811873 505.631134 0.000000 3530.488037 0.000000 0.052320 0.000000 0.998630 0.704311 0.704311 0.704311 @@ -4079,7 +4022,6 @@ 607.768555 0.000000 3497.249023 0.000000 0.665191 0.000000 0.746674 0.896869 0.896869 0.896869 577.775879 0.000000 3515.686279 0.000000 0.152013 0.000000 0.988378 0.865458 0.865458 0.865458 588.556458 0.000000 3480.290527 0.000000 0.480294 0.000000 0.877107 0.970621 0.970621 0.970621 -578.148926 0.000000 3510.261475 0.000000 0.484241 0.000000 0.874935 0.747340 0.747340 0.747340 587.475891 0.000000 3513.520264 0.000000 0.378770 0.000000 0.925491 0.884882 0.884882 0.884882 596.017822 0.000000 3491.291992 0.000000 0.210888 0.000000 0.977510 0.837227 0.837227 0.837227 593.559998 0.000000 3513.415039 0.000000 0.678110 0.000000 0.734961 0.973205 0.973205 0.973205 @@ -4163,7 +4105,6 @@ 591.315979 0.000000 3486.320312 0.000000 0.129674 0.000000 0.991557 0.568370 0.568370 0.568370 575.951172 0.000000 3510.425049 0.000000 0.555354 0.000000 0.831614 0.490061 0.490061 0.490061 617.793457 0.000000 3578.893311 0.000000 0.268050 0.000000 0.963405 0.996756 0.996756 0.996756 -582.194153 0.000000 3593.111572 0.000000 0.520372 0.000000 0.853940 0.964227 0.964227 0.964227 617.954102 0.000000 3564.507324 0.000000 0.323517 0.000000 0.946222 0.922523 0.922523 0.922523 627.287048 0.000000 3586.248291 0.000000 0.488447 0.000000 0.872594 0.909983 0.909983 0.909983 602.567566 0.000000 3583.953369 0.000000 0.710026 0.000000 0.704176 0.910279 0.910279 0.910279 @@ -4176,9 +4117,7 @@ 591.669189 0.000000 3583.102783 0.000000 0.372620 0.000000 0.927984 0.934697 0.934697 0.934697 591.234985 0.000000 3550.616699 0.000000 0.488145 0.000000 0.872763 0.962922 0.962922 0.962922 615.419312 0.000000 3556.045898 0.000000 0.686322 0.000000 0.727297 0.861747 0.861747 0.861747 -598.183105 0.000000 3581.615967 0.000000 0.043306 0.000000 0.999062 0.820769 0.820769 0.820769 608.189819 0.000000 3586.196777 0.000000 0.074537 0.000000 0.997218 0.943970 0.943970 0.943970 -616.453613 0.000000 3569.019043 0.000000 0.001678 0.000000 0.999999 0.886396 0.886396 0.886396 580.626831 0.000000 3528.645264 0.000000 0.540814 0.000000 0.841142 0.970060 0.970060 0.970060 608.236511 0.000000 3593.270508 0.000000 0.322344 0.000000 0.946623 0.816971 0.816971 0.816971 591.260986 0.000000 3594.759033 0.000000 0.572086 0.000000 0.820194 0.956781 0.956781 0.956781 @@ -4188,7 +4127,6 @@ 576.535034 0.000000 3527.403320 0.000000 0.510644 0.000000 0.859793 0.958663 0.958663 0.958663 597.844849 0.000000 3596.812500 0.000000 0.380321 0.000000 0.924855 0.920416 0.920416 0.920416 610.655396 0.000000 3595.827637 0.000000 0.553071 0.000000 0.833134 0.832824 0.832824 0.832824 -595.075134 0.000000 3583.016357 0.000000 0.705307 0.000000 0.708902 0.950822 0.950822 0.950822 582.749878 0.000000 3551.355713 0.000000 0.075047 0.000000 0.997180 0.858107 0.858107 0.858107 626.143555 0.000000 3589.412842 0.000000 0.124517 0.000000 0.992217 0.848384 0.848384 0.848384 590.753296 0.000000 3567.289062 0.000000 0.381400 0.000000 0.924410 0.867491 0.867491 0.867491 @@ -4267,9 +4205,7 @@ 602.337463 0.000000 3582.250488 0.000000 0.392744 0.000000 0.919648 0.865959 0.865959 0.865959 621.310303 0.000000 3577.419678 0.000000 0.443761 0.000000 0.896145 0.883505 0.883505 0.883505 606.513855 0.000000 3597.395020 0.000000 0.586403 0.000000 0.810019 0.903355 0.903355 0.903355 -599.843018 0.000000 3581.202637 0.000000 0.596706 0.000000 0.802460 0.890711 0.890711 0.890711 611.972168 0.000000 3591.787354 0.000000 0.171005 0.000000 0.985270 0.832358 0.832358 0.832358 -600.456848 0.000000 3563.455566 0.000000 0.263145 0.000000 0.964756 0.781795 0.781795 0.781795 598.691284 0.000000 3561.372559 0.000000 0.517007 0.000000 0.855981 0.876877 0.876877 0.876877 623.996521 0.000000 3576.488281 0.000000 0.087194 0.000000 0.996191 0.829634 0.829634 0.829634 611.762146 0.000000 3593.448242 0.000000 0.130771 0.000000 0.991413 0.791539 0.791539 0.791539 @@ -4833,7 +4769,6 @@ 2201.871094 0.000000 3533.697021 0.000000 0.400222 0.000000 0.916418 0.340261 0.340261 0.340261 2196.547607 0.000000 3534.035889 0.000000 0.245383 0.000000 0.969426 0.805144 0.805144 0.805144 2179.486328 0.000000 3527.241211 0.000000 0.606161 0.000000 0.795342 0.967859 0.967859 0.967859 -2182.674561 0.000000 3531.319336 0.000000 0.305050 0.000000 0.952336 0.524703 0.524703 0.524703 2163.529053 0.000000 3541.930664 0.000000 0.172071 0.000000 0.985085 0.979061 0.979061 0.979061 2199.363525 0.000000 3536.107178 0.000000 0.487398 0.000000 0.873180 0.843617 0.843617 0.843617 2196.413330 0.000000 3529.266113 0.000000 0.626647 0.000000 0.779303 0.431146 0.431146 0.431146 @@ -12417,7 +12352,7 @@ object={ generated_content=yes layer="grass_layer" pdxmesh="reeds_07_grass_mesh" - count=9944 + count=9896 transform="835.735657 0.000000 1066.719971 0.000000 0.973073 0.000000 0.230498 0.878640 0.878640 0.878640 834.646118 0.000000 1072.386475 0.000000 0.864682 0.000000 0.502320 0.984233 0.984233 0.984233 838.819092 0.000000 1070.288086 0.000000 0.886091 0.000000 0.463510 0.821924 0.821924 0.821924 @@ -13452,9 +13387,6 @@ object={ 3606.970703 0.000000 1688.580078 0.000000 0.981474 0.000000 0.191598 0.984117 0.984117 0.984117 416.618469 0.000000 3379.224609 0.000000 0.944218 0.000000 0.329321 0.994973 0.994973 0.994973 419.219116 0.000000 3363.391846 0.000000 0.804612 0.000000 0.593801 0.993651 0.993651 0.993651 -417.534027 0.000000 3372.669189 0.000000 0.744553 0.000000 0.667564 0.866789 0.866789 0.866789 -422.572479 0.000000 3376.252197 0.000000 0.779497 0.000000 0.626405 0.832690 0.832690 0.832690 -416.014648 0.000000 3375.339844 0.000000 0.937934 0.000000 0.346813 0.955790 0.955790 0.955790 425.658142 0.000000 3379.347168 0.000000 0.951711 0.000000 0.306994 0.859000 0.859000 0.859000 422.643951 0.000000 3381.934570 0.000000 0.873331 0.000000 0.487127 0.964433 0.964433 0.964433 411.841888 0.000000 3372.281982 0.000000 0.965024 0.000000 0.262160 0.974835 0.974835 0.974835 @@ -13474,7 +13406,6 @@ object={ 427.755371 0.000000 3378.678223 0.000000 0.758030 0.000000 0.652220 0.655879 0.655879 0.655879 423.900513 0.000000 3366.409668 0.000000 0.980443 0.000000 0.196805 0.922354 0.922354 0.922354 423.149780 0.000000 3369.503906 0.000000 0.879028 0.000000 0.476769 0.843669 0.843669 0.843669 -419.141754 0.000000 3398.205322 0.000000 0.959045 0.000000 0.283253 0.982076 0.982076 0.982076 416.378235 0.000000 3392.187012 0.000000 0.867658 0.000000 0.497161 0.894780 0.894780 0.894780 431.537354 0.000000 3388.803955 0.000000 0.995964 0.000000 0.089756 0.981376 0.981376 0.981376 415.558167 0.000000 3393.977051 0.000000 0.806782 0.000000 0.590850 0.922673 0.922673 0.922673 @@ -13488,7 +13419,6 @@ object={ 432.516479 0.000000 3368.789062 0.000000 0.767449 0.000000 0.641110 0.972201 0.972201 0.972201 470.485474 0.000000 3380.080811 0.000000 0.941649 0.000000 0.336597 0.989715 0.989715 0.989715 445.518890 0.000000 3362.643555 0.000000 0.946409 0.000000 0.322969 0.995895 0.995895 0.995895 -451.501984 0.000000 3375.763672 0.000000 0.838568 0.000000 0.544797 0.959725 0.959725 0.959725 457.247162 0.000000 3381.829102 0.000000 0.753158 0.000000 0.657840 0.991038 0.991038 0.991038 464.252136 0.000000 3377.317383 0.000000 0.880622 0.000000 0.473819 0.963029 0.963029 0.963029 473.953674 0.000000 3380.392090 0.000000 0.996536 0.000000 0.083159 0.995843 0.995843 0.995843 @@ -13497,14 +13427,11 @@ object={ 452.881775 0.000000 3378.103516 0.000000 0.933949 0.000000 0.357406 0.807471 0.807471 0.807471 454.492798 0.000000 3371.074951 0.000000 0.966322 0.000000 0.257335 0.976609 0.976609 0.976609 453.289917 0.000000 3367.945801 0.000000 0.832970 0.000000 0.553318 0.959013 0.959013 0.959013 -436.049805 0.000000 3376.704102 0.000000 0.979556 0.000000 0.201170 0.945386 0.945386 0.945386 447.504822 0.000000 3369.234375 0.000000 0.987464 0.000000 0.157847 0.976652 0.976652 0.976652 432.015503 0.000000 3371.104492 0.000000 0.792838 0.000000 0.609432 0.936192 0.936192 0.936192 451.200684 0.000000 3368.889404 0.000000 0.991473 0.000000 0.130314 0.981729 0.981729 0.981729 446.124115 0.000000 3366.552979 0.000000 0.753081 0.000000 0.657927 0.933671 0.933671 0.933671 455.936096 0.000000 3370.361816 0.000000 0.763256 0.000000 0.646096 0.936866 0.936866 0.936866 -462.529480 0.000000 3381.441895 0.000000 0.888763 0.000000 0.458368 0.897767 0.897767 0.897767 -465.373322 0.000000 3380.784668 0.000000 0.757830 0.000000 0.652452 0.875779 0.875779 0.875779 445.110748 0.000000 3369.611328 0.000000 0.975188 0.000000 0.221379 0.962104 0.962104 0.962104 441.002563 0.000000 3371.839355 0.000000 0.842445 0.000000 0.538782 0.937497 0.937497 0.937497 447.112305 0.000000 3380.560791 0.000000 0.994372 0.000000 0.105946 0.968465 0.968465 0.968465 @@ -13534,12 +13461,9 @@ object={ 499.076202 0.000000 3390.440430 0.000000 0.992020 0.000000 0.126081 0.966861 0.966861 0.966861 491.448334 0.000000 3391.482422 0.000000 0.903855 0.000000 0.427838 0.934880 0.934880 0.934880 492.162994 0.000000 3417.267578 0.000000 0.861638 0.000000 0.507524 0.924251 0.924251 0.924251 -489.526215 0.000000 3444.653564 0.000000 0.829009 0.000000 0.559235 0.954070 0.954070 0.954070 456.143188 0.000000 3412.813721 0.000000 0.956210 0.000000 0.292682 0.915463 0.915463 0.915463 -475.250549 0.000000 3406.524170 0.000000 0.819281 0.000000 0.573392 0.981706 0.981706 0.981706 461.488281 0.000000 3435.450684 0.000000 0.979020 0.000000 0.203762 0.993852 0.993852 0.993852 478.482239 0.000000 3432.231201 0.000000 0.984064 0.000000 0.177815 0.941535 0.941535 0.941535 -452.624359 0.000000 3398.238037 0.000000 0.946231 0.000000 0.323492 0.976973 0.976973 0.976973 494.703430 0.000000 3422.969727 0.000000 0.993635 0.000000 0.112643 0.992673 0.992673 0.992673 457.838531 0.000000 3428.873779 0.000000 0.909394 0.000000 0.415935 0.895047 0.895047 0.895047 497.319458 0.000000 3403.281494 0.000000 0.945415 0.000000 0.325868 0.981769 0.981769 0.981769 @@ -13559,7 +13483,6 @@ object={ 458.182220 0.000000 3415.368408 0.000000 0.996398 0.000000 0.084796 0.984527 0.984527 0.984527 456.978821 0.000000 3409.368652 0.000000 0.934526 0.000000 0.355894 0.952762 0.952762 0.952762 496.892212 0.000000 3416.086914 0.000000 0.810484 0.000000 0.585760 0.898445 0.898445 0.898445 -491.133942 0.000000 3398.205322 0.000000 0.972266 0.000000 0.233878 0.955799 0.955799 0.955799 444.572083 0.000000 3408.306152 0.000000 0.782444 0.000000 0.622721 0.934550 0.934550 0.934550 494.419800 0.000000 3419.722900 0.000000 0.971621 0.000000 0.236545 0.905205 0.905205 0.905205 475.796783 0.000000 3403.346436 0.000000 0.995710 0.000000 0.092530 0.989127 0.989127 0.989127 @@ -13574,11 +13497,9 @@ object={ 464.541992 0.000000 3394.632812 0.000000 0.741416 0.000000 0.671045 0.957760 0.957760 0.957760 445.766876 0.000000 3386.688232 0.000000 0.883465 0.000000 0.468498 0.881923 0.881923 0.881923 498.767029 0.000000 3400.971924 0.000000 0.911203 0.000000 0.411957 0.976679 0.976679 0.976679 -500.189606 0.000000 3409.387939 0.000000 0.990749 0.000000 0.135709 0.987765 0.987765 0.987765 495.744720 0.000000 3439.346436 0.000000 0.918827 0.000000 0.394661 0.983794 0.983794 0.983794 467.374207 0.000000 3435.572266 0.000000 0.912081 0.000000 0.410010 0.932499 0.932499 0.932499 466.203918 0.000000 3440.549316 0.000000 0.991055 0.000000 0.133455 0.989306 0.989306 0.989306 -432.033691 0.000000 3393.670898 0.000000 0.913567 0.000000 0.406687 0.882891 0.882891 0.882891 466.663544 0.000000 3412.018799 0.000000 0.995252 0.000000 0.097333 0.984424 0.984424 0.984424 453.462463 0.000000 3405.032227 0.000000 0.979154 0.000000 0.203120 0.989787 0.989787 0.989787 502.926147 0.000000 3438.399414 0.000000 0.954899 0.000000 0.296931 0.953335 0.953335 0.953335 @@ -13602,13 +13523,11 @@ object={ 493.666626 0.000000 3439.991211 0.000000 0.904636 0.000000 0.426185 0.978017 0.978017 0.978017 470.604218 0.000000 3401.492432 0.000000 0.961673 0.000000 0.274200 0.963941 0.963941 0.963941 446.732269 0.000000 3383.326172 0.000000 0.944939 0.000000 0.327247 0.856841 0.856841 0.856841 -460.489075 0.000000 3389.496094 0.000000 0.940949 0.000000 0.338550 0.939643 0.939643 0.939643 461.536621 0.000000 3412.562988 0.000000 0.982462 0.000000 0.186461 0.967222 0.967222 0.967222 495.436005 0.000000 3429.820068 0.000000 0.993831 0.000000 0.110906 0.981411 0.981411 0.981411 477.298340 0.000000 3440.840576 0.000000 0.814823 0.000000 0.579709 0.919723 0.919723 0.919723 458.254944 0.000000 3413.339600 0.000000 0.990008 0.000000 0.141008 0.957968 0.957968 0.957968 444.438263 0.000000 3402.447021 0.000000 0.942932 0.000000 0.332984 0.960168 0.960168 0.960168 -460.783783 0.000000 3395.749756 0.000000 0.992964 0.000000 0.118417 0.982517 0.982517 0.982517 436.667816 0.000000 3396.211670 0.000000 0.987244 0.000000 0.159215 0.972456 0.972456 0.972456 461.874695 0.000000 3426.101318 0.000000 0.953347 0.000000 0.301876 0.933393 0.933393 0.933393 443.629608 0.000000 3389.621338 0.000000 0.903876 0.000000 0.427794 0.892951 0.892951 0.892951 @@ -13620,7 +13539,6 @@ object={ 491.349091 0.000000 3445.477783 0.000000 0.960650 0.000000 0.277763 0.978217 0.978217 0.978217 463.154022 0.000000 3434.528320 0.000000 0.871688 0.000000 0.490062 0.934790 0.934790 0.934790 475.698395 0.000000 3408.334473 0.000000 0.910269 0.000000 0.414016 0.952044 0.952044 0.952044 -432.509979 0.000000 3395.458496 0.000000 0.820049 0.000000 0.572294 0.908731 0.908731 0.908731 452.304688 0.000000 3407.331055 0.000000 0.763844 0.000000 0.645401 0.949208 0.949208 0.949208 484.066406 0.000000 3449.637207 0.000000 0.845703 0.000000 0.533653 0.932544 0.932544 0.932544 464.694946 0.000000 3383.538330 0.000000 0.859539 0.000000 0.511070 0.942413 0.942413 0.942413 @@ -13647,7 +13565,6 @@ object={ 452.921936 0.000000 3394.500977 0.000000 0.956004 0.000000 0.293354 0.964321 0.964321 0.964321 444.257782 0.000000 3386.588623 0.000000 0.985577 0.000000 0.169229 0.958821 0.958821 0.958821 503.325409 0.000000 3440.014404 0.000000 0.754899 0.000000 0.655841 0.892854 0.892854 0.892854 -466.142670 0.000000 3397.351074 0.000000 0.886016 0.000000 0.463654 0.910932 0.910932 0.910932 452.856110 0.000000 3415.316650 0.000000 0.995717 0.000000 0.092457 0.986362 0.986362 0.986362 441.831299 0.000000 3393.783203 0.000000 0.919394 0.000000 0.393338 0.928343 0.928343 0.928343 489.990906 0.000000 3451.587891 0.000000 0.795701 0.000000 0.605689 0.902540 0.902540 0.902540 @@ -13723,7 +13640,6 @@ object={ 532.863281 0.000000 3446.033203 0.000000 0.901874 0.000000 0.432000 0.992193 0.992193 0.992193 510.219666 0.000000 3455.197998 0.000000 0.796171 0.000000 0.605071 0.977286 0.977286 0.977286 536.197632 0.000000 3442.228027 0.000000 0.981972 0.000000 0.189025 0.992404 0.992404 0.992404 -532.822205 0.000000 3442.544922 0.000000 0.954120 0.000000 0.299423 0.979502 0.979502 0.979502 505.920380 0.000000 3454.211914 0.000000 0.765828 0.000000 0.643046 0.977331 0.977331 0.977331 552.512573 0.000000 3443.585205 0.000000 0.921375 0.000000 0.388675 0.983058 0.983058 0.983058 540.584045 0.000000 3452.877197 0.000000 0.962683 0.000000 0.270633 0.909688 0.909688 0.909688 @@ -14394,13 +14310,11 @@ object={ 1738.010498 0.000000 3306.453125 0.000000 0.936995 0.000000 0.349343 0.871704 0.871704 0.871704 1756.109375 0.000000 3299.229736 0.000000 0.962622 0.000000 0.270848 0.895920 0.895920 0.895920 1782.125732 0.000000 3335.968506 0.000000 0.979996 0.000000 0.199017 0.970989 0.970989 0.970989 -1776.171143 0.000000 3320.221924 0.000000 0.915113 0.000000 0.403197 0.976170 0.976170 0.976170 1765.825439 0.000000 3334.808105 0.000000 0.930153 0.000000 0.367172 0.985921 0.985921 0.985921 1738.696655 0.000000 3322.808105 0.000000 0.920567 0.000000 0.390584 0.962934 0.962934 0.962934 1755.954590 0.000000 3336.406006 0.000000 0.898048 0.000000 0.439898 0.965886 0.965886 0.965886 1767.775635 0.000000 3323.820068 0.000000 0.823923 0.000000 0.566701 0.941338 0.941338 0.941338 1772.731445 0.000000 3340.063965 0.000000 0.893185 0.000000 0.449689 0.996507 0.996507 0.996507 -1760.181519 0.000000 3328.506592 0.000000 0.891674 0.000000 0.452679 0.963643 0.963643 0.963643 1730.419067 0.000000 3321.926514 0.000000 0.958057 0.000000 0.286578 0.880271 0.880271 0.880271 1774.427002 0.000000 3313.611816 0.000000 0.764582 0.000000 0.644526 0.870604 0.870604 0.870604 1778.025635 0.000000 3325.522949 0.000000 0.741117 0.000000 0.671376 0.961410 0.961410 0.961410 @@ -14840,7 +14754,6 @@ object={ 2202.711426 0.000000 3314.109863 0.000000 0.820783 0.000000 0.571240 0.984821 0.984821 0.984821 2214.954834 0.000000 3317.752686 0.000000 0.980057 0.000000 0.198715 0.965040 0.965040 0.965040 2180.848389 0.000000 3318.080078 0.000000 0.977327 0.000000 0.211736 0.902527 0.902527 0.902527 -2195.204834 0.000000 3320.947998 0.000000 0.871238 0.000000 0.490861 0.878312 0.878312 0.878312 2183.621826 0.000000 3317.882568 0.000000 0.943173 0.000000 0.332303 0.906974 0.906974 0.906974 2220.891113 0.000000 3321.431885 0.000000 0.819989 0.000000 0.572379 0.895023 0.895023 0.895023 2187.900879 0.000000 3315.539795 0.000000 0.911638 0.000000 0.410994 0.941843 0.941843 0.941843 @@ -15051,18 +14964,14 @@ object={ 2263.781250 0.000000 3355.340332 0.000000 0.760878 0.000000 0.648894 0.735567 0.735567 0.735567 2296.166992 0.000000 3331.412109 0.000000 0.844495 0.000000 0.535563 0.806695 0.806695 0.806695 493.888519 0.000000 3456.096191 0.000000 0.994514 0.000000 0.104604 0.982471 0.982471 0.982471 -488.610657 0.000000 3523.193359 0.000000 0.984515 0.000000 0.175301 0.950729 0.950729 0.950729 444.747253 0.000000 3497.785400 0.000000 0.778550 0.000000 0.627583 0.966125 0.966125 0.966125 483.578857 0.000000 3503.964600 0.000000 0.978592 0.000000 0.205810 0.970502 0.970502 0.970502 -466.753601 0.000000 3487.042969 0.000000 0.973512 0.000000 0.228634 0.976389 0.976389 0.976389 491.211304 0.000000 3507.360596 0.000000 0.895646 0.000000 0.444768 0.922903 0.922903 0.922903 -494.246857 0.000000 3478.342529 0.000000 0.983525 0.000000 0.180772 0.971864 0.971864 0.971864 466.508820 0.000000 3495.536133 0.000000 0.891997 0.000000 0.452042 0.967212 0.967212 0.967212 492.162994 0.000000 3489.251953 0.000000 0.984346 0.000000 0.176248 0.996019 0.996019 0.996019 501.891968 0.000000 3512.723633 0.000000 0.971061 0.000000 0.238830 0.992173 0.992173 0.992173 482.518463 0.000000 3520.751221 0.000000 0.811299 0.000000 0.584632 0.975057 0.975057 0.975057 479.888153 0.000000 3509.065674 0.000000 0.963955 0.000000 0.266067 0.991932 0.991932 0.991932 -490.961639 0.000000 3483.491455 0.000000 0.871555 0.000000 0.490297 0.956504 0.956504 0.956504 454.313171 0.000000 3479.414551 0.000000 0.905346 0.000000 0.424675 0.931015 0.931015 0.931015 484.348022 0.000000 3474.748047 0.000000 0.960691 0.000000 0.277619 0.997893 0.997893 0.997893 486.226501 0.000000 3509.475342 0.000000 0.864427 0.000000 0.502758 0.982903 0.982903 0.982903 @@ -15112,7 +15021,6 @@ object={ 461.536621 0.000000 3484.547363 0.000000 0.981724 0.000000 0.190311 0.976098 0.976098 0.976098 498.635376 0.000000 3482.814209 0.000000 0.741555 0.000000 0.670892 0.939412 0.939412 0.939412 456.441010 0.000000 3479.408936 0.000000 0.875550 0.000000 0.483127 0.929506 0.929506 0.929506 -498.704041 0.000000 3500.674805 0.000000 0.985979 0.000000 0.166868 0.985351 0.985351 0.985351 468.450134 0.000000 3522.825684 0.000000 0.768356 0.000000 0.640023 0.949716 0.949716 0.949716 492.261963 0.000000 3526.982178 0.000000 0.882434 0.000000 0.470436 0.965762 0.965762 0.965762 481.701416 0.000000 3513.084717 0.000000 0.904620 0.000000 0.426218 0.973618 0.973618 0.973618 @@ -15210,7 +15118,6 @@ object={ 463.976471 0.000000 3499.309082 0.000000 0.947497 0.000000 0.319763 0.814733 0.814733 0.814733 462.367950 0.000000 3522.966309 0.000000 0.827609 0.000000 0.561305 0.788726 0.788726 0.788726 549.307251 0.000000 3524.935547 0.000000 0.901955 0.000000 0.431830 0.920852 0.920852 0.920852 -504.363678 0.000000 3458.955322 0.000000 0.827127 0.000000 0.562016 0.904641 0.904641 0.904641 555.294861 0.000000 3514.263916 0.000000 0.844326 0.000000 0.535829 0.944941 0.944941 0.944941 516.739441 0.000000 3497.785400 0.000000 0.976231 0.000000 0.216732 0.995637 0.995637 0.995637 555.850586 0.000000 3489.323242 0.000000 0.823030 0.000000 0.567998 0.944201 0.944201 0.944201 @@ -15232,7 +15139,6 @@ object={ 534.959900 0.000000 3491.532715 0.000000 0.955106 0.000000 0.296265 0.926411 0.926411 0.926411 573.712158 0.000000 3466.801514 0.000000 0.760694 0.000000 0.649111 0.991182 0.991182 0.991182 538.513000 0.000000 3504.969727 0.000000 0.837289 0.000000 0.546761 0.909014 0.909014 0.909014 -536.197632 0.000000 3514.212402 0.000000 0.759918 0.000000 0.650019 0.888705 0.888705 0.888705 573.713623 0.000000 3488.890137 0.000000 0.978918 0.000000 0.204252 0.941457 0.941457 0.941457 537.274231 0.000000 3477.091797 0.000000 0.996274 0.000000 0.086246 0.998922 0.998922 0.998922 525.937561 0.000000 3493.644287 0.000000 0.738719 0.000000 0.674013 0.872590 0.872590 0.872590 @@ -15241,16 +15147,13 @@ object={ 528.437622 0.000000 3516.391113 0.000000 0.783167 0.000000 0.621811 0.574470 0.574470 0.574470 550.850342 0.000000 3517.756836 0.000000 0.983798 0.000000 0.179282 0.968049 0.968049 0.968049 529.830688 0.000000 3500.858154 0.000000 0.982813 0.000000 0.184606 0.987948 0.987948 0.987948 -553.222656 0.000000 3500.339844 0.000000 0.869713 0.000000 0.493557 0.805413 0.805413 0.805413 508.914001 0.000000 3492.395508 0.000000 0.851995 0.000000 0.523551 0.991746 0.991746 0.991746 559.553101 0.000000 3505.320312 0.000000 0.986663 0.000000 0.162777 0.953874 0.953874 0.953874 566.515991 0.000000 3485.804688 0.000000 0.935493 0.000000 0.353344 0.916150 0.916150 0.916150 510.119171 0.000000 3475.863525 0.000000 0.868036 0.000000 0.496501 0.948115 0.948115 0.948115 574.437500 0.000000 3482.606201 0.000000 0.901237 0.000000 0.433325 0.988811 0.988811 0.988811 567.516479 0.000000 3464.467529 0.000000 0.940711 0.000000 0.339209 0.970624 0.970624 0.970624 -513.437439 0.000000 3500.167725 0.000000 0.835541 0.000000 0.549428 0.870755 0.870755 0.870755 520.995178 0.000000 3471.708740 0.000000 0.990923 0.000000 0.134429 0.988218 0.988218 0.988218 -528.941284 0.000000 3496.052979 0.000000 0.800930 0.000000 0.598757 0.903841 0.903841 0.903841 558.553528 0.000000 3483.552002 0.000000 0.963019 0.000000 0.269433 0.944833 0.944833 0.944833 553.118591 0.000000 3476.262451 0.000000 0.975923 0.000000 0.218117 0.976944 0.976944 0.976944 562.859070 0.000000 3520.294434 0.000000 0.991205 0.000000 0.132336 0.979125 0.979125 0.979125 @@ -15267,7 +15170,6 @@ object={ 561.172913 0.000000 3509.531494 0.000000 0.899065 0.000000 0.437816 0.973979 0.973979 0.973979 523.443237 0.000000 3466.826416 0.000000 0.955399 0.000000 0.295318 0.965572 0.965572 0.965572 525.542969 0.000000 3472.973145 0.000000 0.897178 0.000000 0.441668 0.984011 0.984011 0.984011 -558.642761 0.000000 3502.520264 0.000000 0.880030 0.000000 0.474918 0.934520 0.934520 0.934520 556.929871 0.000000 3486.551514 0.000000 0.738330 0.000000 0.674439 0.966737 0.966737 0.966737 515.639954 0.000000 3495.148193 0.000000 0.756700 0.000000 0.653762 0.935959 0.935959 0.935959 561.065552 0.000000 3499.351562 0.000000 0.943967 0.000000 0.330039 0.977328 0.977328 0.977328 @@ -15285,14 +15187,11 @@ object={ 531.269409 0.000000 3506.310059 0.000000 0.994591 0.000000 0.103871 0.983114 0.983114 0.983114 552.821289 0.000000 3494.825195 0.000000 0.852003 0.000000 0.523536 0.837680 0.837680 0.837680 561.567261 0.000000 3461.714844 0.000000 0.790880 0.000000 0.611972 0.962186 0.962186 0.962186 -511.033722 0.000000 3509.678223 0.000000 0.923410 0.000000 0.383815 0.930175 0.930175 0.930175 527.749207 0.000000 3507.621094 0.000000 0.811724 0.000000 0.584042 0.947059 0.947059 0.947059 514.911804 0.000000 3472.225830 0.000000 0.870294 0.000000 0.492533 0.957571 0.957571 0.957571 519.536255 0.000000 3469.911621 0.000000 0.842054 0.000000 0.539394 0.833588 0.833588 0.833588 559.772949 0.000000 3497.482178 0.000000 0.980735 0.000000 0.195345 0.971040 0.971040 0.971040 -511.506256 0.000000 3505.673828 0.000000 0.873658 0.000000 0.486541 0.918812 0.918812 0.918812 541.248291 0.000000 3518.737305 0.000000 0.906207 0.000000 0.422833 0.964033 0.964033 0.964033 -560.877869 0.000000 3511.678223 0.000000 0.833247 0.000000 0.552901 0.922483 0.922483 0.922483 540.438538 0.000000 3512.847900 0.000000 0.926843 0.000000 0.375450 0.973095 0.973095 0.973095 557.100403 0.000000 3481.891602 0.000000 0.992391 0.000000 0.123128 0.965792 0.965792 0.965792 566.372559 0.000000 3498.171387 0.000000 0.965955 0.000000 0.258709 0.977134 0.977134 0.977134 @@ -15309,7 +15208,6 @@ object={ 561.054932 0.000000 3521.179443 0.000000 0.917845 0.000000 0.396938 0.858354 0.858354 0.858354 561.835938 0.000000 3518.588623 0.000000 0.855591 0.000000 0.517652 0.941589 0.941589 0.941589 564.254150 0.000000 3526.982178 0.000000 0.921930 0.000000 0.387358 0.925522 0.925522 0.925522 -510.714539 0.000000 3503.905518 0.000000 0.995496 0.000000 0.094801 0.980800 0.980800 0.980800 543.591736 0.000000 3511.982178 0.000000 0.941107 0.000000 0.338108 0.954363 0.954363 0.954363 513.505981 0.000000 3461.181641 0.000000 0.962433 0.000000 0.271519 0.958811 0.958811 0.958811 515.621765 0.000000 3461.605713 0.000000 0.873155 0.000000 0.487443 0.922461 0.922461 0.922461 @@ -15383,14 +15281,12 @@ object={ 524.769043 0.000000 3497.538330 0.000000 0.768296 0.000000 0.640094 0.819648 0.819648 0.819648 568.804077 0.000000 3510.361084 0.000000 0.992293 0.000000 0.123914 0.934868 0.934868 0.934868 542.122986 0.000000 3512.391113 0.000000 0.968740 0.000000 0.248077 0.971836 0.971836 0.971836 -528.909241 0.000000 3497.540283 0.000000 0.980917 0.000000 0.194426 0.970690 0.970690 0.970690 564.986450 0.000000 3503.649170 0.000000 0.773447 0.000000 0.633862 0.842315 0.842315 0.842315 531.321838 0.000000 3467.856201 0.000000 0.930740 0.000000 0.365682 0.926165 0.926165 0.926165 507.881958 0.000000 3455.265137 0.000000 0.994454 0.000000 0.105170 0.986058 0.986058 0.986058 515.048889 0.000000 3526.041260 0.000000 0.925666 0.000000 0.378342 0.940911 0.940911 0.940911 558.934570 0.000000 3503.919678 0.000000 0.983185 0.000000 0.182612 0.975701 0.975701 0.975701 529.704834 0.000000 3515.683105 0.000000 0.908105 0.000000 0.418743 0.732492 0.732492 0.732492 -507.317596 0.000000 3457.194824 0.000000 0.976458 0.000000 0.215707 0.950606 0.950606 0.950606 511.944122 0.000000 3510.918213 0.000000 0.976202 0.000000 0.216864 0.973258 0.973258 0.973258 518.833191 0.000000 3468.593994 0.000000 0.989313 0.000000 0.145807 0.957258 0.957258 0.957258 558.791443 0.000000 3500.868652 0.000000 0.975828 0.000000 0.218538 0.969748 0.969748 0.969748 @@ -15574,7 +15470,6 @@ object={ 520.526855 0.000000 3539.795898 0.000000 0.811482 0.000000 0.584378 0.936117 0.936117 0.936117 508.634674 0.000000 3528.645264 0.000000 0.805810 0.000000 0.592174 0.971520 0.971520 0.971520 521.992188 0.000000 3535.735352 0.000000 0.910923 0.000000 0.412575 0.958592 0.958592 0.958592 -569.620544 0.000000 3529.448730 0.000000 0.987945 0.000000 0.154802 0.962361 0.962361 0.962361 520.995178 0.000000 3543.693115 0.000000 0.899320 0.000000 0.437292 0.928816 0.928816 0.928816 520.153259 0.000000 3528.998779 0.000000 0.982469 0.000000 0.186426 0.991573 0.991573 0.991573 517.308838 0.000000 3541.055176 0.000000 0.931997 0.000000 0.362467 0.981480 0.981480 0.981480 @@ -15598,7 +15493,6 @@ object={ 518.060303 0.000000 3535.223389 0.000000 0.861763 0.000000 0.507312 0.885765 0.885765 0.885765 534.992615 0.000000 3539.066650 0.000000 0.823909 0.000000 0.566722 0.933814 0.933814 0.933814 524.113342 0.000000 3545.559326 0.000000 0.966933 0.000000 0.255031 0.971029 0.971029 0.971029 -571.804871 0.000000 3528.781494 0.000000 0.984548 0.000000 0.175114 0.961329 0.961329 0.961329 535.347168 0.000000 3537.341797 0.000000 0.989269 0.000000 0.146104 0.976938 0.976938 0.976938 522.326050 0.000000 3542.887939 0.000000 0.871007 0.000000 0.491270 0.917946 0.917946 0.917946 534.039856 0.000000 3528.705811 0.000000 0.814381 0.000000 0.580330 0.922715 0.922715 0.922715 @@ -15648,7 +15542,6 @@ object={ 580.034180 0.000000 3520.672852 0.000000 0.768235 0.000000 0.640168 0.939296 0.939296 0.939296 593.981628 0.000000 3518.195312 0.000000 0.885343 0.000000 0.464938 0.908250 0.908250 0.908250 589.693970 0.000000 3524.274902 0.000000 0.877062 0.000000 0.480378 0.932447 0.932447 0.932447 -580.232483 0.000000 3510.605469 0.000000 0.871129 0.000000 0.491054 0.879541 0.879541 0.879541 580.663452 0.000000 3496.072266 0.000000 0.773724 0.000000 0.633523 0.946901 0.946901 0.946901 587.919678 0.000000 3507.921875 0.000000 0.942475 0.000000 0.334275 0.956603 0.956603 0.956603 593.919739 0.000000 3508.063965 0.000000 0.995648 0.000000 0.093198 0.990213 0.990213 0.990213 @@ -15683,22 +15576,18 @@ object={ 590.298645 0.000000 3501.444336 0.000000 0.872969 0.000000 0.487776 0.835900 0.835900 0.835900 588.104797 0.000000 3502.235840 0.000000 0.905231 0.000000 0.424921 0.810449 0.810449 0.810449 599.524536 0.000000 3593.663330 0.000000 0.988856 0.000000 0.148876 0.979855 0.979855 0.979855 -601.782959 0.000000 3562.596436 0.000000 0.941311 0.000000 0.337540 0.942409 0.942409 0.942409 621.299438 0.000000 3596.919922 0.000000 0.925792 0.000000 0.378035 0.974836 0.974836 0.974836 588.731628 0.000000 3569.769775 0.000000 0.953732 0.000000 0.300659 0.987039 0.987039 0.987039 585.568787 0.000000 3583.337646 0.000000 0.900820 0.000000 0.434192 0.928237 0.928237 0.928237 604.079529 0.000000 3552.359131 0.000000 0.919095 0.000000 0.394035 0.938320 0.938320 0.938320 -619.759094 0.000000 3586.173096 0.000000 0.806542 0.000000 0.591177 0.971576 0.971576 0.971576 593.468750 0.000000 3564.302979 0.000000 0.886259 0.000000 0.463190 0.942289 0.942289 0.942289 585.226501 0.000000 3576.164795 0.000000 0.972463 0.000000 0.233056 0.994715 0.994715 0.994715 -600.760681 0.000000 3577.436523 0.000000 0.969904 0.000000 0.243489 0.968683 0.968683 0.968683 600.127563 0.000000 3556.782471 0.000000 0.973348 0.000000 0.229331 0.988446 0.988446 0.988446 598.297546 0.000000 3551.398926 0.000000 0.993905 0.000000 0.110242 0.996415 0.996415 0.996415 593.227234 0.000000 3572.978027 0.000000 0.919951 0.000000 0.392034 0.963794 0.963794 0.963794 586.356018 0.000000 3588.916016 0.000000 0.976130 0.000000 0.217189 0.963926 0.963926 0.963926 589.503296 0.000000 3578.596680 0.000000 0.916254 0.000000 0.400599 0.972217 0.972217 0.972217 600.429810 0.000000 3588.375488 0.000000 0.954404 0.000000 0.298520 0.971241 0.971241 0.971241 -615.208679 0.000000 3589.895508 0.000000 0.770545 0.000000 0.637385 0.913732 0.913732 0.913732 622.334961 0.000000 3593.535645 0.000000 0.768047 0.000000 0.640394 0.965297 0.965297 0.965297 614.197021 0.000000 3560.048340 0.000000 0.865575 0.000000 0.500780 0.972502 0.972502 0.972502 586.310425 0.000000 3534.997314 0.000000 0.833711 0.000000 0.552201 0.943041 0.943041 0.943041 @@ -15707,7 +15596,6 @@ object={ 584.420776 0.000000 3586.420410 0.000000 0.982885 0.000000 0.184221 0.962533 0.962533 0.962533 604.654480 0.000000 3571.652100 0.000000 0.770483 0.000000 0.637461 0.979293 0.979293 0.979293 607.827881 0.000000 3560.455322 0.000000 0.861312 0.000000 0.508077 0.960084 0.960084 0.960084 -618.055664 0.000000 3588.862305 0.000000 0.974076 0.000000 0.226223 0.984618 0.984618 0.984618 604.637390 0.000000 3561.513184 0.000000 0.934843 0.000000 0.355062 0.956503 0.956503 0.956503 586.961914 0.000000 3562.576416 0.000000 0.967918 0.000000 0.251265 0.964491 0.964491 0.964491 592.011902 0.000000 3580.157715 0.000000 0.977275 0.000000 0.211974 0.978137 0.978137 0.978137 @@ -15743,7 +15631,6 @@ object={ 584.738403 0.000000 3530.791992 0.000000 0.954622 0.000000 0.297821 0.916197 0.916197 0.916197 582.215759 0.000000 3579.187012 0.000000 0.866914 0.000000 0.498457 0.971340 0.971340 0.971340 586.589661 0.000000 3555.205078 0.000000 0.738185 0.000000 0.674599 0.933454 0.933454 0.933454 -617.009705 0.000000 3590.719971 0.000000 0.743218 0.000000 0.669049 0.917659 0.917659 0.917659 614.054688 0.000000 3599.123535 0.000000 0.736370 0.000000 0.676579 0.881267 0.881267 0.881267 597.327698 0.000000 3592.216797 0.000000 0.904256 0.000000 0.426991 0.939424 0.939424 0.939424 577.241150 0.000000 3529.258301 0.000000 0.987833 0.000000 0.155516 0.974661 0.974661 0.974661 @@ -22370,7 +22257,7 @@ object={ generated_content=yes layer="grass_layer" pdxmesh="reeds_01_tall_grass_mesh" - count=24733 + count=24599 transform="836.048096 0.000000 1062.567993 0.000000 0.930602 0.000000 -0.366032 1.210501 1.210501 1.210501 839.566528 0.000000 1065.748169 0.000000 0.799143 0.000000 -0.601141 1.410574 1.410574 1.410574 828.142944 0.000000 1079.501587 0.000000 0.804822 0.000000 -0.593517 1.164981 1.164981 1.164981 @@ -25026,16 +24913,10 @@ object={ 3617.016113 0.000000 1674.231079 0.000000 0.999447 0.000000 0.033267 0.998172 0.998172 0.998172 3614.938721 0.000000 1673.101562 0.000000 0.762125 0.000000 -0.647430 1.040436 1.040436 1.040436 428.081543 0.000000 3379.593994 0.000000 0.844341 0.000000 -0.535806 1.141171 1.141171 1.141171 -429.899780 0.000000 3368.754883 0.000000 0.176055 0.000000 -0.984380 1.219223 1.219223 1.219223 -419.034027 0.000000 3368.146729 0.000000 0.781058 0.000000 -0.624458 1.122915 1.122915 1.122915 413.546906 0.000000 3373.761475 0.000000 0.425073 0.000000 -0.905159 1.435124 1.435124 1.435124 -415.395996 0.000000 3369.284180 0.000000 0.683781 0.000000 -0.729687 1.077590 1.077590 1.077590 -426.502197 0.000000 3368.349854 0.000000 0.322699 0.000000 -0.946502 1.440378 1.440378 1.440378 428.837372 0.000000 3376.295898 0.000000 0.383460 0.000000 -0.923557 1.082294 1.082294 1.082294 428.449768 0.000000 3371.427734 0.000000 0.047916 0.000000 -0.998851 1.102651 1.102651 1.102651 -422.949951 0.000000 3379.121826 0.000000 0.411393 0.000000 -0.911458 1.486723 1.486723 1.486723 431.547485 0.000000 3377.116455 0.000000 0.692252 0.000000 -0.721656 1.052330 1.052330 1.052330 -420.917664 0.000000 3370.172852 0.000000 0.988246 0.000000 -0.152874 1.017625 1.017625 1.017625 419.261169 0.000000 3378.875000 0.000000 0.609015 0.000000 -0.793159 1.054883 1.054883 1.054883 423.752533 0.000000 3367.362061 0.000000 0.958865 0.000000 -0.283862 1.112813 1.112813 1.112813 430.956970 0.000000 3371.842529 0.000000 0.996884 0.000000 -0.078884 1.008083 1.008083 1.008083 @@ -25044,16 +24925,12 @@ object={ 426.064301 0.000000 3370.818604 0.000000 0.798398 0.000000 -0.602130 1.204875 1.204875 1.204875 430.466644 0.000000 3379.322266 0.000000 0.823182 0.000000 -0.567778 1.034671 1.034671 1.034671 421.674438 0.000000 3368.006836 0.000000 0.997486 0.000000 0.070858 0.984774 0.984774 0.984774 -419.373566 0.000000 3371.594727 0.000000 0.996867 0.000000 0.079102 0.985569 0.985569 0.985569 -421.202423 0.000000 3377.965576 0.000000 0.522934 0.000000 -0.852373 1.331207 1.331207 1.331207 419.222900 0.000000 3365.885010 0.000000 0.064296 0.000000 -0.997931 1.105306 1.105306 1.105306 -426.253998 0.000000 3366.394043 0.000000 0.905796 0.000000 -0.423713 1.120158 1.120158 1.120158 417.851532 0.000000 3374.619873 0.000000 0.936280 0.000000 -0.351255 1.044802 1.044802 1.044802 431.195160 0.000000 3370.037842 0.000000 0.983210 0.000000 -0.182480 1.018784 1.018784 1.018784 414.222382 0.000000 3375.502930 0.000000 0.999750 0.000000 -0.022338 1.002789 1.002789 1.002789 426.781372 0.000000 3380.708740 0.000000 0.998753 0.000000 -0.049915 1.012591 1.012591 1.012591 424.888062 0.000000 3368.949463 0.000000 0.799541 0.000000 -0.600611 1.355465 1.355465 1.355465 -421.313660 0.000000 3379.593262 0.000000 0.944349 0.000000 -0.328944 1.066108 1.066108 1.066108 416.130188 0.000000 3370.737061 0.000000 0.778745 0.000000 -0.627340 1.074492 1.074492 1.074492 419.380432 0.000000 3369.771240 0.000000 0.363873 0.000000 -0.931448 1.218401 1.218401 1.218401 431.333221 0.000000 3368.030029 0.000000 0.548983 0.000000 -0.835833 1.116123 1.116123 1.116123 @@ -25064,13 +24941,10 @@ object={ 420.769775 0.000000 3371.544678 0.000000 0.886029 0.000000 -0.463629 1.055363 1.055363 1.055363 427.393494 0.000000 3370.593262 0.000000 0.434974 0.000000 -0.900443 1.355358 1.355358 1.355358 413.921509 0.000000 3372.452393 0.000000 0.867170 0.000000 -0.498013 1.200426 1.200426 1.200426 -423.978210 0.000000 3376.244629 0.000000 0.815803 0.000000 -0.578330 1.152418 1.152418 1.152418 -418.015625 0.000000 3371.438232 0.000000 0.084087 0.000000 -0.996458 1.270932 1.270932 1.270932 425.241882 0.000000 3367.664062 0.000000 0.248286 0.000000 -0.968687 1.810609 1.810609 1.810609 419.707672 0.000000 3377.597412 0.000000 0.444041 0.000000 -0.896007 1.185784 1.185784 1.185784 417.264893 0.000000 3375.845703 0.000000 0.949741 0.000000 -0.313037 1.039744 1.039744 1.039744 428.684509 0.000000 3378.444580 0.000000 0.664628 0.000000 -0.747175 1.210659 1.210659 1.210659 -422.459503 0.000000 3377.813721 0.000000 0.520424 0.000000 -0.853908 1.252954 1.252954 1.252954 412.363068 0.000000 3370.958496 0.000000 0.123123 0.000000 -0.992391 1.383021 1.383021 1.383021 425.601593 0.000000 3380.644775 0.000000 0.772610 0.000000 -0.634881 1.168292 1.168292 1.168292 420.362274 0.000000 3365.609131 0.000000 0.608926 0.000000 -0.793227 1.212697 1.212697 1.212697 @@ -25107,18 +24981,12 @@ object={ 426.810364 0.000000 3371.205322 0.000000 0.177041 0.000000 -0.984204 1.441609 1.441609 1.441609 427.380920 0.000000 3369.794922 0.000000 0.728254 0.000000 -0.685307 1.267664 1.267664 1.267664 424.923767 0.000000 3378.977295 0.000000 0.970182 0.000000 -0.242378 1.110626 1.110626 1.110626 -415.939972 0.000000 3398.433350 0.000000 0.999826 0.000000 0.018652 0.999627 0.999627 0.999627 -427.084015 0.000000 3390.440430 0.000000 0.993242 0.000000 -0.116060 1.002904 1.002904 1.002904 413.796021 0.000000 3393.249756 0.000000 0.088767 0.000000 -0.996052 1.088792 1.088792 1.088792 -421.494446 0.000000 3395.937744 0.000000 0.347787 0.000000 -0.937573 1.406659 1.406659 1.406659 -431.045837 0.000000 3391.031494 0.000000 0.996239 0.000000 -0.086646 1.013212 1.013212 1.013212 -417.346252 0.000000 3394.709717 0.000000 0.842911 0.000000 -0.538053 1.146090 1.146090 1.146090 426.314270 0.000000 3395.138184 0.000000 0.868820 0.000000 -0.495129 1.051727 1.051727 1.051727 423.978394 0.000000 3396.361328 0.000000 0.187014 0.000000 -0.982357 1.051779 1.051779 1.051779 421.086334 0.000000 3393.416260 0.000000 0.902433 0.000000 -0.430830 1.130103 1.130103 1.130103 431.157959 0.000000 3386.135254 0.000000 0.779074 0.000000 -0.626932 1.148868 1.148868 1.148868 415.635071 0.000000 3396.103516 0.000000 0.615156 0.000000 -0.788406 1.079359 1.079359 1.079359 -419.475708 0.000000 3395.117188 0.000000 0.560276 0.000000 -0.828306 1.360650 1.360650 1.360650 429.152191 0.000000 3390.238525 0.000000 0.575331 0.000000 -0.817921 1.054997 1.054997 1.054997 428.097107 0.000000 3395.445557 0.000000 0.781312 0.000000 -0.624140 1.068993 1.068993 1.068993 429.393280 0.000000 3385.849854 0.000000 0.187998 0.000000 -0.982169 1.200066 1.200066 1.200066 @@ -25126,7 +24994,6 @@ object={ 431.838806 0.000000 3384.842773 0.000000 0.452702 0.000000 -0.891662 1.118194 1.118194 1.118194 415.023773 0.000000 3392.755615 0.000000 0.806472 0.000000 -0.591272 1.077391 1.077391 1.077391 421.031647 0.000000 3394.731201 0.000000 0.998828 0.000000 -0.048401 1.016198 1.016198 1.016198 -431.422974 0.000000 3392.272217 0.000000 0.969662 0.000000 -0.244451 1.049939 1.049939 1.049939 416.339630 0.000000 3397.212158 0.000000 0.584991 0.000000 -0.811040 1.196009 1.196009 1.196009 430.146240 0.000000 3386.726807 0.000000 0.947192 0.000000 -0.320666 1.071716 1.071716 1.071716 419.675140 0.000000 3392.625244 0.000000 0.726279 0.000000 -0.687400 1.257331 1.257331 1.257331 @@ -25136,14 +25003,10 @@ object={ 418.731995 0.000000 3392.216553 0.000000 0.910682 0.000000 -0.413107 1.144594 1.144594 1.144594 416.526550 0.000000 3394.106689 0.000000 0.841264 0.000000 -0.540625 1.146876 1.146876 1.146876 438.209778 0.000000 3377.158447 0.000000 0.803633 0.000000 -0.595126 1.046149 1.046149 1.046149 -467.182617 0.000000 3374.208496 0.000000 0.739829 0.000000 -0.672795 1.145550 1.145550 1.145550 -441.584412 0.000000 3367.384521 0.000000 0.998142 0.000000 0.060926 0.993151 0.993151 0.993151 432.067627 0.000000 3379.988770 0.000000 0.964287 0.000000 -0.264858 1.001338 1.001338 1.001338 -452.294769 0.000000 3370.282715 0.000000 0.065075 0.000000 -0.997880 1.199226 1.199226 1.199226 443.610107 0.000000 3380.693359 0.000000 0.988960 0.000000 -0.148181 1.007797 1.007797 1.007797 447.684814 0.000000 3367.149658 0.000000 0.238989 0.000000 -0.971022 1.122806 1.122806 1.122806 433.415436 0.000000 3374.897217 0.000000 0.213280 0.000000 -0.976991 1.125244 1.125244 1.125244 -446.024963 0.000000 3370.783691 0.000000 0.986499 0.000000 -0.163768 1.016017 1.016017 1.016017 447.276611 0.000000 3378.805908 0.000000 0.990856 0.000000 -0.134923 1.003041 1.003041 1.003041 485.625275 0.000000 3381.259521 0.000000 0.476024 0.000000 -0.879433 1.021464 1.021464 1.021464 449.344452 0.000000 3372.166504 0.000000 0.749065 0.000000 -0.662496 1.021694 1.021694 1.021694 @@ -25151,18 +25014,14 @@ object={ 438.037994 0.000000 3367.862793 0.000000 0.176016 0.000000 -0.984387 1.069597 1.069597 1.069597 455.340637 0.000000 3368.846924 0.000000 0.874965 0.000000 -0.484187 1.136279 1.136279 1.136279 469.235443 0.000000 3376.990234 0.000000 0.656959 0.000000 -0.753926 1.049038 1.049038 1.049038 -439.294678 0.000000 3374.148193 0.000000 0.388669 0.000000 -0.921378 1.064350 1.064350 1.064350 -440.436401 0.000000 3370.467285 0.000000 0.677362 0.000000 -0.735650 1.090803 1.090803 1.090803 454.593445 0.000000 3374.806885 0.000000 0.289838 0.000000 -0.957076 1.162560 1.162560 1.162560 474.071289 0.000000 3372.909180 0.000000 0.698693 0.000000 -0.715421 1.049758 1.049758 1.049758 434.146606 0.000000 3377.838867 0.000000 0.164972 0.000000 -0.986298 1.259578 1.259578 1.259578 436.279327 0.000000 3374.150391 0.000000 0.875957 0.000000 -0.482388 1.129441 1.129441 1.129441 472.428467 0.000000 3377.880127 0.000000 0.824935 0.000000 -0.565228 1.041992 1.041992 1.041992 450.196106 0.000000 3378.365234 0.000000 0.962080 0.000000 -0.272769 1.042073 1.042073 1.042073 -443.491486 0.000000 3369.551514 0.000000 0.931541 0.000000 -0.363637 1.086410 1.086410 1.086410 449.575653 0.000000 3369.446289 0.000000 0.529279 0.000000 -0.848448 1.126456 1.126456 1.126456 475.786407 0.000000 3378.466797 0.000000 0.999387 0.000000 -0.034999 1.002010 1.002010 1.002010 -462.716400 0.000000 3379.792969 0.000000 0.857870 0.000000 -0.513867 1.111830 1.111830 1.111830 476.438446 0.000000 3374.120361 0.000000 0.831956 0.000000 -0.554841 1.039647 1.039647 1.039647 466.584198 0.000000 3376.593018 0.000000 0.852003 0.000000 -0.523538 1.055024 1.055024 1.055024 431.954712 0.000000 3376.970459 0.000000 0.284228 0.000000 -0.958757 1.083254 1.083254 1.083254 @@ -25182,14 +25041,11 @@ object={ 443.418793 0.000000 3367.541504 0.000000 0.415775 0.000000 -0.909468 1.168213 1.168213 1.168213 439.848969 0.000000 3376.187256 0.000000 0.774702 0.000000 -0.632326 1.049562 1.049562 1.049562 437.605957 0.000000 3375.412354 0.000000 0.958813 0.000000 -0.284037 1.074058 1.074058 1.074058 -447.989960 0.000000 3370.992676 0.000000 0.994125 0.000000 -0.108236 1.010559 1.010559 1.010559 -441.695068 0.000000 3369.188232 0.000000 0.997944 0.000000 0.064096 0.983347 0.983347 0.983347 461.061035 0.000000 3380.486816 0.000000 0.987248 0.000000 -0.159187 1.011974 1.011974 1.011974 450.994263 0.000000 3371.585205 0.000000 0.560272 0.000000 -0.828309 1.126715 1.126715 1.126715 472.306061 0.000000 3379.762939 0.000000 0.915964 0.000000 -0.401260 1.042263 1.042263 1.042263 454.213135 0.000000 3379.187988 0.000000 0.236978 0.000000 -0.971515 1.485342 1.485342 1.485342 454.847137 0.000000 3367.227295 0.000000 0.989211 0.000000 -0.146497 1.012847 1.012847 1.012847 -465.739868 0.000000 3378.015625 0.000000 0.957991 0.000000 -0.286797 1.058822 1.058822 1.058822 453.807465 0.000000 3369.553467 0.000000 0.988913 0.000000 -0.148499 1.035350 1.035350 1.035350 453.011932 0.000000 3371.710938 0.000000 0.889977 0.000000 -0.456006 1.062652 1.062652 1.062652 451.409546 0.000000 3377.384766 0.000000 0.410574 0.000000 -0.911827 1.137535 1.137535 1.137535 @@ -25233,28 +25089,22 @@ object={ 473.809113 0.000000 3434.924561 0.000000 0.691946 0.000000 -0.721949 1.144990 1.144990 1.144990 444.756989 0.000000 3384.151367 0.000000 0.770390 0.000000 -0.637573 1.062135 1.062135 1.062135 480.311737 0.000000 3392.206299 0.000000 0.890276 0.000000 -0.455422 1.081453 1.081453 1.081453 -469.966034 0.000000 3406.792480 0.000000 0.731667 0.000000 -0.681662 1.058047 1.058047 1.058047 432.371490 0.000000 3386.970947 0.000000 0.789292 0.000000 -0.614018 1.120492 1.120492 1.120492 499.968567 0.000000 3432.552734 0.000000 0.387987 0.000000 -0.921665 1.108293 1.108293 1.108293 488.610657 0.000000 3451.208984 0.000000 0.998171 0.000000 0.060450 0.990940 0.990940 0.990940 460.095154 0.000000 3408.390381 0.000000 0.383068 0.000000 -0.923720 1.002940 1.002940 1.002940 -487.932159 0.000000 3398.433350 0.000000 0.732569 0.000000 -0.680693 1.263555 1.263555 1.263555 471.916229 0.000000 3395.804443 0.000000 0.667913 0.000000 -0.744239 1.222133 1.222133 1.222133 476.872101 0.000000 3412.048340 0.000000 0.268662 0.000000 -0.963235 1.068092 1.068092 1.068092 464.322144 0.000000 3400.490967 0.000000 0.451197 0.000000 -0.892424 1.022023 1.022023 1.022023 485.447235 0.000000 3384.872803 0.000000 0.069874 0.000000 -0.997556 1.007494 1.007494 1.007494 491.211304 0.000000 3435.376221 0.000000 0.340888 0.000000 -0.940104 1.018319 1.018319 1.018319 475.774719 0.000000 3442.204346 0.000000 0.925189 0.000000 -0.379506 1.016521 1.016521 1.016521 -434.559662 0.000000 3393.910889 0.000000 0.897492 0.000000 -0.441030 1.107187 1.107187 1.107187 -457.521484 0.000000 3399.375977 0.000000 0.677944 0.000000 -0.735114 1.138136 1.138136 1.138136 465.145660 0.000000 3385.205322 0.000000 0.972986 0.000000 -0.230864 1.015122 1.015122 1.015122 -501.062286 0.000000 3406.693115 0.000000 0.515571 0.000000 -0.856847 1.118186 1.118186 1.118186 450.619720 0.000000 3387.490234 0.000000 0.228441 0.000000 -0.973558 1.542080 1.542080 1.542080 469.829529 0.000000 3429.244141 0.000000 0.999111 0.000000 -0.042165 1.009056 1.009056 1.009056 456.776306 0.000000 3433.467773 0.000000 0.998599 0.000000 -0.052915 1.000925 1.000925 1.000925 494.564667 0.000000 3448.236572 0.000000 0.369410 0.000000 -0.929267 1.110147 1.110147 1.110147 460.536469 0.000000 3424.588867 0.000000 0.756113 0.000000 -0.654441 1.121118 1.121118 1.121118 -448.534637 0.000000 3395.827148 0.000000 0.739845 0.000000 -0.672777 1.138176 1.138176 1.138176 503.232483 0.000000 3446.345947 0.000000 0.915755 0.000000 -0.401737 1.029931 1.029931 1.029931 474.685181 0.000000 3447.870850 0.000000 0.998817 0.000000 0.048632 0.999514 0.999514 0.999514 472.778320 0.000000 3401.885254 0.000000 0.392887 0.000000 -0.919587 1.218516 1.218516 1.218516 @@ -25267,7 +25117,6 @@ object={ 501.719940 0.000000 3394.817139 0.000000 0.860502 0.000000 -0.509447 1.089412 1.089412 1.089412 488.092468 0.000000 3420.038574 0.000000 0.245078 0.000000 -0.969503 1.023124 1.023124 1.023124 466.520813 0.000000 3432.985352 0.000000 0.094744 0.000000 -0.995502 1.294774 1.294774 1.294774 -466.914948 0.000000 3396.105225 0.000000 0.982069 0.000000 -0.188520 1.035038 1.035038 1.035038 501.457703 0.000000 3401.790283 0.000000 0.209898 0.000000 -0.977723 1.037330 1.037330 1.037330 489.389465 0.000000 3404.337402 0.000000 0.998345 0.000000 0.057507 0.997414 0.997414 0.997414 465.282043 0.000000 3405.107422 0.000000 0.989716 0.000000 -0.143044 1.003583 1.003583 1.003583 @@ -25286,19 +25135,12 @@ object={ 449.708344 0.000000 3424.777588 0.000000 0.816522 0.000000 -0.577314 1.062995 1.062995 1.062995 455.330688 0.000000 3403.340332 0.000000 0.999645 0.000000 -0.026649 1.003926 1.003926 1.003926 435.643463 0.000000 3389.871582 0.000000 0.124626 0.000000 -0.992204 1.101069 1.101069 1.101069 -432.088318 0.000000 3397.314941 0.000000 0.000881 0.000000 -1.000000 1.031355 1.031355 1.031355 -462.697845 0.000000 3396.645508 0.000000 0.593371 0.000000 -0.804929 1.130797 1.130797 1.130797 450.637390 0.000000 3409.164307 0.000000 0.536760 0.000000 -0.843735 1.087747 1.087747 1.087747 471.224304 0.000000 3445.926758 0.000000 0.883769 0.000000 -0.467924 1.063215 1.063215 1.063215 454.862030 0.000000 3387.350586 0.000000 0.990528 0.000000 -0.137309 1.002407 1.002407 1.002407 476.087158 0.000000 3438.052246 0.000000 0.794797 0.000000 -0.606875 1.022793 1.022793 1.022793 496.663422 0.000000 3453.393799 0.000000 0.611233 0.000000 -0.791450 1.148187 1.148187 1.148187 475.686584 0.000000 3393.234131 0.000000 0.975632 0.000000 -0.219412 1.008284 1.008284 1.008284 -489.338440 0.000000 3394.709717 0.000000 0.361649 0.000000 -0.932314 1.077942 1.077942 1.077942 -487.388184 0.000000 3441.268555 0.000000 0.151106 0.000000 -0.988518 1.124001 1.124001 1.124001 -431.980133 0.000000 3390.785645 0.000000 0.670714 0.000000 -0.741716 1.127257 1.127257 1.127257 -438.576263 0.000000 3392.148438 0.000000 0.910574 0.000000 -0.413345 1.080852 1.080852 1.080852 -462.357361 0.000000 3388.381592 0.000000 0.999979 0.000000 0.006446 0.999389 0.999389 0.999389 456.949097 0.000000 3424.068604 0.000000 0.091631 0.000000 -0.995793 1.084927 1.084927 1.084927 487.142426 0.000000 3389.737061 0.000000 0.704534 0.000000 -0.709670 1.179256 1.179256 1.179256 478.350586 0.000000 3449.566895 0.000000 0.885926 0.000000 -0.463828 1.008429 1.008429 1.008429 @@ -25311,10 +25153,8 @@ object={ 485.818268 0.000000 3449.220947 0.000000 0.972887 0.000000 -0.231279 1.027968 1.027968 1.027968 447.610596 0.000000 3403.049316 0.000000 0.964213 0.000000 -0.265130 1.006699 1.006699 1.006699 468.618835 0.000000 3410.132324 0.000000 0.460365 0.000000 -0.887730 1.174541 1.174541 1.174541 -493.557312 0.000000 3437.857666 0.000000 0.999789 0.000000 -0.020531 1.002819 1.002819 1.002819 442.822144 0.000000 3387.744385 0.000000 0.418762 0.000000 -0.908096 1.295657 1.295657 1.295657 447.751373 0.000000 3410.899902 0.000000 0.897752 0.000000 -0.440500 1.050108 1.050108 1.050108 -460.982361 0.000000 3399.616699 0.000000 0.484113 0.000000 -0.875006 1.047879 1.047879 1.047879 463.784180 0.000000 3425.264648 0.000000 0.237517 0.000000 -0.971383 1.106332 1.106332 1.106332 442.236298 0.000000 3397.994873 0.000000 0.768508 0.000000 -0.639840 1.022533 1.022533 1.022533 466.145447 0.000000 3418.502197 0.000000 0.982760 0.000000 -0.184887 1.006035 1.006035 1.006035 @@ -25329,7 +25169,6 @@ object={ 446.779724 0.000000 3413.715820 0.000000 0.685915 0.000000 -0.727682 1.030518 1.030518 1.030518 462.272552 0.000000 3410.544434 0.000000 0.491909 0.000000 -0.870646 1.042202 1.042202 1.042202 479.871918 0.000000 3395.257568 0.000000 0.147541 0.000000 -0.989056 1.053278 1.053278 1.053278 -451.451019 0.000000 3394.842041 0.000000 0.749121 0.000000 -0.662433 1.142805 1.142805 1.142805 493.368103 0.000000 3430.246826 0.000000 0.988893 0.000000 -0.148630 1.005587 1.005587 1.005587 472.623871 0.000000 3405.043945 0.000000 0.992560 0.000000 -0.121755 1.021026 1.021026 1.021026 464.777100 0.000000 3435.358643 0.000000 0.879229 0.000000 -0.476400 1.068182 1.068182 1.068182 @@ -25345,13 +25184,11 @@ object={ 480.753571 0.000000 3433.839844 0.000000 0.904303 0.000000 -0.426891 1.176177 1.176177 1.176177 475.599823 0.000000 3418.226318 0.000000 0.954198 0.000000 -0.299177 1.018205 1.018205 1.018205 476.467682 0.000000 3414.835205 0.000000 0.449531 0.000000 -0.893264 1.055151 1.055151 1.055151 -459.460205 0.000000 3397.295166 0.000000 0.714496 0.000000 -0.699640 1.119943 1.119943 1.119943 474.018280 0.000000 3413.122803 0.000000 0.085360 0.000000 -0.996350 1.111246 1.111246 1.111246 499.226318 0.000000 3454.328613 0.000000 0.968819 0.000000 -0.247769 1.028129 1.028129 1.028129 499.145874 0.000000 3435.230957 0.000000 0.340772 0.000000 -0.940146 1.094656 1.094656 1.094656 453.679474 0.000000 3414.140625 0.000000 0.999516 0.000000 -0.031115 1.004584 1.004584 1.004584 457.965942 0.000000 3402.153809 0.000000 0.980454 0.000000 -0.196748 1.014832 1.014832 1.014832 -469.705963 0.000000 3394.302979 0.000000 0.494521 0.000000 -0.869166 1.334028 1.334028 1.334028 465.158630 0.000000 3430.429932 0.000000 0.998477 0.000000 0.055175 0.996279 0.996279 0.996279 475.748352 0.000000 3432.973389 0.000000 0.452789 0.000000 -0.891618 1.447999 1.447999 1.447999 500.144348 0.000000 3397.265381 0.000000 0.998933 0.000000 -0.046188 1.003922 1.003922 1.003922 @@ -25363,7 +25200,6 @@ object={ 499.871338 0.000000 3392.929443 0.000000 0.786254 0.000000 -0.617903 1.147997 1.147997 1.147997 491.253357 0.000000 3450.859375 0.000000 0.999902 0.000000 -0.013982 1.000628 1.000628 1.000628 458.265259 0.000000 3426.348145 0.000000 0.660546 0.000000 -0.750785 1.186577 1.186577 1.186577 -461.836548 0.000000 3394.078613 0.000000 0.822754 0.000000 -0.568397 1.089049 1.089049 1.089049 492.690735 0.000000 3424.896973 0.000000 0.393483 0.000000 -0.919332 1.040767 1.040767 1.040767 455.791565 0.000000 3416.343018 0.000000 0.888271 0.000000 -0.459320 1.034551 1.034551 1.034551 478.083130 0.000000 3443.244141 0.000000 0.999306 0.000000 0.037246 0.997396 0.997396 0.997396 @@ -25376,16 +25212,12 @@ object={ 460.088409 0.000000 3387.524170 0.000000 0.325905 0.000000 -0.945403 1.136083 1.136083 1.136083 489.641418 0.000000 3442.155762 0.000000 0.949388 0.000000 -0.314107 1.019942 1.019942 1.019942 438.110931 0.000000 3398.213379 0.000000 0.375898 0.000000 -0.926661 1.165731 1.165731 1.165731 -496.842804 0.000000 3434.487793 0.000000 0.999930 0.000000 -0.011824 1.001476 1.001476 1.001476 499.816284 0.000000 3418.495361 0.000000 0.023636 0.000000 -0.999721 1.347630 1.347630 1.347630 502.250183 0.000000 3426.040771 0.000000 0.087238 0.000000 -0.996188 1.062959 1.062959 1.062959 490.234497 0.000000 3453.054688 0.000000 0.624300 0.000000 -0.781185 1.038051 1.038051 1.038051 450.389801 0.000000 3397.360596 0.000000 0.739064 0.000000 -0.673635 1.047976 1.047976 1.047976 -437.011475 0.000000 3394.131836 0.000000 0.903389 0.000000 -0.428822 1.050896 1.050896 1.050896 442.919617 0.000000 3400.241455 0.000000 0.951447 0.000000 -0.307812 1.031246 1.031246 1.031246 -466.621643 0.000000 3383.347656 0.000000 0.059907 0.000000 -0.998204 1.120701 1.120701 1.120701 468.805328 0.000000 3433.700195 0.000000 0.815196 0.000000 -0.579185 1.152677 1.152677 1.152677 -434.119263 0.000000 3391.558350 0.000000 0.477024 0.000000 -0.878891 1.131326 1.131326 1.131326 447.722748 0.000000 3391.380371 0.000000 0.911599 0.000000 -0.411081 1.031729 1.031729 1.031729 497.650330 0.000000 3451.331543 0.000000 0.670253 0.000000 -0.742133 1.054281 1.054281 1.054281 496.288452 0.000000 3421.230225 0.000000 0.365221 0.000000 -0.930921 1.170326 1.170326 1.170326 @@ -25402,11 +25234,9 @@ object={ 492.778839 0.000000 3415.123291 0.000000 0.048995 0.000000 -0.998799 1.155767 1.155767 1.155767 455.298065 0.000000 3410.739014 0.000000 0.029125 0.000000 -0.999576 1.261722 1.261722 1.261722 455.610657 0.000000 3405.582275 0.000000 0.092880 0.000000 -0.995677 1.243497 1.243497 1.243497 -489.692383 0.000000 3399.820312 0.000000 0.338793 0.000000 -0.940861 1.357865 1.357865 1.357865 487.870270 0.000000 3453.213379 0.000000 0.351570 0.000000 -0.936162 1.130062 1.130062 1.130062 468.446350 0.000000 3440.863525 0.000000 0.502092 0.000000 -0.864814 1.156501 1.156501 1.156501 490.978333 0.000000 3419.148193 0.000000 0.950629 0.000000 -0.310330 1.061445 1.061445 1.061445 -436.211151 0.000000 3392.083008 0.000000 0.999978 0.000000 -0.006582 1.001117 1.001117 1.001117 494.380341 0.000000 3426.187012 0.000000 0.443841 0.000000 -0.896106 1.058243 1.058243 1.058243 471.657074 0.000000 3434.832764 0.000000 0.929979 0.000000 -0.367613 1.037592 1.037592 1.037592 485.596130 0.000000 3432.546631 0.000000 0.989581 0.000000 -0.143976 1.007575 1.007575 1.007575 @@ -25426,7 +25256,6 @@ object={ 440.158478 0.000000 3398.036865 0.000000 0.043752 0.000000 -0.999042 1.156304 1.156304 1.156304 440.753998 0.000000 3386.823242 0.000000 0.120636 0.000000 -0.992697 1.506752 1.506752 1.506752 475.446106 0.000000 3436.084473 0.000000 0.997326 0.000000 0.073076 0.995070 0.995070 0.995070 -453.009766 0.000000 3388.074707 0.000000 0.299823 0.000000 -0.953995 1.123293 1.123293 1.123293 489.062744 0.000000 3449.195068 0.000000 0.567816 0.000000 -0.823155 1.111045 1.111045 1.111045 489.843719 0.000000 3446.604248 0.000000 0.896833 0.000000 -0.442369 1.030888 1.030888 1.030888 469.542267 0.000000 3431.483643 0.000000 0.560273 0.000000 -0.828308 1.394767 1.394767 1.394767 @@ -25446,7 +25275,6 @@ object={ 468.362213 0.000000 3402.722168 0.000000 0.999735 0.000000 0.023038 0.998619 0.998619 0.998619 495.994415 0.000000 3449.549316 0.000000 0.159861 0.000000 -0.987140 1.130268 1.130268 1.130268 487.919952 0.000000 3388.039062 0.000000 0.951982 0.000000 -0.306155 1.070689 1.070689 1.070689 -469.655212 0.000000 3383.500488 0.000000 0.219065 0.000000 -0.975710 1.185360 1.185360 1.185360 449.624115 0.000000 3383.381348 0.000000 0.908477 0.000000 -0.417935 1.097956 1.097956 1.097956 486.539154 0.000000 3391.517578 0.000000 0.940008 0.000000 -0.341151 1.057364 1.057364 1.057364 468.709229 0.000000 3408.207275 0.000000 0.944894 0.000000 -0.327377 1.023315 1.023315 1.023315 @@ -25460,12 +25288,9 @@ object={ 486.060425 0.000000 3398.228516 0.000000 0.979777 0.000000 -0.200095 1.070915 1.070915 1.070915 479.423370 0.000000 3409.200439 0.000000 0.286942 0.000000 -0.957948 1.111825 1.111825 1.111825 441.255432 0.000000 3400.990967 0.000000 0.998594 0.000000 -0.053019 1.007416 1.007416 1.007416 -495.036133 0.000000 3436.639160 0.000000 0.966402 0.000000 -0.257035 1.036992 1.036992 1.036992 472.739868 0.000000 3399.893066 0.000000 0.613415 0.000000 -0.789761 1.118191 1.118191 1.118191 -464.970856 0.000000 3396.439697 0.000000 0.509080 0.000000 -0.860719 1.178581 1.178581 1.178581 478.424500 0.000000 3447.596191 0.000000 0.672330 0.000000 -0.740251 1.087391 1.087391 1.087391 462.540497 0.000000 3417.752441 0.000000 0.859858 0.000000 -0.510533 1.044143 1.044143 1.044143 -461.237061 0.000000 3397.664307 0.000000 0.728010 0.000000 -0.685567 1.133895 1.133895 1.133895 491.116241 0.000000 3388.114014 0.000000 0.672597 0.000000 -0.740009 1.199664 1.199664 1.199664 465.639404 0.000000 3416.780029 0.000000 0.622440 0.000000 -0.782667 1.116701 1.116701 1.116701 472.241638 0.000000 3416.601807 0.000000 0.998463 0.000000 0.055426 0.987817 0.987817 0.987817 @@ -25487,7 +25312,6 @@ object={ 490.571655 0.000000 3416.201904 0.000000 0.563373 0.000000 -0.826203 1.191771 1.191771 1.191771 460.543915 0.000000 3383.314453 0.000000 0.922308 0.000000 -0.386455 1.038633 1.038633 1.038633 470.688782 0.000000 3405.187500 0.000000 0.994551 0.000000 -0.104256 1.020599 1.020599 1.020599 -450.334442 0.000000 3393.445801 0.000000 0.898803 0.000000 -0.438352 1.111019 1.111019 1.111019 459.275299 0.000000 3399.113281 0.000000 0.994095 0.000000 -0.108511 1.010043 1.010043 1.010043 449.330658 0.000000 3386.385498 0.000000 0.384640 0.000000 -0.923067 1.317076 1.317076 1.317076 463.087677 0.000000 3414.954834 0.000000 0.683424 0.000000 -0.730022 1.228823 1.228823 1.228823 @@ -25511,13 +25335,11 @@ object={ 480.537720 0.000000 3454.343018 0.000000 0.999281 0.000000 0.037914 0.996592 0.996592 0.996592 461.606232 0.000000 3386.991943 0.000000 0.734663 0.000000 -0.678432 1.081906 1.081906 1.081906 468.225739 0.000000 3411.678955 0.000000 0.831737 0.000000 -0.555170 1.094041 1.094041 1.094041 -450.113007 0.000000 3395.785156 0.000000 0.999918 0.000000 -0.012823 1.002529 1.002529 1.002529 499.029358 0.000000 3436.824219 0.000000 0.997773 0.000000 -0.066697 1.008165 1.008165 1.008165 489.841370 0.000000 3391.528809 0.000000 0.758405 0.000000 -0.651783 1.111660 1.111660 1.111660 457.004028 0.000000 3414.336426 0.000000 0.999695 0.000000 0.024709 0.994324 0.994324 0.994324 490.647308 0.000000 3403.413574 0.000000 0.919777 0.000000 -0.392441 1.057389 1.057389 1.057389 476.905792 0.000000 3431.949463 0.000000 0.224421 0.000000 -0.974492 1.560532 1.560532 1.560532 -435.578156 0.000000 3395.101562 0.000000 0.064979 0.000000 -0.997887 1.270665 1.270665 1.270665 454.304779 0.000000 3415.685059 0.000000 0.998266 0.000000 0.058861 0.989267 0.989267 0.989267 463.000458 0.000000 3395.097900 0.000000 0.299727 0.000000 -0.954025 1.214989 1.214989 1.214989 465.093231 0.000000 3432.098633 0.000000 0.936300 0.000000 -0.351200 1.066296 1.066296 1.066296 @@ -25526,10 +25348,8 @@ object={ 468.102570 0.000000 3383.791504 0.000000 0.669140 0.000000 -0.743136 1.115031 1.115031 1.115031 458.481201 0.000000 3424.685791 0.000000 0.999734 0.000000 0.023044 0.997123 0.997123 0.997123 496.307922 0.000000 3388.813721 0.000000 0.383214 0.000000 -0.923660 1.482118 1.482118 1.482118 -467.916290 0.000000 3397.304199 0.000000 0.781624 0.000000 -0.623750 1.124431 1.124431 1.124431 449.373779 0.000000 3390.307373 0.000000 0.983832 0.000000 -0.179095 1.047202 1.047202 1.047202 450.333893 0.000000 3398.919189 0.000000 0.873321 0.000000 -0.487145 1.058433 1.058433 1.058433 -432.676514 0.000000 3392.181152 0.000000 0.123924 0.000000 -0.992292 1.404476 1.404476 1.404476 470.295166 0.000000 3434.152832 0.000000 0.997568 0.000000 -0.069703 1.006966 1.006966 1.006966 466.656464 0.000000 3384.882080 0.000000 0.358254 0.000000 -0.933624 1.117267 1.117267 1.117267 501.541290 0.000000 3454.655762 0.000000 0.245081 0.000000 -0.969503 1.138743 1.138743 1.138743 @@ -25588,13 +25408,10 @@ object={ 489.269897 0.000000 3398.291260 0.000000 0.363396 0.000000 -0.931635 1.350190 1.350190 1.350190 437.387390 0.000000 3392.843262 0.000000 0.859894 0.000000 -0.510473 1.090949 1.090949 1.090949 481.897888 0.000000 3434.635010 0.000000 0.692420 0.000000 -0.721495 1.108654 1.108654 1.108654 -435.785431 0.000000 3393.419189 0.000000 0.219785 0.000000 -0.975548 1.316625 1.316625 1.316625 487.093689 0.000000 3397.394531 0.000000 0.996619 0.000000 0.082167 0.982544 0.982544 0.982544 500.570068 0.000000 3394.085449 0.000000 0.328489 0.000000 -0.944508 1.206760 1.206760 1.206760 456.127014 0.000000 3399.443604 0.000000 0.941473 0.000000 -0.337087 1.057510 1.057510 1.057510 436.951233 0.000000 3397.529297 0.000000 0.839600 0.000000 -0.543205 1.098921 1.098921 1.098921 -433.320007 0.000000 3393.374023 0.000000 0.789747 0.000000 -0.613432 1.184657 1.184657 1.184657 -460.588318 0.000000 3394.409180 0.000000 0.860075 0.000000 -0.510168 1.078860 1.078860 1.078860 463.016144 0.000000 3397.919434 0.000000 0.217754 0.000000 -0.976004 1.188918 1.188918 1.188918 454.138214 0.000000 3403.910645 0.000000 0.702363 0.000000 -0.711819 1.116671 1.116671 1.116671 498.893707 0.000000 3409.172852 0.000000 0.364485 0.000000 -0.931209 1.194360 1.194360 1.194360 @@ -25849,7 +25666,6 @@ object={ 922.261169 0.000000 3286.218018 0.000000 0.992196 0.000000 -0.124688 1.009051 1.009051 1.009051 963.272339 0.000000 3297.632324 0.000000 0.022202 0.000000 -0.999753 1.119850 1.119850 1.119850 912.264893 0.000000 3320.221924 0.000000 0.150840 0.000000 -0.988558 1.014174 1.014174 1.014174 -903.738037 0.000000 3317.693359 0.000000 0.496015 0.000000 -0.868314 1.133918 1.133918 1.133918 902.070374 0.000000 3316.903320 0.000000 0.364346 0.000000 -0.931264 1.152517 1.152517 1.152517 959.485474 0.000000 3377.710205 0.000000 0.884145 0.000000 -0.467213 1.101948 1.101948 1.101948 966.239624 0.000000 3358.313721 0.000000 0.670134 0.000000 -0.742240 1.154522 1.154522 1.154522 @@ -26429,7 +26245,6 @@ object={ 965.375854 0.000000 3406.645508 0.000000 0.647269 0.000000 -0.762261 1.313781 1.313781 1.313781 937.108215 0.000000 3387.194092 0.000000 1.000000 0.000000 -0.000910 1.000500 1.000500 1.000500 980.705811 0.000000 3390.131104 0.000000 0.998710 0.000000 0.050783 0.975648 0.975648 0.975648 -1014.147278 0.000000 3377.158447 0.000000 0.999847 0.000000 -0.017469 1.000436 1.000436 1.000436 1053.252563 0.000000 3380.966797 0.000000 0.267150 0.000000 -0.963655 1.045450 1.045450 1.045450 1008.005127 0.000000 3379.988770 0.000000 0.917995 0.000000 -0.396593 1.101810 1.101810 1.101810 1028.232300 0.000000 3370.282715 0.000000 0.865099 0.000000 -0.501602 1.068214 1.068214 1.068214 @@ -27495,7 +27310,6 @@ object={ 1779.717773 0.000000 3345.354492 0.000000 0.790283 0.000000 -0.612742 1.172886 1.172886 1.172886 1746.044189 0.000000 3341.193359 0.000000 0.910838 0.000000 -0.412763 1.184831 1.184831 1.184831 1762.612915 0.000000 3343.074219 0.000000 0.683549 0.000000 -0.729905 1.028597 1.028597 1.028597 -1781.306641 0.000000 3312.888428 0.000000 0.997433 0.000000 -0.071605 1.008409 1.008409 1.008409 1761.005005 0.000000 3313.220947 0.000000 0.505837 0.000000 -0.862629 1.132473 1.132473 1.132473 1735.448853 0.000000 3316.555176 0.000000 0.266473 0.000000 -0.963842 1.165657 1.165657 1.165657 1741.152100 0.000000 3328.639160 0.000000 0.568467 0.000000 -0.822706 1.214673 1.214673 1.214673 @@ -27564,7 +27378,6 @@ object={ 1759.702881 0.000000 3344.502197 0.000000 0.996662 0.000000 0.081642 0.991226 0.991226 0.991226 1756.512329 0.000000 3345.560059 0.000000 0.491036 0.000000 -0.871139 1.100325 1.100325 1.100325 1758.131958 0.000000 3338.560059 0.000000 0.877090 0.000000 -0.480326 1.075050 1.075050 1.075050 -1775.731323 0.000000 3323.273193 0.000000 0.300078 0.000000 -0.953915 1.290783 1.290783 1.290783 1747.310425 0.000000 3322.857666 0.000000 0.818329 0.000000 -0.574750 1.343943 1.343943 1.343943 1768.483276 0.000000 3333.059570 0.000000 0.870314 0.000000 -0.492496 1.120847 1.120847 1.120847 1766.982422 0.000000 3327.029053 0.000000 0.416854 0.000000 -0.908974 1.185127 1.185127 1.185127 @@ -28535,20 +28348,16 @@ object={ 2277.877441 0.000000 3277.355713 0.000000 0.515788 0.000000 -0.856716 1.380156 1.380156 1.380156 2282.850342 0.000000 3269.265625 0.000000 0.130966 0.000000 -0.991387 1.477957 1.477957 1.477957 2242.693848 0.000000 3301.665527 0.000000 0.267349 0.000000 -0.963600 1.564787 1.564787 1.564787 -2191.678467 0.000000 3319.904785 0.000000 0.967726 0.000000 -0.252004 1.075048 1.075048 1.075048 2208.124268 0.000000 3320.221924 0.000000 0.982936 0.000000 -0.183949 1.044801 1.044801 1.044801 2178.432129 0.000000 3315.505859 0.000000 0.883203 0.000000 -0.468991 1.015843 1.015843 1.015843 2201.871094 0.000000 3317.743896 0.000000 0.921940 0.000000 -0.387332 1.079437 1.079437 1.079437 2186.182129 0.000000 3317.247559 0.000000 0.087427 0.000000 -0.996171 1.577672 1.577672 1.577672 2176.347168 0.000000 3323.842773 0.000000 0.503261 0.000000 -0.864134 1.263102 1.263102 1.263102 -2196.547607 0.000000 3318.082764 0.000000 0.081452 0.000000 -0.996677 1.553981 1.553981 1.553981 2222.659180 0.000000 3316.405029 0.000000 0.531346 0.000000 -0.847155 1.297718 1.297718 1.297718 2177.812500 0.000000 3319.782227 0.000000 0.878746 0.000000 -0.477290 1.145338 1.145338 1.145338 2182.674561 0.000000 3315.366211 0.000000 0.884705 0.000000 -0.466152 1.035109 1.035109 1.035109 2203.499023 0.000000 3321.249756 0.000000 0.119353 0.000000 -0.992852 1.264471 1.264471 1.264471 -2190.169922 0.000000 3316.397217 0.000000 0.999986 0.000000 -0.005215 1.001432 1.001432 1.001432 2199.118896 0.000000 3315.450684 0.000000 0.995396 0.000000 -0.095846 1.007429 1.007429 1.007429 -2193.677979 0.000000 3316.517578 0.000000 0.916856 0.000000 -0.399218 1.109701 1.109701 1.109701 2184.884766 0.000000 3320.196045 0.000000 0.376359 0.000000 -0.926474 1.121288 1.121288 1.121288 2207.684326 0.000000 3323.273193 0.000000 0.629559 0.000000 -0.776953 1.046651 1.046651 1.046651 2179.263428 0.000000 3322.857666 0.000000 0.969567 0.000000 -0.244826 1.050017 1.050017 1.050017 @@ -29085,7 +28894,6 @@ object={ 2293.827148 0.000000 3316.392578 0.000000 0.373631 0.000000 -0.927577 1.388492 1.388492 1.388492 486.266418 0.000000 3479.937256 0.000000 0.710824 0.000000 -0.703370 1.042848 1.042848 1.042848 495.673950 0.000000 3514.150146 0.000000 0.415752 0.000000 -0.909478 1.085534 1.085534 1.085534 -490.112579 0.000000 3496.689941 0.000000 0.999998 0.000000 -0.002000 1.000964 1.000964 1.000964 477.315063 0.000000 3524.935547 0.000000 0.723379 0.000000 -0.690451 1.117964 1.117964 1.117964 498.631958 0.000000 3485.168213 0.000000 0.641214 0.000000 -0.767362 1.054594 1.054594 1.054594 462.294342 0.000000 3502.282471 0.000000 0.316446 0.000000 -0.948611 1.146533 1.146533 1.146533 @@ -29099,7 +28907,6 @@ object={ 464.020325 0.000000 3526.097412 0.000000 0.996086 0.000000 -0.088386 1.003977 1.003977 1.003977 499.076202 0.000000 3462.424805 0.000000 0.843760 0.000000 -0.536721 1.052333 1.052333 1.052333 466.489777 0.000000 3510.002197 0.000000 0.994803 0.000000 -0.101819 1.018079 1.018079 1.018079 -475.774719 0.000000 3514.188721 0.000000 0.856429 0.000000 -0.516265 1.077197 1.077197 1.077197 449.484375 0.000000 3492.318604 0.000000 0.995904 0.000000 -0.090421 1.000904 1.000904 1.000904 469.829529 0.000000 3501.228516 0.000000 0.463457 0.000000 -0.886120 1.057088 1.057088 1.057088 501.307129 0.000000 3456.157227 0.000000 0.360204 0.000000 -0.932874 1.099054 1.099054 1.099054 @@ -29107,7 +28914,6 @@ object={ 460.871063 0.000000 3518.017578 0.000000 0.585990 0.000000 -0.810318 1.009434 1.009434 1.009434 456.776306 0.000000 3505.452148 0.000000 0.868295 0.000000 -0.496049 1.063495 1.063495 1.063495 474.058716 0.000000 3461.712646 0.000000 0.494571 0.000000 -0.869137 1.034190 1.034190 1.034190 -494.564667 0.000000 3520.220947 0.000000 0.557818 0.000000 -0.829964 1.437516 1.437516 1.437516 456.143188 0.000000 3484.798096 0.000000 0.999967 0.000000 0.008160 0.999226 0.999226 0.999226 460.536469 0.000000 3496.573242 0.000000 0.985168 0.000000 -0.171593 1.016360 1.016360 1.016360 474.685181 0.000000 3519.855225 0.000000 0.493521 0.000000 -0.869734 1.189577 1.189577 1.189577 @@ -29127,11 +28933,9 @@ object={ 489.575470 0.000000 3459.130371 0.000000 0.999586 0.000000 -0.028772 1.003017 1.003017 1.003017 498.536102 0.000000 3517.758057 0.000000 0.889293 0.000000 -0.457339 1.026089 1.026089 1.026089 453.271057 0.000000 3488.824219 0.000000 0.545009 0.000000 -0.838430 1.074477 1.074477 1.074477 -502.052917 0.000000 3500.414795 0.000000 0.863915 0.000000 -0.503638 1.055343 1.055343 1.055343 481.230469 0.000000 3500.339844 0.000000 0.978765 0.000000 -0.204986 1.006700 1.006700 1.006700 465.811157 0.000000 3499.770508 0.000000 0.370118 0.000000 -0.928985 1.496831 1.496831 1.496831 497.606079 0.000000 3481.059326 0.000000 0.750106 0.000000 -0.661318 1.025255 1.025255 1.025255 -487.560883 0.000000 3505.320312 0.000000 0.017305 0.000000 -0.999850 1.275364 1.275364 1.275364 494.523773 0.000000 3485.804688 0.000000 0.987497 0.000000 -0.157640 1.020946 1.020946 1.020946 503.038025 0.000000 3463.015869 0.000000 0.667523 0.000000 -0.744589 1.098554 1.098554 1.098554 471.224304 0.000000 3517.911133 0.000000 0.074936 0.000000 -0.997188 1.063483 1.063483 1.063483 @@ -29141,10 +28945,8 @@ object={ 477.705536 0.000000 3461.201172 0.000000 0.575115 0.000000 -0.818072 1.021526 1.021526 1.021526 468.182007 0.000000 3526.970215 0.000000 0.439553 0.000000 -0.898217 1.041781 1.041781 1.041781 478.350586 0.000000 3521.551270 0.000000 0.975574 0.000000 -0.219669 1.006635 1.006635 1.006635 -490.693359 0.000000 3479.696289 0.000000 0.793813 0.000000 -0.608162 1.058756 1.058756 1.058756 470.212646 0.000000 3488.063965 0.000000 0.696827 0.000000 -0.717239 1.015975 1.015975 1.015975 474.241425 0.000000 3470.699707 0.000000 0.191544 0.000000 -0.981484 1.065367 1.065367 1.065367 -490.866852 0.000000 3520.294434 0.000000 0.698096 0.000000 -0.716004 1.119544 1.119544 1.119544 502.777588 0.000000 3525.738770 0.000000 0.922057 0.000000 -0.387055 1.233171 1.233171 1.233171 501.567352 0.000000 3459.927246 0.000000 0.800244 0.000000 -0.599675 1.059404 1.059404 1.059404 500.456818 0.000000 3509.615723 0.000000 0.832330 0.000000 -0.554281 1.045468 1.045468 1.045468 @@ -29175,7 +28977,6 @@ object={ 489.180725 0.000000 3509.531494 0.000000 0.680309 0.000000 -0.732925 1.069825 1.069825 1.069825 442.977539 0.000000 3490.592041 0.000000 0.993681 0.000000 -0.112240 1.004212 1.004212 1.004212 490.679260 0.000000 3486.410645 0.000000 0.157087 0.000000 -0.987585 1.095250 1.095250 1.095250 -486.650574 0.000000 3502.520264 0.000000 0.243533 0.000000 -0.969893 1.205059 1.205059 1.205059 463.802124 0.000000 3494.306641 0.000000 0.889391 0.000000 -0.457147 1.091270 1.091270 1.091270 492.390991 0.000000 3458.673340 0.000000 0.948784 0.000000 -0.315926 1.029691 1.029691 1.029691 488.723633 0.000000 3481.744385 0.000000 0.045491 0.000000 -0.998965 1.194206 1.194206 1.194206 @@ -29205,12 +29006,9 @@ object={ 482.174561 0.000000 3487.210693 0.000000 0.909333 0.000000 -0.416070 1.053566 1.053566 1.053566 462.716400 0.000000 3523.761719 0.000000 0.332499 0.000000 -0.943103 1.436701 1.436701 1.436701 458.265259 0.000000 3498.332520 0.000000 0.919580 0.000000 -0.392904 1.068549 1.068549 1.068549 -492.690735 0.000000 3496.881348 0.000000 0.943779 0.000000 -0.330578 1.032804 1.032804 1.032804 502.949158 0.000000 3515.811279 0.000000 0.711039 0.000000 -0.703152 1.070087 1.070087 1.070087 -488.944885 0.000000 3494.426758 0.000000 0.160188 0.000000 -0.987087 1.411831 1.411831 1.411831 495.970581 0.000000 3468.345703 0.000000 0.440580 0.000000 -0.897713 1.050086 1.050086 1.050086 493.078522 0.000000 3465.400635 0.000000 0.772231 0.000000 -0.635342 1.030938 1.030938 1.030938 -466.663544 0.000000 3484.003174 0.000000 0.580349 0.000000 -0.814368 1.114039 1.114039 1.114039 469.629456 0.000000 3515.967041 0.000000 0.713714 0.000000 -0.700437 1.040684 1.040684 1.040684 488.738770 0.000000 3484.705811 0.000000 0.659750 0.000000 -0.751485 1.163459 1.163459 1.163459 460.887787 0.000000 3478.019775 0.000000 0.998601 0.000000 0.052879 0.991151 0.991151 0.991151 @@ -29246,13 +29044,11 @@ object={ 467.989502 0.000000 3500.047363 0.000000 0.295823 0.000000 -0.955243 1.310838 1.310838 1.310838 469.256104 0.000000 3518.737305 0.000000 0.787418 0.000000 -0.616419 1.048087 1.048087 1.048087 492.778839 0.000000 3487.107666 0.000000 0.795190 0.000000 -0.606360 1.063431 1.063431 1.063431 -454.554108 0.000000 3495.712402 0.000000 0.683686 0.000000 -0.729776 1.100066 1.100066 1.100066 465.950714 0.000000 3497.636475 0.000000 0.971583 0.000000 -0.236698 1.084119 1.084119 1.084119 455.298065 0.000000 3482.723389 0.000000 0.998639 0.000000 0.052161 0.995831 0.995831 0.995831 493.666626 0.000000 3511.975586 0.000000 0.999923 0.000000 -0.012381 1.001638 1.001638 1.001638 485.596130 0.000000 3504.531006 0.000000 0.999043 0.000000 -0.043738 1.007755 1.007755 1.007755 442.688019 0.000000 3498.238525 0.000000 0.720420 0.000000 -0.693538 1.089926 1.089926 1.089926 -493.194611 0.000000 3521.934326 0.000000 0.997510 0.000000 -0.070529 1.012512 1.012512 1.012512 464.279175 0.000000 3511.796387 0.000000 0.740698 0.000000 -0.671838 1.040462 1.040462 1.040462 491.187866 0.000000 3477.706543 0.000000 0.108732 0.000000 -0.994071 1.281017 1.281017 1.281017 491.215088 0.000000 3509.853760 0.000000 0.966906 0.000000 -0.255133 1.023187 1.023187 1.023187 @@ -29263,13 +29059,11 @@ object={ 459.973755 0.000000 3501.600098 0.000000 0.240474 0.000000 -0.970656 1.129296 1.129296 1.129296 502.130981 0.000000 3464.833496 0.000000 0.999220 0.000000 -0.039497 1.005918 1.005918 1.005918 476.719055 0.000000 3520.373047 0.000000 0.342108 0.000000 -0.939660 1.094546 1.094546 1.094546 -488.193390 0.000000 3501.178467 0.000000 0.999925 0.000000 0.012274 0.998652 0.998652 0.998652 483.834076 0.000000 3516.250732 0.000000 0.037877 0.000000 -0.999282 1.838110 1.838110 1.838110 477.298340 0.000000 3512.824951 0.000000 0.788945 0.000000 -0.614464 1.072687 1.072687 1.072687 464.741882 0.000000 3523.298828 0.000000 0.097086 0.000000 -0.995276 1.327414 1.327414 1.327414 481.905548 0.000000 3509.110352 0.000000 0.910970 0.000000 -0.412472 1.050949 1.050949 1.050949 502.225616 0.000000 3502.873779 0.000000 0.625720 0.000000 -0.780048 1.062545 1.062545 1.062545 -483.098877 0.000000 3476.458252 0.000000 0.871141 0.000000 -0.491033 1.084573 1.084573 1.084573 503.529541 0.000000 3460.788330 0.000000 0.722349 0.000000 -0.691529 1.120101 1.120101 1.120101 457.621277 0.000000 3483.232666 0.000000 0.831936 0.000000 -0.554871 1.036712 1.036712 1.036712 483.487305 0.000000 3491.302979 0.000000 0.699807 0.000000 -0.714332 1.274127 1.274127 1.274127 @@ -29279,7 +29073,6 @@ object={ 479.221741 0.000000 3507.011475 0.000000 0.531274 0.000000 -0.847200 1.105976 1.105976 1.105976 452.075195 0.000000 3484.856934 0.000000 0.980213 0.000000 -0.197946 1.040295 1.040295 1.040295 475.346527 0.000000 3525.640137 0.000000 0.533256 0.000000 -0.845954 1.166148 1.166148 1.166148 -480.167145 0.000000 3477.896484 0.000000 0.998996 0.000000 0.044802 0.996643 0.996643 0.996643 465.036530 0.000000 3479.938721 0.000000 0.966451 0.000000 -0.256852 1.049935 1.049935 1.049935 484.073395 0.000000 3505.866211 0.000000 0.722531 0.000000 -0.691338 1.135306 1.135306 1.135306 494.456665 0.000000 3518.242432 0.000000 0.301908 0.000000 -0.953337 1.145171 1.145171 1.145171 @@ -29290,7 +29083,6 @@ object={ 494.271484 0.000000 3515.414307 0.000000 0.998546 0.000000 -0.053912 1.004040 1.004040 1.004040 455.462952 0.000000 3486.524170 0.000000 0.999854 0.000000 0.017086 0.997952 0.997952 0.997952 490.726990 0.000000 3498.472412 0.000000 0.997634 0.000000 -0.068744 1.029542 1.029542 1.029542 -490.865723 0.000000 3495.025146 0.000000 0.999119 0.000000 0.041971 0.980295 0.980295 0.980295 476.850159 0.000000 3473.675049 0.000000 0.196790 0.000000 -0.980446 1.185061 1.185061 1.185061 478.424500 0.000000 3519.580566 0.000000 0.876125 0.000000 -0.482084 1.061536 1.061536 1.061536 464.315155 0.000000 3490.237549 0.000000 0.652701 0.000000 -0.757616 1.227493 1.227493 1.227493 @@ -29334,7 +29126,6 @@ object={ 475.893250 0.000000 3524.043213 0.000000 0.347921 0.000000 -0.937524 1.200271 1.200271 1.200271 477.552307 0.000000 3516.749756 0.000000 0.525376 0.000000 -0.850870 1.127029 1.127029 1.127029 492.325562 0.000000 3511.022705 0.000000 0.330637 0.000000 -0.943758 1.163255 1.163255 1.163255 -492.609619 0.000000 3478.534424 0.000000 0.888935 0.000000 -0.458033 1.053451 1.053451 1.053451 486.560272 0.000000 3491.605957 0.000000 0.258585 0.000000 -0.965989 1.235338 1.235338 1.235338 500.670685 0.000000 3507.771240 0.000000 0.474128 0.000000 -0.880456 1.104845 1.104845 1.104845 459.943817 0.000000 3498.241455 0.000000 0.993725 0.000000 -0.111853 1.019029 1.019029 1.019029 @@ -29364,9 +29155,7 @@ object={ 467.777771 0.000000 3521.463867 0.000000 0.584426 0.000000 -0.811447 1.158340 1.158340 1.158340 495.321136 0.000000 3524.531494 0.000000 0.985871 0.000000 -0.167504 1.016386 1.016386 1.016386 490.896362 0.000000 3526.400146 0.000000 0.818688 0.000000 -0.574239 1.148126 1.148126 1.148126 -500.358307 0.000000 3500.622803 0.000000 0.833324 0.000000 -0.552785 1.090659 1.090659 1.090659 474.243835 0.000000 3474.085693 0.000000 0.617315 0.000000 -0.786716 1.088162 1.088162 1.088162 -492.419342 0.000000 3520.451416 0.000000 0.787994 0.000000 -0.615683 1.117565 1.117565 1.117565 479.201477 0.000000 3516.210205 0.000000 0.990600 0.000000 -0.136790 1.035628 1.035628 1.035628 467.244995 0.000000 3496.897461 0.000000 0.552304 0.000000 -0.833643 1.132882 1.132882 1.132882 489.113281 0.000000 3487.985596 0.000000 0.980612 0.000000 -0.195957 1.041854 1.041854 1.041854 @@ -29398,7 +29187,6 @@ object={ 489.829224 0.000000 3512.743408 0.000000 0.774902 0.000000 -0.632082 1.263067 1.263067 1.263067 471.676697 0.000000 3482.664795 0.000000 0.882222 0.000000 -0.470834 1.057523 1.057523 1.057523 489.111938 0.000000 3525.790771 0.000000 0.317360 0.000000 -0.948305 1.308417 1.308417 1.308417 -491.377777 0.000000 3497.303223 0.000000 0.892474 0.000000 -0.451098 1.225496 1.225496 1.225496 485.913696 0.000000 3516.421143 0.000000 0.895648 0.000000 -0.444763 1.128877 1.128877 1.128877 495.970398 0.000000 3520.213379 0.000000 0.293889 0.000000 -0.955840 1.568659 1.568659 1.568659 483.544464 0.000000 3517.645264 0.000000 0.971366 0.000000 -0.237588 1.131154 1.131154 1.131154 @@ -29509,14 +29297,12 @@ object={ 572.065918 0.000000 3523.562744 0.000000 0.909268 0.000000 -0.416210 1.102883 1.102883 1.102883 560.602844 0.000000 3523.193359 0.000000 0.803719 0.000000 -0.595009 1.173418 1.173418 1.173418 530.575378 0.000000 3511.968994 0.000000 0.901422 0.000000 -0.432942 1.090545 1.090545 1.090545 -555.571045 0.000000 3503.964600 0.000000 0.787466 0.000000 -0.616358 1.368072 1.368072 1.368072 526.038757 0.000000 3465.402100 0.000000 0.602205 0.000000 -0.798341 1.110791 1.110791 1.110791 522.177002 0.000000 3485.162109 0.000000 0.475466 0.000000 -0.879734 1.029530 1.029530 1.029530 504.508667 0.000000 3512.757812 0.000000 0.206400 0.000000 -0.978468 1.006805 1.006805 1.006805 548.864258 0.000000 3484.032715 0.000000 0.470799 0.000000 -0.882241 1.026978 1.026978 1.026978 536.314331 0.000000 3472.475342 0.000000 0.870333 0.000000 -0.492465 1.021854 1.021854 1.021854 572.874695 0.000000 3495.922119 0.000000 0.859622 0.000000 -0.510930 1.002678 1.002678 1.002678 -526.023987 0.000000 3498.248047 0.000000 0.789302 0.000000 -0.614005 1.066021 1.066021 1.066021 563.203491 0.000000 3507.360596 0.000000 0.977960 0.000000 -0.208791 1.015754 1.015754 1.015754 566.239014 0.000000 3478.342529 0.000000 0.368211 0.000000 -0.929742 1.089405 1.089405 1.089405 536.012512 0.000000 3526.097412 0.000000 0.540107 0.000000 -0.841597 1.044948 1.044948 1.044948 @@ -29524,22 +29310,18 @@ object={ 571.068420 0.000000 3462.424805 0.000000 0.892717 0.000000 -0.450618 1.021007 1.021007 1.021007 506.551849 0.000000 3465.895264 0.000000 0.787967 0.000000 -0.615717 1.049678 1.049678 1.049678 504.059814 0.000000 3523.957520 0.000000 0.440935 0.000000 -0.897539 1.500678 1.500678 1.500678 -511.581665 0.000000 3460.523926 0.000000 0.999957 0.000000 -0.009300 1.001045 1.001045 1.001045 541.821716 0.000000 3501.228516 0.000000 0.999965 0.000000 -0.008409 1.000567 1.000567 1.000567 509.854584 0.000000 3498.037598 0.000000 0.997844 0.000000 0.065635 0.999344 0.999344 0.999344 515.602295 0.000000 3524.662109 0.000000 0.996966 0.000000 0.077838 0.997277 0.997277 0.997277 -567.726746 0.000000 3499.797119 0.000000 0.995369 0.000000 -0.096125 1.008412 1.008412 1.008412 542.477661 0.000000 3524.049561 0.000000 0.273561 0.000000 -0.961855 1.096894 1.096894 1.096894 566.556885 0.000000 3520.220947 0.000000 0.153626 0.000000 -0.988129 1.293530 1.293530 1.293530 562.953857 0.000000 3483.491455 0.000000 0.250199 0.000000 -0.968194 1.075675 1.075675 1.075675 528.135376 0.000000 3484.798096 0.000000 0.966574 0.000000 -0.256387 1.002589 1.002589 1.002589 -509.976410 0.000000 3482.618164 0.000000 0.998592 0.000000 -0.053052 1.003445 1.003445 1.003445 575.224670 0.000000 3518.330322 0.000000 0.032387 0.000000 -0.999475 1.311097 1.311097 1.311097 509.470551 0.000000 3515.350098 0.000000 0.187486 0.000000 -0.982267 1.179437 1.179437 1.179437 544.770508 0.000000 3473.869629 0.000000 0.927030 0.000000 -0.374988 1.002879 1.002879 1.002879 513.132690 0.000000 3493.707520 0.000000 0.254377 0.000000 -0.967105 1.013118 1.013118 1.013118 558.218689 0.000000 3509.475342 0.000000 0.985474 0.000000 -0.169825 1.002556 1.002556 1.002556 -517.561035 0.000000 3461.557617 0.000000 0.570189 0.000000 -0.821513 1.199766 1.199766 1.199766 568.824097 0.000000 3508.908203 0.000000 0.949429 0.000000 -0.313981 1.160269 1.160269 1.160269 533.408752 0.000000 3486.570312 0.000000 0.951545 0.000000 -0.307508 1.059307 1.059307 1.059307 562.300232 0.000000 3502.171143 0.000000 0.706866 0.000000 -0.707348 1.098082 1.098082 1.098082 @@ -29555,7 +29337,6 @@ object={ 532.391174 0.000000 3475.447266 0.000000 0.998018 0.000000 -0.062935 1.006603 1.006603 1.006603 532.290771 0.000000 3522.847656 0.000000 0.791289 0.000000 -0.611442 1.141249 1.141249 1.141249 544.461426 0.000000 3497.034668 0.000000 0.929323 0.000000 -0.369268 1.028327 1.028327 1.028327 -508.634674 0.000000 3456.660889 0.000000 0.619076 0.000000 -0.785331 1.182652 1.182652 1.182652 570.528259 0.000000 3517.758057 0.000000 0.861883 0.000000 -0.507106 1.045143 1.045143 1.045143 558.141479 0.000000 3499.631104 0.000000 0.193255 0.000000 -0.981148 1.247395 1.247395 1.247395 567.270020 0.000000 3504.479248 0.000000 0.988270 0.000000 -0.152718 1.041721 1.041721 1.041721 @@ -29572,7 +29353,6 @@ object={ 507.635651 0.000000 3461.855957 0.000000 0.985396 0.000000 -0.170279 1.017515 1.017515 1.017515 557.531311 0.000000 3517.730225 0.000000 0.994050 0.000000 -0.108927 1.004632 1.004632 1.004632 522.629578 0.000000 3481.148682 0.000000 0.367047 0.000000 -0.930202 1.071599 1.071599 1.071599 -509.872437 0.000000 3502.134766 0.000000 0.861869 0.000000 -0.507131 1.095601 1.095601 1.095601 561.155457 0.000000 3527.223877 0.000000 0.954424 0.000000 -0.298454 1.006053 1.006053 1.006053 526.854248 0.000000 3459.334961 0.000000 0.954619 0.000000 -0.297831 1.049830 1.049830 1.049830 568.655579 0.000000 3525.378174 0.000000 0.842161 0.000000 -0.539226 1.265882 1.265882 1.265882 @@ -29596,7 +29376,6 @@ object={ 574.769775 0.000000 3525.738770 0.000000 0.350715 0.000000 -0.936482 1.039351 1.039351 1.039351 572.448975 0.000000 3509.615723 0.000000 0.550195 0.000000 -0.835036 1.382398 1.382398 1.382398 570.298645 0.000000 3467.122559 0.000000 0.378954 0.000000 -0.925416 1.056074 1.056074 1.056074 -564.284729 0.000000 3499.410645 0.000000 0.772661 0.000000 -0.634819 1.061814 1.061814 1.061814 529.806458 0.000000 3477.793213 0.000000 0.724146 0.000000 -0.689646 1.115892 1.115892 1.115892 519.726562 0.000000 3504.055420 0.000000 0.999882 0.000000 0.015379 0.997466 0.997466 0.997466 541.227661 0.000000 3520.958984 0.000000 0.264530 0.000000 -0.964377 1.113862 1.113862 1.113862 @@ -29645,7 +29424,6 @@ object={ 507.064423 0.000000 3475.655762 0.000000 0.752191 0.000000 -0.658945 1.070046 1.070046 1.070046 507.282684 0.000000 3512.893066 0.000000 0.825719 0.000000 -0.564082 1.035910 1.035910 1.035910 563.844910 0.000000 3504.586426 0.000000 0.982781 0.000000 -0.184772 1.021342 1.021342 1.021342 -528.745789 0.000000 3493.200684 0.000000 0.642766 0.000000 -0.766062 1.176476 1.176476 1.176476 571.138062 0.000000 3507.215332 0.000000 0.729761 0.000000 -0.683702 1.274401 1.274401 1.274401 534.766174 0.000000 3455.386475 0.000000 0.559505 0.000000 -0.828827 1.102444 1.102444 1.102444 524.025635 0.000000 3491.291992 0.000000 0.949159 0.000000 -0.314796 1.050369 1.050369 1.050369 @@ -29653,10 +29431,8 @@ object={ 517.759033 0.000000 3458.672607 0.000000 0.590848 0.000000 -0.806783 1.063274 1.063274 1.063274 525.671692 0.000000 3486.125000 0.000000 0.999103 0.000000 0.042356 0.998202 0.998202 0.998202 527.777344 0.000000 3502.902344 0.000000 0.962841 0.000000 -0.270069 1.012972 1.012972 1.012972 -555.774963 0.000000 3501.249268 0.000000 0.244077 0.000000 -0.969756 1.469452 1.469452 1.469452 545.294067 0.000000 3513.067383 0.000000 0.689006 0.000000 -0.724755 1.024287 1.024287 1.024287 560.362610 0.000000 3464.171387 0.000000 0.959938 0.000000 -0.280212 1.026235 1.026235 1.026235 -524.134338 0.000000 3517.069580 0.000000 0.868384 0.000000 -0.495893 1.045338 1.045338 1.045338 553.047974 0.000000 3503.174316 0.000000 0.245173 0.000000 -0.969479 1.360046 1.360046 1.360046 570.759216 0.000000 3472.956299 0.000000 0.944471 0.000000 -0.328594 1.040958 1.040958 1.040958 572.039062 0.000000 3476.222412 0.000000 0.401094 0.000000 -0.916037 1.043368 1.043368 1.043368 @@ -29718,7 +29494,6 @@ object={ 545.287842 0.000000 3479.605225 0.000000 0.070968 0.000000 -0.997479 1.116072 1.116072 1.116072 511.070068 0.000000 3500.085938 0.000000 0.631395 0.000000 -0.775462 1.110778 1.110778 1.110778 520.555542 0.000000 3465.453613 0.000000 0.480985 0.000000 -0.876729 1.202833 1.202833 1.202833 -512.375000 0.000000 3502.126953 0.000000 0.177307 0.000000 -0.984156 1.295508 1.295508 1.295508 567.510132 0.000000 3480.213379 0.000000 0.999330 0.000000 0.036602 0.994333 0.994333 0.994333 561.600342 0.000000 3504.315430 0.000000 0.979029 0.000000 -0.203723 1.055829 1.055829 1.055829 531.218323 0.000000 3524.797607 0.000000 0.329632 0.000000 -0.944110 1.104820 1.104820 1.104820 @@ -29742,9 +29517,7 @@ object={ 522.496521 0.000000 3457.049805 0.000000 0.763148 0.000000 -0.646224 1.036837 1.036837 1.036837 508.203339 0.000000 3464.067383 0.000000 0.997885 0.000000 0.065009 0.991230 0.991230 0.991230 537.583130 0.000000 3515.959229 0.000000 0.020227 0.000000 -0.999795 1.243877 1.243877 1.243877 -530.830139 0.000000 3495.139648 0.000000 0.151689 0.000000 -0.988428 1.623287 1.623287 1.623287 557.588318 0.000000 3504.531006 0.000000 0.700455 0.000000 -0.713697 1.178575 1.178575 1.178575 -508.240295 0.000000 3510.605469 0.000000 0.667852 0.000000 -0.744294 1.155089 1.155089 1.155089 512.193909 0.000000 3462.670166 0.000000 0.839620 0.000000 -0.543175 1.027238 1.027238 1.027238 518.370789 0.000000 3467.255127 0.000000 0.261798 0.000000 -0.965123 1.378191 1.378191 1.378191 540.584045 0.000000 3524.861572 0.000000 0.745944 0.000000 -0.666009 1.054588 1.054588 1.054588 @@ -29765,7 +29538,6 @@ object={ 547.438293 0.000000 3508.068848 0.000000 0.625723 0.000000 -0.780045 1.051376 1.051376 1.051376 518.051086 0.000000 3508.606201 0.000000 0.242268 0.000000 -0.970209 1.089388 1.089388 1.089388 555.091064 0.000000 3476.458252 0.000000 0.225579 0.000000 -0.974225 1.100605 1.100605 1.100605 -574.057312 0.000000 3480.664062 0.000000 0.937723 0.000000 -0.347385 1.022143 1.022143 1.022143 570.759338 0.000000 3496.725586 0.000000 0.578643 0.000000 -0.815581 1.092861 1.092861 1.092861 558.454163 0.000000 3523.382080 0.000000 0.443116 0.000000 -0.896464 1.227589 1.227589 1.227589 524.063232 0.000000 3523.971924 0.000000 0.952786 0.000000 -0.303644 1.025417 1.025417 1.025417 @@ -29877,7 +29649,6 @@ object={ 559.001953 0.000000 3481.537598 0.000000 0.674517 0.000000 -0.738259 1.064274 1.064274 1.064274 508.609406 0.000000 3481.506592 0.000000 0.584869 0.000000 -0.811128 1.103925 1.103925 1.103925 527.910706 0.000000 3494.623779 0.000000 0.978516 0.000000 -0.206171 1.050288 1.050288 1.050288 -557.453125 0.000000 3501.307129 0.000000 0.999959 0.000000 -0.009035 1.001759 1.001759 1.001759 518.707092 0.000000 3460.379883 0.000000 0.960846 0.000000 -0.277084 1.028738 1.028738 1.028738 508.197937 0.000000 3516.450195 0.000000 0.853122 0.000000 -0.521712 1.090436 1.090436 1.090436 507.086212 0.000000 3519.277832 0.000000 0.849714 0.000000 -0.527244 1.063777 1.063777 1.063777 @@ -30266,7 +30037,6 @@ object={ 454.046570 0.000000 3537.386475 0.000000 0.678302 0.000000 -0.734783 1.125692 1.125692 1.125692 478.687683 0.000000 3545.698975 0.000000 0.396884 0.000000 -0.917869 1.011611 1.011611 1.011611 465.145660 0.000000 3529.174072 0.000000 0.241175 0.000000 -0.970482 1.006627 1.006627 1.006627 -478.567657 0.000000 3529.564941 0.000000 0.893853 0.000000 -0.448360 1.031339 1.031339 1.031339 474.058716 0.000000 3533.697021 0.000000 0.324255 0.000000 -0.945970 1.349978 1.349978 1.349978 460.398956 0.000000 3547.431641 0.000000 0.479571 0.000000 -0.877503 1.069495 1.069495 1.069495 501.457703 0.000000 3545.759033 0.000000 0.926353 0.000000 -0.376656 1.032780 1.032780 1.032780 @@ -30286,7 +30056,6 @@ object={ 488.370422 0.000000 3536.155762 0.000000 0.999106 0.000000 0.042269 0.997150 0.997150 0.997150 474.696381 0.000000 3539.763916 0.000000 0.970568 0.000000 -0.240828 1.068615 1.068615 1.068615 467.880707 0.000000 3548.905762 0.000000 0.745908 0.000000 -0.666049 1.038214 1.038214 1.038214 -480.544159 0.000000 3532.758545 0.000000 0.995271 0.000000 -0.097134 1.020888 1.020888 1.020888 455.072174 0.000000 3542.610352 0.000000 0.981374 0.000000 -0.192107 1.030404 1.030404 1.030404 460.088409 0.000000 3531.492920 0.000000 0.738294 0.000000 -0.674479 1.046202 1.046202 1.046202 477.699585 0.000000 3535.795410 0.000000 0.997408 0.000000 0.071949 0.989034 0.989034 0.989034 @@ -30451,7 +30220,6 @@ object={ 518.833191 0.000000 3540.578369 0.000000 0.163382 0.000000 -0.986563 1.200175 1.200175 1.200175 519.617493 0.000000 3543.321533 0.000000 0.523854 0.000000 -0.851808 1.223964 1.223964 1.223964 528.062317 0.000000 3535.201416 0.000000 0.127481 0.000000 -0.991841 1.165712 1.165712 1.165712 -568.281738 0.000000 3529.710693 0.000000 0.999671 0.000000 0.025643 0.993789 0.993789 0.993789 524.531433 0.000000 3528.270264 0.000000 0.994801 0.000000 -0.101835 1.014771 1.014771 1.014771 520.023926 0.000000 3527.632568 0.000000 0.256596 0.000000 -0.966519 1.186602 1.186602 1.186602 509.461761 0.000000 3535.295654 0.000000 0.999854 0.000000 0.017064 0.997912 0.997912 0.997912 @@ -30478,15 +30246,12 @@ object={ 585.568787 0.000000 3511.353271 0.000000 0.581200 0.000000 -0.813761 1.367846 1.367846 1.367846 576.740417 0.000000 3493.687500 0.000000 0.982120 0.000000 -0.188256 1.016548 1.016548 1.016548 594.169189 0.000000 3485.162109 0.000000 0.346393 0.000000 -0.938090 1.045577 1.045577 1.045577 -576.500854 0.000000 3512.757812 0.000000 0.754825 0.000000 -0.655926 1.107163 1.107163 1.107163 591.043701 0.000000 3518.755859 0.000000 0.417616 0.000000 -0.908624 1.162222 1.162222 1.162222 585.226501 0.000000 3504.180420 0.000000 0.999401 0.000000 0.034602 0.992051 0.992051 0.992051 596.279175 0.000000 3514.251465 0.000000 0.657680 0.000000 -0.753297 1.034075 1.034075 1.034075 604.520874 0.000000 3496.573242 0.000000 0.102273 0.000000 -0.994756 1.047655 1.047655 1.047655 581.968567 0.000000 3482.618164 0.000000 0.996976 0.000000 0.077714 0.995145 0.995145 0.995145 579.045105 0.000000 3488.486084 0.000000 0.598287 0.000000 -0.801282 1.213475 1.213475 1.213475 -581.462769 0.000000 3515.350098 0.000000 0.520882 0.000000 -0.853629 1.094489 1.094489 1.094489 -580.726990 0.000000 3508.532715 0.000000 0.475634 0.000000 -0.879643 1.091258 1.091258 1.091258 593.227234 0.000000 3500.993652 0.000000 0.999986 0.000000 -0.005377 1.000282 1.000282 1.000282 605.472656 0.000000 3507.435059 0.000000 0.730185 0.000000 -0.683249 1.037558 1.037558 1.037558 610.505188 0.000000 3504.969727 0.000000 0.986512 0.000000 -0.163690 1.006979 1.006979 1.006979 @@ -30504,7 +30269,6 @@ object={ 600.933472 0.000000 3496.052979 0.000000 0.999874 0.000000 -0.015872 1.001189 1.001189 1.001189 606.252014 0.000000 3510.940430 0.000000 0.989184 0.000000 -0.146680 1.008821 1.008821 1.008821 576.021423 0.000000 3490.210938 0.000000 0.931988 0.000000 -0.362490 1.109276 1.109276 1.109276 -582.022339 0.000000 3511.831543 0.000000 0.127849 0.000000 -0.991794 1.687889 1.687889 1.687889 595.075134 0.000000 3511.031982 0.000000 0.229599 0.000000 -0.973285 1.053491 1.053491 1.053491 591.718750 0.000000 3504.055420 0.000000 0.745939 0.000000 -0.666014 1.309335 1.309335 1.309335 579.096558 0.000000 3500.186279 0.000000 0.086378 0.000000 -0.996262 1.226045 1.226045 1.226045 @@ -30519,7 +30283,6 @@ object={ 590.764099 0.000000 3485.700195 0.000000 0.576269 0.000000 -0.817260 1.286596 1.286596 1.286596 582.607971 0.000000 3489.830566 0.000000 0.919178 0.000000 -0.393841 1.037393 1.037393 1.037393 592.011902 0.000000 3508.173340 0.000000 0.986477 0.000000 -0.163902 1.017264 1.017264 1.017264 -579.274902 0.000000 3512.893066 0.000000 0.714160 0.000000 -0.699982 1.154860 1.154860 1.154860 600.737976 0.000000 3493.200684 0.000000 0.526795 0.000000 -0.849992 1.121748 1.121748 1.121748 577.912598 0.000000 3526.196289 0.000000 0.799653 0.000000 -0.600462 1.025728 1.025728 1.025728 578.513428 0.000000 3491.168945 0.000000 0.693758 0.000000 -0.720208 1.403503 1.403503 1.403503 @@ -30563,7 +30326,6 @@ object={ 585.679443 0.000000 3513.156982 0.000000 0.135432 0.000000 -0.990787 1.254351 1.254351 1.254351 583.298889 0.000000 3488.189453 0.000000 0.818948 0.000000 -0.573867 1.056460 1.056460 1.056460 581.703857 0.000000 3517.094727 0.000000 0.522725 0.000000 -0.852502 1.137611 1.137611 1.137611 -580.851868 0.000000 3513.617920 0.000000 0.926773 0.000000 -0.375623 1.036531 1.036531 1.036531 606.244019 0.000000 3496.164062 0.000000 0.999300 0.000000 0.037396 0.995424 0.995424 0.995424 592.737732 0.000000 3502.642822 0.000000 0.887197 0.000000 -0.461391 1.043101 1.043101 1.043101 577.960083 0.000000 3513.990723 0.000000 0.729108 0.000000 -0.684399 1.112911 1.112911 1.112911 @@ -30646,7 +30408,6 @@ object={ 590.817993 0.000000 3500.237061 0.000000 0.106027 0.000000 -0.994363 1.471672 1.471672 1.471672 589.847656 0.000000 3505.815186 0.000000 0.816377 0.000000 -0.577520 1.195211 1.195211 1.195211 591.055908 0.000000 3501.083496 0.000000 0.999888 0.000000 -0.014954 1.004816 1.004816 1.004816 -594.433655 0.000000 3578.263672 0.000000 0.222655 0.000000 -0.974897 1.164689 1.164689 1.164689 606.278687 0.000000 3574.266846 0.000000 0.799578 0.000000 -0.600562 1.038599 1.038599 1.038599 611.166992 0.000000 3590.161621 0.000000 0.963507 0.000000 -0.267683 1.032474 1.032474 1.032474 632.595032 0.000000 3595.177734 0.000000 0.026651 0.000000 -0.999645 1.015420 1.015420 1.015420 @@ -30662,7 +30423,6 @@ object={ 594.356445 0.000000 3597.145752 0.000000 0.607133 0.000000 -0.794600 1.052732 1.052732 1.052732 604.855469 0.000000 3590.001953 0.000000 0.754068 0.000000 -0.656796 1.076924 1.076924 1.076924 623.872559 0.000000 3581.050049 0.000000 0.932154 0.000000 -0.362061 1.015724 1.015724 1.015724 -618.669556 0.000000 3591.839600 0.000000 0.780870 0.000000 -0.624694 1.052220 1.052220 1.052220 581.462769 0.000000 3587.334473 0.000000 0.483369 0.000000 -0.875417 1.023959 1.023959 1.023959 580.726990 0.000000 3580.517090 0.000000 0.207734 0.000000 -0.978185 1.040790 1.040790 1.040790 630.210876 0.000000 3581.459717 0.000000 0.586380 0.000000 -0.810036 1.009429 1.009429 1.009429 @@ -30670,13 +30430,11 @@ object={ 606.952087 0.000000 3563.517090 0.000000 0.270791 0.000000 -0.962638 1.165086 1.165086 1.165086 614.675476 0.000000 3585.730225 0.000000 0.999480 0.000000 -0.032242 1.000564 1.000564 1.000564 605.472656 0.000000 3579.419434 0.000000 0.989404 0.000000 -0.145187 1.027645 1.027645 1.027645 -590.119385 0.000000 3560.573486 0.000000 0.424148 0.000000 -0.905593 1.161198 1.161198 1.161198 622.466614 0.000000 3576.199951 0.000000 0.888701 0.000000 -0.458487 1.054698 1.054698 1.054698 610.505188 0.000000 3576.954102 0.000000 0.842480 0.000000 -0.538727 1.035509 1.035509 1.035509 604.282959 0.000000 3594.832031 0.000000 0.572288 0.000000 -0.820053 1.072013 1.072013 1.072013 613.160156 0.000000 3563.527344 0.000000 0.602378 0.000000 -0.798211 1.085382 1.085382 1.085382 597.929749 0.000000 3565.628662 0.000000 0.292329 0.000000 -0.956318 1.047714 1.047714 1.047714 -597.255432 0.000000 3560.808594 0.000000 0.329250 0.000000 -0.944243 1.095603 1.095603 1.095603 622.842529 0.000000 3589.741211 0.000000 0.895359 0.000000 -0.445345 1.051854 1.051854 1.051854 617.885315 0.000000 3559.905273 0.000000 0.416401 0.000000 -0.909181 1.085480 1.085480 1.085480 626.046387 0.000000 3597.847656 0.000000 0.992520 0.000000 -0.122085 1.016805 1.016805 1.016805 @@ -30722,7 +30480,6 @@ object={ 610.129822 0.000000 3562.470947 0.000000 0.984712 0.000000 -0.174188 1.012676 1.012676 1.012676 614.241577 0.000000 3566.631592 0.000000 0.784710 0.000000 -0.619864 1.043397 1.043397 1.043397 603.370972 0.000000 3575.621338 0.000000 0.299731 0.000000 -0.954024 1.151756 1.151756 1.151756 -597.575867 0.000000 3578.495850 0.000000 0.841457 0.000000 -0.540325 1.069829 1.069829 1.069829 621.285095 0.000000 3579.113037 0.000000 0.420096 0.000000 -0.907480 1.051105 1.051105 1.051105 583.279053 0.000000 3590.101318 0.000000 0.407575 0.000000 -0.913172 1.066091 1.066091 1.066091 587.769470 0.000000 3558.551758 0.000000 0.847959 0.000000 -0.530062 1.079501 1.079501 1.079501 @@ -30739,10 +30496,8 @@ object={ 599.769531 0.000000 3574.886719 0.000000 0.449959 0.000000 -0.893049 1.077179 1.077179 1.077179 596.126526 0.000000 3589.053955 0.000000 0.848316 0.000000 -0.529490 1.032041 1.032041 1.032041 594.430176 0.000000 3575.506592 0.000000 0.710624 0.000000 -0.703572 1.081830 1.081830 1.081830 -595.764832 0.000000 3580.458984 0.000000 0.340963 0.000000 -0.940077 1.131275 1.131275 1.131275 606.700806 0.000000 3595.746094 0.000000 0.933871 0.000000 -0.357611 1.041998 1.041998 1.041998 605.745239 0.000000 3592.602539 0.000000 0.949993 0.000000 -0.312272 1.034886 1.034886 1.034886 -599.775940 0.000000 3560.311768 0.000000 0.895969 0.000000 -0.444116 1.055146 1.055146 1.055146 622.067505 0.000000 3587.212891 0.000000 0.533517 0.000000 -0.845790 1.108215 1.108215 1.108215 591.470398 0.000000 3562.694336 0.000000 0.354563 0.000000 -0.935032 1.165919 1.165919 1.165919 620.363525 0.000000 3574.243896 0.000000 0.629567 0.000000 -0.776946 1.115514 1.115514 1.115514 @@ -30776,7 +30531,6 @@ object={ 623.536743 0.000000 3597.061279 0.000000 0.963759 0.000000 -0.266776 1.021574 1.021574 1.021574 596.097778 0.000000 3576.805664 0.000000 0.254499 0.000000 -0.967073 1.141003 1.141003 1.141003 599.765137 0.000000 3595.918701 0.000000 0.550438 0.000000 -0.834876 1.103587 1.103587 1.103587 -598.571289 0.000000 3576.612549 0.000000 0.748314 0.000000 -0.663345 1.076049 1.076049 1.076049 591.194336 0.000000 3573.954834 0.000000 0.707841 0.000000 -0.706371 1.056787 1.056787 1.056787 584.186096 0.000000 3534.654541 0.000000 0.997003 0.000000 0.077362 0.977767 0.977767 0.977767 608.263550 0.000000 3583.780762 0.000000 0.525424 0.000000 -0.850841 1.104158 1.104158 1.104158 @@ -31942,7 +31696,6 @@ object={ 2191.678467 0.000000 3535.857910 0.000000 0.865973 0.000000 -0.500091 1.333400 1.333400 1.333400 2172.569580 0.000000 3528.120117 0.000000 0.805216 0.000000 -0.592982 1.080820 1.080820 1.080820 2199.698486 0.000000 3527.867676 0.000000 0.346406 0.000000 -0.938085 1.431459 1.431459 1.431459 -2184.036621 0.000000 3527.633057 0.000000 0.319806 0.000000 -0.947483 1.715043 1.715043 1.715043 2185.333984 0.000000 3543.344727 0.000000 0.999641 0.000000 -0.026796 1.000134 1.000134 1.000134 2188.406006 0.000000 3529.105225 0.000000 0.929234 0.000000 -0.369491 1.234322 1.234322 1.234322 2163.456055 0.000000 3533.840332 0.000000 0.217621 0.000000 -0.976033 1.556691 1.556691 1.556691 diff --git a/gfx/map/map_object_data/generated/tree_cypress_01_generator_1.txt b/gfx/map/map_object_data/generated/tree_cypress_01_generator_1.txt index 07a010c6..b861d770 100644 --- a/gfx/map/map_object_data/generated/tree_cypress_01_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_cypress_01_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_cypress_01_a_mesh" - count=3532 + count=3509 transform="466.671021 0.000000 2228.124512 0.000000 0.897143 0.000000 0.441740 1.000000 1.000000 1.000000 510.201965 0.000000 2225.408447 0.000000 0.568877 0.000000 0.822423 1.000000 1.000000 1.000000 514.363831 0.000000 2221.212891 0.000000 0.851119 0.000000 0.524972 1.000000 1.000000 1.000000 @@ -1052,7 +1052,6 @@ 451.501984 0.000000 2655.919922 0.000000 0.999781 0.000000 0.020932 1.000000 1.000000 1.000000 485.539093 0.000000 2653.917725 0.000000 0.057121 0.000000 0.998367 1.000000 1.000000 1.000000 496.663422 0.000000 2661.565674 0.000000 0.753902 0.000000 0.656987 1.000000 1.000000 1.000000 -477.705536 0.000000 2597.388672 0.000000 0.420463 0.000000 0.907310 1.000000 1.000000 1.000000 474.899017 0.000000 2594.266113 0.000000 0.910723 0.000000 0.413018 1.000000 1.000000 1.000000 434.723053 0.000000 2632.722900 0.000000 0.989476 0.000000 0.144694 1.000000 1.000000 1.000000 456.002625 0.000000 2604.517090 0.000000 0.686448 0.000000 0.727179 1.000000 1.000000 1.000000 @@ -1083,8 +1082,6 @@ 456.915710 0.000000 2605.943604 0.000000 0.957484 0.000000 0.288487 1.000000 1.000000 1.000000 492.374054 0.000000 2642.373291 0.000000 0.301407 0.000000 0.953495 1.000000 1.000000 1.000000 475.343628 0.000000 2639.629395 0.000000 0.046762 0.000000 0.998906 1.000000 1.000000 1.000000 -495.169983 0.000000 2642.212646 0.000000 0.781632 0.000000 0.623740 1.000000 1.000000 1.000000 -497.735016 0.000000 2643.939209 0.000000 0.475537 0.000000 0.879696 1.000000 1.000000 1.000000 549.307251 0.000000 2661.123047 0.000000 0.844829 0.000000 0.535037 1.000000 1.000000 1.000000 539.174805 0.000000 2654.364746 0.000000 0.360922 0.000000 0.932596 1.000000 1.000000 1.000000 566.556885 0.000000 2656.408447 0.000000 0.962769 0.000000 0.270325 1.000000 1.000000 1.000000 @@ -1661,7 +1658,6 @@ 603.314026 0.000000 2676.028076 0.000000 0.523207 0.000000 0.852206 1.000000 1.000000 1.000000 580.830750 0.000000 2669.170166 0.000000 0.779701 0.000000 0.626152 1.000000 1.000000 1.000000 721.611633 0.000000 2609.276855 0.000000 0.750168 0.000000 0.661247 1.000000 1.000000 1.000000 -774.235168 0.000000 2616.124756 0.000000 0.729098 0.000000 0.684409 1.000000 1.000000 1.000000 742.830811 0.000000 2595.522461 0.000000 0.379807 0.000000 0.925066 1.000000 1.000000 1.000000 775.111206 0.000000 2597.908936 0.000000 0.137359 0.000000 0.990521 1.000000 1.000000 1.000000 858.497009 0.000000 2653.945557 0.000000 0.032955 0.000000 0.999457 1.000000 1.000000 1.000000 @@ -1703,7 +1699,6 @@ 973.201416 0.000000 2654.924805 0.000000 0.760780 0.000000 0.649009 1.000000 1.000000 1.000000 1001.585754 0.000000 2640.683350 0.000000 0.650401 0.000000 0.759591 1.000000 1.000000 1.000000 938.879211 0.000000 2662.888428 0.000000 0.865932 0.000000 0.500162 1.000000 1.000000 1.000000 -929.618958 0.000000 2678.638428 0.000000 0.958879 0.000000 0.283814 1.000000 1.000000 1.000000 886.815186 0.000000 2667.506836 0.000000 0.729425 0.000000 0.684061 1.000000 1.000000 1.000000 913.341980 0.000000 2666.471436 0.000000 0.295093 0.000000 0.955468 1.000000 1.000000 1.000000 898.469604 0.000000 2682.711426 0.000000 0.169143 0.000000 0.985591 1.000000 1.000000 1.000000 @@ -1928,7 +1923,6 @@ 1036.721313 0.000000 2747.890381 0.000000 0.184873 0.000000 0.982762 1.000000 1.000000 1.000000 1037.174561 0.000000 2749.804932 0.000000 0.056662 0.000000 0.998393 1.000000 1.000000 1.000000 1038.937988 0.000000 2747.238525 0.000000 0.931135 0.000000 0.364675 1.000000 1.000000 1.000000 -1093.498535 0.000000 2741.713867 0.000000 0.848752 0.000000 0.528791 1.000000 1.000000 1.000000 1143.207520 0.000000 2784.635498 0.000000 0.757673 0.000000 0.652634 1.000000 1.000000 1.000000 1099.603394 0.000000 2735.413086 0.000000 0.175688 0.000000 0.984446 1.000000 1.000000 1.000000 1096.090698 0.000000 2737.170654 0.000000 0.629692 0.000000 0.776845 1.000000 1.000000 1.000000 @@ -2143,7 +2137,6 @@ 1611.970215 0.000000 2616.562256 0.000000 0.595053 0.000000 0.803687 1.000000 1.000000 1.000000 1652.757568 0.000000 2632.109619 0.000000 0.561058 0.000000 0.827776 1.000000 1.000000 1.000000 1593.117188 0.000000 2640.367920 0.000000 0.486857 0.000000 0.873482 1.000000 1.000000 1.000000 -1583.942627 0.000000 2660.145020 0.000000 0.462768 0.000000 0.886479 1.000000 1.000000 1.000000 1608.320435 0.000000 2652.578613 0.000000 0.189954 0.000000 0.981793 1.000000 1.000000 1.000000 1647.152832 0.000000 2640.666748 0.000000 0.762609 0.000000 0.646860 1.000000 1.000000 1.000000 1647.399292 0.000000 2600.655029 0.000000 0.736629 0.000000 0.676297 1.000000 1.000000 1.000000 @@ -2575,7 +2568,6 @@ 2081.493896 0.000000 2606.654053 0.000000 0.141155 0.000000 0.989987 1.000000 1.000000 1.000000 2085.285889 0.000000 2609.962158 0.000000 0.924751 0.000000 0.380574 1.000000 1.000000 1.000000 2041.642456 0.000000 2613.980713 0.000000 0.997670 0.000000 0.068225 1.000000 1.000000 1.000000 -2031.579468 0.000000 2619.071777 0.000000 0.933314 0.000000 0.359062 1.000000 1.000000 1.000000 2070.218018 0.000000 2613.170654 0.000000 0.661582 0.000000 0.749872 1.000000 1.000000 1.000000 2032.311157 0.000000 2616.855469 0.000000 0.276787 0.000000 0.960931 1.000000 1.000000 1.000000 2052.262207 0.000000 2632.165527 0.000000 0.877854 0.000000 0.478929 1.000000 1.000000 1.000000 @@ -2939,8 +2931,6 @@ 2781.065186 0.000000 2445.169922 0.000000 0.587077 0.000000 0.809531 1.000000 1.000000 1.000000 2786.571045 0.000000 2416.423828 0.000000 0.991688 0.000000 0.128665 1.000000 1.000000 1.000000 2789.538086 0.000000 2385.468506 0.000000 0.989380 0.000000 0.145354 1.000000 1.000000 1.000000 -2774.974365 0.000000 2438.145508 0.000000 0.609216 0.000000 0.793004 1.000000 1.000000 1.000000 -2789.568359 0.000000 2441.439697 0.000000 0.901318 0.000000 0.433158 1.000000 1.000000 1.000000 2771.489746 0.000000 2422.985107 0.000000 0.905644 0.000000 0.424038 1.000000 1.000000 1.000000 2791.530762 0.000000 2417.716553 0.000000 0.853068 0.000000 0.521800 1.000000 1.000000 1.000000 2788.250244 0.000000 2414.917236 0.000000 0.996190 0.000000 0.087204 1.000000 1.000000 1.000000 @@ -3001,8 +2991,6 @@ 2677.978271 0.000000 2485.654541 0.000000 0.426165 0.000000 0.904645 1.000000 1.000000 1.000000 2724.987061 0.000000 2478.061035 0.000000 0.499386 0.000000 0.866379 1.000000 1.000000 1.000000 2712.157471 0.000000 2455.169434 0.000000 0.075359 0.000000 0.997156 1.000000 1.000000 1.000000 -2801.295166 0.000000 2483.457520 0.000000 0.343625 0.000000 0.939107 1.000000 1.000000 1.000000 -2789.538086 0.000000 2457.452881 0.000000 0.003094 0.000000 0.999995 1.000000 1.000000 1.000000 2798.273682 0.000000 2478.023438 0.000000 0.955962 0.000000 0.293490 1.000000 1.000000 1.000000 2751.026611 0.000000 2514.993408 0.000000 0.524385 0.000000 0.851481 1.000000 1.000000 1.000000 2801.577637 0.000000 2513.202148 0.000000 0.883198 0.000000 0.469001 1.000000 1.000000 1.000000 @@ -3023,10 +3011,7 @@ 2743.810791 0.000000 2496.841309 0.000000 0.985254 0.000000 0.171100 1.000000 1.000000 1.000000 2802.269287 0.000000 2482.665039 0.000000 0.727868 0.000000 0.685718 1.000000 1.000000 1.000000 2838.036621 0.000000 2494.501221 0.000000 0.997606 0.000000 0.069154 1.000000 1.000000 1.000000 -2865.268311 0.000000 2508.856689 0.000000 0.478208 0.000000 0.878247 1.000000 1.000000 1.000000 2828.036865 0.000000 2506.470215 0.000000 0.960652 0.000000 0.277756 1.000000 1.000000 1.000000 -2842.262939 0.000000 2497.188477 0.000000 0.978355 0.000000 0.206934 1.000000 1.000000 1.000000 -2856.972656 0.000000 2492.558594 0.000000 0.896123 0.000000 0.443806 1.000000 1.000000 1.000000 2813.869141 0.000000 2468.082275 0.000000 0.996628 0.000000 0.082050 1.000000 1.000000 1.000000 2820.951660 0.000000 2484.783203 0.000000 0.766401 0.000000 0.642362 1.000000 1.000000 1.000000 2854.092773 0.000000 2513.770020 0.000000 0.992546 0.000000 0.121872 1.000000 1.000000 1.000000 @@ -3110,7 +3095,6 @@ 2979.004883 0.000000 2386.649170 0.000000 0.447250 0.000000 0.894409 1.000000 1.000000 1.000000 3007.819092 0.000000 2412.257324 0.000000 0.370150 0.000000 0.928972 1.000000 1.000000 1.000000 3021.184326 0.000000 2394.009033 0.000000 0.720478 0.000000 0.693478 1.000000 1.000000 1.000000 -3015.004395 0.000000 2424.713623 0.000000 0.168472 0.000000 0.985707 1.000000 1.000000 1.000000 2985.537598 0.000000 2420.004883 0.000000 0.704537 0.000000 0.709668 1.000000 1.000000 1.000000 2960.773438 0.000000 2376.989990 0.000000 0.289632 0.000000 0.957138 1.000000 1.000000 1.000000 3006.266602 0.000000 2415.805908 0.000000 0.317627 0.000000 0.948216 1.000000 1.000000 1.000000 @@ -3264,7 +3248,6 @@ 3031.033203 0.000000 2480.408203 0.000000 0.279034 0.000000 0.960281 1.000000 1.000000 1.000000 3038.256836 0.000000 2472.415283 0.000000 0.975556 0.000000 0.219750 1.000000 1.000000 1.000000 3030.010986 0.000000 2480.908447 0.000000 0.608101 0.000000 0.793860 1.000000 1.000000 1.000000 -3114.863525 0.000000 2467.064453 0.000000 0.848416 0.000000 0.529330 1.000000 1.000000 1.000000 3144.022705 0.000000 2456.409424 0.000000 0.974508 0.000000 0.224353 1.000000 1.000000 1.000000 3164.773193 0.000000 2470.896240 0.000000 0.946598 0.000000 0.322415 1.000000 1.000000 1.000000 3134.402100 0.000000 2505.964600 0.000000 0.989915 0.000000 0.141666 1.000000 1.000000 1.000000 @@ -3370,8 +3353,6 @@ 3436.911133 0.000000 2409.290527 0.000000 0.507407 0.000000 0.861707 1.000000 1.000000 1.000000 3169.118652 0.000000 2511.084717 0.000000 0.641522 0.000000 0.767105 1.000000 1.000000 1.000000 3196.102051 0.000000 2467.666016 0.000000 0.775557 0.000000 0.631278 1.000000 1.000000 1.000000 -3200.985107 0.000000 2469.310547 0.000000 0.406507 0.000000 0.913648 1.000000 1.000000 1.000000 -3189.648438 0.000000 2485.863037 0.000000 0.950006 0.000000 0.312232 1.000000 1.000000 1.000000 3187.196777 0.000000 2486.017578 0.000000 0.870033 0.000000 0.492993 1.000000 1.000000 1.000000 3198.838623 0.000000 2469.334961 0.000000 0.066803 0.000000 0.997766 1.000000 1.000000 1.000000 3179.619873 0.000000 2470.524414 0.000000 0.728790 0.000000 0.684737 1.000000 1.000000 1.000000 @@ -3413,8 +3394,6 @@ 3282.850098 0.000000 2447.733154 0.000000 0.999991 0.000000 0.004298 1.000000 1.000000 1.000000 3250.232422 0.000000 2495.627197 0.000000 0.402226 0.000000 0.915540 1.000000 1.000000 1.000000 3186.322754 0.000000 2523.677734 0.000000 0.514348 0.000000 0.857582 1.000000 1.000000 1.000000 -3225.041504 0.000000 2530.897217 0.000000 0.961629 0.000000 0.274354 1.000000 1.000000 1.000000 -3207.254150 0.000000 2528.325928 0.000000 0.671860 0.000000 0.740678 1.000000 1.000000 1.000000 3215.202148 0.000000 2534.888428 0.000000 0.571376 0.000000 0.820689 1.000000 1.000000 1.000000 3224.073486 0.000000 2528.374512 0.000000 0.020143 0.000000 0.999797 1.000000 1.000000 1.000000 3225.937744 0.000000 2589.242188 0.000000 0.391383 0.000000 0.920228 1.000000 1.000000 1.000000 @@ -3433,7 +3412,6 @@ 3309.833740 0.000000 2522.914307 0.000000 0.603222 0.000000 0.797573 1.000000 1.000000 1.000000 3320.827881 0.000000 2485.926270 0.000000 0.445962 0.000000 0.895052 1.000000 1.000000 1.000000 3311.775879 0.000000 2461.518066 0.000000 0.174688 0.000000 0.984624 1.000000 1.000000 1.000000 -3355.774658 0.000000 2502.255371 0.000000 0.606259 0.000000 0.795267 1.000000 1.000000 1.000000 3361.551270 0.000000 2484.676270 0.000000 0.440521 0.000000 0.897742 1.000000 1.000000 1.000000 3357.968750 0.000000 2503.252686 0.000000 0.218584 0.000000 0.975818 1.000000 1.000000 1.000000 3371.053223 0.000000 2507.782227 0.000000 0.471482 0.000000 0.881876 1.000000 1.000000 1.000000 @@ -3501,7 +3479,6 @@ 3398.905029 0.000000 2548.845459 0.000000 0.874535 0.000000 0.484963 1.000000 1.000000 1.000000 3251.740234 0.000000 2651.573730 0.000000 0.457696 0.000000 0.889109 1.000000 1.000000 1.000000 3257.122070 0.000000 2647.850830 0.000000 0.733913 0.000000 0.679243 1.000000 1.000000 1.000000 -3344.906738 0.000000 2618.025879 0.000000 0.058557 0.000000 0.998284 1.000000 1.000000 1.000000 3364.625244 0.000000 2622.739014 0.000000 0.331618 0.000000 0.943414 1.000000 1.000000 1.000000 3316.698975 0.000000 2602.303711 0.000000 0.993899 0.000000 0.110295 1.000000 1.000000 1.000000 3364.795654 0.000000 2618.079102 0.000000 0.944858 0.000000 0.327481 1.000000 1.000000 1.000000 @@ -3546,7 +3523,7 @@ object={ generated_content=yes layer="tree_high_layer" pdxmesh="tree_cypress_01_b_mesh" - count=2127 + count=2106 transform="464.020325 0.000000 2230.378662 0.000000 0.997073 0.000000 -0.076452 1.000000 1.000000 1.000000 489.163269 0.000000 2231.505127 0.000000 0.942462 0.000000 -0.334312 1.000000 1.000000 1.000000 519.051514 0.000000 2223.037109 0.000000 0.883959 0.000000 -0.467565 1.000000 1.000000 1.000000 @@ -4169,7 +4146,6 @@ object={ 459.278381 0.000000 2602.602295 0.000000 0.975681 0.000000 -0.219195 1.000000 1.000000 1.000000 477.217499 0.000000 2604.977539 0.000000 0.794817 0.000000 -0.606850 1.000000 1.000000 1.000000 493.486633 0.000000 2604.109619 0.000000 0.982494 0.000000 -0.186293 1.000000 1.000000 1.000000 -495.277832 0.000000 2640.666748 0.000000 0.664047 0.000000 -0.747691 1.000000 1.000000 1.000000 482.062012 0.000000 2662.050781 0.000000 0.776884 0.000000 -0.629644 1.000000 1.000000 1.000000 492.691284 0.000000 2661.263916 0.000000 0.921534 0.000000 -0.388297 1.000000 1.000000 1.000000 453.049683 0.000000 2639.092285 0.000000 0.743414 0.000000 -0.668832 1.000000 1.000000 1.000000 @@ -4529,7 +4505,6 @@ object={ 937.873535 0.000000 2662.383789 0.000000 0.998809 0.000000 -0.048783 1.000000 1.000000 1.000000 975.544861 0.000000 2648.169678 0.000000 0.941850 0.000000 -0.336033 1.000000 1.000000 1.000000 936.005005 0.000000 2662.171875 0.000000 0.950587 0.000000 -0.310459 1.000000 1.000000 1.000000 -896.275269 0.000000 2680.647217 0.000000 0.832388 0.000000 -0.554193 1.000000 1.000000 1.000000 889.849121 0.000000 2666.476807 0.000000 0.703645 0.000000 -0.710552 1.000000 1.000000 1.000000 926.906616 0.000000 2674.620361 0.000000 0.946670 0.000000 -0.322204 1.000000 1.000000 1.000000 888.281982 0.000000 2666.771729 0.000000 0.671787 0.000000 -0.740744 1.000000 1.000000 1.000000 @@ -4630,7 +4605,6 @@ object={ 1125.928467 0.000000 2666.840088 0.000000 0.851511 0.000000 -0.524337 1.000000 1.000000 1.000000 1122.139282 0.000000 2668.722168 0.000000 0.998177 0.000000 -0.060349 1.000000 1.000000 1.000000 1105.124756 0.000000 2688.305176 0.000000 0.980522 0.000000 -0.196410 1.000000 1.000000 1.000000 -877.245850 0.000000 2752.764160 0.000000 0.898795 0.000000 -0.438369 1.000000 1.000000 1.000000 916.301147 0.000000 2754.904297 0.000000 0.856860 0.000000 -0.515550 1.000000 1.000000 1.000000 919.818481 0.000000 2767.338867 0.000000 0.939699 0.000000 -0.342003 1.000000 1.000000 1.000000 879.229736 0.000000 2802.930908 0.000000 0.952883 0.000000 -0.303338 1.000000 1.000000 1.000000 @@ -4656,10 +4630,8 @@ object={ 900.553833 0.000000 2809.422363 0.000000 0.868526 0.000000 -0.495644 1.000000 1.000000 1.000000 874.775269 0.000000 2811.869385 0.000000 0.967020 0.000000 -0.254699 1.000000 1.000000 1.000000 872.707153 0.000000 2810.948242 0.000000 0.927491 0.000000 -0.373844 1.000000 1.000000 1.000000 -1092.686646 0.000000 2736.291992 0.000000 0.956471 0.000000 -0.291829 1.000000 1.000000 1.000000 1151.421265 0.000000 2788.114502 0.000000 0.815167 0.000000 -0.579227 1.000000 1.000000 1.000000 1148.386475 0.000000 2789.771973 0.000000 0.981414 0.000000 -0.191902 1.000000 1.000000 1.000000 -1090.751831 0.000000 2739.885010 0.000000 0.976972 0.000000 -0.213369 1.000000 1.000000 1.000000 1093.696533 0.000000 2738.828857 0.000000 0.825890 0.000000 -0.563831 1.000000 1.000000 1.000000 1097.553833 0.000000 2735.521973 0.000000 0.884321 0.000000 -0.466880 1.000000 1.000000 1.000000 1145.140747 0.000000 2752.240234 0.000000 0.828180 0.000000 -0.560462 1.000000 1.000000 1.000000 @@ -5018,7 +4990,6 @@ object={ 1818.709839 0.000000 2669.831787 0.000000 0.640401 0.000000 -0.768041 1.000000 1.000000 1.000000 1820.861328 0.000000 2668.230957 0.000000 0.998601 0.000000 -0.052877 1.000000 1.000000 1.000000 1890.996338 0.000000 2611.033203 0.000000 0.626542 0.000000 -0.779388 1.000000 1.000000 1.000000 -1903.864014 0.000000 2662.284912 0.000000 0.997736 0.000000 -0.067248 1.000000 1.000000 1.000000 1922.010010 0.000000 2605.679199 0.000000 0.888839 0.000000 -0.458221 1.000000 1.000000 1.000000 1929.182129 0.000000 2602.881592 0.000000 0.922859 0.000000 -0.385138 1.000000 1.000000 1.000000 1889.764648 0.000000 2625.334473 0.000000 0.984206 0.000000 -0.177028 1.000000 1.000000 1.000000 @@ -5028,7 +4999,6 @@ object={ 1885.166748 0.000000 2626.735596 0.000000 0.886407 0.000000 -0.462907 1.000000 1.000000 1.000000 1886.064331 0.000000 2629.623291 0.000000 0.788346 0.000000 -0.615232 1.000000 1.000000 1.000000 1886.267578 0.000000 2626.081299 0.000000 0.997618 0.000000 -0.068974 1.000000 1.000000 1.000000 -1976.088135 0.000000 2657.473633 0.000000 0.622063 0.000000 -0.782967 1.000000 1.000000 1.000000 1957.152588 0.000000 2605.258301 0.000000 0.997972 0.000000 -0.063653 1.000000 1.000000 1.000000 1954.072266 0.000000 2606.166748 0.000000 0.776838 0.000000 -0.629700 1.000000 1.000000 1.000000 1948.888184 0.000000 2595.694092 0.000000 0.992615 0.000000 -0.121312 1.000000 1.000000 1.000000 @@ -5139,8 +5109,6 @@ object={ 2570.556641 0.000000 2410.199219 0.000000 0.962048 0.000000 -0.272879 1.000000 1.000000 1.000000 2546.531982 0.000000 2427.673096 0.000000 0.996325 0.000000 -0.085653 1.000000 1.000000 1.000000 2353.963135 0.000000 2461.710449 0.000000 0.974048 0.000000 -0.226341 1.000000 1.000000 1.000000 -2328.745850 0.000000 2488.271729 0.000000 0.787648 0.000000 -0.616125 1.000000 1.000000 1.000000 -2329.718018 0.000000 2500.878174 0.000000 0.861017 0.000000 -0.508575 1.000000 1.000000 1.000000 2351.295898 0.000000 2462.904053 0.000000 0.876239 0.000000 -0.481877 1.000000 1.000000 1.000000 2322.242676 0.000000 2495.740967 0.000000 0.916275 0.000000 -0.400550 1.000000 1.000000 1.000000 2315.713623 0.000000 2470.524414 0.000000 0.863776 0.000000 -0.503876 1.000000 1.000000 1.000000 @@ -5255,7 +5223,6 @@ object={ 2774.441162 0.000000 2433.980225 0.000000 0.872415 0.000000 -0.488765 1.000000 1.000000 1.000000 2786.480957 0.000000 2386.579346 0.000000 0.857252 0.000000 -0.514896 1.000000 1.000000 1.000000 2784.428467 0.000000 2443.534668 0.000000 0.755004 0.000000 -0.655721 1.000000 1.000000 1.000000 -2787.340576 0.000000 2443.556396 0.000000 0.916829 0.000000 -0.399279 1.000000 1.000000 1.000000 2782.868408 0.000000 2447.409424 0.000000 0.748042 0.000000 -0.663651 1.000000 1.000000 1.000000 2783.178467 0.000000 2411.921631 0.000000 0.974986 0.000000 -0.222267 1.000000 1.000000 1.000000 2788.363281 0.000000 2386.905273 0.000000 0.980653 0.000000 -0.195753 1.000000 1.000000 1.000000 @@ -5325,13 +5292,9 @@ object={ 2797.055908 0.000000 2515.780762 0.000000 0.728503 0.000000 -0.685043 1.000000 1.000000 1.000000 2742.987549 0.000000 2515.442139 0.000000 0.840467 0.000000 -0.541863 1.000000 1.000000 1.000000 2803.910156 0.000000 2483.969238 0.000000 0.943165 0.000000 -0.332325 1.000000 1.000000 1.000000 -2859.044922 0.000000 2506.482666 0.000000 0.999890 0.000000 -0.014854 1.000000 1.000000 1.000000 2825.226562 0.000000 2484.537354 0.000000 0.889784 0.000000 -0.456382 1.000000 1.000000 1.000000 -2816.984375 0.000000 2496.399170 0.000000 0.898094 0.000000 -0.439803 1.000000 1.000000 1.000000 -2850.427246 0.000000 2512.073975 0.000000 0.999520 0.000000 -0.030966 1.000000 1.000000 1.000000 2829.687500 0.000000 2485.863037 0.000000 0.836841 0.000000 -0.547445 1.000000 1.000000 1.000000 2829.013184 0.000000 2481.042969 0.000000 0.747561 0.000000 -0.664193 1.000000 1.000000 1.000000 -2825.450439 0.000000 2488.980713 0.000000 0.960454 0.000000 -0.278440 1.000000 1.000000 1.000000 2866.609131 0.000000 2512.513184 0.000000 0.998132 0.000000 -0.061102 1.000000 1.000000 1.000000 2858.652588 0.000000 2503.088623 0.000000 0.998784 0.000000 -0.049294 1.000000 1.000000 1.000000 2843.481934 0.000000 2494.969482 0.000000 0.693679 0.000000 -0.720284 1.000000 1.000000 1.000000 @@ -5467,8 +5430,6 @@ object={ 2917.808105 0.000000 2482.167725 0.000000 0.785922 0.000000 -0.618325 1.000000 1.000000 1.000000 2915.048584 0.000000 2480.513428 0.000000 0.834417 0.000000 -0.551133 1.000000 1.000000 1.000000 2885.648926 0.000000 2488.665039 0.000000 0.726340 0.000000 -0.687335 1.000000 1.000000 1.000000 -2970.879150 0.000000 2467.064453 0.000000 0.875039 0.000000 -0.484052 1.000000 1.000000 1.000000 -2992.504883 0.000000 2466.088379 0.000000 0.846342 0.000000 -0.532639 1.000000 1.000000 1.000000 2995.523438 0.000000 2467.549561 0.000000 0.969365 0.000000 -0.245625 1.000000 1.000000 1.000000 3001.901123 0.000000 2479.429443 0.000000 0.833859 0.000000 -0.551978 1.000000 1.000000 1.000000 3007.507324 0.000000 2489.700928 0.000000 0.895150 0.000000 -0.445766 1.000000 1.000000 1.000000 @@ -5563,7 +5524,6 @@ object={ 3438.239990 0.000000 2411.840332 0.000000 0.683404 0.000000 -0.730040 1.000000 1.000000 1.000000 3410.368652 0.000000 2422.132080 0.000000 0.695084 0.000000 -0.718928 1.000000 1.000000 1.000000 3177.557373 0.000000 2470.338867 0.000000 0.967627 0.000000 -0.252386 1.000000 1.000000 1.000000 -3181.838135 0.000000 2480.807861 0.000000 0.999840 0.000000 -0.017897 1.000000 1.000000 1.000000 3186.340576 0.000000 2473.367432 0.000000 0.976050 0.000000 -0.217546 1.000000 1.000000 1.000000 3167.736328 0.000000 2468.369141 0.000000 0.963857 0.000000 -0.266419 1.000000 1.000000 1.000000 3196.685547 0.000000 2463.819824 0.000000 0.873053 0.000000 -0.487626 1.000000 1.000000 1.000000 @@ -5573,7 +5533,6 @@ object={ 3180.438232 0.000000 2481.362549 0.000000 0.769897 0.000000 -0.638168 1.000000 1.000000 1.000000 3213.075684 0.000000 2502.466309 0.000000 0.952585 0.000000 -0.304272 1.000000 1.000000 1.000000 3309.415283 0.000000 2459.020264 0.000000 0.955627 0.000000 -0.294579 1.000000 1.000000 1.000000 -3253.214111 0.000000 2498.831055 0.000000 0.856952 0.000000 -0.515397 1.000000 1.000000 1.000000 3309.153076 0.000000 2465.993408 0.000000 0.865636 0.000000 -0.500675 1.000000 1.000000 1.000000 3249.140625 0.000000 2492.386475 0.000000 0.760738 0.000000 -0.649059 1.000000 1.000000 1.000000 3306.001709 0.000000 2459.341309 0.000000 0.881334 0.000000 -0.472495 1.000000 1.000000 1.000000 @@ -5627,11 +5586,9 @@ object={ 3449.566406 0.000000 2489.864746 0.000000 0.992714 0.000000 -0.120494 1.000000 1.000000 1.000000 3420.509277 0.000000 2486.993164 0.000000 0.669198 0.000000 -0.743084 1.000000 1.000000 1.000000 3422.850098 0.000000 2486.066162 0.000000 0.948638 0.000000 -0.316362 1.000000 1.000000 1.000000 -3351.573486 0.000000 2520.086426 0.000000 0.790342 0.000000 -0.612666 1.000000 1.000000 1.000000 3380.570068 0.000000 2560.125244 0.000000 0.684431 0.000000 -0.729077 1.000000 1.000000 1.000000 3340.086426 0.000000 2539.650391 0.000000 0.612422 0.000000 -0.790531 1.000000 1.000000 1.000000 3325.712402 0.000000 2578.955566 0.000000 0.748478 0.000000 -0.663159 1.000000 1.000000 1.000000 -3348.288330 0.000000 2521.484863 0.000000 0.799575 0.000000 -0.600566 1.000000 1.000000 1.000000 3325.169922 0.000000 2576.341797 0.000000 0.996782 0.000000 -0.080163 1.000000 1.000000 1.000000 3376.359131 0.000000 2526.570068 0.000000 0.997533 0.000000 -0.070203 1.000000 1.000000 1.000000 3350.232422 0.000000 2521.822754 0.000000 0.829772 0.000000 -0.558103 1.000000 1.000000 1.000000 @@ -5654,7 +5611,6 @@ object={ 3248.131592 0.000000 2650.623535 0.000000 0.976832 0.000000 -0.214009 1.000000 1.000000 1.000000 3259.475830 0.000000 2644.662109 0.000000 0.690837 0.000000 -0.723010 1.000000 1.000000 1.000000 3257.630615 0.000000 2644.251465 0.000000 0.993316 0.000000 -0.115430 1.000000 1.000000 1.000000 -3367.552979 0.000000 2623.370117 0.000000 0.707893 0.000000 -0.706319 1.000000 1.000000 1.000000 3318.263672 0.000000 2600.320312 0.000000 0.818268 0.000000 -0.574837 1.000000 1.000000 1.000000 3355.484375 0.000000 2611.518311 0.000000 0.989937 0.000000 -0.141507 1.000000 1.000000 1.000000 3354.805420 0.000000 2609.092285 0.000000 0.999904 0.000000 -0.013848 1.000000 1.000000 1.000000 @@ -5682,7 +5638,7 @@ object={ generated_content=yes layer="tree_high_layer" pdxmesh="tree_cypress_01_c_mesh" - count=1479 + count=1469 transform="465.373322 0.000000 2229.034668 0.000000 0.288283 0.000000 -0.957545 1.000000 1.000000 1.000000 511.286865 0.000000 2222.398193 0.000000 0.305038 0.000000 -0.952340 1.000000 1.000000 1.000000 508.271515 0.000000 2222.400391 0.000000 0.504616 0.000000 -0.863344 1.000000 1.000000 1.000000 @@ -6161,7 +6117,6 @@ object={ 480.365936 0.000000 2605.227783 0.000000 0.580791 0.000000 -0.814053 1.000000 1.000000 1.000000 477.917786 0.000000 2638.907715 0.000000 0.194449 0.000000 -0.980913 1.000000 1.000000 1.000000 466.533539 0.000000 2612.326416 0.000000 0.441924 0.000000 -0.897052 1.000000 1.000000 1.000000 -496.103424 0.000000 2643.900635 0.000000 0.522455 0.000000 -0.852667 1.000000 1.000000 1.000000 527.532349 0.000000 2657.866455 0.000000 0.000734 0.000000 -1.000000 1.000000 1.000000 1.000000 567.666138 0.000000 2650.337646 0.000000 0.170457 0.000000 -0.985365 1.000000 1.000000 1.000000 510.201965 0.000000 2657.314697 0.000000 0.300234 0.000000 -0.953866 1.000000 1.000000 1.000000 @@ -6826,7 +6781,6 @@ object={ 2569.706787 0.000000 2411.131348 0.000000 0.402258 0.000000 -0.915526 1.000000 1.000000 1.000000 2523.633545 0.000000 2398.781250 0.000000 0.361268 0.000000 -0.932462 1.000000 1.000000 1.000000 2321.981689 0.000000 2477.380859 0.000000 0.445654 0.000000 -0.895205 1.000000 1.000000 1.000000 -2325.828613 0.000000 2490.466797 0.000000 0.444625 0.000000 -0.895717 1.000000 1.000000 1.000000 2331.074219 0.000000 2498.528809 0.000000 0.178622 0.000000 -0.983918 1.000000 1.000000 1.000000 2359.424072 0.000000 2460.306641 0.000000 0.011933 0.000000 -0.999929 1.000000 1.000000 1.000000 2324.924561 0.000000 2492.338867 0.000000 0.242971 0.000000 -0.970034 1.000000 1.000000 1.000000 @@ -6915,7 +6869,6 @@ object={ 2817.176514 0.000000 2349.691406 0.000000 0.181807 0.000000 -0.983334 1.000000 1.000000 1.000000 2745.334473 0.000000 2431.587646 0.000000 0.504179 0.000000 -0.863599 1.000000 1.000000 1.000000 2775.184814 0.000000 2404.295898 0.000000 0.225554 0.000000 -0.974231 1.000000 1.000000 1.000000 -2785.909180 0.000000 2437.662842 0.000000 0.309844 0.000000 -0.950787 1.000000 1.000000 1.000000 2777.768311 0.000000 2405.341553 0.000000 0.472950 0.000000 -0.881090 1.000000 1.000000 1.000000 2788.925049 0.000000 2417.799316 0.000000 0.345659 0.000000 -0.938360 1.000000 1.000000 1.000000 2751.946289 0.000000 2426.250488 0.000000 0.198752 0.000000 -0.980050 1.000000 1.000000 1.000000 @@ -6949,10 +6902,7 @@ object={ 2798.756836 0.000000 2485.094238 0.000000 0.237122 0.000000 -0.971480 1.000000 1.000000 1.000000 2799.483154 0.000000 2486.513916 0.000000 0.301580 0.000000 -0.953441 1.000000 1.000000 1.000000 2751.909668 0.000000 2508.358643 0.000000 0.558371 0.000000 -0.829591 1.000000 1.000000 1.000000 -2823.427002 0.000000 2503.337158 0.000000 0.053622 0.000000 -0.998561 1.000000 1.000000 1.000000 2863.130371 0.000000 2505.471680 0.000000 0.268701 0.000000 -0.963224 1.000000 1.000000 1.000000 -2822.511230 0.000000 2487.523438 0.000000 0.384899 0.000000 -0.922959 1.000000 1.000000 1.000000 -2854.546631 0.000000 2493.667236 0.000000 0.015421 0.000000 -0.999881 1.000000 1.000000 1.000000 2821.224609 0.000000 2504.357422 0.000000 0.496365 0.000000 -0.868114 1.000000 1.000000 1.000000 2808.578857 0.000000 2472.240723 0.000000 0.170328 0.000000 -0.985387 1.000000 1.000000 1.000000 2864.272949 0.000000 2509.979980 0.000000 0.374478 0.000000 -0.927236 1.000000 1.000000 1.000000 @@ -6984,7 +6934,6 @@ object={ 2994.777588 0.000000 2375.128174 0.000000 0.453384 0.000000 -0.891315 1.000000 1.000000 1.000000 2996.354492 0.000000 2369.864746 0.000000 0.079652 0.000000 -0.996823 1.000000 1.000000 1.000000 2997.534668 0.000000 2368.830566 0.000000 0.037963 0.000000 -0.999279 1.000000 1.000000 1.000000 -2981.994141 0.000000 2431.174805 0.000000 0.455714 0.000000 -0.890126 1.000000 1.000000 1.000000 3004.772461 0.000000 2412.742432 0.000000 0.586046 0.000000 -0.810278 1.000000 1.000000 1.000000 2965.711914 0.000000 2402.019775 0.000000 0.303189 0.000000 -0.952931 1.000000 1.000000 1.000000 2962.752686 0.000000 2375.585693 0.000000 0.266483 0.000000 -0.963840 1.000000 1.000000 1.000000 @@ -7029,7 +6978,6 @@ object={ 2891.099121 0.000000 2480.793457 0.000000 0.228343 0.000000 -0.973581 1.000000 1.000000 1.000000 2891.864990 0.000000 2483.847656 0.000000 0.071508 0.000000 -0.997440 1.000000 1.000000 1.000000 2914.849854 0.000000 2505.761963 0.000000 0.194752 0.000000 -0.980852 1.000000 1.000000 1.000000 -2974.039795 0.000000 2471.633301 0.000000 0.181052 0.000000 -0.983473 1.000000 1.000000 1.000000 2964.218750 0.000000 2502.032959 0.000000 0.240169 0.000000 -0.970731 1.000000 1.000000 1.000000 2980.718262 0.000000 2518.458496 0.000000 0.218644 0.000000 -0.975805 1.000000 1.000000 1.000000 2965.850586 0.000000 2502.740479 0.000000 0.084719 0.000000 -0.996405 1.000000 1.000000 1.000000 @@ -7099,7 +7047,6 @@ object={ 3181.915527 0.000000 2489.617432 0.000000 0.353472 0.000000 -0.935445 1.000000 1.000000 1.000000 3248.937500 0.000000 2496.399170 0.000000 0.110749 0.000000 -0.993848 1.000000 1.000000 1.000000 3258.314941 0.000000 2451.693359 0.000000 0.213079 0.000000 -0.977035 1.000000 1.000000 1.000000 -3242.756104 0.000000 2480.704834 0.000000 0.114482 0.000000 -0.993425 1.000000 1.000000 1.000000 3284.007568 0.000000 2447.529785 0.000000 0.207824 0.000000 -0.978166 1.000000 1.000000 1.000000 3257.270996 0.000000 2505.633789 0.000000 0.126780 0.000000 -0.991931 1.000000 1.000000 1.000000 3307.839600 0.000000 2461.468506 0.000000 0.303549 0.000000 -0.952816 1.000000 1.000000 1.000000 @@ -7132,7 +7079,6 @@ object={ 3407.436768 0.000000 2499.839844 0.000000 0.093962 0.000000 -0.995576 1.000000 1.000000 1.000000 3449.088379 0.000000 2488.654297 0.000000 0.268602 0.000000 -0.963251 1.000000 1.000000 1.000000 3351.603760 0.000000 2531.991943 0.000000 0.495105 0.000000 -0.868833 1.000000 1.000000 1.000000 -3354.586426 0.000000 2522.281738 0.000000 0.199976 0.000000 -0.979801 1.000000 1.000000 1.000000 3377.590576 0.000000 2559.047119 0.000000 0.126170 0.000000 -0.992009 1.000000 1.000000 1.000000 3350.810547 0.000000 2535.200928 0.000000 0.477959 0.000000 -0.878382 1.000000 1.000000 1.000000 3322.040039 0.000000 2573.232666 0.000000 0.222737 0.000000 -0.974879 1.000000 1.000000 1.000000 diff --git a/gfx/map/map_object_data/generated/tree_jungle_01_d_generator_1.txt b/gfx/map/map_object_data/generated/tree_jungle_01_d_generator_1.txt index 819ded53..6efb54f5 100644 --- a/gfx/map/map_object_data/generated/tree_jungle_01_d_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_jungle_01_d_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_jungle_01_d_mesh" - count=38113 + count=38105 transform="671.516724 0.000000 570.319458 0.000000 0.829937 0.000000 -0.557858 0.808729 0.808729 0.808729 663.035889 0.000000 567.396423 0.000000 0.918576 0.000000 -0.395245 0.756847 0.756847 0.756847 659.586670 0.000000 573.302612 0.000000 0.149066 0.000000 -0.988827 0.813864 0.813864 0.813864 @@ -35341,23 +35341,18 @@ 7080.281250 0.000000 1157.811035 0.000000 0.249033 0.000000 -0.968495 1.016752 1.016752 1.016752 7083.126465 0.000000 1159.047729 0.000000 0.992688 0.000000 -0.120711 0.773790 0.773790 0.773790 7082.786621 0.000000 1157.153076 0.000000 0.087161 0.000000 0.996194 0.416668 0.416668 0.416668 -7128.916504 0.000000 1169.589355 0.000000 0.323894 0.000000 -0.946093 0.754647 0.754647 0.754647 -7140.030273 0.000000 1152.635742 0.000000 0.204504 0.000000 -0.978866 0.755111 0.755111 0.755111 7146.425781 0.000000 1171.345581 0.000000 0.603368 0.000000 -0.797463 0.808765 0.808765 0.808765 7136.414551 0.000000 1184.741089 0.000000 0.998463 0.000000 0.055417 0.746159 0.746159 0.746159 -7138.110840 0.000000 1163.276855 0.000000 0.915797 0.000000 -0.401641 0.751548 0.751548 0.751548 7127.485840 0.000000 1179.739380 0.000000 0.719739 0.000000 0.694245 0.643674 0.643674 0.643674 7128.029297 0.000000 1190.187622 0.000000 0.338705 0.000000 0.940893 0.713293 0.713293 0.713293 -7149.319824 0.000000 1161.902222 0.000000 0.094877 0.000000 0.995489 0.741710 0.741710 0.741710 7196.155762 0.000000 1192.422119 0.000000 0.689483 0.000000 -0.724302 0.768200 0.768200 0.768200 7186.484863 0.000000 1203.860718 0.000000 0.923643 0.000000 0.383253 0.732325 0.732325 0.732325 7178.094727 0.000000 1192.689453 0.000000 0.845323 0.000000 -0.534256 0.778494 0.778494 0.778494 -7145.893066 0.000000 1155.974609 0.000000 0.412426 0.000000 -0.910991 0.760726 0.760726 0.760726 7175.161621 0.000000 1205.565674 0.000000 0.968813 0.000000 -0.247793 0.752344 0.752344 0.752344 7133.257812 0.000000 1179.118286 0.000000 0.933357 0.000000 -0.358949 0.755499 0.755499 0.755499 7134.903809 0.000000 1168.517334 0.000000 0.713233 0.000000 0.700927 0.725277 0.725277 0.725277 7130.333984 0.000000 1184.986084 0.000000 0.608929 0.000000 -0.793225 0.774014 0.774014 0.774014 -7140.842285 0.000000 1158.057739 0.000000 0.570851 0.000000 0.821053 0.737375 0.737375 0.737375 +7140.842285 0.000000 1158.057739 0.000000 0.570851 0.000000 0.821053 0.739178 0.739178 0.739178 7129.864258 0.000000 1174.901611 0.000000 0.899071 0.000000 0.437803 0.706727 0.706727 0.706727 7185.581543 0.000000 1198.671143 0.000000 0.059598 0.000000 -0.998222 0.806590 0.806590 0.806590 7141.408203 0.000000 1185.089111 0.000000 0.888846 0.000000 -0.458205 0.761586 0.761586 0.761586 @@ -35369,7 +35364,6 @@ 7145.273438 0.000000 1160.251099 0.000000 0.047540 0.000000 -0.998869 0.798486 0.798486 0.798486 7133.400391 0.000000 1172.363525 0.000000 0.008553 0.000000 -0.999963 0.940135 0.940135 0.940135 7127.361816 0.000000 1165.799316 0.000000 0.463171 0.000000 0.886269 0.713289 0.713289 0.713289 -7133.849609 0.000000 1160.632935 0.000000 0.956359 0.000000 0.292193 0.741672 0.741672 0.741672 7181.813477 0.000000 1192.071533 0.000000 0.220734 0.000000 -0.975334 0.785342 0.785342 0.785342 7172.574219 0.000000 1203.628540 0.000000 0.177970 0.000000 -0.984036 0.817760 0.817760 0.817760 7193.176758 0.000000 1191.344116 0.000000 0.893449 0.000000 0.449165 0.733428 0.733428 0.733428 @@ -37978,8 +37972,6 @@ 7509.280762 0.000000 1953.730347 0.000000 0.789443 0.000000 -0.613824 0.774749 0.774749 0.774749 7506.092773 0.000000 1949.988037 0.000000 0.053178 0.000000 -0.998585 0.863662 0.863662 0.863662 7506.791016 0.000000 1951.438599 0.000000 0.524656 0.000000 0.851314 0.549763 0.549763 0.549763 -6373.188965 0.000000 2565.431641 0.000000 0.820149 0.000000 0.572151 0.732892 0.732892 0.732892 -6377.255371 0.000000 2567.018799 0.000000 0.750502 0.000000 -0.660868 0.768926 0.768926 0.768926 7103.592773 0.000000 2312.440674 0.000000 0.018805 0.000000 -0.999823 0.822649 0.822649 0.822649 7095.167480 0.000000 2304.133301 0.000000 0.655348 0.000000 0.755327 0.741985 0.741985 0.741985 7114.729492 0.000000 2311.716797 0.000000 0.809021 0.000000 -0.587779 0.840587 0.840587 0.840587 diff --git a/gfx/map/map_object_data/generated/tree_leaf_01_single_generator_1.txt b/gfx/map/map_object_data/generated/tree_leaf_01_single_generator_1.txt index 60c053cb..ff616f42 100644 --- a/gfx/map/map_object_data/generated/tree_leaf_01_single_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_leaf_01_single_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_single_a_mesh" - count=3950 + count=3945 transform="601.782959 0.000000 2194.893311 0.000000 0.759601 0.000000 0.650389 0.692575 0.692575 0.692575 613.813904 0.000000 2205.509766 0.000000 0.957767 0.000000 -0.287547 0.703568 0.703568 0.703568 604.855469 0.000000 2222.298828 0.000000 0.893251 0.000000 -0.449559 0.739928 0.739928 0.739928 @@ -473,10 +473,8 @@ 622.511780 0.000000 3418.891602 0.000000 0.786882 0.000000 -0.617103 0.981262 0.981262 0.981262 622.551514 0.000000 3419.751709 0.000000 0.130621 0.000000 -0.991432 1.308914 1.308914 1.308914 843.263611 0.000000 3442.279541 0.000000 0.646380 0.000000 -0.763016 0.759157 0.759157 0.759157 -842.479431 0.000000 3448.766846 0.000000 0.553713 0.000000 -0.832707 1.031880 1.031880 1.031880 838.819092 0.000000 3445.772461 0.000000 0.916367 0.000000 0.400339 0.643855 0.643855 0.643855 845.500061 0.000000 3445.745850 0.000000 0.505768 0.000000 0.862669 0.629082 0.629082 0.629082 -838.311523 0.000000 3449.566895 0.000000 0.606474 0.000000 -0.795103 0.863847 0.863847 0.863847 845.779236 0.000000 3449.220947 0.000000 0.615336 0.000000 0.788265 0.600033 0.600033 0.600033 840.639343 0.000000 3451.315918 0.000000 0.927404 0.000000 0.374060 0.655780 0.655780 0.655780 843.551636 0.000000 3451.337646 0.000000 0.180442 0.000000 -0.983586 0.852966 0.852966 0.852966 @@ -3538,7 +3536,6 @@ 7724.802246 0.000000 2210.792725 0.000000 0.940086 0.000000 -0.340938 0.718848 0.718848 0.718848 7710.403809 0.000000 2200.989502 0.000000 0.949874 0.000000 -0.312633 0.751677 0.751677 0.751677 7711.334961 0.000000 2202.911133 0.000000 0.150045 0.000000 -0.988679 0.930816 0.930816 0.930816 -6365.281738 0.000000 2564.921387 0.000000 0.398534 0.000000 0.917153 0.555960 0.555960 0.555960 6838.804199 0.000000 2500.177002 0.000000 0.557331 0.000000 -0.830290 0.727392 0.727392 0.727392 6902.978516 0.000000 2506.368896 0.000000 0.985069 0.000000 -0.172158 0.703628 0.703628 0.703628 6910.537109 0.000000 2510.549072 0.000000 0.443467 0.000000 -0.896291 0.795165 0.795165 0.795165 @@ -3762,8 +3759,6 @@ 6948.666504 0.000000 2528.231934 0.000000 0.732019 0.000000 0.681284 0.638438 0.638438 0.638438 6939.786133 0.000000 2525.683594 0.000000 0.709584 0.000000 -0.704621 0.766954 0.766954 0.766954 6962.777832 0.000000 2532.348633 0.000000 0.285481 0.000000 -0.958384 0.809719 0.809719 0.809719 -7017.810059 0.000000 2713.141602 0.000000 0.663979 0.000000 -0.747751 0.717714 0.717714 0.717714 -7021.206055 0.000000 2716.245605 0.000000 0.620960 0.000000 0.783843 0.677960 0.677960 0.677960 7214.324707 0.000000 2870.896484 0.000000 0.788883 0.000000 -0.614544 0.716192 0.716192 0.716192 7210.875977 0.000000 2876.802734 0.000000 0.460576 0.000000 0.887620 0.659919 0.659919 0.659919 7237.750977 0.000000 2876.190186 0.000000 0.133969 0.000000 -0.990986 0.717572 0.717572 0.717572 diff --git a/gfx/map/map_object_data/generated/tree_leaf_2_high_generator_1.txt b/gfx/map/map_object_data/generated/tree_leaf_2_high_generator_1.txt index a68a0593..533e3310 100644 --- a/gfx/map/map_object_data/generated/tree_leaf_2_high_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_leaf_2_high_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_a_mesh" - count=7372 + count=7176 transform="490.112579 0.000000 2272.955566 0.000000 0.990821 0.000000 0.135183 0.590047 0.590047 0.590047 488.092468 0.000000 2268.288574 0.000000 0.006166 0.000000 0.999981 0.555470 0.555470 0.555470 501.721436 0.000000 2265.155762 0.000000 0.018165 0.000000 0.999835 0.420919 0.420919 0.420919 @@ -657,7 +657,6 @@ 1058.022461 0.000000 2516.388672 0.000000 0.028051 0.000000 0.999606 0.253362 0.253362 0.253362 1077.990356 0.000000 2564.617920 0.000000 0.614622 0.000000 0.788821 0.565964 0.565964 0.565964 1074.572876 0.000000 2547.017334 0.000000 0.102660 0.000000 0.994717 0.435083 0.435083 0.435083 -1079.920898 0.000000 2563.105713 0.000000 0.791042 0.000000 0.611762 0.569432 0.569432 0.569432 639.262207 0.000000 2640.666748 0.000000 0.798687 0.000000 0.601746 0.570017 0.570017 0.570017 636.675659 0.000000 2661.263916 0.000000 0.995504 0.000000 0.094722 0.598011 0.598011 0.598011 608.236511 0.000000 2657.473633 0.000000 0.030489 0.000000 0.999535 0.526168 0.526168 0.526168 @@ -706,7 +705,6 @@ 658.966187 0.000000 2665.736816 0.000000 0.493667 0.000000 0.869651 0.516283 0.516283 0.516283 659.002625 0.000000 2663.523193 0.000000 0.957264 0.000000 0.289216 0.501991 0.501991 0.501991 483.013916 0.000000 3363.476074 0.000000 0.574716 0.000000 0.818353 0.541131 0.541131 0.541131 -459.386597 0.000000 3359.668213 0.000000 0.881309 0.000000 0.472541 0.546919 0.546919 0.546919 489.180725 0.000000 3365.562744 0.000000 0.829005 0.000000 0.559241 0.541328 0.541328 0.541328 459.277222 0.000000 3362.341309 0.000000 0.726686 0.000000 0.686969 0.539877 0.539877 0.539877 484.158173 0.000000 3365.239746 0.000000 0.434445 0.000000 0.900698 0.467301 0.467301 0.467301 @@ -748,7 +746,6 @@ 507.104370 0.000000 3428.201904 0.000000 0.288918 0.000000 0.957354 0.506219 0.506219 0.506219 519.602783 0.000000 3403.049316 0.000000 0.840102 0.000000 0.542429 0.525284 0.525284 0.525284 514.814331 0.000000 3387.744385 0.000000 0.860330 0.000000 0.509738 0.457384 0.457384 0.457384 -516.564270 0.000000 3408.306152 0.000000 0.997484 0.000000 0.070897 0.586289 0.586289 0.586289 516.765991 0.000000 3404.411377 0.000000 0.059404 0.000000 0.998234 0.529819 0.529819 0.529819 508.707214 0.000000 3401.147217 0.000000 0.986162 0.000000 0.165786 0.561828 0.561828 0.561828 506.138794 0.000000 3449.823242 0.000000 0.158999 0.000000 0.987279 0.528132 0.528132 0.528132 @@ -760,7 +757,6 @@ 543.933289 0.000000 3414.383789 0.000000 0.991688 0.000000 0.128664 0.590917 0.590917 0.590917 509.003662 0.000000 3394.131836 0.000000 0.873253 0.000000 0.487268 0.519187 0.519187 0.519187 561.600342 0.000000 3432.331055 0.000000 0.986846 0.000000 0.161661 0.583704 0.583704 0.583704 -508.041992 0.000000 3448.688477 0.000000 0.557728 0.000000 0.830024 0.435730 0.435730 0.435730 563.357910 0.000000 3443.579102 0.000000 0.752806 0.000000 0.658242 0.436412 0.436412 0.436412 512.047363 0.000000 3450.157227 0.000000 0.979121 0.000000 0.203277 0.583442 0.583442 0.583442 512.150635 0.000000 3398.036865 0.000000 0.778277 0.000000 0.627921 0.468818 0.468818 0.468818 @@ -850,7 +846,6 @@ 579.077576 0.000000 3378.927979 0.000000 0.212990 0.000000 0.977054 0.327788 0.327788 0.327788 689.946289 0.000000 3348.554199 0.000000 0.833126 0.000000 0.553083 0.591221 0.591221 0.591221 676.071716 0.000000 3336.406006 0.000000 0.691216 0.000000 0.722648 0.545561 0.545561 0.545561 -692.848633 0.000000 3340.063965 0.000000 0.376889 0.000000 0.926259 0.560970 0.560970 0.560970 692.758484 0.000000 3355.651611 0.000000 0.450292 0.000000 0.892882 0.593387 0.593387 0.593387 687.411499 0.000000 3340.092773 0.000000 0.890618 0.000000 0.454753 0.590807 0.590807 0.590807 694.520508 0.000000 3350.019531 0.000000 0.608438 0.000000 0.793602 0.561552 0.561552 0.561552 @@ -868,7 +863,6 @@ 610.655396 0.000000 3451.858887 0.000000 0.720534 0.000000 0.693420 0.570159 0.570159 0.570159 617.938049 0.000000 3452.376465 0.000000 0.261520 0.000000 0.965198 0.554998 0.554998 0.554998 613.219849 0.000000 3448.974609 0.000000 0.999574 0.000000 0.029192 0.595539 0.595539 0.595539 -629.802673 0.000000 3449.220947 0.000000 0.998994 0.000000 0.044851 0.596035 0.596035 0.596035 592.011902 0.000000 3436.188965 0.000000 0.999822 0.000000 0.018889 0.594907 0.594907 0.594907 616.412842 0.000000 3449.864502 0.000000 0.989517 0.000000 0.144419 0.578291 0.578291 0.578291 619.584229 0.000000 3418.226318 0.000000 0.222978 0.000000 0.974824 0.386293 0.386293 0.386293 @@ -1091,7 +1085,6 @@ 923.318848 0.000000 3299.610352 0.000000 0.462370 0.000000 0.886687 0.422010 0.422010 0.422010 928.583801 0.000000 3269.880615 0.000000 0.255753 0.000000 0.966742 0.411308 0.411308 0.411308 934.018250 0.000000 3264.710938 0.000000 0.111471 0.000000 0.993768 0.429522 0.429522 0.429522 -916.050598 0.000000 3253.990967 0.000000 0.912539 0.000000 0.408991 0.523631 0.523631 0.523631 935.309998 0.000000 3271.480225 0.000000 0.966162 0.000000 0.257935 0.568737 0.568737 0.568737 915.434021 0.000000 3252.192383 0.000000 0.377867 0.000000 0.925860 0.463517 0.463517 0.463517 932.374756 0.000000 3269.918213 0.000000 0.454503 0.000000 0.890745 0.389287 0.389287 0.389287 @@ -1408,15 +1401,10 @@ 1642.771362 0.000000 2878.540771 0.000000 0.385510 0.000000 0.922704 0.397586 0.397586 0.397586 1643.398071 0.000000 2876.442139 0.000000 0.983274 0.000000 0.182133 0.547873 0.547873 0.547873 1718.713867 0.000000 2812.514404 0.000000 0.514064 0.000000 0.857752 0.511981 0.511981 0.511981 -1720.530640 0.000000 2877.518799 0.000000 0.952877 0.000000 0.303357 0.554755 0.554755 0.554755 1726.816406 0.000000 2867.951904 0.000000 0.897413 0.000000 0.441192 0.530187 0.530187 0.530187 1673.186279 0.000000 2879.272461 0.000000 0.870100 0.000000 0.492876 0.549819 0.549819 0.549819 1716.235596 0.000000 2814.686279 0.000000 0.914890 0.000000 0.403703 0.521568 0.521568 0.521568 -1773.174438 0.000000 2805.091797 0.000000 0.747371 0.000000 0.664407 0.548838 0.548838 0.548838 -1763.041992 0.000000 2798.333496 0.000000 0.994641 0.000000 0.103391 0.586502 0.586502 0.586502 -1784.469971 0.000000 2803.349609 0.000000 0.954661 0.000000 0.297697 0.578719 0.578719 0.578719 1745.343750 0.000000 2772.474854 0.000000 0.764697 0.000000 0.644391 0.367147 0.367147 0.367147 -1765.688965 0.000000 2781.384766 0.000000 0.721256 0.000000 0.692669 0.523205 0.523205 0.523205 1752.002563 0.000000 2764.954346 0.000000 0.218718 0.000000 0.975788 0.571683 0.571683 0.571683 1741.428223 0.000000 2741.713867 0.000000 0.936632 0.000000 0.350314 0.489024 0.489024 0.489024 1741.378296 0.000000 2786.768555 0.000000 0.614546 0.000000 0.788881 0.459756 0.459756 0.459756 @@ -1473,23 +1461,13 @@ 1743.521606 0.000000 2774.523682 0.000000 0.737548 0.000000 0.675294 0.418987 0.418987 0.418987 1769.829102 0.000000 2844.663574 0.000000 0.362451 0.000000 0.932003 0.351964 0.351964 0.351964 1767.775635 0.000000 2819.929443 0.000000 0.957774 0.000000 0.287523 0.584273 0.584273 0.584273 -1781.306641 0.000000 2808.997803 0.000000 0.971265 0.000000 0.238000 0.550325 0.550325 0.550325 -1762.368164 0.000000 2847.676758 0.000000 0.989060 0.000000 0.147511 0.594012 0.594012 0.594012 -1788.022339 0.000000 2841.392578 0.000000 0.785575 0.000000 0.618767 0.462086 0.462086 0.462086 1799.091797 0.000000 2870.470947 0.000000 0.992262 0.000000 0.124165 0.585828 0.585828 0.585828 -1733.337769 0.000000 2867.490723 0.000000 0.972984 0.000000 0.230871 0.587088 0.587088 0.587088 -1767.294312 0.000000 2836.202148 0.000000 0.997505 0.000000 0.070592 0.594074 0.594074 0.594074 -1764.594482 0.000000 2814.192139 0.000000 0.991702 0.000000 0.128558 0.584552 0.584552 0.584552 1729.274780 0.000000 2871.006592 0.000000 0.987939 0.000000 0.154843 0.593945 0.593945 0.593945 1764.041382 0.000000 2879.110840 0.000000 0.914967 0.000000 0.403528 0.551469 0.551469 0.551469 1767.410522 0.000000 2816.263428 0.000000 0.636921 0.000000 0.770930 0.418030 0.418030 0.418030 -1764.478149 0.000000 2834.257324 0.000000 0.604973 0.000000 0.796246 0.488245 0.488245 0.488245 -1793.687012 0.000000 2873.124023 0.000000 0.648567 0.000000 0.761158 0.554645 0.554645 0.554645 1771.656128 0.000000 2827.471436 0.000000 0.962837 0.000000 0.270084 0.549203 0.549203 0.549203 -1768.483276 0.000000 2829.168945 0.000000 0.429301 0.000000 0.903161 0.461561 0.461561 0.461561 1790.801514 0.000000 2875.231201 0.000000 0.522667 0.000000 0.852537 0.491433 0.491433 0.491433 1783.712036 0.000000 2808.132812 0.000000 0.781135 0.000000 0.624362 0.560607 0.560607 0.560607 -1790.505005 0.000000 2841.284668 0.000000 0.199301 0.000000 0.979938 0.333189 0.333189 0.333189 1798.318237 0.000000 2875.431641 0.000000 0.997775 0.000000 0.066675 0.591005 0.591005 0.591005 1793.509644 0.000000 2875.456543 0.000000 0.264294 0.000000 0.964442 0.314966 0.314966 0.314966 1757.862671 0.000000 2868.315918 0.000000 0.474918 0.000000 0.880030 0.458174 0.458174 0.458174 @@ -1511,7 +1489,6 @@ 1763.104370 0.000000 2849.038086 0.000000 0.969053 0.000000 0.246852 0.561143 0.561143 0.561143 1768.645874 0.000000 2834.048096 0.000000 0.117820 0.000000 0.993035 0.221368 0.221368 0.221368 1764.603516 0.000000 2817.428711 0.000000 0.329247 0.000000 0.944244 0.372404 0.372404 0.372404 -1820.146362 0.000000 2866.392090 0.000000 0.932211 0.000000 0.361915 0.582804 0.582804 0.582804 1824.627930 0.000000 2857.592773 0.000000 0.757357 0.000000 0.653001 0.500877 0.500877 0.500877 1862.555054 0.000000 2847.094727 0.000000 0.872554 0.000000 0.488517 0.564832 0.564832 0.564832 1818.942383 0.000000 2863.172607 0.000000 0.715450 0.000000 0.698664 0.520050 0.520050 0.520050 @@ -1555,7 +1532,6 @@ 1431.632935 0.000000 2923.922119 0.000000 0.706565 0.000000 0.707648 0.583513 0.583513 0.583513 1372.641113 0.000000 2932.657715 0.000000 0.847954 0.000000 0.530069 0.549788 0.549788 0.549788 1414.155273 0.000000 2913.300293 0.000000 0.122792 0.000000 0.992432 0.459045 0.459045 0.459045 -1437.618408 0.000000 2890.926514 0.000000 0.731679 0.000000 0.681650 0.540456 0.540456 0.540456 1418.950317 0.000000 2908.479980 0.000000 0.933783 0.000000 0.357840 0.584651 0.584651 0.584651 1423.990845 0.000000 2916.147949 0.000000 0.104447 0.000000 0.994530 0.380380 0.380380 0.380380 1400.103882 0.000000 2938.337402 0.000000 0.850427 0.000000 0.526094 0.555188 0.555188 0.555188 @@ -1651,16 +1627,12 @@ 1363.072998 0.000000 2967.048096 0.000000 0.930665 0.000000 0.365872 0.547820 0.547820 0.547820 1361.176880 0.000000 2978.608643 0.000000 0.045094 0.000000 0.998983 0.158923 0.158923 0.158923 1360.203369 0.000000 2972.315186 0.000000 0.028871 0.000000 0.999583 0.207353 0.207353 0.207353 -1409.707520 0.000000 3003.018311 0.000000 0.904411 0.000000 0.426662 0.503598 0.503598 0.503598 -1409.868164 0.000000 2988.632324 0.000000 0.539202 0.000000 0.842177 0.592501 0.592501 0.592501 1435.972168 0.000000 3019.672119 0.000000 0.914319 0.000000 0.404995 0.584385 0.584385 0.584385 1368.414917 0.000000 3008.867188 0.000000 0.997813 0.000000 0.066107 0.593559 0.593559 0.593559 1412.680298 0.000000 2995.729736 0.000000 0.913109 0.000000 0.407716 0.556595 0.556595 0.556595 1401.044067 0.000000 2953.299072 0.000000 0.758369 0.000000 0.651825 0.542570 0.542570 0.542570 1425.424683 0.000000 3012.747314 0.000000 0.686199 0.000000 0.727414 0.545094 0.545094 0.545094 1431.632935 0.000000 2995.906494 0.000000 0.141825 0.000000 0.989892 0.587161 0.587161 0.587161 -1418.064697 0.000000 2965.601074 0.000000 0.008892 0.000000 0.999960 0.576604 0.576604 0.576604 -1413.115967 0.000000 2964.899414 0.000000 0.796663 0.000000 0.604424 0.503750 0.503750 0.503750 1423.990845 0.000000 2988.132324 0.000000 0.235491 0.000000 0.971877 0.342407 0.342407 0.342407 1402.419312 0.000000 3001.079102 0.000000 0.989767 0.000000 0.142691 0.594424 0.594424 0.594424 1414.442383 0.000000 2990.097656 0.000000 0.823798 0.000000 0.566883 0.579235 0.579235 0.579235 @@ -1730,7 +1702,6 @@ 1427.109741 0.000000 3075.454346 0.000000 0.247054 0.000000 0.969002 0.564378 0.564378 0.564378 1388.193237 0.000000 3082.345215 0.000000 0.704561 0.000000 0.709643 0.572817 0.572817 0.572817 1422.124878 0.000000 3077.569092 0.000000 0.979635 0.000000 0.200786 0.596972 0.596972 0.596972 -1400.103882 0.000000 3082.306152 0.000000 0.582187 0.000000 0.813055 0.496186 0.496186 0.496186 1434.434570 0.000000 3085.851807 0.000000 0.892286 0.000000 0.451471 0.591580 0.591580 0.591580 1392.343872 0.000000 3084.484863 0.000000 0.107329 0.000000 0.994224 0.479448 0.479448 0.479448 1429.018188 0.000000 3084.967285 0.000000 0.503821 0.000000 0.863808 0.526586 0.526586 0.526586 @@ -1763,7 +1734,6 @@ 1314.355591 0.000000 3146.357422 0.000000 0.493175 0.000000 0.869930 0.596839 0.596839 0.596839 1331.088867 0.000000 3158.255371 0.000000 0.917415 0.000000 0.397932 0.586513 0.586513 0.586513 1296.422729 0.000000 3152.835938 0.000000 0.993082 0.000000 0.117426 0.599119 0.599119 0.599119 -1311.591064 0.000000 3151.196533 0.000000 0.712753 0.000000 0.701415 0.582533 0.582533 0.582533 1321.744751 0.000000 3140.936279 0.000000 0.199662 0.000000 0.979865 0.503564 0.503564 0.503564 1296.092651 0.000000 3147.569336 0.000000 0.535183 0.000000 0.844736 0.580409 0.580409 0.580409 1333.822998 0.000000 3148.151855 0.000000 0.499208 0.000000 0.866482 0.405320 0.405320 0.405320 @@ -1881,10 +1851,7 @@ 1445.753052 0.000000 2994.146973 0.000000 0.351796 0.000000 0.936077 0.556453 0.556453 0.556453 1487.778809 0.000000 3005.175049 0.000000 0.866546 0.000000 0.499097 0.592955 0.592955 0.592955 1469.378906 0.000000 3003.544434 0.000000 0.493124 0.000000 0.869959 0.585776 0.585776 0.585776 -1462.089355 0.000000 3005.740967 0.000000 0.622340 0.000000 0.782747 0.550171 0.550171 0.550171 -1489.952637 0.000000 3021.972656 0.000000 0.364516 0.000000 0.931197 0.210692 0.210692 0.210692 1449.335938 0.000000 2996.277100 0.000000 0.941248 0.000000 0.337715 0.545818 0.545818 0.545818 -1465.811768 0.000000 3004.768799 0.000000 0.387457 0.000000 0.921888 0.361054 0.361054 0.361054 1455.255249 0.000000 3022.083740 0.000000 0.962268 0.000000 0.272105 0.550051 0.550051 0.550051 1487.008911 0.000000 3023.284424 0.000000 0.962930 0.000000 0.269753 0.545175 0.545175 0.545175 1474.094482 0.000000 3008.643066 0.000000 0.763787 0.000000 0.645468 0.499104 0.499104 0.499104 @@ -1932,10 +1899,8 @@ 1644.994751 0.000000 2940.998535 0.000000 0.835438 0.000000 0.549584 0.561650 0.561650 0.561650 1626.116455 0.000000 2894.824707 0.000000 0.895229 0.000000 0.445607 0.577862 0.577862 0.577862 1642.261841 0.000000 2879.866211 0.000000 0.693947 0.000000 0.720026 0.461529 0.461529 0.461529 -1620.475708 0.000000 2881.406738 0.000000 0.970508 0.000000 0.241069 0.577754 0.577754 0.577754 1647.796875 0.000000 2941.094482 0.000000 0.531476 0.000000 0.847073 0.486481 0.486481 0.486481 1652.019287 0.000000 2893.374756 0.000000 0.529063 0.000000 0.848583 0.545357 0.545357 0.545357 -1650.642090 0.000000 2897.081299 0.000000 0.690407 0.000000 0.723421 0.471587 0.471587 0.471587 1651.746338 0.000000 2889.038818 0.000000 0.470138 0.000000 0.882593 0.297100 0.297100 0.297100 1625.158813 0.000000 2889.895020 0.000000 0.352255 0.000000 0.935904 0.476667 0.476667 0.476667 1618.496582 0.000000 2879.457031 0.000000 0.099064 0.000000 0.995081 0.284784 0.284784 0.284784 @@ -1953,19 +1918,14 @@ 1585.896484 0.000000 2883.797852 0.000000 0.217612 0.000000 0.976035 0.296348 0.296348 0.296348 1658.042969 0.000000 2927.764160 0.000000 0.823618 0.000000 0.567145 0.564771 0.564771 0.564771 1702.554810 0.000000 2897.839600 0.000000 0.619241 0.000000 0.785201 0.575652 0.575652 0.575652 -1674.486938 0.000000 2883.599609 0.000000 0.806438 0.000000 0.591319 0.539345 0.539345 0.539345 1669.159912 0.000000 2896.732910 0.000000 0.770346 0.000000 0.637626 0.579286 0.579286 0.579286 1709.655396 0.000000 2889.359131 0.000000 0.828091 0.000000 0.560594 0.533143 0.533143 0.533143 1706.033447 0.000000 2893.616699 0.000000 0.975196 0.000000 0.221343 0.553863 0.553863 0.553863 -1673.109985 0.000000 2925.118652 0.000000 0.364178 0.000000 0.931329 0.547957 0.547957 0.547957 1694.558350 0.000000 2937.870850 0.000000 0.719175 0.000000 0.694829 0.498740 0.498740 0.498740 1701.084717 0.000000 2892.915039 0.000000 0.688857 0.000000 0.724898 0.582995 0.582995 0.582995 -1725.324829 0.000000 2897.899658 0.000000 0.824203 0.000000 0.566295 0.478263 0.478263 0.478263 1675.540894 0.000000 2879.381836 0.000000 0.217514 0.000000 0.976057 0.482579 0.482579 0.482579 1673.575562 0.000000 2920.886963 0.000000 0.179838 0.000000 0.983696 0.512552 0.512552 0.512552 -1721.495483 0.000000 2881.589355 0.000000 0.403965 0.000000 0.914774 0.361256 0.361256 0.361256 1705.730835 0.000000 2916.582520 0.000000 0.662613 0.000000 0.748962 0.555620 0.555620 0.555620 -1696.491821 0.000000 2934.472656 0.000000 0.167250 0.000000 0.985914 0.337346 0.337346 0.337346 1709.224609 0.000000 2892.622314 0.000000 0.251236 0.000000 0.967926 0.412610 0.412610 0.412610 1661.090210 0.000000 2929.462646 0.000000 0.388285 0.000000 0.921539 0.468329 0.468329 0.468329 1680.939453 0.000000 2888.289795 0.000000 0.814626 0.000000 0.579987 0.503614 0.503614 0.503614 @@ -2079,10 +2039,7 @@ 1454.824707 0.000000 3055.198975 0.000000 0.320054 0.000000 0.947399 0.227013 0.227013 0.227013 1513.559448 0.000000 3038.869385 0.000000 0.999971 0.000000 0.007563 0.599218 0.599218 0.599218 1439.958252 0.000000 3164.035645 0.000000 0.028133 0.000000 0.999604 0.565338 0.565338 0.565338 -1651.843628 0.000000 3072.630859 0.000000 0.633857 0.000000 0.773450 0.585430 0.585430 0.585430 1630.442627 0.000000 3025.674316 0.000000 0.447483 0.000000 0.894292 0.425912 0.425912 0.425912 -1647.152832 0.000000 3072.572998 0.000000 0.145378 0.000000 0.989376 0.418576 0.418576 0.418576 -1649.546753 0.000000 3070.467041 0.000000 0.079390 0.000000 0.996844 0.311828 0.311828 0.311828 1633.263916 0.000000 3026.393311 0.000000 0.980830 0.000000 0.194863 0.565923 0.565923 0.565923 1655.716431 0.000000 3064.247803 0.000000 0.746038 0.000000 0.665904 0.559613 0.559613 0.559613 1646.255371 0.000000 3066.265137 0.000000 0.053109 0.000000 0.998589 0.479512 0.479512 0.479512 @@ -2097,18 +2054,13 @@ 1662.077026 0.000000 3089.220947 0.000000 0.645910 0.000000 0.763413 0.596097 0.596097 0.596097 1701.182251 0.000000 3093.029297 0.000000 0.992065 0.000000 0.125724 0.580362 0.580362 0.580362 1665.451660 0.000000 3079.447021 0.000000 0.859686 0.000000 0.510823 0.531736 0.531736 0.531736 -1724.929443 0.000000 3046.771240 0.000000 0.294327 0.000000 0.955705 0.554270 0.554270 0.554270 -1655.934814 0.000000 3092.051270 0.000000 0.640863 0.000000 0.767655 0.356163 0.356163 0.356163 1713.393433 0.000000 3084.731689 0.000000 0.800175 0.000000 0.599767 0.462222 0.462222 0.462222 -1676.161987 0.000000 3082.345215 0.000000 0.776743 0.000000 0.629817 0.584692 0.584692 0.584692 1706.385620 0.000000 3088.844971 0.000000 0.287012 0.000000 0.957927 0.509906 0.509906 0.509906 -1655.858398 0.000000 3066.996338 0.000000 0.858060 0.000000 0.513550 0.520830 0.520830 0.520830 1688.072632 0.000000 3082.306152 0.000000 0.979288 0.000000 0.202470 0.581371 0.581371 0.581371 1725.588623 0.000000 3056.983887 0.000000 0.264947 0.000000 0.964263 0.545364 0.545364 0.545364 1719.145020 0.000000 3072.572998 0.000000 0.021225 0.000000 0.999775 0.525723 0.525723 0.525723 1705.929199 0.000000 3093.957031 0.000000 0.897418 0.000000 0.441182 0.586312 0.586312 0.586312 1681.705688 0.000000 3068.951904 0.000000 0.947910 0.000000 0.318539 0.589802 0.589802 0.589802 -1711.732544 0.000000 3055.276367 0.000000 0.936683 0.000000 0.350177 0.474064 0.474064 0.474064 1688.119385 0.000000 3089.379883 0.000000 0.690789 0.000000 0.723056 0.547942 0.547942 0.547942 1689.678345 0.000000 3067.864258 0.000000 0.051566 0.000000 0.998670 0.547660 0.547660 0.547660 1726.905273 0.000000 3031.109619 0.000000 0.141786 0.000000 0.989897 0.555063 0.555063 0.555063 @@ -2117,10 +2069,7 @@ 1664.350952 0.000000 3075.824707 0.000000 0.996520 0.000000 0.083360 0.584123 0.584123 0.584123 1705.730835 0.000000 3060.551270 0.000000 0.233136 0.000000 0.972444 0.447964 0.447964 0.447964 1663.979858 0.000000 3092.304199 0.000000 0.948841 0.000000 0.315755 0.585564 0.585564 0.585564 -1725.434570 0.000000 3028.020996 0.000000 0.458531 0.000000 0.888678 0.516390 0.516390 0.516390 -1674.958008 0.000000 3079.125732 0.000000 0.620581 0.000000 0.784142 0.493342 0.493342 0.493342 1679.207764 0.000000 3080.909424 0.000000 0.353046 0.000000 0.935606 0.465879 0.465879 0.465879 -1687.651367 0.000000 3065.342773 0.000000 0.864856 0.000000 0.502020 0.562973 0.562973 0.562973 1721.538940 0.000000 3070.467041 0.000000 0.676789 0.000000 0.736177 0.350882 0.350882 0.350882 1687.629883 0.000000 3085.243164 0.000000 0.950372 0.000000 0.311115 0.499535 0.499535 0.499535 1714.546387 0.000000 3054.504395 0.000000 0.943398 0.000000 0.331662 0.543790 0.543790 0.543790 @@ -2183,36 +2132,23 @@ 1663.319214 0.000000 3062.267578 0.000000 0.748276 0.000000 0.663387 0.389219 0.389219 0.389219 1670.011475 0.000000 3094.740479 0.000000 0.843074 0.000000 0.537798 0.485175 0.485175 0.485175 1722.760864 0.000000 3049.250977 0.000000 0.421792 0.000000 0.906693 0.372105 0.372105 0.372105 -1641.987549 0.000000 3136.768066 0.000000 0.902202 0.000000 0.431315 0.581296 0.581296 0.581296 -1629.190063 0.000000 3165.013672 0.000000 0.313871 0.000000 0.949466 0.328168 0.328168 0.328168 1651.948730 0.000000 3163.640869 0.000000 0.784798 0.000000 0.619751 0.579975 0.579975 0.579975 1610.458130 0.000000 3152.047119 0.000000 0.406756 0.000000 0.913537 0.593098 0.593098 0.593098 -1635.453857 0.000000 3144.042725 0.000000 0.341567 0.000000 0.939857 0.541415 0.541415 0.541415 -1618.364746 0.000000 3150.080322 0.000000 0.906840 0.000000 0.421474 0.580449 0.580449 0.580449 -1628.656860 0.000000 3139.698486 0.000000 0.453908 0.000000 0.891049 0.438575 0.438575 0.438575 1653.182129 0.000000 3096.235352 0.000000 0.878569 0.000000 0.477616 0.580607 0.580607 0.580607 1602.247070 0.000000 3165.239502 0.000000 0.893157 0.000000 0.449745 0.518945 0.518945 0.518945 -1646.439697 0.000000 3160.299072 0.000000 0.482531 0.000000 0.875879 0.468909 0.468909 0.468909 1624.653320 0.000000 3113.947754 0.000000 0.472148 0.000000 0.881519 0.569289 0.569289 0.569289 -1642.183105 0.000000 3142.249268 0.000000 0.999965 0.000000 0.008316 0.599539 0.599539 0.599539 1622.566162 0.000000 3153.823975 0.000000 0.531853 0.000000 0.846837 0.556125 0.556125 0.556125 -1629.092529 0.000000 3108.868164 0.000000 0.229963 0.000000 0.973199 0.176868 0.176868 0.176868 1608.320435 0.000000 3156.469238 0.000000 0.917124 0.000000 0.398602 0.586489 0.586489 0.586489 -1633.937012 0.000000 3165.941406 0.000000 0.805125 0.000000 0.593105 0.572420 0.572420 0.572420 1639.740356 0.000000 3127.260742 0.000000 0.972898 0.000000 0.231235 0.594757 0.594757 0.594757 1633.105469 0.000000 3140.417969 0.000000 0.719084 0.000000 0.694923 0.543607 0.543607 0.543607 1623.099243 0.000000 3157.989258 0.000000 0.168762 0.000000 0.985657 0.400602 0.400602 0.400602 1641.038208 0.000000 3167.302002 0.000000 0.993749 0.000000 0.111642 0.591789 0.591789 0.591789 -1648.538452 0.000000 3165.456299 0.000000 0.383474 0.000000 0.923552 0.564732 0.564732 0.564732 1587.748291 0.000000 3164.294678 0.000000 0.972357 0.000000 0.233500 0.566463 0.566463 0.566463 1639.263184 0.000000 3153.331055 0.000000 0.802971 0.000000 0.596018 0.574175 0.574175 0.574175 1638.415039 0.000000 3135.649658 0.000000 0.325698 0.000000 0.945474 0.368000 0.368000 0.368000 -1626.116455 0.000000 3110.777832 0.000000 0.692165 0.000000 0.721740 0.439363 0.439363 0.439363 1589.912964 0.000000 3151.909668 0.000000 0.449343 0.000000 0.893359 0.533806 0.533806 0.533806 1622.924194 0.000000 3144.862061 0.000000 0.693820 0.000000 0.720148 0.573504 0.573504 0.573504 1644.167480 0.000000 3139.488770 0.000000 0.844149 0.000000 0.536108 0.513549 0.513549 0.513549 -1649.702637 0.000000 3161.061523 0.000000 0.605839 0.000000 0.795587 0.426365 0.426365 0.426365 -1631.547852 0.000000 3137.330078 0.000000 0.390759 0.000000 0.920493 0.529936 0.529936 0.529936 1619.287598 0.000000 3154.915039 0.000000 0.320561 0.000000 0.947228 0.465782 0.465782 0.465782 1609.840698 0.000000 3159.539551 0.000000 0.868701 0.000000 0.495336 0.525479 0.525479 0.525479 1624.848145 0.000000 3140.044189 0.000000 0.114869 0.000000 0.993381 0.477892 0.477892 0.477892 @@ -2220,7 +2156,6 @@ 1631.746948 0.000000 3107.320068 0.000000 0.217923 0.000000 0.975966 0.547379 0.547379 0.547379 1621.572632 0.000000 3151.107666 0.000000 0.450008 0.000000 0.893024 0.550388 0.550388 0.550388 1631.374023 0.000000 3110.763428 0.000000 0.939618 0.000000 0.342225 0.571747 0.571747 0.571747 -1646.817139 0.000000 3163.168701 0.000000 0.752106 0.000000 0.659042 0.542875 0.542875 0.542875 1602.071045 0.000000 3162.412109 0.000000 0.531268 0.000000 0.847204 0.551553 0.551553 0.551553 1635.657715 0.000000 3141.327393 0.000000 0.570147 0.000000 0.821542 0.418035 0.418035 0.418035 1628.798462 0.000000 3111.625732 0.000000 0.970293 0.000000 0.241935 0.554246 0.554246 0.554246 @@ -2257,27 +2192,21 @@ 1627.289917 0.000000 3111.607666 0.000000 0.999992 0.000000 0.003873 0.599228 0.599228 0.599228 1621.761353 0.000000 3157.527344 0.000000 0.993170 0.000000 0.116675 0.573900 0.573900 0.573900 1693.833252 0.000000 3118.854980 0.000000 0.998506 0.000000 0.054642 0.598854 0.598854 0.598854 -1656.238647 0.000000 3099.033447 0.000000 0.543479 0.000000 0.839423 0.577616 0.577616 0.577616 1680.091309 0.000000 3095.726807 0.000000 0.963578 0.000000 0.267428 0.576480 0.576480 0.576480 1724.749756 0.000000 3136.000244 0.000000 0.083683 0.000000 0.996492 0.468581 0.468581 0.468581 -1718.114014 0.000000 3118.420654 0.000000 0.590025 0.000000 0.807385 0.457831 0.457831 0.457831 1706.688354 0.000000 3136.267578 0.000000 0.945112 0.000000 0.326746 0.541165 0.541165 0.541165 1706.385620 0.000000 3160.829346 0.000000 0.695288 0.000000 0.718731 0.591591 0.591591 0.591591 1718.431885 0.000000 3160.299072 0.000000 0.953822 0.000000 0.300373 0.590860 0.590860 0.590860 1695.302124 0.000000 3124.139648 0.000000 0.997216 0.000000 0.074572 0.596869 0.596869 0.596869 -1711.959595 0.000000 3132.101074 0.000000 0.927113 0.000000 0.374782 0.546483 0.546483 0.546483 1713.256592 0.000000 3116.399902 0.000000 0.254480 0.000000 0.967078 0.550812 0.550812 0.550812 1710.016479 0.000000 3139.709229 0.000000 0.735206 0.000000 0.677844 0.564298 0.564298 0.564298 -1725.920044 0.000000 3140.492920 0.000000 0.908131 0.000000 0.418686 0.527524 0.527524 0.527524 1705.097656 0.000000 3140.417969 0.000000 0.906301 0.000000 0.422633 0.584313 0.584313 0.584313 1673.867188 0.000000 3103.829102 0.000000 0.583000 0.000000 0.812472 0.435210 0.435210 0.435210 -1710.407227 0.000000 3135.649658 0.000000 0.965700 0.000000 0.259662 0.558686 0.558686 0.558686 1709.492432 0.000000 3165.306396 0.000000 0.934091 0.000000 0.357036 0.556249 0.556249 0.556249 1656.417847 0.000000 3095.497070 0.000000 0.242298 0.000000 0.970202 0.276225 0.276225 0.276225 1714.734009 0.000000 3160.372559 0.000000 0.990278 0.000000 0.139101 0.572198 0.572198 0.572198 1717.955200 0.000000 3122.083008 0.000000 0.925504 0.000000 0.378737 0.543561 0.543561 0.543561 1710.517700 0.000000 3142.598389 0.000000 0.301629 0.000000 0.953425 0.476892 0.476892 0.476892 -1716.203979 0.000000 3116.039062 0.000000 0.766560 0.000000 0.642173 0.446451 0.446451 0.446451 1695.434448 0.000000 3121.221924 0.000000 0.103273 0.000000 0.994653 0.316462 0.316462 0.316462 1707.649902 0.000000 3141.327393 0.000000 0.919893 0.000000 0.392170 0.552312 0.552312 0.552312 1712.812134 0.000000 3134.504883 0.000000 0.589753 0.000000 0.807584 0.491575 0.491575 0.491575 @@ -2330,7 +2259,6 @@ 1239.904053 0.000000 3227.023926 0.000000 0.980402 0.000000 0.197009 0.531976 0.531976 0.531976 1293.884155 0.000000 3220.815918 0.000000 0.891822 0.000000 0.452386 0.484677 0.484677 0.484677 1282.684692 0.000000 3169.923584 0.000000 0.847743 0.000000 0.530407 0.531328 0.531328 0.531328 -1290.687622 0.000000 3236.739990 0.000000 0.170175 0.000000 0.985414 0.367257 0.367257 0.367257 1240.317505 0.000000 3229.833252 0.000000 0.988155 0.000000 0.153457 0.548536 0.548536 0.548536 1290.943481 0.000000 3220.871094 0.000000 0.852003 0.000000 0.523537 0.454738 0.454738 0.454738 1285.467773 0.000000 3169.702881 0.000000 0.076514 0.000000 0.997068 0.291126 0.291126 0.291126 @@ -2367,7 +2295,6 @@ 1268.001221 0.000000 3294.083496 0.000000 0.882526 0.000000 0.470263 0.548664 0.548664 0.548664 1281.252441 0.000000 3250.740967 0.000000 0.319375 0.000000 0.947628 0.564546 0.564546 0.564546 1227.787354 0.000000 3308.263428 0.000000 0.999409 0.000000 0.034374 0.597889 0.597889 0.597889 -1254.181763 0.000000 3294.987305 0.000000 0.892731 0.000000 0.450590 0.526482 0.526482 0.526482 1264.538696 0.000000 3294.394531 0.000000 0.271488 0.000000 0.962442 0.534003 0.534003 0.534003 1293.153442 0.000000 3276.515625 0.000000 0.902283 0.000000 0.431144 0.587313 0.587313 0.587313 1274.645142 0.000000 3250.391846 0.000000 0.943649 0.000000 0.330947 0.584337 0.584337 0.584337 @@ -2408,17 +2335,14 @@ 1314.526001 0.000000 3171.537109 0.000000 0.988596 0.000000 0.150590 0.595471 0.595471 0.595471 1343.794434 0.000000 3221.128174 0.000000 0.644098 0.000000 0.764943 0.575212 0.575212 0.575212 1342.450195 0.000000 3206.050781 0.000000 0.449638 0.000000 0.893211 0.469305 0.469305 0.469305 -1345.968262 0.000000 3237.925781 0.000000 0.566432 0.000000 0.824108 0.530355 0.530355 0.530355 1313.906250 0.000000 3175.813477 0.000000 0.966485 0.000000 0.256723 0.594555 0.594555 0.594555 1306.232300 0.000000 3175.075439 0.000000 0.965195 0.000000 0.261530 0.548076 0.548076 0.548076 1346.816650 0.000000 3222.932373 0.000000 0.815742 0.000000 0.578416 0.544566 0.544566 0.544566 1338.182373 0.000000 3193.861572 0.000000 0.995576 0.000000 0.093961 0.591684 0.591684 0.591684 1343.579102 0.000000 3209.314453 0.000000 0.072571 0.000000 0.997363 0.546141 0.546141 0.546141 1340.219238 0.000000 3208.440186 0.000000 0.784727 0.000000 0.619842 0.455795 0.455795 0.455795 -1344.129883 0.000000 3195.007568 0.000000 0.995220 0.000000 0.097656 0.582858 0.582858 0.582858 1344.584717 0.000000 3235.362793 0.000000 0.836113 0.000000 0.548558 0.465188 0.465188 0.465188 1298.978516 0.000000 3187.718262 0.000000 0.677033 0.000000 0.735952 0.559116 0.559116 0.559116 -1347.496948 0.000000 3235.384521 0.000000 0.718448 0.000000 0.695581 0.553910 0.553910 0.553910 1342.187500 0.000000 3223.096436 0.000000 0.986990 0.000000 0.160784 0.578955 0.578955 0.578955 1308.417480 0.000000 3175.636230 0.000000 0.993371 0.000000 0.114949 0.584469 0.584469 0.584469 1344.686523 0.000000 3223.433350 0.000000 0.808292 0.000000 0.588781 0.419883 0.419883 0.419883 @@ -2438,8 +2362,6 @@ 1401.044067 0.000000 3169.252197 0.000000 0.419516 0.000000 0.907748 0.572729 0.572729 0.572729 1414.466064 0.000000 3169.643066 0.000000 0.457918 0.000000 0.888994 0.488450 0.488450 0.488450 1437.790405 0.000000 3224.786133 0.000000 0.257708 0.000000 0.966223 0.584300 0.584300 0.584300 -1437.205566 0.000000 3168.219727 0.000000 0.932793 0.000000 0.360411 0.541456 0.541456 0.541456 -1392.674805 0.000000 3217.514648 0.000000 0.422268 0.000000 0.906471 0.423208 0.423208 0.423208 1430.463135 0.000000 3232.283447 0.000000 0.991792 0.000000 0.127860 0.598080 0.598080 0.598080 1439.130859 0.000000 3230.392822 0.000000 0.625275 0.000000 0.780405 0.528921 0.528921 0.528921 1407.333374 0.000000 3196.124023 0.000000 0.642058 0.000000 0.766656 0.551581 0.551581 0.551581 @@ -2544,23 +2466,13 @@ 1437.381836 0.000000 3271.240723 0.000000 0.853003 0.000000 0.521906 0.526799 0.526799 0.526799 1433.882568 0.000000 3270.840576 0.000000 0.409161 0.000000 0.912462 0.429570 0.429570 0.429570 1437.443115 0.000000 3274.747314 0.000000 0.568806 0.000000 0.822472 0.458232 0.458232 0.458232 -1215.892456 0.000000 3324.376953 0.000000 0.998124 0.000000 0.061233 0.594952 0.594952 0.594952 -1223.684204 0.000000 3328.562500 0.000000 0.817744 0.000000 0.575582 0.523748 0.523748 0.523748 -1220.523682 0.000000 3327.627441 0.000000 0.676740 0.000000 0.736222 0.545462 0.545462 0.545462 -1221.066284 0.000000 3318.254150 0.000000 0.680985 0.000000 0.732297 0.516303 0.516303 0.516303 -1222.052856 0.000000 3320.864746 0.000000 0.163771 0.000000 0.986498 0.338792 0.338792 0.338792 -1219.393921 0.000000 3330.601318 0.000000 0.964665 0.000000 0.263479 0.557265 0.557265 0.557265 -1223.233154 0.000000 3322.081299 0.000000 0.598986 0.000000 0.800760 0.451171 0.451171 0.451171 1252.009277 0.000000 3336.406006 0.000000 0.191417 0.000000 0.981509 0.515358 0.515358 0.515358 1237.206787 0.000000 3328.639160 0.000000 0.068628 0.000000 0.997642 0.514498 0.514498 0.514498 -1226.505005 0.000000 3334.432861 0.000000 0.995862 0.000000 0.090883 0.591003 0.591003 0.591003 1252.312988 0.000000 3331.478516 0.000000 0.580879 0.000000 0.813990 0.535897 0.535897 0.535897 1252.507568 0.000000 3313.152100 0.000000 0.994297 0.000000 0.106642 0.596639 0.596639 0.596639 1242.551514 0.000000 3337.179932 0.000000 0.963822 0.000000 0.266548 0.573326 0.573326 0.573326 -1223.894165 0.000000 3318.801270 0.000000 0.936270 0.000000 0.351281 0.570966 0.570966 0.570966 1254.271484 0.000000 3316.397217 0.000000 0.819768 0.000000 0.572695 0.557983 0.557983 0.557983 1255.063965 0.000000 3335.378662 0.000000 0.648208 0.000000 0.761463 0.357543 0.357543 0.357543 -1223.947754 0.000000 3321.686523 0.000000 0.685286 0.000000 0.728274 0.448471 0.448471 0.448471 1250.697266 0.000000 3311.457764 0.000000 0.910069 0.000000 0.414457 0.554551 0.554551 0.554551 1239.458130 0.000000 3325.942871 0.000000 0.974408 0.000000 0.224786 0.579283 0.579283 0.579283 1243.255981 0.000000 3328.209229 0.000000 0.952127 0.000000 0.305703 0.579058 0.579058 0.579058 @@ -2568,7 +2480,6 @@ 1238.646362 0.000000 3311.341797 0.000000 0.671442 0.000000 0.741057 0.516234 0.516234 0.516234 1241.273926 0.000000 3329.871826 0.000000 0.004563 0.000000 0.999990 0.292660 0.292660 0.292660 1239.196411 0.000000 3328.742188 0.000000 0.999651 0.000000 0.026410 0.595054 0.595054 0.595054 -1224.563232 0.000000 3334.019287 0.000000 0.960600 0.000000 0.277935 0.576375 0.576375 0.576375 1238.034668 0.000000 3327.062744 0.000000 0.999471 0.000000 0.032517 0.593131 0.593131 0.593131 1326.200562 0.000000 3358.313721 0.000000 0.924368 0.000000 0.381501 0.581824 0.581824 0.581824 1365.798218 0.000000 3368.754883 0.000000 0.656164 0.000000 0.754618 0.560294 0.560294 0.560294 @@ -2609,7 +2520,6 @@ 1387.572144 0.000000 3311.288086 0.000000 0.880527 0.000000 0.473997 0.551179 0.551179 0.551179 1406.111084 0.000000 3344.095215 0.000000 0.843441 0.000000 0.537221 0.528639 0.528639 0.528639 1378.224487 0.000000 3319.044189 0.000000 0.997296 0.000000 0.073492 0.592728 0.592728 0.592728 -1422.459839 0.000000 3339.583252 0.000000 0.729937 0.000000 0.683515 0.525599 0.525599 0.525599 1381.897705 0.000000 3321.257812 0.000000 0.058891 0.000000 0.998264 0.301063 0.301063 0.301063 1374.663940 0.000000 3335.402588 0.000000 0.596547 0.000000 0.802578 0.570695 0.570695 0.570695 1399.682617 0.000000 3353.280273 0.000000 0.446510 0.000000 0.894779 0.493785 0.493785 0.493785 @@ -2687,7 +2597,6 @@ 1372.515625 0.000000 3409.522217 0.000000 0.884841 0.000000 0.465893 0.488202 0.488202 0.488202 1373.671997 0.000000 3408.567383 0.000000 0.900303 0.000000 0.435264 0.496117 0.496117 0.496117 1388.675293 0.000000 3425.553955 0.000000 0.980486 0.000000 0.196591 0.561467 0.561467 0.561467 -1501.779175 0.000000 3168.158691 0.000000 0.987486 0.000000 0.157707 0.586241 0.586241 0.586241 1491.193359 0.000000 3226.326416 0.000000 0.498329 0.000000 0.866988 0.540282 0.540282 0.540282 1458.075439 0.000000 3197.224609 0.000000 0.684119 0.000000 0.729371 0.287776 0.287776 0.287776 1440.407104 0.000000 3224.820312 0.000000 0.854868 0.000000 0.518845 0.595097 0.595097 0.595097 @@ -2696,7 +2605,6 @@ 1441.306030 0.000000 3230.928467 0.000000 0.410560 0.000000 0.911833 0.563897 0.563897 0.563897 1461.161743 0.000000 3200.886719 0.000000 0.998936 0.000000 0.046113 0.593228 0.593228 0.593228 1481.791504 0.000000 3199.983398 0.000000 0.097944 0.000000 0.995192 0.540438 0.540438 0.540438 -1510.928711 0.000000 3175.078369 0.000000 0.961946 0.000000 0.273241 0.590465 0.590465 0.590465 1478.939819 0.000000 3216.846436 0.000000 0.989261 0.000000 0.146160 0.591650 0.591650 0.591650 1467.277222 0.000000 3215.699463 0.000000 0.743194 0.000000 0.669076 0.407863 0.407863 0.407863 1441.682129 0.000000 3227.748779 0.000000 0.864401 0.000000 0.502803 0.566066 0.566066 0.566066 @@ -2721,19 +2629,15 @@ 1512.095093 0.000000 3195.302002 0.000000 0.616904 0.000000 0.787038 0.590500 0.590500 0.590500 1533.929321 0.000000 3177.464600 0.000000 0.976287 0.000000 0.216479 0.598366 0.598366 0.598366 1546.391602 0.000000 3207.598633 0.000000 0.921901 0.000000 0.387425 0.580334 0.580334 0.580334 -1517.867065 0.000000 3194.680664 0.000000 0.957069 0.000000 0.289860 0.579296 0.579296 0.579296 1577.427979 0.000000 3203.301270 0.000000 0.143075 0.000000 0.989712 0.542277 0.542277 0.542277 1525.451660 0.000000 3173.620117 0.000000 0.133468 0.000000 0.991053 0.559104 0.559104 0.559104 1514.473755 0.000000 3190.464111 0.000000 0.554564 0.000000 0.832141 0.477791 0.477791 0.477791 -1545.102051 0.000000 3193.900879 0.000000 0.997809 0.000000 0.066160 0.592959 0.592959 0.592959 1542.850586 0.000000 3203.595215 0.000000 0.999945 0.000000 0.010466 0.599859 0.599859 0.599859 1546.797729 0.000000 3180.152100 0.000000 0.844286 0.000000 0.535893 0.478007 0.478007 0.478007 1545.164795 0.000000 3189.154297 0.000000 0.220418 0.000000 0.975406 0.553539 0.553539 0.553539 1533.828125 0.000000 3205.706787 0.000000 0.999740 0.000000 0.022799 0.599624 0.599624 0.599624 -1518.571777 0.000000 3179.882080 0.000000 0.988777 0.000000 0.149402 0.579109 0.579109 0.579109 1574.406616 0.000000 3197.867188 0.000000 0.755598 0.000000 0.655036 0.582882 0.582882 0.582882 1520.929810 0.000000 3168.818115 0.000000 0.568366 0.000000 0.822776 0.571052 0.571052 0.571052 -1518.459106 0.000000 3176.195312 0.000000 0.997878 0.000000 0.065115 0.592289 0.592289 0.592289 1528.885864 0.000000 3183.771240 0.000000 0.738088 0.000000 0.674704 0.577814 0.577814 0.577814 1517.962769 0.000000 3198.931641 0.000000 0.278665 0.000000 0.960388 0.526663 0.526663 0.526663 1522.704956 0.000000 3171.791260 0.000000 0.785819 0.000000 0.618456 0.512107 0.512107 0.512107 @@ -2778,7 +2682,6 @@ 1608.099121 0.000000 3167.711182 0.000000 0.454309 0.000000 0.890844 0.553897 0.553897 0.553897 1593.459473 0.000000 3223.415771 0.000000 0.022900 0.000000 0.999738 0.446970 0.446970 0.446970 1605.921509 0.000000 3177.464600 0.000000 0.992921 0.000000 0.118774 0.590013 0.590013 0.590013 -1591.464478 0.000000 3172.586426 0.000000 0.228570 0.000000 0.973527 0.567880 0.567880 0.567880 1610.244629 0.000000 3173.278809 0.000000 0.799380 0.000000 0.600826 0.594207 0.594207 0.594207 1590.102539 0.000000 3239.244873 0.000000 0.854966 0.000000 0.518683 0.546089 0.546089 0.546089 1600.409668 0.000000 3179.874023 0.000000 0.487101 0.000000 0.873346 0.348647 0.348647 0.348647 @@ -2786,7 +2689,6 @@ 1583.866211 0.000000 3210.965088 0.000000 0.696136 0.000000 0.717910 0.585606 0.585606 0.585606 1606.737061 0.000000 3171.397461 0.000000 0.283936 0.000000 0.958843 0.501994 0.501994 0.501994 1592.921997 0.000000 3168.818115 0.000000 0.799091 0.000000 0.601210 0.542995 0.542995 0.542995 -1633.683838 0.000000 3167.485107 0.000000 0.022037 0.000000 0.999757 0.467764 0.467764 0.467764 1591.987671 0.000000 3236.272949 0.000000 0.301406 0.000000 0.953496 0.550748 0.550748 0.550748 1586.598022 0.000000 3208.597900 0.000000 0.665208 0.000000 0.746658 0.524233 0.524233 0.524233 1626.151123 0.000000 3193.861572 0.000000 0.305977 0.000000 0.952039 0.539612 0.539612 0.539612 @@ -2818,43 +2720,34 @@ 1627.289917 0.000000 3183.592041 0.000000 0.994188 0.000000 0.107659 0.575278 0.575278 0.575278 1601.290039 0.000000 3178.588379 0.000000 0.892824 0.000000 0.450406 0.489422 0.489422 0.489422 1593.929077 0.000000 3170.542236 0.000000 0.959436 0.000000 0.281927 0.521228 0.521228 0.521228 -1687.733154 0.000000 3175.936035 0.000000 0.997008 0.000000 0.077303 0.597798 0.597798 0.597798 1693.833252 0.000000 3190.839355 0.000000 0.911832 0.000000 0.410564 0.596831 0.596831 0.596831 1656.623169 0.000000 3205.750000 0.000000 0.999929 0.000000 0.011936 0.599589 0.599589 0.599589 1722.943359 0.000000 3174.487305 0.000000 0.651314 0.000000 0.758808 0.458052 0.458052 0.458052 1665.109375 0.000000 3216.242920 0.000000 0.998089 0.000000 0.061794 0.590645 0.590645 0.590645 -1681.388672 0.000000 3183.422852 0.000000 0.253083 0.000000 0.967444 0.529092 0.529092 0.529092 1689.012817 0.000000 3169.252197 0.000000 0.971858 0.000000 0.235567 0.595369 0.595369 0.595369 1655.934814 0.000000 3236.020020 0.000000 0.687994 0.000000 0.725717 0.464976 0.464976 0.464976 1662.094727 0.000000 3239.244873 0.000000 0.928703 0.000000 0.370824 0.584066 0.584066 0.584066 -1672.401855 0.000000 3179.874023 0.000000 0.928137 0.000000 0.372238 0.572004 0.572004 0.572004 1658.927856 0.000000 3200.548584 0.000000 0.494119 0.000000 0.869394 0.536849 0.536849 0.536849 1708.215210 0.000000 3186.810547 0.000000 0.596322 0.000000 0.802745 0.569290 0.569290 0.569290 1655.858398 0.000000 3210.965088 0.000000 0.324693 0.000000 0.945819 0.572136 0.572136 0.572136 1677.138306 0.000000 3200.886719 0.000000 0.887288 0.000000 0.461216 0.559071 0.559071 0.559071 1707.034790 0.000000 3172.854736 0.000000 0.994573 0.000000 0.104037 0.579704 0.579704 0.579704 1718.713867 0.000000 3172.436279 0.000000 0.247377 0.000000 0.968919 0.576258 0.576258 0.576258 -1673.867188 0.000000 3175.813477 0.000000 0.136877 0.000000 0.990588 0.490490 0.490490 0.490490 1669.892212 0.000000 3226.814941 0.000000 0.983895 0.000000 0.178745 0.595962 0.595962 0.595962 -1699.553833 0.000000 3177.281006 0.000000 0.381045 0.000000 0.924556 0.557583 0.557583 0.557583 1659.740479 0.000000 3236.279053 0.000000 0.173637 0.000000 0.984810 0.225618 0.225618 0.225618 1664.350952 0.000000 3219.793457 0.000000 0.525658 0.000000 0.850696 0.382089 0.382089 0.382089 -1714.560547 0.000000 3191.758789 0.000000 0.312410 0.000000 0.949947 0.371005 0.371005 0.371005 1663.979858 0.000000 3236.272949 0.000000 0.876936 0.000000 0.480607 0.585731 0.585731 0.585731 -1704.993652 0.000000 3188.324951 0.000000 0.906564 0.000000 0.422069 0.569324 0.569324 0.569324 1669.866455 0.000000 3177.289062 0.000000 0.881548 0.000000 0.472094 0.581588 0.581588 0.581588 1674.958008 0.000000 3223.094482 0.000000 0.862826 0.000000 0.505501 0.576979 0.576979 0.576979 1661.947144 0.000000 3198.931641 0.000000 0.425800 0.000000 0.904817 0.540707 0.540707 0.540707 1684.849609 0.000000 3183.663574 0.000000 0.493198 0.000000 0.869917 0.495696 0.495696 0.495696 1677.458618 0.000000 3218.573975 0.000000 0.951472 0.000000 0.307737 0.586880 0.586880 0.586880 1661.090210 0.000000 3217.400146 0.000000 0.546999 0.000000 0.837133 0.537589 0.537589 0.537589 -1675.318237 0.000000 3178.888916 0.000000 0.443348 0.000000 0.896349 0.493447 0.493447 0.493447 1683.327393 0.000000 3181.342041 0.000000 0.486230 0.000000 0.873831 0.545861 0.545861 0.545861 1675.900635 0.000000 3203.354492 0.000000 0.158811 0.000000 0.987309 0.426648 0.426648 0.426648 1690.370850 0.000000 3182.862061 0.000000 0.951552 0.000000 0.307489 0.582209 0.582209 0.582209 1658.396240 0.000000 3203.231445 0.000000 0.432774 0.000000 0.901502 0.534382 0.534382 0.534382 1666.611450 0.000000 3218.387939 0.000000 0.987863 0.000000 0.155325 0.585983 0.585983 0.585983 -1698.563599 0.000000 3179.842041 0.000000 0.931688 0.000000 0.363259 0.579953 0.579953 0.579953 1675.647583 0.000000 3220.537109 0.000000 0.209475 0.000000 0.977814 0.477791 0.477791 0.477791 1693.288086 0.000000 3180.902100 0.000000 0.333694 0.000000 0.942682 0.529954 0.529954 0.529954 1716.367310 0.000000 3173.285645 0.000000 0.820273 0.000000 0.571973 0.562604 0.562604 0.562604 @@ -3002,16 +2895,10 @@ 1458.577759 0.000000 3423.287598 0.000000 0.035878 0.000000 0.999356 0.013707 0.013707 0.013707 1461.561279 0.000000 3419.974609 0.000000 0.393442 0.000000 0.919350 0.343159 0.343159 0.343159 1458.822266 0.000000 3420.393066 0.000000 0.457909 0.000000 0.888999 0.373616 0.373616 0.373616 -1740.616333 0.000000 2880.260742 0.000000 0.179294 0.000000 0.983796 0.591668 0.591668 0.591668 -1746.479126 0.000000 2883.599609 0.000000 0.729089 0.000000 0.684419 0.549188 0.549188 0.549188 -1741.152100 0.000000 2896.732910 0.000000 0.400157 0.000000 0.916446 0.478462 0.478462 0.478462 1757.347656 0.000000 2931.560059 0.000000 0.153798 0.000000 0.988102 0.498161 0.498161 0.498161 1762.774292 0.000000 2892.214600 0.000000 0.378253 0.000000 0.925702 0.355480 0.355480 0.355480 -1747.533081 0.000000 2879.381836 0.000000 0.129475 0.000000 0.991583 0.399264 0.399264 0.399264 1731.147461 0.000000 2909.096436 0.000000 0.620290 0.000000 0.784373 0.464934 0.464934 0.464934 -1744.020386 0.000000 2881.139404 0.000000 0.611487 0.000000 0.791255 0.390788 0.390788 0.390788 1749.719849 0.000000 2948.953125 0.000000 0.370313 0.000000 0.928907 0.459008 0.459008 0.459008 -1762.530396 0.000000 2947.968262 0.000000 0.925429 0.000000 0.378921 0.588357 0.588357 0.588357 1768.483276 0.000000 2901.153320 0.000000 0.630819 0.000000 0.775930 0.550774 0.550774 0.550774 1746.055420 0.000000 2946.458984 0.000000 0.459510 0.000000 0.888173 0.490270 0.490270 0.490270 1758.575806 0.000000 2947.886719 0.000000 0.879297 0.000000 0.476273 0.562077 0.562077 0.562077 @@ -3048,7 +2935,6 @@ 1818.036377 0.000000 2909.287109 0.000000 0.217789 0.000000 0.975996 0.213402 0.213402 0.213402 1814.910889 0.000000 2942.880859 0.000000 0.139299 0.000000 0.990250 0.593569 0.593569 0.593569 1839.767822 0.000000 2891.913818 0.000000 0.493727 0.000000 0.869617 0.569990 0.569990 0.569990 -1807.441040 0.000000 2884.648926 0.000000 0.717890 0.000000 0.696156 0.550402 0.550402 0.550402 1811.461670 0.000000 2948.787109 0.000000 0.892633 0.000000 0.450784 0.569178 0.569178 0.569178 1816.386230 0.000000 2891.936523 0.000000 0.978586 0.000000 0.205838 0.580125 0.580125 0.580125 1869.571533 0.000000 2890.926514 0.000000 0.407490 0.000000 0.913210 0.160315 0.160315 0.160315 @@ -3096,22 +2982,15 @@ 1762.349121 0.000000 3006.111572 0.000000 0.610840 0.000000 0.791754 0.591788 0.591788 0.591788 1787.307739 0.000000 2959.576172 0.000000 0.987813 0.000000 0.155643 0.578463 0.578463 0.578463 1746.479126 0.000000 2955.583984 0.000000 0.827297 0.000000 0.561765 0.574981 0.574981 0.574981 -1774.427002 0.000000 2953.689941 0.000000 0.647896 0.000000 0.761729 0.559788 0.559788 0.559788 1744.394043 0.000000 2963.920898 0.000000 0.954688 0.000000 0.297608 0.596379 0.596379 0.596379 1743.544189 0.000000 3007.227783 0.000000 0.711028 0.000000 0.703163 0.459823 0.459823 0.459823 -1768.637695 0.000000 2969.979004 0.000000 0.999491 0.000000 0.031899 0.596798 0.596798 0.596798 1792.691284 0.000000 3005.017578 0.000000 0.342120 0.000000 0.939656 0.510335 0.510335 0.510335 1790.562866 0.000000 2991.063477 0.000000 0.967398 0.000000 0.253262 0.577754 0.577754 0.577754 -1793.178833 0.000000 2971.375244 0.000000 0.943912 0.000000 0.330197 0.521365 0.521365 0.521365 -1747.533081 0.000000 2951.366211 0.000000 0.941918 0.000000 0.335842 0.564600 0.564600 0.564600 1740.863037 0.000000 2998.139160 0.000000 0.842447 0.000000 0.538779 0.577840 0.577840 0.577840 1758.557251 0.000000 2964.739258 0.000000 0.756552 0.000000 0.653933 0.563699 0.563699 0.563699 1733.739624 0.000000 2998.244141 0.000000 0.152969 0.000000 0.988231 0.487486 0.487486 0.487486 1737.304688 0.000000 2996.277100 0.000000 0.606812 0.000000 0.794845 0.514674 0.514674 0.514674 -1743.135986 0.000000 3018.884033 0.000000 0.997756 0.000000 0.066953 0.582035 0.582035 0.582035 1771.946533 0.000000 3006.145996 0.000000 0.507897 0.000000 0.861418 0.276574 0.276574 0.276574 -1771.546021 0.000000 2961.327881 0.000000 0.106357 0.000000 0.994328 0.391634 0.391634 0.391634 -1785.197754 0.000000 2962.803467 0.000000 0.673239 0.000000 0.739425 0.482820 0.482820 0.482820 1775.464966 0.000000 3009.326172 0.000000 0.984559 0.000000 0.175053 0.594992 0.594992 0.594992 1744.020386 0.000000 2953.123779 0.000000 0.440051 0.000000 0.897973 0.458016 0.458016 0.458016 1798.526978 0.000000 2966.424805 0.000000 0.919799 0.000000 0.392389 0.554700 0.554700 0.554700 @@ -3133,8 +3012,6 @@ 1782.396973 0.000000 2985.758789 0.000000 0.363780 0.000000 0.931485 0.512034 0.512034 0.512034 1784.229858 0.000000 2960.280762 0.000000 0.867775 0.000000 0.496958 0.498723 0.498723 0.498723 1788.769287 0.000000 3010.250977 0.000000 0.451951 0.000000 0.892043 0.467961 0.467961 0.467961 -1795.906250 0.000000 2972.331787 0.000000 0.961311 0.000000 0.275465 0.554435 0.554435 0.554435 -1748.520386 0.000000 2953.791992 0.000000 0.175249 0.000000 0.984524 0.524794 0.524794 0.524794 1740.453369 0.000000 3018.354980 0.000000 0.789834 0.000000 0.613320 0.547582 0.547582 0.547582 1791.604126 0.000000 3007.440186 0.000000 0.997925 0.000000 0.064386 0.580987 0.580987 0.580987 1781.478027 0.000000 2955.753174 0.000000 0.172690 0.000000 0.984976 0.426284 0.426284 0.426284 @@ -3208,7 +3085,6 @@ 1783.736206 0.000000 2981.903809 0.000000 0.148609 0.000000 0.988896 0.189005 0.189005 0.189005 1793.093506 0.000000 3007.742188 0.000000 0.525526 0.000000 0.850778 0.337857 0.337857 0.337857 1794.647583 0.000000 3018.816895 0.000000 0.990384 0.000000 0.138345 0.546986 0.546986 0.546986 -1801.494385 0.000000 2969.198730 0.000000 0.626757 0.000000 0.779215 0.585279 0.585279 0.585279 1841.660645 0.000000 3003.018311 0.000000 0.059564 0.000000 0.998224 0.538881 0.538881 0.538881 1812.608521 0.000000 2952.245117 0.000000 0.197713 0.000000 0.980260 0.474656 0.474656 0.474656 1808.992432 0.000000 2984.350342 0.000000 0.597867 0.000000 0.801595 0.566568 0.566568 0.566568 @@ -3224,7 +3100,6 @@ 1826.221191 0.000000 2957.325684 0.000000 0.518803 0.000000 0.854894 0.474057 0.474057 0.474057 1802.912231 0.000000 2984.595459 0.000000 0.755914 0.000000 0.654671 0.583963 0.583963 0.583963 1808.992065 0.000000 2989.816895 0.000000 0.651749 0.000000 0.758435 0.576788 0.576788 0.576788 -1813.420410 0.000000 2957.666992 0.000000 0.148157 0.000000 0.988964 0.465798 0.465798 0.465798 1869.309204 0.000000 2969.884033 0.000000 0.446409 0.000000 0.894829 0.490455 0.490455 0.490455 1828.150146 0.000000 3018.957031 0.000000 0.889774 0.000000 0.456402 0.580832 0.580832 0.580832 1837.027344 0.000000 2987.652344 0.000000 0.208204 0.000000 0.978086 0.290107 0.290107 0.290107 @@ -3232,7 +3107,6 @@ 1823.182251 0.000000 2971.434082 0.000000 0.682854 0.000000 0.730554 0.554601 0.554601 0.554601 1799.939941 0.000000 2965.408691 0.000000 0.702725 0.000000 0.711462 0.560871 0.560871 0.560871 1863.375854 0.000000 2960.576904 0.000000 0.995958 0.000000 0.089823 0.594341 0.594341 0.594341 -1810.177612 0.000000 2959.122314 0.000000 0.999553 0.000000 0.029905 0.595609 0.595609 0.595609 1802.574585 0.000000 2992.644775 0.000000 0.606310 0.000000 0.795228 0.551799 0.551799 0.551799 1866.157959 0.000000 2963.231934 0.000000 0.838912 0.000000 0.544267 0.528447 0.528447 0.528447 1860.144043 0.000000 2995.520020 0.000000 0.609577 0.000000 0.792727 0.520482 0.520482 0.520482 @@ -3330,7 +3204,6 @@ 1887.241577 0.000000 2977.667725 0.000000 0.300404 0.000000 0.953812 0.287177 0.287177 0.287177 1888.052368 0.000000 2987.970459 0.000000 0.609671 0.000000 0.792655 0.384779 0.384779 0.384779 1753.657959 0.000000 3058.705811 0.000000 0.703597 0.000000 0.710599 0.552645 0.552645 0.552645 -1769.668457 0.000000 3075.002686 0.000000 0.569517 0.000000 0.821980 0.516171 0.516171 0.516171 1765.825439 0.000000 3046.870605 0.000000 0.998864 0.000000 0.047656 0.597358 0.597358 0.597358 1728.615356 0.000000 3061.781250 0.000000 0.184255 0.000000 0.982879 0.591699 0.591699 0.591699 1755.954590 0.000000 3048.468506 0.000000 0.065326 0.000000 0.997864 0.448914 0.448914 0.448914 @@ -3422,11 +3295,9 @@ 1730.977417 0.000000 3093.512695 0.000000 0.203394 0.000000 0.979097 0.293080 0.293080 0.293080 1783.736206 0.000000 3053.888184 0.000000 0.741200 0.000000 0.671284 0.380625 0.380625 0.380625 1823.391724 0.000000 3089.772705 0.000000 0.066179 0.000000 0.997808 0.590985 0.590985 0.590985 -1845.166626 0.000000 3093.029297 0.000000 0.946824 0.000000 0.321753 0.581844 0.581844 0.581844 1851.154297 0.000000 3082.357666 0.000000 0.791881 0.000000 0.610675 0.434686 0.434686 0.434686 1839.767822 0.000000 3035.882568 0.000000 0.449750 0.000000 0.893154 0.593383 0.593383 0.593383 1868.734131 0.000000 3064.015869 0.000000 0.971784 0.000000 0.235875 0.583593 0.583593 0.583593 -1799.919189 0.000000 3092.051270 0.000000 0.915681 0.000000 0.401906 0.566545 0.566545 0.566545 1824.627930 0.000000 3073.545898 0.000000 0.882283 0.000000 0.470719 0.499422 0.499422 0.499422 1815.102173 0.000000 3046.726074 0.000000 0.993163 0.000000 0.116736 0.594567 0.594567 0.594567 1799.842773 0.000000 3066.996338 0.000000 0.997149 0.000000 0.075459 0.583482 0.583482 0.583482 @@ -3445,7 +3316,6 @@ 1812.343750 0.000000 3077.907959 0.000000 0.271738 0.000000 0.962371 0.549541 0.549541 0.549541 1831.001465 0.000000 3047.441162 0.000000 0.553922 0.000000 0.832569 0.505692 0.505692 0.505692 1865.523315 0.000000 3070.467041 0.000000 0.581593 0.000000 0.813480 0.491837 0.491837 0.491837 -1815.879150 0.000000 3076.267090 0.000000 0.984998 0.000000 0.172566 0.572202 0.572202 0.572202 1838.974609 0.000000 3039.091553 0.000000 0.963829 0.000000 0.266521 0.574945 0.574945 0.574945 1862.607788 0.000000 3038.747314 0.000000 0.837708 0.000000 0.546118 0.486634 0.486634 0.486634 1851.110229 0.000000 3031.692627 0.000000 0.915111 0.000000 0.403202 0.522914 0.522914 0.522914 @@ -3510,7 +3380,6 @@ 1771.634033 0.000000 3154.266846 0.000000 0.249771 0.000000 0.968305 0.503235 0.503235 0.503235 1761.005005 0.000000 3097.267822 0.000000 0.924572 0.000000 0.381008 0.572481 0.572481 0.572481 1797.751343 0.000000 3152.801758 0.000000 0.957705 0.000000 0.287752 0.539665 0.539665 0.539665 -1797.166504 0.000000 3096.235352 0.000000 0.973048 0.000000 0.230604 0.529241 0.529241 0.529241 1752.635742 0.000000 3145.530273 0.000000 0.998893 0.000000 0.047042 0.599366 0.599366 0.599366 1769.918091 0.000000 3101.790771 0.000000 0.357704 0.000000 0.933835 0.544045 0.544045 0.544045 1735.489502 0.000000 3112.095459 0.000000 0.746385 0.000000 0.665514 0.553097 0.553097 0.553097 @@ -3535,7 +3404,6 @@ 1767.410522 0.000000 3104.200928 0.000000 0.715486 0.000000 0.698627 0.365960 0.365960 0.365960 1764.460083 0.000000 3097.359863 0.000000 0.965828 0.000000 0.259184 0.565833 0.565833 0.565833 1765.094849 0.000000 3161.037109 0.000000 0.738424 0.000000 0.674337 0.568960 0.568960 0.568960 -1753.780518 0.000000 3148.737549 0.000000 0.994160 0.000000 0.107915 0.587529 0.587529 0.587529 1781.216797 0.000000 3108.575439 0.000000 0.616779 0.000000 0.787136 0.561994 0.561994 0.561994 1778.590454 0.000000 3106.423096 0.000000 0.507687 0.000000 0.861542 0.531567 0.531567 0.531567 1771.656128 0.000000 3115.408936 0.000000 0.725987 0.000000 0.687708 0.470505 0.470505 0.470505 @@ -3552,7 +3420,6 @@ 1798.785522 0.000000 3150.461914 0.000000 0.032017 0.000000 0.999487 0.410992 0.410992 0.410992 1765.488892 0.000000 3156.045166 0.000000 0.731818 0.000000 0.681500 0.547211 0.547211 0.547211 1796.211548 0.000000 3142.215576 0.000000 0.666558 0.000000 0.745453 0.506754 0.506754 0.506754 -1755.883789 0.000000 3150.108887 0.000000 0.420985 0.000000 0.907068 0.383840 0.383840 0.383840 1755.136597 0.000000 3146.388184 0.000000 0.503245 0.000000 0.864144 0.421817 0.421817 0.421817 1762.443604 0.000000 3160.639893 0.000000 0.428940 0.000000 0.903333 0.503734 0.503734 0.503734 1752.351196 0.000000 3150.808594 0.000000 0.067910 0.000000 0.997691 0.458178 0.458178 0.458178 @@ -3588,7 +3455,6 @@ 1763.878296 0.000000 3156.751465 0.000000 0.081179 0.000000 0.996700 0.403654 0.403654 0.403654 1766.209839 0.000000 3102.651367 0.000000 0.997460 0.000000 0.071230 0.574157 0.574157 0.574157 1752.775024 0.000000 3109.834229 0.000000 0.999620 0.000000 0.027573 0.595869 0.595869 0.595869 -1754.212524 0.000000 3150.344238 0.000000 0.769364 0.000000 0.638810 0.468175 0.468175 0.468175 1792.187988 0.000000 3143.299316 0.000000 0.782493 0.000000 0.622659 0.491264 0.491264 0.491264 1794.870483 0.000000 3143.285156 0.000000 0.999842 0.000000 0.017780 0.593847 0.593847 0.593847 1780.625610 0.000000 3153.733643 0.000000 0.317184 0.000000 0.948364 0.349491 0.349491 0.349491 @@ -3606,7 +3472,6 @@ 1854.117920 0.000000 3120.015381 0.000000 0.936159 0.000000 0.351576 0.555335 0.555335 0.555335 1808.992432 0.000000 3128.319092 0.000000 0.550440 0.000000 0.834875 0.554126 0.554126 0.554126 1841.821289 0.000000 3132.601074 0.000000 0.338793 0.000000 0.940861 0.297191 0.297191 0.297191 -1856.462158 0.000000 3163.271484 0.000000 0.377370 0.000000 0.926063 0.534388 0.534388 0.534388 1818.036377 0.000000 3125.240234 0.000000 0.051178 0.000000 0.998690 0.588619 0.588619 0.588619 1800.368042 0.000000 3152.835938 0.000000 0.625481 0.000000 0.780240 0.555756 0.555756 0.555756 1868.734131 0.000000 3136.000244 0.000000 0.925648 0.000000 0.378386 0.578493 0.578493 0.578493 @@ -3618,7 +3483,6 @@ 1824.627930 0.000000 3145.530273 0.000000 0.939638 0.000000 0.342170 0.579075 0.579075 0.579075 1826.221191 0.000000 3101.294434 0.000000 0.635005 0.000000 0.772508 0.568264 0.568264 0.568264 1853.639771 0.000000 3105.312256 0.000000 0.633260 0.000000 0.773939 0.566857 0.566857 0.566857 -1850.017822 0.000000 3109.569824 0.000000 0.487594 0.000000 0.873070 0.490290 0.490290 0.490290 1843.102173 0.000000 3118.586670 0.000000 0.927453 0.000000 0.373940 0.511017 0.511017 0.511017 1857.240967 0.000000 3116.399902 0.000000 0.999174 0.000000 0.040645 0.589403 0.589403 0.589403 1840.320801 0.000000 3137.112793 0.000000 0.727467 0.000000 0.686143 0.576213 0.576213 0.576213 @@ -3630,7 +3494,6 @@ 1868.308350 0.000000 3149.693848 0.000000 0.430564 0.000000 0.902560 0.519063 0.519063 0.519063 1847.704346 0.000000 3126.195068 0.000000 0.656511 0.000000 0.754316 0.552635 0.552635 0.552635 1861.408813 0.000000 3149.920166 0.000000 0.916711 0.000000 0.399551 0.539662 0.539662 0.539662 -1820.887451 0.000000 3102.126953 0.000000 0.434720 0.000000 0.900566 0.326277 0.326277 0.326277 1812.343750 0.000000 3149.892334 0.000000 0.247345 0.000000 0.968928 0.095470 0.095470 0.095470 1814.620483 0.000000 3135.382812 0.000000 0.438953 0.000000 0.898510 0.454516 0.454516 0.454516 1848.075195 0.000000 3123.023193 0.000000 0.785992 0.000000 0.618237 0.462226 0.462226 0.462226 @@ -3724,11 +3587,9 @@ 1935.517700 0.000000 3082.243896 0.000000 0.972586 0.000000 0.232545 0.510354 0.510354 0.510354 1907.026367 0.000000 3086.270996 0.000000 0.116258 0.000000 0.993219 0.421371 0.421371 0.421371 1881.428223 0.000000 3079.447021 0.000000 0.311689 0.000000 0.950184 0.263813 0.263813 0.263813 -1911.760010 0.000000 3035.882568 0.000000 0.105977 0.000000 0.994369 0.455203 0.455203 0.455203 1874.403442 0.000000 3033.989014 0.000000 0.763364 0.000000 0.645969 0.500062 0.500062 0.500062 1929.369995 0.000000 3084.731689 0.000000 0.730286 0.000000 0.683142 0.557192 0.557192 0.557192 1888.378418 0.000000 3035.905273 0.000000 0.964185 0.000000 0.265230 0.573461 0.573461 0.573461 -1912.622070 0.000000 3041.963379 0.000000 0.209831 0.000000 0.977738 0.318994 0.318994 0.318994 1910.534912 0.000000 3081.839600 0.000000 0.395232 0.000000 0.918581 0.422081 0.422081 0.422081 1900.242676 0.000000 3043.541016 0.000000 0.075150 0.000000 0.997172 0.192272 0.192272 0.192272 1941.896606 0.000000 3068.508545 0.000000 0.564726 0.000000 0.825278 0.525844 0.525844 0.525844 @@ -3746,7 +3607,6 @@ 1893.394531 0.000000 3041.066895 0.000000 0.301873 0.000000 0.953348 0.342472 0.342472 0.342472 1930.522949 0.000000 3054.504395 0.000000 0.299164 0.000000 0.954202 0.379850 0.379850 0.379850 1900.835449 0.000000 3094.333496 0.000000 0.994515 0.000000 0.104593 0.588856 0.588856 0.588856 -1929.281006 0.000000 3057.701904 0.000000 0.983153 0.000000 0.182782 0.580451 0.580451 0.580451 1935.765625 0.000000 3085.063232 0.000000 0.156450 0.000000 0.987686 0.060006 0.060006 0.060006 1932.753662 0.000000 3082.235352 0.000000 0.465971 0.000000 0.884800 0.196542 0.196542 0.196542 1901.604614 0.000000 3088.711914 0.000000 0.222970 0.000000 0.974825 0.452824 0.452824 0.452824 @@ -3815,10 +3675,8 @@ 1872.599731 0.000000 3133.765625 0.000000 0.995087 0.000000 0.099004 0.577718 0.577718 0.577718 1927.775879 0.000000 3110.495850 0.000000 0.970166 0.000000 0.242440 0.558183 0.558183 0.558183 1879.433228 0.000000 3100.602051 0.000000 0.765441 0.000000 0.643506 0.588481 0.588481 0.588481 -1892.138550 0.000000 3154.329590 0.000000 0.591512 0.000000 0.806296 0.531162 0.531162 0.531162 1885.136475 0.000000 3112.686035 0.000000 0.177874 0.000000 0.984053 0.554128 0.554128 0.554128 1908.578857 0.000000 3102.129639 0.000000 0.971796 0.000000 0.235824 0.558277 0.558277 0.558277 -1901.332031 0.000000 3147.513184 0.000000 0.244423 0.000000 0.969669 0.467135 0.467135 0.467135 1922.895630 0.000000 3124.433105 0.000000 0.997970 0.000000 0.063691 0.593985 0.593985 0.593985 1912.312988 0.000000 3137.112793 0.000000 0.594508 0.000000 0.804090 0.425090 0.425090 0.425090 1935.121582 0.000000 3144.557373 0.000000 0.462374 0.000000 0.886685 0.209729 0.209729 0.209729 @@ -3907,12 +3765,10 @@ 1948.114258 0.000000 3126.591064 0.000000 0.909472 0.000000 0.415766 0.534487 0.534487 0.534487 1951.026489 0.000000 3124.395020 0.000000 0.919152 0.000000 0.393904 0.548450 0.548450 0.548450 2300.687256 0.000000 2992.031494 0.000000 0.807030 0.000000 0.590511 0.588645 0.588645 0.588645 -2286.031250 0.000000 3005.584717 0.000000 0.628638 0.000000 0.777698 0.259665 0.259665 0.259665 2285.343750 0.000000 3013.839600 0.000000 0.992462 0.000000 0.122556 0.596871 0.596871 0.596871 2287.192871 0.000000 3009.362305 0.000000 0.589478 0.000000 0.807784 0.476041 0.476041 0.476041 2282.715088 0.000000 3006.979248 0.000000 0.998539 0.000000 0.054038 0.597166 0.597166 0.597166 2303.330566 0.000000 3000.534180 0.000000 0.987872 0.000000 0.155270 0.567773 0.567773 0.567773 -2298.950684 0.000000 3003.324707 0.000000 0.982777 0.000000 0.184797 0.577170 0.577170 0.577170 2284.928467 0.000000 3008.131836 0.000000 0.586613 0.000000 0.809867 0.434570 0.434570 0.434570 2285.542725 0.000000 3003.083008 0.000000 0.681900 0.000000 0.731445 0.554529 0.554529 0.554529 2285.413818 0.000000 3011.246094 0.000000 0.958483 0.000000 0.285151 0.564049 0.564049 0.564049 @@ -3923,12 +3779,9 @@ 2284.873047 0.000000 3006.607422 0.000000 0.991591 0.000000 0.129412 0.565981 0.565981 0.565981 2289.849609 0.000000 3004.424561 0.000000 0.994173 0.000000 0.107793 0.574924 0.574924 0.574924 2285.439941 0.000000 3004.425781 0.000000 0.224236 0.000000 0.974535 0.193138 0.193138 0.193138 -2034.277466 0.000000 3146.357422 0.000000 0.998098 0.000000 0.061653 0.595934 0.595934 0.595934 -2066.346680 0.000000 3160.829346 0.000000 0.180897 0.000000 0.983502 0.433562 0.433562 0.433562 2065.890137 0.000000 3165.941406 0.000000 0.571901 0.000000 0.820323 0.582708 0.582708 0.582708 2034.918945 0.000000 3151.110107 0.000000 0.755426 0.000000 0.655234 0.550768 0.550768 0.550768 2039.168701 0.000000 3152.893799 0.000000 0.539798 0.000000 0.841795 0.510070 0.510070 0.510070 -2064.506592 0.000000 3163.378418 0.000000 0.945696 0.000000 0.325054 0.569253 0.569253 0.569253 2067.894531 0.000000 3161.699707 0.000000 0.068802 0.000000 0.997630 0.420016 0.420016 0.420016 2036.417725 0.000000 3150.238281 0.000000 0.422272 0.000000 0.906469 0.285515 0.285515 0.285515 2157.387695 0.000000 3100.005371 0.000000 0.992237 0.000000 0.124363 0.567876 0.567876 0.567876 @@ -3943,11 +3796,6 @@ 2278.492432 0.000000 3041.808350 0.000000 0.188465 0.000000 0.982080 0.502760 0.502760 0.502760 2285.251953 0.000000 3024.950928 0.000000 0.899501 0.000000 0.436920 0.587131 0.587131 0.587131 2237.666992 0.000000 3066.131348 0.000000 0.837374 0.000000 0.546630 0.543690 0.543690 0.543690 -2272.583008 0.000000 3041.963379 0.000000 0.930453 0.000000 0.366412 0.578646 0.578646 0.578646 -2277.022217 0.000000 3036.883789 0.000000 0.979813 0.000000 0.199918 0.536385 0.536385 0.536385 -2268.503174 0.000000 3040.673584 0.000000 0.833239 0.000000 0.552913 0.576306 0.576306 0.576306 -2275.491211 0.000000 3033.312256 0.000000 0.953474 0.000000 0.301475 0.524769 0.524769 0.524769 -2274.046143 0.000000 3038.793457 0.000000 0.246035 0.000000 0.969261 0.409865 0.409865 0.409865 2234.527832 0.000000 3064.629150 0.000000 0.634847 0.000000 0.772638 0.476994 0.476994 0.476994 2234.916992 0.000000 3068.280029 0.000000 0.442326 0.000000 0.896855 0.483338 0.483338 0.483338 2243.452393 0.000000 3063.241943 0.000000 0.999925 0.000000 0.012235 0.598772 0.598772 0.598772 @@ -3968,30 +3816,22 @@ 2243.799316 0.000000 3061.817627 0.000000 0.706411 0.000000 0.707802 0.347920 0.347920 0.347920 2274.168945 0.000000 3033.051514 0.000000 0.800298 0.000000 0.599602 0.442039 0.442039 0.442039 2160.184082 0.000000 3099.033447 0.000000 0.866820 0.000000 0.498622 0.593745 0.593745 0.593745 -1730.035156 0.000000 3215.701660 0.000000 0.757077 0.000000 0.653325 0.574405 0.574405 0.574405 -1785.971924 0.000000 3208.752441 0.000000 0.924212 0.000000 0.381879 0.541307 0.541307 0.541307 -1758.153687 0.000000 3214.344971 0.000000 0.348274 0.000000 0.937393 0.589080 0.589080 0.589080 -1796.741943 0.000000 3207.984619 0.000000 0.513409 0.000000 0.858144 0.516552 0.516552 0.516552 1794.935547 0.000000 3174.487305 0.000000 0.943159 0.000000 0.332341 0.583253 0.583253 0.583253 1761.005005 0.000000 3169.252197 0.000000 0.826775 0.000000 0.562533 0.484554 0.484554 0.484554 1735.448853 0.000000 3172.586426 0.000000 0.126999 0.000000 0.991903 0.519999 0.519999 0.519999 -1733.721802 0.000000 3210.100098 0.000000 0.691949 0.000000 0.721947 0.351101 0.351101 0.351101 1791.593872 0.000000 3211.859619 0.000000 0.411816 0.000000 0.911267 0.521011 0.521011 0.521011 1775.747559 0.000000 3221.128174 0.000000 0.997595 0.000000 0.069305 0.598649 0.598649 0.598649 1790.424072 0.000000 3232.283447 0.000000 0.693622 0.000000 0.720339 0.577109 0.577109 0.577109 -1786.821045 0.000000 3195.553955 0.000000 0.664306 0.000000 0.747461 0.526653 0.526653 0.526653 1733.843628 0.000000 3194.680664 0.000000 0.046792 0.000000 0.998905 0.542929 0.542929 0.542929 1744.394043 0.000000 3179.874023 0.000000 0.793381 0.000000 0.608725 0.460794 0.460794 0.460794 1740.380737 0.000000 3195.518555 0.000000 0.781983 0.000000 0.623300 0.590928 0.590928 0.590928 1730.920044 0.000000 3200.548584 0.000000 0.293043 0.000000 0.956099 0.584740 0.584740 0.584740 1750.172485 0.000000 3191.477051 0.000000 0.994339 0.000000 0.106258 0.594100 0.594100 0.594100 1743.109985 0.000000 3190.694824 0.000000 0.802209 0.000000 0.597043 0.553997 0.553997 0.553997 -1767.294312 0.000000 3196.124023 0.000000 0.977800 0.000000 0.209538 0.589249 0.589249 0.589249 1788.689697 0.000000 3185.066406 0.000000 0.057881 0.000000 0.998323 0.511619 0.511619 0.511619 1797.579346 0.000000 3178.864014 0.000000 0.946186 0.000000 0.323622 0.586178 0.586178 0.586178 1773.076904 0.000000 3180.852539 0.000000 0.331730 0.000000 0.943374 0.395046 0.395046 0.395046 1748.483765 0.000000 3182.284912 0.000000 0.846933 0.000000 0.531699 0.573968 0.573968 0.573968 -1774.403320 0.000000 3206.050781 0.000000 0.293269 0.000000 0.956030 0.517995 0.517995 0.517995 1794.395508 0.000000 3229.820557 0.000000 0.745121 0.000000 0.666929 0.406431 0.406431 0.406431 1790.562866 0.000000 3207.016602 0.000000 0.330523 0.000000 0.943798 0.300567 0.300567 0.300567 1786.885620 0.000000 3224.177979 0.000000 0.494638 0.000000 0.869099 0.197639 0.197639 0.197639 @@ -3999,12 +3839,10 @@ 1793.178833 0.000000 3187.328369 0.000000 0.456017 0.000000 0.889971 0.539185 0.539185 0.539185 1761.670532 0.000000 3211.833008 0.000000 0.240999 0.000000 0.970525 0.520466 0.520466 0.520466 1745.567749 0.000000 3208.824463 0.000000 0.974174 0.000000 0.225800 0.595565 0.595565 0.595565 -1793.465454 0.000000 3193.121826 0.000000 0.999754 0.000000 0.022176 0.598837 0.598837 0.598837 1751.190063 0.000000 3187.387207 0.000000 0.999153 0.000000 0.041152 0.598520 0.598520 0.598520 1733.739624 0.000000 3214.197266 0.000000 0.434793 0.000000 0.900531 0.433763 0.433763 0.433763 1771.946533 0.000000 3222.099121 0.000000 0.860321 0.000000 0.509753 0.570354 0.570354 0.570354 1736.906372 0.000000 3168.818115 0.000000 0.721137 0.000000 0.692793 0.463573 0.463573 0.463573 -1782.399414 0.000000 3207.634033 0.000000 0.999867 0.000000 0.016277 0.599171 0.599171 0.599171 1770.100830 0.000000 3182.762207 0.000000 0.634860 0.000000 0.772627 0.565612 0.565612 0.565612 1768.484009 0.000000 3222.410156 0.000000 0.151976 0.000000 0.988384 0.451292 0.451292 0.451292 1730.582397 0.000000 3208.597900 0.000000 0.286448 0.000000 0.958096 0.507947 0.507947 0.507947 @@ -4016,7 +3854,6 @@ 1752.838257 0.000000 3193.415527 0.000000 0.972513 0.000000 0.232849 0.583807 0.583807 0.583807 1786.993286 0.000000 3182.252197 0.000000 0.401406 0.000000 0.915900 0.539302 0.539302 0.539302 1740.431396 0.000000 3192.353027 0.000000 0.926774 0.000000 0.375621 0.576351 0.576351 0.576351 -1793.762451 0.000000 3206.906494 0.000000 0.249259 0.000000 0.968437 0.398490 0.398490 0.398490 1774.137329 0.000000 3189.748291 0.000000 0.254127 0.000000 0.967171 0.535054 0.535054 0.535054 1732.574463 0.000000 3185.194092 0.000000 0.741899 0.000000 0.670511 0.562572 0.562572 0.562572 1777.582031 0.000000 3184.790283 0.000000 0.657125 0.000000 0.753782 0.532217 0.532217 0.532217 @@ -4107,17 +3944,14 @@ 1777.757324 0.000000 3218.681885 0.000000 0.193914 0.000000 0.981019 0.264119 0.264119 0.264119 1757.958008 0.000000 3184.408936 0.000000 0.753666 0.000000 0.657258 0.445304 0.445304 0.445304 1861.740112 0.000000 3168.158691 0.000000 0.047225 0.000000 0.998884 0.579460 0.579460 0.579460 -1839.737549 0.000000 3167.945801 0.000000 0.582154 0.000000 0.813078 0.550224 0.550224 0.550224 1812.598755 0.000000 3209.847900 0.000000 0.571930 0.000000 0.820303 0.530836 0.530836 0.530836 1800.607544 0.000000 3205.750000 0.000000 0.974867 0.000000 0.222790 0.567018 0.567018 0.567018 1800.368042 0.000000 3224.820312 0.000000 0.485995 0.000000 0.873962 0.555403 0.555403 0.555403 1799.919189 0.000000 3236.020020 0.000000 0.800041 0.000000 0.599945 0.567230 0.567230 0.567230 1841.910278 0.000000 3173.775146 0.000000 0.391002 0.000000 0.920390 0.571981 0.571981 0.571981 -1826.221191 0.000000 3173.278809 0.000000 0.575863 0.000000 0.817546 0.528314 0.528314 0.528314 1817.559937 0.000000 3208.824463 0.000000 0.816264 0.000000 0.577679 0.579704 0.579704 0.579704 1830.549438 0.000000 3180.692383 0.000000 0.483579 0.000000 0.875301 0.555287 0.555287 0.555287 1809.296875 0.000000 3212.230225 0.000000 0.324407 0.000000 0.945918 0.401189 0.401189 0.401189 -1865.479858 0.000000 3169.526855 0.000000 0.628038 0.000000 0.778183 0.563933 0.563933 0.563933 1864.515015 0.000000 3237.440674 0.000000 0.759409 0.000000 0.650614 0.480093 0.480093 0.480093 1803.724854 0.000000 3236.279053 0.000000 0.541761 0.000000 0.840532 0.450467 0.450467 0.450467 1803.567993 0.000000 3182.008789 0.000000 0.207539 0.000000 0.978227 0.563284 0.563284 0.563284 @@ -4410,7 +4244,6 @@ 2082.904297 0.000000 3174.487305 0.000000 0.740832 0.000000 0.671690 0.440035 0.440035 0.440035 2050.317871 0.000000 3222.064697 0.000000 0.298989 0.000000 0.954256 0.277320 0.277320 0.277320 2023.417603 0.000000 3172.586426 0.000000 0.856368 0.000000 0.516365 0.583744 0.583744 0.583744 -2040.604492 0.000000 3217.514648 0.000000 0.780508 0.000000 0.625146 0.531213 0.531213 0.531213 2028.349487 0.000000 3195.518555 0.000000 0.293914 0.000000 0.955832 0.559972 0.559972 0.559972 2031.512939 0.000000 3223.180908 0.000000 0.796822 0.000000 0.604214 0.489212 0.489212 0.489212 2074.136230 0.000000 3214.233643 0.000000 0.342619 0.000000 0.939475 0.316488 0.316488 0.316488 @@ -4423,12 +4256,10 @@ 2086.273438 0.000000 3194.668701 0.000000 0.826959 0.000000 0.562262 0.586583 0.586583 0.586583 2086.866211 0.000000 3175.078369 0.000000 0.960150 0.000000 0.279486 0.588120 0.588120 0.588120 2053.744873 0.000000 3220.136230 0.000000 0.984153 0.000000 0.177320 0.590387 0.590387 0.590387 -2046.095825 0.000000 3223.002930 0.000000 0.873177 0.000000 0.487403 0.585510 0.585510 0.585510 2055.134521 0.000000 3171.481934 0.000000 0.997705 0.000000 0.067714 0.577770 0.577770 0.577770 2082.134521 0.000000 3179.185059 0.000000 0.370426 0.000000 0.928862 0.484006 0.484006 0.484006 2052.428955 0.000000 3169.344238 0.000000 0.168842 0.000000 0.985643 0.551727 0.551727 0.551727 2052.844727 0.000000 3209.971191 0.000000 0.081904 0.000000 0.996640 0.461733 0.461733 0.461733 -2041.749268 0.000000 3220.721924 0.000000 0.987111 0.000000 0.160036 0.545348 0.545348 0.545348 2049.973633 0.000000 3202.549072 0.000000 0.526605 0.000000 0.850110 0.385372 0.385372 0.385372 2074.962158 0.000000 3182.252197 0.000000 0.569692 0.000000 0.821858 0.403480 0.403480 0.403480 2043.214722 0.000000 3215.699463 0.000000 0.775204 0.000000 0.631711 0.545716 0.545716 0.545716 @@ -4516,7 +4347,6 @@ 2110.681396 0.000000 3185.962646 0.000000 0.377044 0.000000 0.926195 0.344567 0.344567 0.344567 2095.272217 0.000000 3206.236328 0.000000 0.799586 0.000000 0.600551 0.463942 0.463942 0.463942 2107.092529 0.000000 3197.937012 0.000000 0.088885 0.000000 0.996042 0.164954 0.164954 0.164954 -2017.470947 0.000000 3257.136230 0.000000 0.884296 0.000000 0.466927 0.575985 0.575985 0.575985 2023.458252 0.000000 3256.064209 0.000000 0.201202 0.000000 0.979550 0.401200 0.401200 0.401200 2081.373291 0.000000 3275.285645 0.000000 0.987535 0.000000 0.157400 0.584374 0.584374 0.584374 2059.078613 0.000000 3262.555420 0.000000 0.097151 0.000000 0.995270 0.070276 0.070276 0.070276 @@ -4536,7 +4366,6 @@ 2057.886719 0.000000 3317.743896 0.000000 0.467010 0.000000 0.884252 0.352987 0.352987 0.352987 2052.563232 0.000000 3318.082764 0.000000 0.905187 0.000000 0.425013 0.526354 0.526354 0.526354 2033.828125 0.000000 3319.782227 0.000000 0.735319 0.000000 0.677721 0.541997 0.541997 0.541997 -2058.727051 0.000000 3314.109863 0.000000 0.988919 0.000000 0.148459 0.592634 0.592634 0.592634 2036.864014 0.000000 3318.080078 0.000000 0.994892 0.000000 0.100944 0.587126 0.587126 0.587126 2032.147217 0.000000 3317.200928 0.000000 0.993203 0.000000 0.116391 0.586021 0.586021 0.586021 2026.747681 0.000000 3328.257080 0.000000 0.741910 0.000000 0.670500 0.517440 0.517440 0.517440 @@ -4573,7 +4402,6 @@ 473.969727 0.000000 3492.522949 0.000000 0.622664 0.000000 0.782489 0.585193 0.585193 0.585193 483.302704 0.000000 3514.263916 0.000000 0.997491 0.000000 0.070797 0.593419 0.593419 0.593419 476.781891 0.000000 3499.620361 0.000000 0.831774 0.000000 0.555115 0.596474 0.596474 0.596474 -480.561676 0.000000 3479.753174 0.000000 0.060078 0.000000 0.998194 0.446123 0.446123 0.446123 465.282043 0.000000 3477.091797 0.000000 0.167064 0.000000 0.985946 0.570579 0.570579 0.570579 491.026215 0.000000 3512.115479 0.000000 0.074402 0.000000 0.997228 0.521551 0.521551 0.521551 485.539093 0.000000 3517.730225 0.000000 0.994315 0.000000 0.106476 0.595206 0.595206 0.595206 @@ -4591,7 +4419,6 @@ 541.958252 0.000000 3478.776855 0.000000 0.906184 0.000000 0.422883 0.538521 0.538521 0.538521 521.476562 0.000000 3492.318604 0.000000 0.217953 0.000000 0.975959 0.581786 0.581786 0.581786 510.219666 0.000000 3527.182373 0.000000 0.003919 0.000000 0.999992 0.583571 0.583571 0.583571 -508.734802 0.000000 3508.532715 0.000000 0.464794 0.000000 0.885419 0.435487 0.435487 0.435487 519.242798 0.000000 3478.632324 0.000000 0.992652 0.000000 0.121004 0.596911 0.596911 0.596911 543.427124 0.000000 3484.061523 0.000000 0.269731 0.000000 0.962936 0.565011 0.565011 0.565011 504.178558 0.000000 3507.491211 0.000000 0.931483 0.000000 0.363786 0.568768 0.568768 0.568768 @@ -4634,9 +4461,7 @@ 541.647400 0.000000 3527.469238 0.000000 0.685533 0.000000 0.728042 0.513273 0.513273 0.513273 508.328613 0.000000 3530.149414 0.000000 0.998599 0.000000 0.052908 0.584776 0.584776 0.584776 630.250793 0.000000 3479.937256 0.000000 0.383933 0.000000 0.923361 0.458986 0.458986 0.458986 -627.287048 0.000000 3514.263916 0.000000 0.186961 0.000000 0.982367 0.510937 0.510937 0.510937 604.079529 0.000000 3480.374756 0.000000 0.836699 0.000000 0.547664 0.539229 0.539229 0.539229 -615.900635 0.000000 3467.788818 0.000000 0.486858 0.000000 0.873481 0.356537 0.356537 0.356537 604.855469 0.000000 3518.017578 0.000000 0.999994 0.000000 0.003401 0.599542 0.599542 0.599542 598.297546 0.000000 3479.414551 0.000000 0.982920 0.000000 0.184032 0.553700 0.553700 0.553700 612.719482 0.000000 3462.051514 0.000000 0.897063 0.000000 0.441903 0.537608 0.537608 0.537608 @@ -4655,7 +4480,6 @@ 596.866150 0.000000 3522.072266 0.000000 0.539974 0.000000 0.841682 0.474125 0.474125 0.474125 610.647888 0.000000 3484.003174 0.000000 0.911980 0.000000 0.410234 0.492358 0.492358 0.492358 620.411865 0.000000 3492.715332 0.000000 0.504445 0.000000 0.863444 0.311229 0.311229 0.311229 -620.422791 0.000000 3518.089111 0.000000 0.997744 0.000000 0.067139 0.594867 0.594867 0.594867 603.210510 0.000000 3524.797607 0.000000 0.452449 0.000000 0.891790 0.260172 0.260172 0.260172 599.595032 0.000000 3477.566650 0.000000 0.067137 0.000000 0.997744 0.462610 0.462610 0.462610 629.092590 0.000000 3481.891602 0.000000 0.921630 0.000000 0.388070 0.564778 0.564778 0.564778 @@ -4719,12 +4543,10 @@ 644.111450 0.000000 3545.276855 0.000000 0.045874 0.000000 0.998947 0.118034 0.118034 0.118034 631.078064 0.000000 3541.363281 0.000000 0.660427 0.000000 0.750890 0.390062 0.390062 0.390062 667.129089 0.000000 3546.830078 0.000000 0.545893 0.000000 0.837855 0.479476 0.479476 0.479476 -648.348083 0.000000 3530.939697 0.000000 0.748037 0.000000 0.663658 0.510862 0.510862 0.510862 670.289734 0.000000 3551.398926 0.000000 0.926885 0.000000 0.375344 0.593660 0.593660 0.593660 668.600952 0.000000 3542.206787 0.000000 0.986426 0.000000 0.164207 0.580974 0.580974 0.580974 671.307251 0.000000 3547.309082 0.000000 0.975947 0.000000 0.218007 0.595391 0.595391 0.595391 667.101135 0.000000 3550.002441 0.000000 0.507264 0.000000 0.861791 0.492634 0.492634 0.492634 -669.527344 0.000000 3544.957520 0.000000 0.435678 0.000000 0.900103 0.368479 0.368479 0.368479 707.829285 0.000000 3576.570801 0.000000 0.940448 0.000000 0.339938 0.580776 0.580776 0.580776 669.439026 0.000000 3549.000977 0.000000 0.909750 0.000000 0.415156 0.566653 0.566653 0.566653 671.048706 0.000000 3542.610352 0.000000 0.846526 0.000000 0.532347 0.557955 0.557955 0.557955 @@ -4738,14 +4560,11 @@ 727.558228 0.000000 3460.523926 0.000000 0.281934 0.000000 0.959434 0.563428 0.563428 0.563428 723.612183 0.000000 3461.855957 0.000000 0.201204 0.000000 0.979549 0.505724 0.505724 0.505724 723.842102 0.000000 3524.216553 0.000000 0.509629 0.000000 0.860394 0.548787 0.548787 0.548787 -855.634888 0.000000 3514.150146 0.000000 0.445478 0.000000 0.895293 0.405624 0.405624 0.405624 840.272705 0.000000 3464.190674 0.000000 0.007557 0.000000 0.999971 0.569559 0.569559 0.569559 818.544128 0.000000 3511.968994 0.000000 0.023049 0.000000 0.999734 0.588408 0.588408 0.588408 -843.539795 0.000000 3503.964600 0.000000 0.615801 0.000000 0.787901 0.521166 0.521166 0.521166 836.742859 0.000000 3499.620361 0.000000 0.292289 0.000000 0.956330 0.296528 0.296528 0.296528 809.445312 0.000000 3492.318604 0.000000 0.999509 0.000000 0.031329 0.596761 0.596761 0.596761 809.203796 0.000000 3500.993652 0.000000 0.050790 0.000000 0.998709 0.574955 0.574955 0.574955 -838.217834 0.000000 3489.175293 0.000000 0.833853 0.000000 0.551986 0.553577 0.553577 0.553577 832.430176 0.000000 3497.034668 0.000000 0.999152 0.000000 0.041171 0.594633 0.594633 0.594633 846.110229 0.000000 3499.631104 0.000000 0.961096 0.000000 0.276216 0.532089 0.532089 0.532089 862.013855 0.000000 3500.414795 0.000000 0.252979 0.000000 0.967472 0.300585 0.300585 0.300585 @@ -4761,7 +4580,6 @@ 863.486816 0.000000 3504.424805 0.000000 0.946019 0.000000 0.324111 0.545613 0.545613 0.545613 849.034302 0.000000 3499.351562 0.000000 0.060860 0.000000 0.998146 0.398707 0.398707 0.398707 807.178894 0.000000 3499.071533 0.000000 0.764950 0.000000 0.644089 0.544440 0.544440 0.544440 -840.960815 0.000000 3489.729980 0.000000 0.937201 0.000000 0.348789 0.518881 0.518881 0.518881 852.870789 0.000000 3514.141602 0.000000 0.396395 0.000000 0.918080 0.213186 0.213186 0.213186 855.705688 0.000000 3511.330811 0.000000 0.925237 0.000000 0.379388 0.549871 0.549871 0.549871 845.084778 0.000000 3512.022461 0.000000 0.772246 0.000000 0.635324 0.530909 0.530909 0.530909 @@ -4778,7 +4596,6 @@ 851.148804 0.000000 3477.706543 0.000000 0.934257 0.000000 0.356600 0.476016 0.476016 0.476016 851.176025 0.000000 3509.853760 0.000000 0.787491 0.000000 0.616327 0.467701 0.467701 0.467701 844.119141 0.000000 3509.208496 0.000000 0.434383 0.000000 0.900728 0.378261 0.378261 0.378261 -862.026062 0.000000 3480.664062 0.000000 0.503375 0.000000 0.864068 0.378085 0.378085 0.378085 828.395081 0.000000 3495.978027 0.000000 0.999372 0.000000 0.035430 0.596443 0.596443 0.596443 837.661316 0.000000 3497.752441 0.000000 0.760828 0.000000 0.648954 0.539703 0.539703 0.539703 851.463013 0.000000 3481.615967 0.000000 0.994538 0.000000 0.104375 0.578228 0.578228 0.578228 @@ -4826,7 +4643,6 @@ 783.077881 0.000000 3599.188721 0.000000 0.938647 0.000000 0.344881 0.534070 0.534070 0.534070 792.332458 0.000000 3530.939697 0.000000 0.767488 0.000000 0.641063 0.591661 0.591661 0.591661 792.716980 0.000000 3565.671875 0.000000 0.687225 0.000000 0.726444 0.574422 0.574422 0.574422 -818.544128 0.000000 3583.953369 0.000000 0.992983 0.000000 0.118257 0.588459 0.588459 0.588459 826.714539 0.000000 3559.027344 0.000000 0.985652 0.000000 0.168790 0.577135 0.577135 0.577135 845.408203 0.000000 3528.841553 0.000000 0.791263 0.000000 0.611476 0.482723 0.482723 0.482723 799.550415 0.000000 3532.508301 0.000000 0.683627 0.000000 0.729831 0.530151 0.530151 0.530151 @@ -4836,7 +4652,6 @@ 833.861877 0.000000 3559.905273 0.000000 0.503562 0.000000 0.863959 0.421880 0.421880 0.421880 842.022949 0.000000 3597.847656 0.000000 0.825830 0.000000 0.563919 0.544358 0.544358 0.544358 824.213074 0.000000 3593.270508 0.000000 0.706600 0.000000 0.707613 0.531703 0.531703 0.531703 -847.521851 0.000000 3577.304688 0.000000 0.714212 0.000000 0.699929 0.461800 0.461800 0.461800 801.406189 0.000000 3572.152100 0.000000 0.909657 0.000000 0.415359 0.568561 0.568561 0.568561 845.586182 0.000000 3597.212646 0.000000 0.000329 0.000000 1.000000 0.480025 0.480025 0.480025 847.103394 0.000000 3533.705811 0.000000 0.985844 0.000000 0.167667 0.572999 0.572999 0.572999 @@ -4855,7 +4670,6 @@ 845.579651 0.000000 3531.628174 0.000000 0.570080 0.000000 0.821589 0.513342 0.513342 0.513342 847.813599 0.000000 3527.976562 0.000000 0.017905 0.000000 0.999840 0.492999 0.492999 0.492999 839.389343 0.000000 3563.671631 0.000000 0.916559 0.000000 0.399899 0.575350 0.575350 0.575350 -819.985291 0.000000 3582.015137 0.000000 0.505336 0.000000 0.862923 0.498640 0.498640 0.498640 826.545105 0.000000 3592.546143 0.000000 0.640689 0.000000 0.767800 0.523945 0.523945 0.523945 849.536011 0.000000 3533.699219 0.000000 0.998787 0.000000 0.049241 0.593211 0.593211 0.593211 814.453735 0.000000 3587.028076 0.000000 0.020837 0.000000 0.999783 0.472305 0.472305 0.472305 @@ -4878,7 +4692,6 @@ 855.130920 0.000000 3578.009521 0.000000 0.110634 0.000000 0.993861 0.392246 0.392246 0.392246 827.500916 0.000000 3557.820801 0.000000 0.426788 0.000000 0.904352 0.405369 0.405369 0.405369 781.857239 0.000000 3600.064941 0.000000 0.847010 0.000000 0.531577 0.582370 0.582370 0.582370 -761.777832 0.000000 3650.877686 0.000000 0.395647 0.000000 0.918403 0.537229 0.537229 0.537229 748.063904 0.000000 3624.343506 0.000000 0.656862 0.000000 0.754011 0.562896 0.562896 0.562896 788.851257 0.000000 3639.890869 0.000000 0.582496 0.000000 0.812834 0.592892 0.592892 0.592892 782.215576 0.000000 3622.311279 0.000000 0.762721 0.000000 0.646727 0.586305 0.586305 0.586305 @@ -4894,7 +4707,6 @@ 766.512695 0.000000 3637.957031 0.000000 0.624049 0.000000 0.781385 0.571787 0.571787 0.571787 775.529663 0.000000 3649.289062 0.000000 0.501092 0.000000 0.865394 0.567099 0.567099 0.567099 738.606140 0.000000 3625.117432 0.000000 0.866959 0.000000 0.498380 0.576555 0.576555 0.576555 -764.055908 0.000000 3654.005371 0.000000 0.999713 0.000000 0.023946 0.598960 0.598960 0.598960 729.015747 0.000000 3600.724365 0.000000 0.098485 0.000000 0.995138 0.527229 0.527229 0.527229 765.674316 0.000000 3605.169922 0.000000 0.998248 0.000000 0.059165 0.594502 0.594502 0.594502 769.832397 0.000000 3636.426270 0.000000 0.824614 0.000000 0.565696 0.533350 0.533350 0.533350 @@ -4947,7 +4759,6 @@ 863.452515 0.000000 3651.927002 0.000000 0.257511 0.000000 0.966275 0.564669 0.564669 0.564669 829.136719 0.000000 3635.511719 0.000000 0.889057 0.000000 0.457797 0.583617 0.583617 0.583617 813.906311 0.000000 3637.613037 0.000000 0.783169 0.000000 0.621809 0.537678 0.537678 0.537678 -805.170349 0.000000 3636.533203 0.000000 0.988382 0.000000 0.151992 0.593372 0.593372 0.593372 822.228577 0.000000 3654.909180 0.000000 0.753785 0.000000 0.657122 0.562410 0.562410 0.562410 841.824585 0.000000 3636.426270 0.000000 0.134321 0.000000 0.990938 0.565582 0.565582 0.565582 812.996826 0.000000 3606.017578 0.000000 0.781385 0.000000 0.624049 0.571735 0.571735 0.571735 @@ -5021,7 +4832,6 @@ 889.919067 0.000000 3474.138184 0.000000 0.017843 0.000000 0.999841 0.523235 0.523235 0.523235 869.005310 0.000000 3459.506592 0.000000 0.823059 0.000000 0.567956 0.544808 0.544808 0.544808 915.193542 0.000000 3498.777100 0.000000 0.884844 0.000000 0.465887 0.562251 0.562251 0.562251 -872.355469 0.000000 3465.907471 0.000000 0.749058 0.000000 0.662505 0.453561 0.453561 0.453561 889.755188 0.000000 3522.867188 0.000000 0.018578 0.000000 0.999827 0.407016 0.407016 0.407016 909.652710 0.000000 3463.811035 0.000000 0.996252 0.000000 0.086503 0.589362 0.589362 0.589362 864.789917 0.000000 3480.021973 0.000000 0.144457 0.000000 0.989511 0.145075 0.145075 0.145075 @@ -5222,14 +5032,10 @@ 2305.972656 0.000000 2999.748535 0.000000 0.088055 0.000000 0.996116 0.524490 0.524490 0.524490 2371.765381 0.000000 3000.646484 0.000000 0.942502 0.000000 0.334202 0.571416 0.571416 0.571416 2316.544189 0.000000 2993.894775 0.000000 0.247000 0.000000 0.969015 0.542607 0.542607 0.542607 -2304.552979 0.000000 2989.796875 0.000000 0.508384 0.000000 0.861131 0.582905 0.582905 0.582905 2317.315674 0.000000 3002.721680 0.000000 0.403302 0.000000 0.915067 0.511713 0.511713 0.511713 -2303.983154 0.000000 3003.600586 0.000000 0.533005 0.000000 0.846112 0.300845 0.300845 0.300845 2313.242188 0.000000 2996.277100 0.000000 0.968606 0.000000 0.248601 0.576291 0.576291 0.576291 -2312.752441 0.000000 2980.747314 0.000000 0.403949 0.000000 0.914782 0.454675 0.454675 0.454675 2316.289062 0.000000 3005.923584 0.000000 0.992755 0.000000 0.120153 0.590979 0.590979 0.590979 2312.766113 0.000000 2993.090576 0.000000 0.948052 0.000000 0.318117 0.586907 0.586907 0.586907 -2310.420410 0.000000 2985.939941 0.000000 0.723315 0.000000 0.690519 0.563465 0.563465 0.563465 2319.824463 0.000000 3004.282715 0.000000 0.922024 0.000000 0.387134 0.558913 0.558913 0.558913 2315.444580 0.000000 2991.257568 0.000000 0.723304 0.000000 0.690530 0.562322 0.562322 0.562322 2303.871826 0.000000 3000.853760 0.000000 0.463573 0.000000 0.886059 0.374935 0.374935 0.374935 @@ -6644,8 +6450,6 @@ 5672.639160 0.000000 3385.288818 0.000000 0.174736 0.000000 0.984615 0.418183 0.418183 0.418183 5669.689941 0.000000 3383.339844 0.000000 0.048177 0.000000 0.998839 0.157535 0.157535 0.157535 5670.338379 0.000000 3384.931396 0.000000 0.739897 0.000000 0.672720 0.423154 0.423154 0.423154 -6365.653809 0.000000 2566.485596 0.000000 0.791430 0.000000 0.611259 0.589164 0.589164 0.589164 -6360.135742 0.000000 2569.655273 0.000000 0.973838 0.000000 0.227245 0.596909 0.596909 0.596909 6859.599609 0.000000 2506.470215 0.000000 0.984979 0.000000 0.172674 0.594801 0.594801 0.594801 6892.843750 0.000000 2509.948975 0.000000 0.359566 0.000000 0.933120 0.524316 0.524316 0.524316 6881.375977 0.000000 2509.096680 0.000000 0.886345 0.000000 0.463025 0.580530 0.580530 0.580530 @@ -7386,7 +7190,7 @@ object={ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_b_mesh" - count=7455 + count=7274 transform="492.830322 0.000000 2249.269531 0.000000 0.935349 0.000000 -0.353727 0.612456 0.612456 0.612456 494.756256 0.000000 2246.919189 0.000000 0.607340 0.000000 -0.794442 0.688015 0.688015 0.688015 489.073364 0.000000 2275.617188 0.000000 0.936569 0.000000 -0.350483 0.617701 0.617701 0.617701 @@ -8117,7 +7921,6 @@ object={ 601.751038 0.000000 2664.848633 0.000000 0.277437 0.000000 -0.960744 0.883980 0.883980 0.883980 600.489441 0.000000 2665.440430 0.000000 0.988558 0.000000 -0.150839 0.633341 0.633341 0.633341 657.023560 0.000000 2664.927490 0.000000 0.995966 0.000000 -0.089736 0.602019 0.602019 0.602019 -461.488281 0.000000 3363.466309 0.000000 0.529267 0.000000 -0.848455 0.707742 0.707742 0.707742 482.910400 0.000000 3366.901123 0.000000 0.476731 0.000000 -0.879049 0.661126 0.661126 0.661126 493.557312 0.000000 3365.873291 0.000000 0.435818 0.000000 -0.900035 0.646969 0.646969 0.646969 493.991028 0.000000 3363.063965 0.000000 0.356336 0.000000 -0.934358 0.677709 0.677709 0.677709 @@ -8135,7 +7938,6 @@ object={ 526.190918 0.000000 3365.662842 0.000000 0.444321 0.000000 -0.895868 0.744705 0.744705 0.744705 504.178558 0.000000 3363.522461 0.000000 0.826315 0.000000 -0.563208 0.612546 0.612546 0.612546 512.476013 0.000000 3363.762207 0.000000 0.397000 0.000000 -0.917819 0.784590 0.784590 0.784590 -574.769775 0.000000 3381.770020 0.000000 0.700306 0.000000 -0.713843 0.707173 0.707173 0.707173 529.913330 0.000000 3364.690674 0.000000 0.554694 0.000000 -0.832055 0.683914 0.683914 0.683914 532.822205 0.000000 3370.560547 0.000000 0.378698 0.000000 -0.925520 0.670847 0.670847 0.670847 525.583679 0.000000 3362.542725 0.000000 0.072665 0.000000 -0.997356 0.689760 0.689760 0.689760 @@ -8193,7 +7995,6 @@ object={ 511.403351 0.000000 3402.123047 0.000000 0.633812 0.000000 -0.773487 0.724518 0.724518 0.724518 563.180054 0.000000 3405.722168 0.000000 0.127953 0.000000 -0.991780 0.712359 0.712359 0.712359 563.207275 0.000000 3437.869385 0.000000 0.623809 0.000000 -0.781577 0.821748 0.821748 0.821748 -517.977600 0.000000 3409.801025 0.000000 0.172262 0.000000 -0.985051 0.870076 0.870076 0.870076 541.534424 0.000000 3431.483643 0.000000 0.571653 0.000000 -0.820496 0.713872 0.713872 0.713872 553.172058 0.000000 3412.692871 0.000000 0.245169 0.000000 -0.969480 0.901251 0.901251 0.901251 537.028687 0.000000 3407.954346 0.000000 0.987778 0.000000 -0.155869 0.616176 0.616176 0.616176 @@ -8278,19 +8079,16 @@ object={ 686.050171 0.000000 3345.980225 0.000000 0.001818 0.000000 -0.999998 0.795068 0.795068 0.795068 627.842773 0.000000 3417.338867 0.000000 0.357911 0.000000 -0.933756 0.646921 0.646921 0.646921 591.043701 0.000000 3446.771484 0.000000 0.244636 0.000000 -0.969615 0.828015 0.828015 0.828015 -598.016174 0.000000 3426.263672 0.000000 0.830531 0.000000 -0.556972 0.726538 0.726538 0.726538 626.502869 0.000000 3448.766846 0.000000 0.996688 0.000000 -0.081319 0.621584 0.621584 0.621584 614.469849 0.000000 3452.065186 0.000000 0.790021 0.000000 -0.613079 0.636577 0.636577 0.636577 591.669189 0.000000 3439.134033 0.000000 0.779815 0.000000 -0.626010 0.628371 0.628371 0.628371 578.575317 0.000000 3406.417236 0.000000 0.996278 0.000000 -0.086203 0.602586 0.602586 0.602586 -634.851257 0.000000 3448.310059 0.000000 0.918854 0.000000 -0.394597 0.668659 0.668659 0.668659 623.837219 0.000000 3414.132568 0.000000 0.695877 0.000000 -0.718161 0.770411 0.770411 0.770411 578.872559 0.000000 3409.479980 0.000000 0.205101 0.000000 -0.978741 0.763481 0.763481 0.763481 624.662781 0.000000 3451.315918 0.000000 0.234392 0.000000 -0.972142 0.679942 0.679942 0.679942 588.181213 0.000000 3447.473389 0.000000 0.917226 0.000000 -0.398368 0.662603 0.662603 0.662603 624.984253 0.000000 3417.745605 0.000000 0.999985 0.000000 -0.005451 0.602033 0.602033 0.602033 593.559998 0.000000 3441.430664 0.000000 0.954876 0.000000 -0.297006 0.688987 0.688987 0.688987 -599.037170 0.000000 3428.569580 0.000000 0.512529 0.000000 -0.858670 0.924842 0.924842 0.924842 628.484619 0.000000 3422.698486 0.000000 0.201101 0.000000 -0.979571 0.880800 0.880800 0.880800 593.378784 0.000000 3437.833740 0.000000 0.879987 0.000000 -0.474998 0.733455 0.733455 0.733455 615.192017 0.000000 3448.001221 0.000000 0.999916 0.000000 -0.012953 0.602813 0.602813 0.602813 @@ -8419,7 +8217,6 @@ object={ 732.725708 0.000000 3384.151367 0.000000 0.659007 0.000000 -0.752137 0.603826 0.603826 0.603826 726.178528 0.000000 3449.142822 0.000000 0.025990 0.000000 -0.999662 0.613884 0.613884 0.613884 754.722351 0.000000 3415.058594 0.000000 0.368602 0.000000 -0.929587 0.626812 0.626812 0.626812 -764.750671 0.000000 3427.635986 0.000000 0.377759 0.000000 -0.925904 0.640772 0.640772 0.640772 725.831177 0.000000 3426.053223 0.000000 0.730753 0.000000 -0.682642 0.630389 0.630389 0.630389 721.384155 0.000000 3446.881592 0.000000 0.255781 0.000000 -0.966735 0.698275 0.698275 0.698275 791.460327 0.000000 3435.973877 0.000000 0.572812 0.000000 -0.819687 0.693555 0.693555 0.693555 @@ -8454,7 +8251,6 @@ object={ 828.659363 0.000000 3400.595459 0.000000 0.559887 0.000000 -0.828569 0.640958 0.640958 0.640958 817.208069 0.000000 3453.813477 0.000000 0.864910 0.000000 -0.501926 0.668525 0.668525 0.668525 847.521851 0.000000 3433.335938 0.000000 0.354548 0.000000 -0.935038 0.688692 0.688692 0.688692 -800.073669 0.000000 3452.226074 0.000000 0.024439 0.000000 -0.999701 0.708867 0.708867 0.708867 831.512085 0.000000 3392.138428 0.000000 0.756083 0.000000 -0.654476 0.621375 0.621375 0.621375 807.571533 0.000000 3403.049316 0.000000 0.795915 0.000000 -0.605409 0.621430 0.621430 0.621430 804.453125 0.000000 3437.829834 0.000000 0.366043 0.000000 -0.930598 0.675247 0.675247 0.675247 @@ -8501,7 +8297,6 @@ object={ 876.710083 0.000000 3240.182617 0.000000 0.507053 0.000000 -0.861915 0.705835 0.705835 0.705835 919.885254 0.000000 3254.464600 0.000000 0.834852 0.000000 -0.550474 0.665489 0.665489 0.665489 908.825195 0.000000 3268.079590 0.000000 0.982418 0.000000 -0.186693 0.603094 0.603094 0.603094 -914.119385 0.000000 3253.538574 0.000000 0.635717 0.000000 -0.771922 0.701714 0.701714 0.701714 900.688232 0.000000 3246.098389 0.000000 0.592824 0.000000 -0.805332 0.636463 0.636463 0.636463 933.674561 0.000000 3272.937012 0.000000 0.194323 0.000000 -0.980938 0.645320 0.645320 0.645320 921.342590 0.000000 3260.368652 0.000000 1.000000 0.000000 -0.000478 0.600012 0.600012 0.600012 @@ -8514,7 +8309,6 @@ object={ 906.229248 0.000000 3265.845947 0.000000 0.964029 0.000000 -0.265797 0.620552 0.620552 0.620552 887.955750 0.000000 3252.376465 0.000000 0.967721 0.000000 -0.252025 0.608396 0.608396 0.608396 892.783142 0.000000 3298.576172 0.000000 0.315634 0.000000 -0.948881 0.671133 0.671133 0.671133 -917.310486 0.000000 3252.544189 0.000000 0.049142 0.000000 -0.998792 0.875795 0.875795 0.875795 899.345398 0.000000 3248.963623 0.000000 0.424717 0.000000 -0.905326 0.681402 0.681402 0.681402 919.713684 0.000000 3257.632324 0.000000 0.635049 0.000000 -0.772472 0.633057 0.633057 0.633057 909.441895 0.000000 3264.814453 0.000000 0.399787 0.000000 -0.916608 0.671212 0.671212 0.671212 @@ -8614,7 +8408,6 @@ object={ 913.761902 0.000000 3311.453857 0.000000 0.425974 0.000000 -0.904735 0.705015 0.705015 0.705015 874.279175 0.000000 3319.044189 0.000000 0.873646 0.000000 -0.486563 0.622074 0.622074 0.622074 877.952332 0.000000 3321.257812 0.000000 0.440941 0.000000 -0.897536 0.686784 0.686784 0.686784 -869.991089 0.000000 3367.862793 0.000000 0.269015 0.000000 -0.963136 0.714752 0.714752 0.714752 865.744629 0.000000 3371.717529 0.000000 0.116433 0.000000 -0.993199 1.100971 1.100971 1.100971 921.133850 0.000000 3365.562744 0.000000 0.385441 0.000000 -0.922732 0.768982 0.768982 0.768982 867.243652 0.000000 3368.924316 0.000000 0.094571 0.000000 -0.995518 0.984726 0.984726 0.984726 @@ -8862,7 +8655,6 @@ object={ 1749.891113 0.000000 2778.404297 0.000000 0.181138 0.000000 -0.983458 0.803850 0.803850 0.803850 1733.721802 0.000000 2778.193848 0.000000 0.205867 0.000000 -0.978580 0.898183 0.898183 0.898183 1735.489502 0.000000 2752.173584 0.000000 0.480720 0.000000 -0.876874 0.660867 0.660867 0.660867 -1743.544189 0.000000 2791.274658 0.000000 0.946701 0.000000 -0.322114 0.654039 0.654039 0.654039 1757.275879 0.000000 2766.726562 0.000000 0.301913 0.000000 -0.953335 0.827223 0.827223 0.827223 1762.380249 0.000000 2785.125977 0.000000 0.870034 0.000000 -0.492992 0.643244 0.643244 0.643244 1749.130493 0.000000 2768.980469 0.000000 0.486759 0.000000 -0.873536 0.819617 0.819617 0.819617 @@ -8870,7 +8662,6 @@ object={ 1781.484619 0.000000 2805.384521 0.000000 0.373891 0.000000 -0.927473 0.754767 0.754767 0.754767 1738.102661 0.000000 2754.754883 0.000000 0.578688 0.000000 -0.815549 0.687141 0.687141 0.687141 1727.896484 0.000000 2770.367188 0.000000 0.277489 0.000000 -0.960729 0.849196 0.849196 0.849196 -1766.908569 0.000000 2784.940186 0.000000 0.855258 0.000000 -0.518202 0.619584 0.619584 0.619584 1763.271973 0.000000 2794.993164 0.000000 0.842654 0.000000 -0.538455 0.637476 0.637476 0.637476 1742.628296 0.000000 2775.460938 0.000000 0.136348 0.000000 -0.990661 0.950134 0.950134 0.950134 1736.295776 0.000000 2794.592285 0.000000 0.825418 0.000000 -0.564523 0.723998 0.723998 0.723998 @@ -8917,22 +8708,17 @@ object={ 1765.745728 0.000000 2797.605469 0.000000 0.754965 0.000000 -0.655765 0.747841 0.747841 0.747841 1744.067993 0.000000 2772.017334 0.000000 0.401623 0.000000 -0.915805 0.984918 0.984918 0.984918 1755.278564 0.000000 2766.822510 0.000000 0.043431 0.000000 -0.999056 0.915725 0.915725 0.915725 -1795.933105 0.000000 2875.703369 0.000000 0.809765 0.000000 -0.586754 0.638510 0.638510 0.638510 1756.730469 0.000000 2870.158203 0.000000 0.163213 0.000000 -0.986591 0.635825 0.635825 0.635825 1790.424072 0.000000 2872.361572 0.000000 0.651427 0.000000 -0.758711 0.618063 0.618063 0.618063 -1768.637695 0.000000 2826.010254 0.000000 0.919098 0.000000 -0.394029 0.683722 0.683722 0.683722 -1760.064819 0.000000 2866.353027 0.000000 0.441216 0.000000 -0.897401 0.626695 0.626695 0.626695 1792.522827 0.000000 2877.518799 0.000000 0.999141 0.000000 -0.041442 0.609314 0.609314 0.609314 1764.876099 0.000000 2850.049316 0.000000 0.006825 0.000000 -0.999977 0.838957 0.838957 0.838957 1770.135498 0.000000 2833.939697 0.000000 0.767324 0.000000 -0.641259 0.649010 0.649010 0.649010 -1729.650879 0.000000 2867.826904 0.000000 0.472888 0.000000 -0.881123 0.830961 0.830961 0.830961 1790.279175 0.000000 2843.847900 0.000000 0.901630 0.000000 -0.432508 0.683078 0.683078 0.683078 1743.223999 0.000000 2878.114990 0.000000 0.388549 0.000000 -0.921428 0.842215 0.842215 0.842215 1796.688965 0.000000 2872.405273 0.000000 0.198773 0.000000 -0.980046 0.788894 0.788894 0.788894 1759.622070 0.000000 2869.290039 0.000000 0.952166 0.000000 -0.305580 0.714434 0.714434 0.714434 1732.138672 0.000000 2870.259766 0.000000 0.909176 0.000000 -0.416413 0.637958 0.637958 0.637958 1767.795166 0.000000 2842.540771 0.000000 0.967065 0.000000 -0.254529 0.642791 0.642791 0.642791 -1767.426636 0.000000 2833.284424 0.000000 0.459054 0.000000 -0.888409 0.883466 0.883466 0.883466 1764.707886 0.000000 2837.400635 0.000000 0.688379 0.000000 -0.725351 0.640116 0.640116 0.640116 1765.565308 0.000000 2818.427979 0.000000 0.999802 0.000000 -0.019901 0.600954 0.600954 0.600954 1799.399048 0.000000 2873.225830 0.000000 0.550641 0.000000 -0.834742 0.946191 0.946191 0.946191 @@ -8964,7 +8750,6 @@ object={ 1841.821289 0.000000 2844.663574 0.000000 0.534868 0.000000 -0.844935 0.756789 0.756789 0.756789 1830.145874 0.000000 2854.423096 0.000000 0.817876 0.000000 -0.575395 0.629387 0.629387 0.629387 1850.672729 0.000000 2848.330078 0.000000 0.713667 0.000000 -0.700485 0.636038 0.636038 0.636038 -1811.461670 0.000000 2876.802734 0.000000 0.192082 0.000000 -0.981379 0.686664 0.686664 0.686664 1801.266968 0.000000 2871.006592 0.000000 0.980571 0.000000 -0.196164 0.603845 0.603845 0.603845 1829.339844 0.000000 2859.575684 0.000000 0.593362 0.000000 -0.804936 0.626627 0.626627 0.626627 1833.662720 0.000000 2851.911133 0.000000 0.976681 0.000000 -0.214696 0.648294 0.648294 0.648294 @@ -8991,7 +8776,6 @@ object={ 1818.727539 0.000000 2861.779297 0.000000 0.991626 0.000000 -0.129140 0.622890 0.622890 0.622890 1828.670532 0.000000 2873.740967 0.000000 0.627834 0.000000 -0.778347 0.920687 0.920687 0.920687 1364.788818 0.000000 2920.047119 0.000000 0.169875 0.000000 -0.985466 0.618875 0.618875 0.618875 -1365.959106 0.000000 2924.539795 0.000000 0.754205 0.000000 -0.656639 0.618242 0.618242 0.618242 1366.156372 0.000000 2922.150146 0.000000 0.759482 0.000000 -0.650528 0.796276 0.796276 0.796276 1370.074219 0.000000 2927.764160 0.000000 0.121664 0.000000 -0.992571 0.636894 0.636894 0.636894 1426.010986 0.000000 2920.814941 0.000000 0.968624 0.000000 -0.248531 0.628969 0.628969 0.628969 @@ -9007,7 +8791,6 @@ object={ 1428.728760 0.000000 2897.128906 0.000000 0.721075 0.000000 -0.692857 0.668795 0.668795 0.668795 1401.117676 0.000000 2905.963379 0.000000 0.553840 0.000000 -0.832623 0.630948 0.630948 0.630948 1367.889648 0.000000 2923.027588 0.000000 0.919312 0.000000 -0.393531 0.712085 0.712085 0.712085 -1378.270020 0.000000 2941.056641 0.000000 0.532668 0.000000 -0.846324 0.633253 0.633253 0.633253 1396.297363 0.000000 2899.572266 0.000000 0.993155 0.000000 -0.116806 0.604033 0.604033 0.604033 1437.356079 0.000000 2897.899658 0.000000 0.999630 0.000000 -0.027217 0.603914 0.603914 0.603914 1429.385132 0.000000 2892.047119 0.000000 0.978364 0.000000 -0.206890 0.626222 0.626222 0.626222 @@ -9017,12 +8800,9 @@ object={ 1380.902100 0.000000 2926.154785 0.000000 0.088445 0.000000 -0.996081 0.939703 0.939703 0.939703 1381.923462 0.000000 2938.877441 0.000000 0.609061 0.000000 -0.793124 0.730339 0.730339 0.730339 1383.175049 0.000000 2946.899658 0.000000 0.997851 0.000000 -0.065529 0.622789 0.622789 0.622789 -1425.236816 0.000000 2890.819092 0.000000 0.217748 0.000000 -0.976005 0.804438 0.804438 0.804438 -1376.382202 0.000000 2931.855957 0.000000 0.888478 0.000000 -0.458920 0.643565 0.643565 0.643565 1404.080444 0.000000 2951.095215 0.000000 0.674498 0.000000 -0.738276 0.659714 0.659714 0.659714 1438.566040 0.000000 2894.440430 0.000000 0.572241 0.000000 -0.820086 0.667696 0.667696 0.667696 1415.751221 0.000000 2910.241943 0.000000 0.606107 0.000000 -0.795383 0.748776 0.748776 0.748776 -1373.121460 0.000000 2929.462646 0.000000 0.444380 0.000000 -0.895838 0.892718 0.892718 0.892718 1383.263062 0.000000 2950.099365 0.000000 0.999106 0.000000 -0.042286 0.602598 0.602598 0.602598 1399.048340 0.000000 2903.472412 0.000000 0.994344 0.000000 -0.106208 0.609245 0.609245 0.609245 1370.045044 0.000000 2945.932617 0.000000 0.999983 0.000000 -0.005746 0.600448 0.600448 0.600448 @@ -9094,16 +8874,11 @@ object={ 1360.055420 0.000000 2966.057373 0.000000 0.946454 0.000000 -0.322839 0.655150 0.655150 0.655150 1413.213501 0.000000 3021.044922 0.000000 0.531947 0.000000 -0.846777 0.631768 0.631768 0.631768 1416.210205 0.000000 2960.300049 0.000000 0.631593 0.000000 -0.775301 0.605316 0.605316 0.605316 -1405.864502 0.000000 2974.886230 0.000000 0.120395 0.000000 -0.992726 0.810700 0.810700 0.810700 1407.784424 0.000000 2951.992676 0.000000 0.856463 0.000000 -0.516208 0.605687 0.605687 0.605687 -1423.830566 0.000000 2966.527100 0.000000 0.506795 0.000000 -0.862067 0.621796 0.621796 0.621796 -1414.586060 0.000000 2969.823975 0.000000 0.743737 0.000000 -0.668472 0.721735 0.721735 0.721735 1400.220581 0.000000 2968.584717 0.000000 0.970208 0.000000 -0.242272 0.670378 0.670378 0.670378 1436.781006 0.000000 2992.031494 0.000000 0.127579 0.000000 -0.991828 0.610807 0.610807 0.610807 -1411.673096 0.000000 3010.298096 0.000000 0.726205 0.000000 -0.687478 0.640876 0.640876 0.640876 1405.728027 0.000000 2997.337891 0.000000 0.880120 0.000000 -0.474752 0.671877 0.671877 0.671877 1418.416870 0.000000 3016.860596 0.000000 0.738798 0.000000 -0.673927 0.623263 0.623263 0.623263 -1420.246460 0.000000 2970.857422 0.000000 0.894087 0.000000 -0.447893 0.618783 0.618783 0.618783 1426.206543 0.000000 2998.280518 0.000000 0.747751 0.000000 -0.663979 0.689190 0.689190 0.689190 1408.367676 0.000000 2993.144043 0.000000 0.783115 0.000000 -0.621877 0.677409 0.677409 0.677409 1426.924683 0.000000 3008.224854 0.000000 0.653707 0.000000 -0.756747 0.620571 0.620571 0.620571 @@ -9121,7 +8896,6 @@ object={ 1420.827271 0.000000 2967.824219 0.000000 0.985482 0.000000 -0.169780 0.611756 0.611756 0.611756 1402.858398 0.000000 2975.505371 0.000000 0.023035 0.000000 -0.999735 0.676508 0.676508 0.676508 1371.188965 0.000000 3009.002441 0.000000 0.257790 0.000000 -0.966201 0.670646 0.670646 0.670646 -1400.440430 0.000000 2962.726562 0.000000 0.988993 0.000000 -0.147964 0.632701 0.632701 0.632701 1402.402100 0.000000 2966.908936 0.000000 0.316876 0.000000 -0.948467 0.659839 0.659839 0.659839 1439.739868 0.000000 2992.263428 0.000000 0.224729 0.000000 -0.974421 0.664429 0.664429 0.664429 1416.174316 0.000000 3015.901123 0.000000 0.108960 0.000000 -0.994046 0.902138 0.902138 0.902138 @@ -9343,18 +9117,14 @@ object={ 1448.331055 0.000000 2902.496582 0.000000 0.777317 0.000000 -0.629109 0.731477 0.731477 0.731477 1451.341553 0.000000 2899.403320 0.000000 0.089441 0.000000 -0.995992 0.994944 0.994944 0.994944 1583.032959 0.000000 2882.244629 0.000000 0.524803 0.000000 -0.851224 0.726605 0.726605 0.726605 -1485.205688 0.000000 3021.044922 0.000000 0.731915 0.000000 -0.681395 0.684221 0.684221 0.684221 1440.646606 0.000000 2989.796875 0.000000 0.361109 0.000000 -0.932523 0.751160 0.751160 0.751160 -1474.380371 0.000000 3006.111572 0.000000 0.171816 0.000000 -0.985129 1.039801 1.039801 1.039801 1439.958252 0.000000 3020.066895 0.000000 0.464912 0.000000 -0.885357 0.642345 0.642345 0.642345 -1464.666992 0.000000 3001.561523 0.000000 0.812412 0.000000 -0.583084 0.618650 0.618650 0.618650 1452.894287 0.000000 2998.139160 0.000000 0.648619 0.000000 -0.761113 0.681632 0.681632 0.681632 1487.496216 0.000000 3009.326172 0.000000 0.978515 0.000000 -0.206173 0.638572 0.638572 0.638572 1457.235107 0.000000 3012.244629 0.000000 0.339549 0.000000 -0.940588 0.655020 0.655020 0.655020 1439.927734 0.000000 2986.320312 0.000000 0.491793 0.000000 -0.870712 0.655397 0.655397 0.655397 1458.981445 0.000000 3007.141357 0.000000 0.819474 0.000000 -0.573116 0.709703 0.709703 0.709703 1448.859741 0.000000 2993.090576 0.000000 0.910244 0.000000 -0.414072 0.624301 0.624301 0.624301 -1488.569092 0.000000 3019.409668 0.000000 0.097835 0.000000 -0.995203 0.811791 0.811791 0.811791 1457.466309 0.000000 3009.524414 0.000000 0.607312 0.000000 -0.794463 0.950697 0.950697 0.950697 1453.373047 0.000000 3008.248047 0.000000 0.850891 0.000000 -0.525342 0.647226 0.647226 0.647226 1467.167847 0.000000 3002.419434 0.000000 0.516086 0.000000 -0.856537 0.687817 0.687817 0.687817 @@ -9397,9 +9167,7 @@ object={ 1647.548950 0.000000 2938.275146 0.000000 0.561733 0.000000 -0.827319 0.643784 0.643784 0.643784 1608.099121 0.000000 2879.773682 0.000000 0.931946 0.000000 -0.362598 0.601112 0.601112 0.601112 1591.464478 0.000000 2884.648926 0.000000 0.931151 0.000000 -0.364634 0.606709 0.606709 0.606709 -1602.494751 0.000000 2883.599609 0.000000 0.991414 0.000000 -0.130762 0.609036 0.609036 0.609036 1636.223022 0.000000 2898.873047 0.000000 0.913516 0.000000 -0.406803 0.638281 0.638281 0.638281 -1629.092529 0.000000 2892.915039 0.000000 0.683210 0.000000 -0.730222 0.672350 0.672350 0.672350 1653.332642 0.000000 2897.899658 0.000000 0.731136 0.000000 -0.682231 0.612371 0.612371 0.612371 1603.548706 0.000000 2879.381836 0.000000 0.882059 0.000000 -0.471139 0.620576 0.620576 0.620576 1587.518433 0.000000 2885.980957 0.000000 0.197808 0.000000 -0.980241 0.626711 0.626711 0.626711 @@ -9407,10 +9175,8 @@ object={ 1600.036011 0.000000 2881.139404 0.000000 0.350228 0.000000 -0.936664 0.839839 0.839839 0.839839 1594.697144 0.000000 2883.853760 0.000000 0.541672 0.000000 -0.840590 0.691225 0.691225 0.691225 1627.671753 0.000000 2899.455811 0.000000 0.665232 0.000000 -0.746637 0.654298 0.654298 0.654298 -1631.746948 0.000000 2891.366943 0.000000 0.795146 0.000000 -0.606417 0.666366 0.666366 0.666366 1646.631226 0.000000 2894.778564 0.000000 0.692676 0.000000 -0.721249 0.634995 0.634995 0.634995 1639.727661 0.000000 2880.117188 0.000000 0.999819 0.000000 -0.019030 0.601140 0.601140 0.601140 -1610.658203 0.000000 2879.551514 0.000000 0.594872 0.000000 -0.803820 0.665734 0.665734 0.665734 1586.713379 0.000000 2882.659424 0.000000 0.209175 0.000000 -0.977878 0.793542 0.793542 0.793542 1629.474121 0.000000 2890.594238 0.000000 0.260660 0.000000 -0.965431 0.746845 0.746845 0.746845 1585.366333 0.000000 2885.096191 0.000000 0.922704 0.000000 -0.385509 0.631419 0.631419 0.631419 @@ -9425,13 +9191,9 @@ object={ 1648.024170 0.000000 2894.072998 0.000000 0.254393 0.000000 -0.967101 0.881373 0.881373 0.881373 1619.977539 0.000000 2879.900879 0.000000 0.706147 0.000000 -0.708065 0.768526 0.768526 0.768526 1618.531494 0.000000 2880.991455 0.000000 0.125615 0.000000 -0.992079 0.892178 0.892178 0.892178 -1697.676270 0.000000 2931.033936 0.000000 0.590547 0.000000 -0.807003 0.649233 0.649233 0.649233 1721.532959 0.000000 2894.591553 0.000000 0.999075 0.000000 -0.043011 0.600129 0.600129 0.600129 -1661.729614 0.000000 2922.162598 0.000000 0.995296 0.000000 -0.096884 0.621803 0.621803 0.621803 -1716.697510 0.000000 2897.128906 0.000000 0.969405 0.000000 -0.245467 0.644950 0.644950 0.644950 1661.747437 0.000000 2926.259766 0.000000 0.975038 0.000000 -0.222040 0.624484 0.624484 0.624484 1699.954346 0.000000 2934.161621 0.000000 0.573892 0.000000 -0.818931 0.693426 0.693426 0.693426 -1672.870239 0.000000 2895.833740 0.000000 0.980572 0.000000 -0.196157 0.622181 0.622181 0.622181 1698.108643 0.000000 2894.824707 0.000000 0.258917 0.000000 -0.965900 0.733323 0.733323 0.733323 1672.028198 0.000000 2881.139404 0.000000 0.811813 0.000000 -0.583918 0.670052 0.670052 0.670052 1658.590210 0.000000 2920.660400 0.000000 0.726795 0.000000 -0.686854 0.626086 0.626086 0.626086 @@ -9508,7 +9270,6 @@ object={ 1723.451538 0.000000 3017.801758 0.000000 0.621279 0.000000 -0.783589 0.943936 0.943936 0.943936 1722.956909 0.000000 3015.685059 0.000000 0.628294 0.000000 -0.777976 0.940504 0.940504 0.940504 1458.075439 0.000000 3053.255859 0.000000 0.019570 0.000000 -0.999808 0.653443 0.653443 0.653443 -1493.337891 0.000000 3024.950928 0.000000 0.289877 0.000000 -0.957064 0.672671 0.672671 0.672671 1465.412109 0.000000 3039.454102 0.000000 0.988434 0.000000 -0.151654 0.613911 0.613911 0.613911 1462.203735 0.000000 3047.508301 0.000000 0.262048 0.000000 -0.965055 0.760374 0.760374 0.760374 1453.459473 0.000000 3029.651367 0.000000 0.959726 0.000000 -0.280937 0.608105 0.608105 0.608105 @@ -9550,7 +9311,6 @@ object={ 1511.895752 0.000000 3039.742432 0.000000 0.471485 0.000000 -0.881874 0.732635 0.732635 0.732635 1582.660400 0.000000 3165.816895 0.000000 0.325778 0.000000 -0.945446 0.676091 0.676091 0.676091 1653.927856 0.000000 3068.508545 0.000000 0.432030 0.000000 -0.901859 0.850879 0.850879 0.850879 -1654.652588 0.000000 3093.832520 0.000000 0.638023 0.000000 -0.770018 0.844866 0.844866 0.844866 1650.699585 0.000000 3066.793457 0.000000 0.678089 0.000000 -0.734980 0.697703 0.697703 0.697703 1628.187134 0.000000 3023.404785 0.000000 0.419184 0.000000 -0.907901 0.644331 0.644331 0.644331 1654.125122 0.000000 3066.118896 0.000000 0.849188 0.000000 -0.528091 0.681671 0.681671 0.681671 @@ -9567,46 +9327,37 @@ object={ 1653.469849 0.000000 3069.790283 0.000000 0.750145 0.000000 -0.661273 0.761259 0.761259 0.761259 1679.407349 0.000000 3089.772705 0.000000 0.125229 0.000000 -0.992128 0.610824 0.610824 0.610824 1697.676270 0.000000 3075.002686 0.000000 0.536152 0.000000 -0.844121 0.619569 0.619569 0.619569 -1674.316528 0.000000 3074.373047 0.000000 0.956435 0.000000 -0.291944 0.633283 0.633283 0.633283 1691.049805 0.000000 3086.270996 0.000000 0.247581 0.000000 -0.968867 0.687040 0.687040 0.687040 1723.835815 0.000000 3072.630859 0.000000 0.591477 0.000000 -0.806322 0.614049 0.614049 0.614049 -1677.898926 0.000000 3066.341797 0.000000 0.118561 0.000000 -0.992947 0.645673 0.645673 0.645673 1718.114014 0.000000 3046.436279 0.000000 0.528844 0.000000 -0.848719 0.627328 0.627328 0.627328 1687.887451 0.000000 3094.191162 0.000000 0.043233 0.000000 -0.999065 0.760171 0.760171 0.760171 -1690.375977 0.000000 3063.629883 0.000000 0.393587 0.000000 -0.919287 0.865542 0.865542 0.865542 1716.030151 0.000000 3057.345703 0.000000 0.985201 0.000000 -0.171402 0.603870 0.603870 0.603870 1665.109375 0.000000 3072.274170 0.000000 0.935003 0.000000 -0.354639 0.642900 0.642900 0.642900 1667.477295 0.000000 3092.755859 0.000000 0.898032 0.000000 -0.439929 0.690068 0.690068 0.690068 1719.601685 0.000000 3067.890869 0.000000 0.196891 0.000000 -0.980425 0.624673 0.624673 0.624673 1684.738281 0.000000 3086.111328 0.000000 0.995624 0.000000 -0.093446 0.607289 0.607289 0.607289 1703.755371 0.000000 3077.159424 0.000000 0.383465 0.000000 -0.923556 0.626452 0.626452 0.626452 -1665.007690 0.000000 3061.801270 0.000000 0.771919 0.000000 -0.635722 0.623736 0.623736 0.623736 1714.175293 0.000000 3070.264893 0.000000 0.883295 0.000000 -0.468817 0.629968 0.629968 0.629968 1678.065918 0.000000 3077.725342 0.000000 0.989162 0.000000 -0.146827 0.614789 0.614789 0.614789 1693.042969 0.000000 3059.636719 0.000000 0.944617 0.000000 -0.328174 0.607012 0.607012 0.607012 -1702.411133 0.000000 3062.082031 0.000000 0.949099 0.000000 -0.314977 0.658558 0.658558 0.658558 1681.114380 0.000000 3093.891602 0.000000 0.622256 0.000000 -0.782814 0.862646 0.862646 0.862646 1721.473267 0.000000 3049.153076 0.000000 0.144663 0.000000 -0.989481 0.841310 0.841310 0.841310 1721.495483 0.000000 3025.558105 0.000000 0.977275 0.000000 -0.211976 0.608639 0.608639 0.608639 1699.954346 0.000000 3078.130371 0.000000 0.090845 0.000000 -0.995865 1.129785 1.129785 1.129785 -1680.816284 0.000000 3064.146729 0.000000 0.633060 0.000000 -0.774103 0.763112 0.763112 0.763112 1702.217773 0.000000 3089.645020 0.000000 0.043926 0.000000 -0.999035 0.883603 0.883603 0.883603 1696.491821 0.000000 3078.441406 0.000000 0.195953 0.000000 -0.980613 0.721393 0.721393 0.721393 1716.159668 0.000000 3067.504395 0.000000 0.920045 0.000000 -0.391812 0.637390 0.637390 0.637390 1709.685425 0.000000 3089.299072 0.000000 0.634825 0.000000 -0.772656 0.644972 0.644972 0.644972 1690.012573 0.000000 3058.580322 0.000000 0.299213 0.000000 -0.954186 0.746128 0.746128 0.746128 -1677.458618 0.000000 3074.605225 0.000000 0.997743 0.000000 -0.067154 0.607248 0.607248 0.607248 1701.167969 0.000000 3075.222412 0.000000 0.418731 0.000000 -0.908110 0.666525 0.666525 0.666525 1671.231812 0.000000 3094.068115 0.000000 0.869088 0.000000 -0.494657 0.704637 0.704637 0.704637 1662.283569 0.000000 3063.148193 0.000000 0.282899 0.000000 -0.959150 0.973123 0.973123 0.973123 1717.235352 0.000000 3070.324951 0.000000 0.259674 0.000000 -0.965696 0.825338 0.825338 0.825338 1704.545654 0.000000 3091.394043 0.000000 0.964571 0.000000 -0.263823 0.628794 0.628794 0.628794 -1708.804810 0.000000 3054.645264 0.000000 0.962903 0.000000 -0.269847 0.630696 0.630696 0.630696 1722.042603 0.000000 3046.231445 0.000000 0.622162 0.000000 -0.782888 0.741443 0.741443 0.741443 1710.404785 0.000000 3057.743164 0.000000 0.500574 0.000000 -0.865694 0.836713 0.836713 0.836713 1657.795410 0.000000 3094.290039 0.000000 0.120635 0.000000 -0.992697 0.954003 0.954003 0.954003 1724.056763 0.000000 3049.466064 0.000000 0.521540 0.000000 -0.853227 0.652057 0.652057 0.652057 -1675.647583 0.000000 3076.568359 0.000000 0.978521 0.000000 -0.206147 0.648520 0.648520 0.648520 1690.693970 0.000000 3061.088379 0.000000 0.128612 0.000000 -0.991695 1.135619 1.135619 1.135619 1704.143066 0.000000 3087.885498 0.000000 0.832851 0.000000 -0.553497 0.701041 0.701041 0.701041 1720.335938 0.000000 3023.423096 0.000000 0.724464 0.000000 -0.689313 0.656962 0.656962 0.656962 @@ -9657,8 +9408,6 @@ object={ 1666.443237 0.000000 3078.506348 0.000000 0.096692 0.000000 -0.995314 1.125475 1.125475 1.125475 1607.415161 0.000000 3161.757080 0.000000 0.794227 0.000000 -0.607621 0.673368 0.673368 0.673368 1619.057617 0.000000 3158.255371 0.000000 0.299233 0.000000 -0.954180 0.613284 0.613284 0.613284 -1635.177734 0.000000 3154.342041 0.000000 0.776791 0.000000 -0.629758 0.625511 0.625511 0.625511 -1640.485596 0.000000 3163.271484 0.000000 0.979574 0.000000 -0.201084 0.610312 0.610312 0.610312 1593.459473 0.000000 3151.431396 0.000000 0.860955 0.000000 -0.508682 0.674342 0.674342 0.674342 1635.733398 0.000000 3129.401367 0.000000 0.282435 0.000000 -0.959287 0.790480 0.790480 0.790480 1623.791260 0.000000 3107.866943 0.000000 0.856468 0.000000 -0.516201 0.603250 0.603250 0.603250 @@ -9677,7 +9426,6 @@ object={ 1636.812622 0.000000 3126.629639 0.000000 0.859099 0.000000 -0.511810 0.656338 0.656338 0.656338 1640.948364 0.000000 3139.429688 0.000000 0.989620 0.000000 -0.143707 0.607128 0.607128 0.607128 1651.101318 0.000000 3166.391113 0.000000 0.999965 0.000000 -0.008341 0.601399 0.601399 0.601399 -1630.993286 0.000000 3167.253174 0.000000 0.192181 0.000000 -0.981359 1.006463 1.006463 1.006463 1643.128418 0.000000 3162.921875 0.000000 0.971279 0.000000 -0.237942 0.612236 0.612236 0.612236 1634.049561 0.000000 3127.288818 0.000000 0.163264 0.000000 -0.986582 0.734866 0.734866 0.734866 1621.504517 0.000000 3156.045166 0.000000 0.943919 0.000000 -0.330177 0.675102 0.675102 0.675102 @@ -9720,7 +9468,6 @@ object={ 1677.913696 0.000000 3105.480225 0.000000 0.910748 0.000000 -0.412961 0.613391 0.613391 0.613391 1716.030151 0.000000 3129.330078 0.000000 0.903091 0.000000 -0.429450 0.610638 0.610638 0.610638 1689.012817 0.000000 3097.267822 0.000000 0.502650 0.000000 -0.864490 0.629717 0.629717 0.629717 -1713.393433 0.000000 3156.716064 0.000000 0.973106 0.000000 -0.230357 0.606964 0.606964 0.606964 1672.401855 0.000000 3107.889648 0.000000 0.046901 0.000000 -0.998900 0.670763 0.670763 0.670763 1714.175293 0.000000 3142.249268 0.000000 0.715854 0.000000 -0.698250 0.649786 0.649786 0.649786 1699.117798 0.000000 3118.586670 0.000000 0.643590 0.000000 -0.765370 0.618279 0.618279 0.618279 @@ -9750,7 +9497,6 @@ object={ 1694.219604 0.000000 3122.592041 0.000000 0.974596 0.000000 -0.223970 0.633836 0.633836 0.633836 1688.562134 0.000000 3095.600830 0.000000 0.786193 0.000000 -0.617981 0.688811 0.688811 0.688811 1674.201660 0.000000 3105.508301 0.000000 0.841834 0.000000 -0.539737 0.687963 0.687963 0.687963 -1717.500610 0.000000 3116.948486 0.000000 0.664594 0.000000 -0.747205 0.785811 0.785811 0.785811 1704.843628 0.000000 3136.431396 0.000000 0.811577 0.000000 -0.584245 0.699071 0.699071 0.699071 1694.119385 0.000000 3120.439453 0.000000 0.838629 0.000000 -0.544702 0.711309 0.711309 0.711309 1716.540039 0.000000 3122.645996 0.000000 0.235418 0.000000 -0.971894 0.793705 0.793705 0.793705 @@ -9758,7 +9504,6 @@ object={ 1696.653687 0.000000 3121.985596 0.000000 0.633020 0.000000 -0.774135 0.771078 0.771078 0.771078 1715.056152 0.000000 3158.967285 0.000000 0.899037 0.000000 -0.437873 0.681469 0.681469 0.681469 1715.567017 0.000000 3161.644287 0.000000 0.993013 0.000000 -0.118002 0.623564 0.623564 0.623564 -1291.987793 0.000000 3235.625244 0.000000 0.033735 0.000000 -0.999431 0.784192 0.784192 0.784192 1238.973389 0.000000 3230.818359 0.000000 0.088827 0.000000 -0.996047 0.639955 0.639955 0.639955 1244.208862 0.000000 3226.313965 0.000000 0.397460 0.000000 -0.917619 0.676589 0.676589 0.676589 1293.806030 0.000000 3224.786133 0.000000 0.873304 0.000000 -0.487176 0.627440 0.627440 0.627440 @@ -9835,7 +9580,6 @@ object={ 1335.792236 0.000000 3167.945801 0.000000 0.531723 0.000000 -0.846919 0.634803 0.634803 0.634803 1340.778320 0.000000 3196.095215 0.000000 0.099917 0.000000 -0.994996 0.630842 0.630842 0.630842 1346.424683 0.000000 3232.813721 0.000000 0.672658 0.000000 -0.739954 0.608734 0.608734 0.608734 -1309.475098 0.000000 3173.620117 0.000000 0.207549 0.000000 -0.978225 0.779500 0.779500 0.779500 1339.156860 0.000000 3190.571045 0.000000 0.216363 0.000000 -0.976313 0.620263 0.620263 0.620263 1336.375488 0.000000 3209.097168 0.000000 0.259222 0.000000 -0.965818 0.739171 0.739171 0.739171 1343.511841 0.000000 3225.279297 0.000000 0.368287 0.000000 -0.929712 0.653639 0.653639 0.653639 @@ -9853,7 +9597,6 @@ object={ 1337.107788 0.000000 3195.455566 0.000000 0.321195 0.000000 -0.947013 0.823576 0.823576 0.823576 1339.835693 0.000000 3206.552979 0.000000 0.401100 0.000000 -0.916034 0.809901 0.809901 0.809901 1308.510620 0.000000 3172.090332 0.000000 0.884282 0.000000 -0.466953 0.664043 0.664043 0.664043 -1345.801270 0.000000 3195.137695 0.000000 0.973819 0.000000 -0.227323 0.640191 0.640191 0.640191 1297.516724 0.000000 3188.589600 0.000000 0.341467 0.000000 -0.939894 0.854502 0.854502 0.854502 1309.974365 0.000000 3175.301514 0.000000 0.679694 0.000000 -0.733496 0.711012 0.711012 0.711012 1308.164062 0.000000 3170.635498 0.000000 0.006729 0.000000 -0.999977 0.827258 0.827258 0.827258 @@ -9863,8 +9606,6 @@ object={ 1310.973267 0.000000 3170.104492 0.000000 0.143400 0.000000 -0.989665 1.138623 1.138623 1.138623 1345.531006 0.000000 3222.459717 0.000000 0.050883 0.000000 -0.998705 1.034848 1.034848 1.034848 1399.764404 0.000000 3175.936035 0.000000 0.999888 0.000000 -0.014948 0.601948 0.601948 0.601948 -1426.010986 0.000000 3208.752441 0.000000 0.368014 0.000000 -0.929820 0.659018 0.659018 0.659018 -1398.192749 0.000000 3214.344971 0.000000 0.043750 0.000000 -0.999043 0.657185 0.657185 0.657185 1435.972168 0.000000 3235.625244 0.000000 0.511166 0.000000 -0.859482 0.635633 0.635633 0.635633 1423.830566 0.000000 3182.480225 0.000000 0.969676 0.000000 -0.244395 0.602959 0.602959 0.602959 1419.756836 0.000000 3201.385742 0.000000 0.498396 0.000000 -0.866950 0.645571 0.645571 0.645571 @@ -9873,7 +9614,6 @@ object={ 1432.730347 0.000000 3220.970703 0.000000 0.226555 0.000000 -0.973998 0.728679 0.728679 0.728679 1428.728760 0.000000 3185.066406 0.000000 0.040059 0.000000 -0.999197 0.659616 0.659616 0.659616 1398.866211 0.000000 3203.595215 0.000000 0.997927 0.000000 -0.064357 0.601447 0.601447 0.601447 -1397.386719 0.000000 3219.497559 0.000000 0.312607 0.000000 -0.949883 0.648794 0.648794 0.648794 1425.287842 0.000000 3188.384277 0.000000 0.469386 0.000000 -0.882993 0.689158 0.689158 0.689158 1434.434570 0.000000 3229.820557 0.000000 0.500650 0.000000 -0.865650 0.747345 0.747345 0.747345 1430.601929 0.000000 3207.016602 0.000000 0.974144 0.000000 -0.225928 0.616045 0.616045 0.616045 @@ -9887,7 +9627,6 @@ object={ 1404.517212 0.000000 3194.179199 0.000000 0.985271 0.000000 -0.171000 0.610811 0.610811 0.610811 1433.726074 0.000000 3233.045898 0.000000 0.221708 0.000000 -0.975113 0.721083 0.721083 0.721083 1427.032349 0.000000 3182.252197 0.000000 0.661510 0.000000 -0.749937 0.777827 0.777827 0.777827 -1395.285034 0.000000 3215.699463 0.000000 0.393635 0.000000 -0.919267 0.724030 0.724030 0.724030 1400.147949 0.000000 3196.902100 0.000000 0.228360 0.000000 -0.973577 0.668266 0.668266 0.668266 1436.340454 0.000000 3227.458984 0.000000 0.795491 0.000000 -0.605966 0.694587 0.694587 0.694587 1420.836060 0.000000 3198.614014 0.000000 0.962854 0.000000 -0.270024 0.621297 0.621297 0.621297 @@ -9977,14 +9716,6 @@ object={ 1409.437378 0.000000 3307.025146 0.000000 0.407272 0.000000 -0.913307 0.803504 0.803504 0.803504 1397.459229 0.000000 3307.219971 0.000000 0.395770 0.000000 -0.918350 0.877204 0.877204 0.877204 1436.175659 0.000000 3277.383301 0.000000 0.184446 0.000000 -0.982843 0.915410 0.915410 0.915410 -1222.959961 0.000000 3319.047119 0.000000 0.928205 0.000000 -0.372069 0.630838 0.630838 0.630838 -1222.589478 0.000000 3326.346680 0.000000 0.155042 0.000000 -0.987908 0.638156 0.638156 0.638156 -1223.099854 0.000000 3330.441162 0.000000 0.785807 0.000000 -0.618471 0.687896 0.687896 0.687896 -1220.011230 0.000000 3323.461182 0.000000 0.988033 0.000000 -0.154240 0.629460 0.629460 0.629460 -1221.278564 0.000000 3331.336670 0.000000 0.873319 0.000000 -0.487149 0.712040 0.712040 0.712040 -1220.048950 0.000000 3329.323730 0.000000 0.359496 0.000000 -0.933147 0.850493 0.850493 0.850493 -1220.491943 0.000000 3322.101074 0.000000 0.997037 0.000000 -0.076922 0.614648 0.614648 0.614648 -1225.556885 0.000000 3329.120605 0.000000 0.709043 0.000000 -0.705165 0.621103 0.621103 0.621103 1255.780029 0.000000 3319.904785 0.000000 0.395752 0.000000 -0.918357 0.631382 0.631382 0.631382 1236.671021 0.000000 3312.166992 0.000000 0.564498 0.000000 -0.825434 0.618908 0.618908 0.618908 1243.066650 0.000000 3330.876953 0.000000 0.859616 0.000000 -0.510941 0.601607 0.601607 0.601607 @@ -9994,7 +9725,6 @@ object={ 1240.917114 0.000000 3327.739990 0.000000 0.852723 0.000000 -0.522363 0.721024 0.721024 0.721024 1232.869629 0.000000 3340.669189 0.000000 0.837572 0.000000 -0.546327 0.647617 0.647617 0.647617 1240.075073 0.000000 3313.045654 0.000000 0.663149 0.000000 -0.748488 0.631673 0.631673 0.631673 -1223.947266 0.000000 3332.181641 0.000000 0.987561 0.000000 -0.157237 0.605913 0.605913 0.605913 1239.524658 0.000000 3331.064941 0.000000 0.293961 0.000000 -0.955818 0.672428 0.672428 0.672428 1257.779541 0.000000 3316.517578 0.000000 0.975649 0.000000 -0.219338 0.653331 0.653331 0.653331 1235.699097 0.000000 3342.598633 0.000000 0.371165 0.000000 -0.928567 0.690950 0.690950 0.690950 @@ -10007,7 +9737,6 @@ object={ 1243.877441 0.000000 3320.784912 0.000000 0.998828 0.000000 -0.048397 0.604787 0.604787 0.604787 1233.791382 0.000000 3342.300781 0.000000 0.189012 0.000000 -0.981975 0.736495 0.736495 0.736495 1252.458008 0.000000 3311.330078 0.000000 0.037562 0.000000 -0.999294 0.829666 0.829666 0.829666 -1223.999023 0.000000 3329.926025 0.000000 0.986416 0.000000 -0.164266 0.620516 0.620516 0.620516 1259.238403 0.000000 3317.240723 0.000000 0.633059 0.000000 -0.774104 0.735264 0.735264 0.735264 1258.560059 0.000000 3333.890137 0.000000 0.910708 0.000000 -0.413051 0.682279 0.682279 0.682279 1258.447632 0.000000 3332.170166 0.000000 0.059347 0.000000 -0.998237 0.892055 0.892055 0.892055 @@ -10117,7 +9846,6 @@ object={ 1388.657593 0.000000 3422.500977 0.000000 0.576808 0.000000 -0.816880 0.778999 0.778999 0.778999 1378.474487 0.000000 3438.428223 0.000000 0.441466 0.000000 -0.897278 0.921932 0.921932 0.921932 1389.786987 0.000000 3424.877930 0.000000 0.415088 0.000000 -0.909781 0.822530 0.822530 0.822530 -1506.966797 0.000000 3174.487305 0.000000 0.998156 0.000000 -0.060703 0.606005 0.606005 0.606005 1464.666992 0.000000 3217.514648 0.000000 0.459205 0.000000 -0.888330 0.658978 0.658978 0.658978 1464.033813 0.000000 3196.860596 0.000000 0.247237 0.000000 -0.968955 1.061041 1.061041 1.061041 1465.729126 0.000000 3212.920654 0.000000 0.790529 0.000000 -0.612425 0.630607 0.630607 0.630607 @@ -10146,24 +9874,16 @@ object={ 1481.872559 0.000000 3203.097412 0.000000 0.552034 0.000000 -0.833822 0.867328 0.867328 0.867328 1459.162842 0.000000 3197.937012 0.000000 0.498968 0.000000 -0.866620 1.000455 1.000455 1.000455 1537.681396 0.000000 3202.674561 0.000000 0.999989 0.000000 -0.004597 0.600014 0.600014 0.600014 -1549.848877 0.000000 3190.839355 0.000000 0.953425 0.000000 -0.301629 0.641766 0.641766 0.641766 -1512.254272 0.000000 3171.017822 0.000000 0.997827 0.000000 -0.065893 0.606815 0.606815 0.606815 -1514.442505 0.000000 3177.957764 0.000000 0.720192 0.000000 -0.693775 0.643643 0.643643 0.643643 -1528.417480 0.000000 3179.874023 0.000000 0.881956 0.000000 -0.471331 0.635289 0.635289 0.635289 -1539.161255 0.000000 3178.477295 0.000000 0.999386 0.000000 -0.035049 0.602573 0.602573 0.602573 1516.525269 0.000000 3168.723389 0.000000 0.499965 0.000000 -0.866045 0.661179 0.661179 0.661179 1515.526245 0.000000 3173.918457 0.000000 0.095113 0.000000 -0.995466 0.692831 0.692831 0.692831 -1511.862915 0.000000 3174.832520 0.000000 0.025493 0.000000 -0.999675 0.653239 0.653239 0.653239 1536.831909 0.000000 3208.115479 0.000000 0.477114 0.000000 -0.878841 0.640198 0.640198 0.640198 1512.433472 0.000000 3167.481445 0.000000 0.886781 0.000000 -0.462191 0.614394 0.614394 0.614394 -1515.170898 0.000000 3197.033936 0.000000 0.431182 0.000000 -0.902265 0.803904 0.803904 0.803904 1548.501587 0.000000 3194.179199 0.000000 0.260185 0.000000 -0.965559 0.641132 0.641132 0.641132 1535.885498 0.000000 3180.392090 0.000000 0.039838 0.000000 -0.999206 0.650452 0.650452 0.650452 1576.775024 0.000000 3200.133789 0.000000 0.310982 0.000000 -0.950416 0.645102 0.645102 0.645102 1577.785889 0.000000 3206.906494 0.000000 0.491636 0.000000 -0.870801 0.661739 0.661739 0.661739 1536.955078 0.000000 3176.227295 0.000000 0.881742 0.000000 -0.471733 0.644888 0.644888 0.644888 1531.333862 0.000000 3178.888916 0.000000 0.999954 0.000000 -0.009570 0.601147 0.601147 0.601147 -1543.684937 0.000000 3206.369141 0.000000 0.972277 0.000000 -0.233830 0.615909 0.615909 0.615909 1536.636353 0.000000 3205.263184 0.000000 0.262571 0.000000 -0.964913 0.664514 0.664514 0.664514 1516.935059 0.000000 3171.569092 0.000000 0.527207 0.000000 -0.849737 0.714084 0.714084 0.714084 1546.709595 0.000000 3205.057129 0.000000 0.397971 0.000000 -0.917398 0.662634 0.662634 0.662634 @@ -10194,12 +9914,9 @@ object={ 1464.219482 0.000000 3242.646729 0.000000 0.614291 0.000000 -0.789079 0.928261 0.928261 0.928261 1480.411377 0.000000 3246.998291 0.000000 0.654116 0.000000 -0.756395 0.770892 0.770892 0.770892 1461.876221 0.000000 3242.255371 0.000000 0.883940 0.000000 -0.467600 0.710786 0.710786 0.710786 -1632.186768 0.000000 3176.253174 0.000000 0.999222 0.000000 -0.039446 0.600532 0.600532 0.600532 1652.757568 0.000000 3207.984619 0.000000 0.711184 0.000000 -0.703006 0.616349 0.616349 0.616349 -1630.442627 0.000000 3169.643066 0.000000 0.738517 0.000000 -0.674235 0.677585 0.677585 0.677585 1589.737427 0.000000 3210.100098 0.000000 0.262623 0.000000 -0.964899 0.713383 0.713383 0.713383 1653.182129 0.000000 3168.219727 0.000000 0.925915 0.000000 -0.377731 0.634233 0.634233 0.634233 -1637.663208 0.000000 3177.296631 0.000000 0.971074 0.000000 -0.238778 0.662481 0.662481 0.662481 1624.653320 0.000000 3185.932129 0.000000 0.365380 0.000000 -0.930858 0.657365 0.657365 0.657365 1623.309937 0.000000 3196.124023 0.000000 0.896696 0.000000 -0.442647 0.606182 0.606182 0.606182 1594.246582 0.000000 3228.994141 0.000000 0.495791 0.000000 -0.868442 0.704009 0.704009 0.704009 @@ -10240,7 +9957,6 @@ object={ 1604.938110 0.000000 3175.740479 0.000000 0.683450 0.000000 -0.729997 0.818189 0.818189 0.818189 1624.661499 0.000000 3193.969971 0.000000 0.980703 0.000000 -0.195504 0.634191 0.634191 0.634191 1608.380005 0.000000 3169.331055 0.000000 0.819232 0.000000 -0.573462 0.709779 0.709779 0.709779 -1710.133545 0.000000 3191.999756 0.000000 0.887769 0.000000 -0.460288 0.663051 0.663051 0.663051 1658.042969 0.000000 3215.701660 0.000000 0.783729 0.000000 -0.621103 0.634130 0.634130 0.634130 1674.316528 0.000000 3218.341797 0.000000 0.195497 0.000000 -0.980704 0.846984 0.846984 0.846984 1715.315552 0.000000 3175.529297 0.000000 0.999989 0.000000 -0.004669 0.600944 0.600944 0.600944 @@ -10262,11 +9978,9 @@ object={ 1673.788086 0.000000 3201.209473 0.000000 0.886550 0.000000 -0.462633 0.644668 0.644668 0.644668 1689.732666 0.000000 3172.548828 0.000000 0.930939 0.000000 -0.365175 0.623518 0.623518 0.623518 1707.397583 0.000000 3190.441895 0.000000 0.999997 0.000000 -0.002611 0.600301 0.600301 0.600301 -1680.939453 0.000000 3176.227295 0.000000 0.706067 0.000000 -0.708145 0.690758 0.690758 0.690758 1662.490723 0.000000 3201.893066 0.000000 0.635845 0.000000 -0.771817 0.652829 0.652829 0.652829 1671.894775 0.000000 3220.235840 0.000000 0.883727 0.000000 -0.468003 0.650338 0.650338 0.650338 1710.256958 0.000000 3189.045654 0.000000 0.299155 0.000000 -0.954205 0.662629 0.662629 0.662629 -1712.590820 0.000000 3193.806885 0.000000 0.539309 0.000000 -0.842108 0.707978 0.707978 0.707978 1707.125854 0.000000 3175.661377 0.000000 0.883688 0.000000 -0.468076 0.694126 0.694126 0.694126 1695.434448 0.000000 3193.206299 0.000000 0.921820 0.000000 -0.387618 0.671549 0.671549 0.671549 1673.442871 0.000000 3225.477539 0.000000 0.605332 0.000000 -0.795973 0.783409 0.783409 0.783409 @@ -10398,7 +10112,6 @@ object={ 1460.301636 0.000000 3382.089844 0.000000 0.987078 0.000000 -0.160239 0.615910 0.615910 0.615910 1452.637817 0.000000 3425.801025 0.000000 0.902619 0.000000 -0.430440 0.615331 0.615331 0.615331 1461.922363 0.000000 3426.263672 0.000000 0.288724 0.000000 -0.957413 0.741651 0.741651 0.741651 -1457.375000 0.000000 3420.334229 0.000000 0.877398 0.000000 -0.479763 0.651718 0.651718 0.651718 1454.659546 0.000000 3423.320312 0.000000 0.560502 0.000000 -0.828153 0.731552 0.731552 0.731552 1455.108643 0.000000 3427.087158 0.000000 0.739985 0.000000 -0.672624 0.643099 0.643099 0.643099 1460.307007 0.000000 3423.993652 0.000000 0.912304 0.000000 -0.409513 0.654985 0.654985 0.654985 @@ -10416,21 +10129,13 @@ object={ 1461.261963 0.000000 3418.433594 0.000000 0.132958 0.000000 -0.991122 0.916519 0.916519 0.916519 1454.103027 0.000000 3425.414307 0.000000 0.805941 0.000000 -0.591996 0.695848 0.695848 0.695848 1751.399536 0.000000 2945.803955 0.000000 0.909858 0.000000 -0.414919 0.606409 0.606409 0.606409 -1763.041992 0.000000 2942.302246 0.000000 0.716388 0.000000 -0.697702 0.611567 0.611567 0.611567 -1738.696655 0.000000 2890.901855 0.000000 0.849220 0.000000 -0.528039 0.639164 0.639164 0.639164 -1753.380859 0.000000 2895.485352 0.000000 0.659068 0.000000 -0.752084 0.775959 0.775959 0.775959 -1746.231445 0.000000 2949.286377 0.000000 0.741494 0.000000 -0.670960 0.657290 0.657290 0.657290 1768.637695 0.000000 2897.994629 0.000000 0.955792 0.000000 -0.294045 0.645154 0.645154 0.645154 -1755.137817 0.000000 2890.539795 0.000000 0.194766 0.000000 -0.980850 0.925372 0.925372 0.925372 1756.157959 0.000000 2946.972656 0.000000 0.259242 0.000000 -0.965812 0.619601 0.619601 0.619601 1760.111572 0.000000 2945.411133 0.000000 0.196555 0.000000 -0.980493 0.717225 0.717225 0.717225 1767.083618 0.000000 2942.036133 0.000000 0.995906 0.000000 -0.090391 0.604203 0.604203 0.604203 1744.862427 0.000000 2895.833740 0.000000 0.999435 0.000000 -0.033605 0.602517 0.602517 0.602517 -1764.460083 0.000000 2881.406738 0.000000 0.037902 0.000000 -0.999281 0.916869 0.916869 0.916869 1765.094849 0.000000 2945.083984 0.000000 0.826482 0.000000 -0.562963 0.672553 0.672553 0.672553 1738.095703 0.000000 2894.104248 0.000000 0.205726 0.000000 -0.978610 0.785873 0.785873 0.785873 -1730.747559 0.000000 2905.589355 0.000000 0.102049 0.000000 -0.994779 0.681393 0.681393 0.681393 -1755.319580 0.000000 2893.404541 0.000000 0.791792 0.000000 -0.610791 0.831293 0.831293 0.831293 1762.363037 0.000000 2894.924561 0.000000 0.743784 0.000000 -0.668420 0.671280 0.671280 0.671280 1765.565308 0.000000 2890.412354 0.000000 0.499567 0.000000 -0.866275 0.714565 0.714565 0.714565 1757.695923 0.000000 2890.187988 0.000000 0.021520 0.000000 -0.999768 0.950426 0.950426 0.950426 @@ -10465,8 +10170,6 @@ object={ 1828.250488 0.000000 2899.572266 0.000000 0.751764 0.000000 -0.659432 0.713253 0.713253 0.713253 1861.338257 0.000000 2892.047119 0.000000 0.823279 0.000000 -0.567636 0.787169 0.787169 0.787169 1806.540527 0.000000 2891.944580 0.000000 0.995882 0.000000 -0.090661 0.602312 0.602312 0.602312 -1815.128174 0.000000 2946.899658 0.000000 0.936475 0.000000 -0.350735 0.617177 0.617177 0.617177 -1806.427856 0.000000 2888.257812 0.000000 0.544065 0.000000 -0.839043 0.746140 0.746140 0.746140 1836.033569 0.000000 2951.095215 0.000000 0.162883 0.000000 -0.986645 0.979415 0.979415 0.979415 1835.243774 0.000000 2889.041748 0.000000 0.992621 0.000000 -0.121262 0.614749 0.614749 0.614749 1832.393555 0.000000 2890.742188 0.000000 0.638601 0.000000 -0.769538 0.730220 0.730220 0.730220 @@ -10506,37 +10209,24 @@ object={ 1825.288574 0.000000 2951.223877 0.000000 0.256572 0.000000 -0.966525 0.871069 0.871069 0.871069 1859.670654 0.000000 2889.880859 0.000000 0.739352 0.000000 -0.673319 0.802490 0.802490 0.802490 1809.512817 0.000000 2899.979248 0.000000 0.312156 0.000000 -0.950031 0.883488 0.883488 0.883488 -1782.125732 0.000000 2976.046631 0.000000 0.376230 0.000000 -0.926526 0.747338 0.747338 0.747338 -1759.725342 0.000000 2959.982910 0.000000 0.987260 0.000000 -0.159114 0.604308 0.604308 0.604308 1730.035156 0.000000 2999.748535 0.000000 0.075764 0.000000 -0.997126 0.718685 0.718685 0.718685 1769.668457 0.000000 3003.018311 0.000000 0.298697 0.000000 -0.954348 0.653160 0.653160 0.653160 -1793.525146 0.000000 2966.575928 0.000000 0.382649 0.000000 -0.923894 0.667061 0.667061 0.667061 1779.162109 0.000000 3010.373291 0.000000 0.991375 0.000000 -0.131055 0.615160 0.615160 0.615160 1795.933105 0.000000 3019.672119 0.000000 0.976444 0.000000 -0.215769 0.683071 0.683071 0.683071 -1754.442505 0.000000 3008.078369 0.000000 0.961554 0.000000 -0.274618 0.606667 0.606667 0.606667 -1783.791504 0.000000 2966.527100 0.000000 0.030597 0.000000 -0.999532 0.634607 0.634607 0.634607 -1742.918701 0.000000 3014.865234 0.000000 0.108410 0.000000 -0.994106 0.663517 0.663517 0.663517 -1767.775635 0.000000 2963.898193 0.000000 0.550539 0.000000 -0.834810 0.681380 0.681380 0.681380 1749.891113 0.000000 2994.357422 0.000000 0.531412 0.000000 -0.847113 0.780130 0.780130 0.780130 -1781.306641 0.000000 2952.966553 0.000000 0.180140 0.000000 -0.983641 0.664530 0.664530 0.664530 1762.368164 0.000000 2991.645508 0.000000 0.549429 0.000000 -0.835541 0.779277 0.779277 0.779277 1771.634033 0.000000 3010.298096 0.000000 0.481757 0.000000 -0.876305 0.627200 0.627200 0.627200 1778.680542 0.000000 2992.298828 0.000000 0.228760 0.000000 -0.973483 0.977356 0.977356 0.977356 -1796.921631 0.000000 2974.786865 0.000000 0.931314 0.000000 -0.364216 0.608376 0.608376 0.608376 1756.730469 0.000000 3014.126953 0.000000 0.980041 0.000000 -0.198794 0.602398 0.602398 0.602398 -1754.229004 0.000000 2957.325684 0.000000 0.081563 0.000000 -0.996668 0.693686 0.693686 0.693686 -1786.821045 0.000000 2979.600830 0.000000 0.876339 0.000000 -0.481694 0.673778 0.673778 0.673778 1788.689697 0.000000 2969.113281 0.000000 0.671569 0.000000 -0.740942 0.611250 0.611250 0.611250 1766.550537 0.000000 3009.855225 0.000000 0.992030 0.000000 -0.126004 0.648258 0.648258 0.648258 1797.579346 0.000000 2962.910889 0.000000 0.097086 0.000000 -0.995276 0.626487 0.626487 0.626487 1738.230957 0.000000 3013.041016 0.000000 0.574376 0.000000 -0.818592 0.617237 0.617237 0.617237 1762.774292 0.000000 2964.198975 0.000000 0.582399 0.000000 -0.812903 0.614217 0.614217 0.614217 1797.317017 0.000000 2969.884033 0.000000 0.767265 0.000000 -0.641331 0.865941 0.865941 0.865941 -1789.346069 0.000000 2964.031494 0.000000 0.515803 0.000000 -0.856707 0.680140 0.680140 0.680140 1785.434814 0.000000 2955.239746 0.000000 0.152800 0.000000 -0.988257 0.850533 0.850533 0.850533 1783.724731 0.000000 2983.291992 0.000000 0.787949 0.000000 -0.615741 0.703336 0.703336 0.703336 1764.557739 0.000000 2968.689209 0.000000 0.419524 0.000000 -0.907744 0.758515 0.758515 0.758515 -1741.884399 0.000000 3010.861816 0.000000 0.982787 0.000000 -0.184745 0.670975 0.670975 0.670975 1785.022583 0.000000 3023.333252 0.000000 0.669756 0.000000 -0.742581 0.919678 0.919678 0.919678 1792.522827 0.000000 3021.487549 0.000000 0.995691 0.000000 -0.092737 0.630048 0.630048 0.630048 1783.247559 0.000000 3009.362305 0.000000 0.584130 0.000000 -0.811660 0.626952 0.626952 0.626952 @@ -10552,17 +10242,14 @@ object={ 1772.172363 0.000000 2992.487061 0.000000 0.999095 0.000000 -0.042527 0.604907 0.604907 0.604907 1752.838257 0.000000 2977.462402 0.000000 0.747749 0.000000 -0.663982 0.840380 0.840380 0.840380 1753.825073 0.000000 3015.570801 0.000000 0.942465 0.000000 -0.334304 0.623487 0.623487 0.623487 -1756.607300 0.000000 2959.588379 0.000000 0.696407 0.000000 -0.717647 0.664744 0.664744 0.664744 1796.688965 0.000000 3016.374023 0.000000 0.697713 0.000000 -0.716378 0.651438 0.651438 0.651438 1766.982422 0.000000 2967.107178 0.000000 0.926926 0.000000 -0.375243 0.744048 0.744048 0.744048 1765.557007 0.000000 3007.138916 0.000000 0.162639 0.000000 -0.986686 0.762334 0.762334 0.762334 -1784.583008 0.000000 2977.853760 0.000000 0.686418 0.000000 -0.727208 0.775634 0.775634 0.775634 1747.231567 0.000000 2995.201172 0.000000 0.505184 0.000000 -0.863012 0.716973 0.716973 0.716973 1760.401367 0.000000 2962.726562 0.000000 0.072724 0.000000 -0.997352 0.678537 0.678537 0.678537 1792.098755 0.000000 2993.280029 0.000000 0.017279 0.000000 -0.999851 1.081701 1.081701 1.081701 1796.003662 0.000000 2965.359131 0.000000 0.215917 0.000000 -0.976412 0.693240 0.693240 0.693240 1794.626465 0.000000 2969.065674 0.000000 0.856747 0.000000 -0.515737 0.806978 0.806978 0.806978 -1770.555786 0.000000 2963.888916 0.000000 0.665565 0.000000 -0.746339 0.670676 0.670676 0.670676 1757.695923 0.000000 2962.172363 0.000000 0.118937 0.000000 -0.992902 0.686974 0.686974 0.686974 1762.686157 0.000000 2989.104004 0.000000 0.999696 0.000000 -0.024658 0.605467 0.605467 0.605467 1762.063232 0.000000 3008.643066 0.000000 0.646335 0.000000 -0.763054 0.645508 0.645508 0.645508 @@ -10653,8 +10340,6 @@ object={ 1800.607544 0.000000 2989.796875 0.000000 0.458591 0.000000 -0.888647 0.627868 0.627868 0.627868 1826.434692 0.000000 3008.078369 0.000000 0.968682 0.000000 -0.248304 0.638715 0.638715 0.638715 1851.430420 0.000000 3000.073975 0.000000 0.694365 0.000000 -0.719623 0.668584 0.668584 0.668584 -1802.411255 0.000000 2962.004639 0.000000 0.995418 0.000000 -0.095614 0.610758 0.610758 0.610758 -1807.441040 0.000000 2956.633301 0.000000 0.774006 0.000000 -0.633178 0.612325 0.612325 0.612325 1812.372925 0.000000 2979.565430 0.000000 0.560462 0.000000 -0.828180 0.702323 0.702323 0.702323 1853.639771 0.000000 2961.343506 0.000000 0.233624 0.000000 -0.972327 0.733982 0.733982 0.733982 1815.102173 0.000000 2974.741699 0.000000 0.098171 0.000000 -0.995170 1.102888 1.102888 1.102888 @@ -10671,7 +10356,6 @@ object={ 1816.012573 0.000000 2953.123779 0.000000 0.999995 0.000000 -0.003222 0.600106 0.600106 0.600106 1850.865479 0.000000 3003.554199 0.000000 0.965286 0.000000 -0.261194 0.643147 0.643147 0.643147 1834.522583 0.000000 3019.952637 0.000000 0.082851 0.000000 -0.996562 0.914246 0.914246 0.914246 -1813.850830 0.000000 2961.335938 0.000000 0.131425 0.000000 -0.991326 0.828484 0.828484 0.828484 1838.900757 0.000000 3000.893311 0.000000 0.955575 0.000000 -0.294749 0.681567 0.681567 0.681567 1799.884766 0.000000 2972.259766 0.000000 0.999731 0.000000 -0.023215 0.600661 0.600661 0.600661 1823.192139 0.000000 3008.925049 0.000000 0.069836 0.000000 -0.997558 0.779860 0.779860 0.779860 @@ -10774,7 +10458,6 @@ object={ 1796.741943 0.000000 3064.015869 0.000000 0.999638 0.000000 -0.026896 0.601330 0.601330 0.601330 1772.641235 0.000000 3067.714111 0.000000 0.658579 0.000000 -0.752511 0.698255 0.698255 0.698255 1737.101562 0.000000 3072.274170 0.000000 0.538058 0.000000 -0.842908 0.712644 0.712644 0.712644 -1785.385620 0.000000 3084.731689 0.000000 0.161403 0.000000 -0.986889 1.032572 1.032572 1.032572 1734.086914 0.000000 3095.276123 0.000000 0.413616 0.000000 -0.910452 0.761134 0.761134 0.761134 1756.395874 0.000000 3064.666992 0.000000 0.256353 0.000000 -0.966583 0.737523 0.737523 0.737523 1730.920044 0.000000 3056.579834 0.000000 0.199379 0.000000 -0.979923 0.801123 0.801123 0.801123 @@ -10870,20 +10553,16 @@ object={ 1853.639771 0.000000 3033.327881 0.000000 0.011231 0.000000 -0.999937 0.775209 0.775209 0.775209 1834.766479 0.000000 3036.183350 0.000000 0.987284 0.000000 -0.158964 0.609326 0.609326 0.609326 1828.250488 0.000000 3043.541016 0.000000 0.999908 0.000000 -0.013579 0.600651 0.600651 0.600651 -1813.370483 0.000000 3074.706055 0.000000 0.019333 0.000000 -0.999813 0.936977 0.936977 0.936977 1833.133545 0.000000 3045.185547 0.000000 0.809417 0.000000 -0.587234 0.663931 0.663931 0.663931 1846.395508 0.000000 3062.082031 0.000000 0.071606 0.000000 -0.997433 0.889681 0.889681 0.889681 1846.709717 0.000000 3085.850586 0.000000 0.471648 0.000000 -0.881787 0.690564 0.690564 0.690564 1851.019165 0.000000 3028.885986 0.000000 0.810139 0.000000 -0.586238 0.620643 0.620643 0.620643 1812.855225 0.000000 3070.123535 0.000000 0.725495 0.000000 -0.688227 0.618192 0.618192 0.618192 1870.889648 0.000000 3031.109619 0.000000 0.989018 0.000000 -0.147795 0.609110 0.609110 0.609110 -1809.296875 0.000000 3068.261475 0.000000 0.408358 0.000000 -0.912822 0.655131 0.655131 0.655131 1847.457153 0.000000 3081.310547 0.000000 0.949591 0.000000 -0.313491 0.664004 0.664004 0.664004 1849.715210 0.000000 3060.551270 0.000000 0.901008 0.000000 -0.433802 0.692754 0.692754 0.692754 1810.094849 0.000000 3042.692383 0.000000 0.981637 0.000000 -0.190760 0.623001 0.623001 0.623001 1838.900757 0.000000 3072.877686 0.000000 0.687700 0.000000 -0.725995 0.692495 0.692495 0.692495 -1815.585938 0.000000 3072.149170 0.000000 0.992276 0.000000 -0.124052 0.647507 0.647507 0.647507 -1823.192139 0.000000 3080.909424 0.000000 0.473268 0.000000 -0.880919 0.798580 0.798580 0.798580 1850.010742 0.000000 3085.522217 0.000000 0.844530 0.000000 -0.535509 0.641478 0.641478 0.641478 1850.582642 0.000000 3034.438721 0.000000 0.951364 0.000000 -0.308068 0.627676 0.627676 0.627676 1827.238159 0.000000 3071.730713 0.000000 0.917461 0.000000 -0.397825 0.646578 0.646578 0.646578 @@ -10941,7 +10620,6 @@ object={ 1785.385620 0.000000 3156.716064 0.000000 0.726922 0.000000 -0.686720 0.611339 0.611339 0.611339 1746.479126 0.000000 3099.552734 0.000000 0.984335 0.000000 -0.176307 0.633451 0.633451 0.633451 1774.427002 0.000000 3097.658691 0.000000 0.968454 0.000000 -0.249193 0.641120 0.641120 0.641120 -1734.086914 0.000000 3167.260498 0.000000 0.020925 0.000000 -0.999781 0.723045 0.723045 0.723045 1781.647583 0.000000 3105.312256 0.000000 0.761672 0.000000 -0.647963 0.800621 0.800621 0.800621 1767.294312 0.000000 3124.139648 0.000000 0.152643 0.000000 -0.988281 0.627604 0.627604 0.627604 1745.102173 0.000000 3141.071777 0.000000 0.941181 0.000000 -0.337903 0.606712 0.606712 0.606712 @@ -10953,7 +10631,6 @@ object={ 1791.137207 0.000000 3144.557373 0.000000 0.364235 0.000000 -0.931307 0.980433 0.980433 0.980433 1773.564941 0.000000 3101.279297 0.000000 0.992762 0.000000 -0.120095 0.625066 0.625066 0.625066 1770.758423 0.000000 3098.156738 0.000000 0.999846 0.000000 -0.017533 0.601208 0.601208 0.601208 -1758.127075 0.000000 3151.018555 0.000000 0.913038 0.000000 -0.407874 0.673630 0.673630 0.673630 1728.410034 0.000000 3095.497070 0.000000 0.641669 0.000000 -0.766981 0.626188 0.626188 0.626188 1766.072021 0.000000 3128.142090 0.000000 0.352627 0.000000 -0.935764 0.764994 0.764994 0.764994 1738.102661 0.000000 3114.676758 0.000000 0.253995 0.000000 -0.967206 0.645270 0.645270 0.645270 @@ -10986,7 +10663,6 @@ object={ 1767.644287 0.000000 3101.740234 0.000000 0.003504 0.000000 -0.999994 0.968588 0.968588 0.968588 1770.977417 0.000000 3112.982910 0.000000 0.723001 0.000000 -0.690847 0.747371 0.747371 0.747371 1772.697021 0.000000 3099.164062 0.000000 0.984941 0.000000 -0.172890 0.658824 0.658824 0.658824 -1765.115479 0.000000 3158.815430 0.000000 0.944655 0.000000 -0.328065 0.657579 0.657579 0.657579 1735.270508 0.000000 3114.185547 0.000000 0.461320 0.000000 -0.887234 0.781453 0.781453 0.781453 1769.614258 0.000000 3103.851562 0.000000 0.932280 0.000000 -0.361737 0.633820 0.633820 0.633820 1765.229126 0.000000 3104.106934 0.000000 0.635690 0.000000 -0.771945 0.710965 0.710965 0.710965 @@ -11008,7 +10684,6 @@ object={ 1775.860474 0.000000 3112.580078 0.000000 0.855619 0.000000 -0.517606 0.807812 0.807812 0.807812 1732.775757 0.000000 3111.499512 0.000000 0.406394 0.000000 -0.913698 0.819209 0.819209 0.819209 1763.183716 0.000000 3101.287598 0.000000 0.116896 0.000000 -0.993144 0.907019 0.907019 0.907019 -1797.244873 0.000000 3097.912354 0.000000 0.847546 0.000000 -0.530722 0.770118 0.770118 0.770118 1763.847168 0.000000 3159.881104 0.000000 0.981722 0.000000 -0.190322 0.654499 0.654499 0.654499 1737.271606 0.000000 3095.362793 0.000000 0.332001 0.000000 -0.943279 0.838135 0.838135 0.838135 1750.565430 0.000000 3109.193848 0.000000 0.971103 0.000000 -0.238662 0.654508 0.654508 0.654508 @@ -11029,14 +10704,11 @@ object={ 1755.603516 0.000000 3151.377197 0.000000 0.620541 0.000000 -0.784174 0.771473 0.771473 0.771473 1762.773682 0.000000 3099.795898 0.000000 0.068920 0.000000 -0.997622 1.047675 1.047675 1.047675 1737.913452 0.000000 3098.557861 0.000000 0.885691 0.000000 -0.464274 0.696912 0.696912 0.696912 -1831.717529 0.000000 3103.951660 0.000000 0.696151 0.000000 -0.717895 0.746339 0.746339 0.746339 1802.027344 0.000000 3143.717285 0.000000 0.518248 0.000000 -0.855230 0.812088 0.812088 0.812088 1845.166626 0.000000 3165.013672 0.000000 0.794258 0.000000 -0.607581 0.610760 0.610760 0.610760 1848.163330 0.000000 3104.268799 0.000000 0.796753 0.000000 -0.604305 0.620412 0.620412 0.620412 1867.820190 0.000000 3144.615234 0.000000 0.237935 0.000000 -0.971281 0.741509 0.741509 0.741509 1812.598755 0.000000 3137.863525 0.000000 0.982240 0.000000 -0.187628 0.619508 0.619508 0.619508 -1821.898071 0.000000 3105.480225 0.000000 0.998256 0.000000 -0.059029 0.612829 0.612829 0.612829 -1846.539185 0.000000 3113.792725 0.000000 0.429949 0.000000 -0.902853 0.691109 0.691109 0.691109 1814.910889 0.000000 3158.833984 0.000000 0.901521 0.000000 -0.432735 0.615418 0.615418 0.615418 1844.723633 0.000000 3124.110840 0.000000 0.811159 0.000000 -0.584826 0.646785 0.646785 0.646785 1858.813232 0.000000 3123.569580 0.000000 0.918168 0.000000 -0.396192 0.632341 0.632341 0.632341 @@ -11044,10 +10716,8 @@ object={ 1815.536377 0.000000 3151.196533 0.000000 0.975818 0.000000 -0.218587 0.606272 0.606272 0.606272 1852.199585 0.000000 3114.826172 0.000000 0.965674 0.000000 -0.259755 0.626372 0.626372 0.626372 1846.108398 0.000000 3129.253418 0.000000 0.879334 0.000000 -0.476205 0.617843 0.617843 0.617843 -1845.069092 0.000000 3108.868164 0.000000 0.368529 0.000000 -0.929616 0.666141 0.666141 0.666141 1813.986572 0.000000 3128.667236 0.000000 0.857535 0.000000 -0.514425 0.684176 0.684176 0.684176 1822.050293 0.000000 3149.709717 0.000000 0.714266 0.000000 -0.699875 0.685931 0.685931 0.685931 -1871.343140 0.000000 3148.036377 0.000000 0.912282 0.000000 -0.409562 0.698606 0.698606 0.698606 1821.122681 0.000000 3128.902344 0.000000 0.751031 0.000000 -0.660267 0.649692 0.649692 0.649692 1858.877808 0.000000 3152.193604 0.000000 0.978583 0.000000 -0.205851 0.605280 0.605280 0.605280 1869.904419 0.000000 3140.492920 0.000000 0.439501 0.000000 -0.898242 0.660167 0.660167 0.660167 @@ -11075,7 +10745,6 @@ object={ 1844.163696 0.000000 3095.389160 0.000000 0.987455 0.000000 -0.157898 0.633252 0.633252 0.633252 1810.829102 0.000000 3130.670166 0.000000 0.329426 0.000000 -0.944181 0.661053 0.661053 0.661053 1815.879150 0.000000 3148.251465 0.000000 0.932456 0.000000 -0.361285 0.664783 0.664783 0.664783 -1847.350586 0.000000 3110.763428 0.000000 0.110163 0.000000 -0.993913 0.910638 0.910638 0.910638 1811.499268 0.000000 3135.226318 0.000000 0.311884 0.000000 -0.950120 0.684503 0.684503 0.684503 1800.039307 0.000000 3141.762451 0.000000 0.631408 0.000000 -0.775451 0.655831 0.655831 0.655831 1821.531006 0.000000 3126.203125 0.000000 0.881689 0.000000 -0.471831 0.687588 0.687588 0.687588 @@ -11155,7 +10824,6 @@ object={ 1943.335327 0.000000 3076.052002 0.000000 0.194914 0.000000 -0.980820 0.764727 0.764727 0.764727 1900.142334 0.000000 3090.941406 0.000000 0.828137 0.000000 -0.560526 0.715869 0.715869 0.715869 1892.468140 0.000000 3038.316162 0.000000 0.986110 0.000000 -0.166094 0.603249 0.603249 0.603249 -1927.709106 0.000000 3055.276367 0.000000 0.729469 0.000000 -0.684014 0.674469 0.674469 0.674469 1891.517456 0.000000 3023.350586 0.000000 0.278632 0.000000 -0.960398 0.866336 0.866336 0.866336 1895.174438 0.000000 3043.418457 0.000000 0.912929 0.000000 -0.408119 0.679974 0.679974 0.679974 1875.487183 0.000000 3029.949707 0.000000 0.680479 0.000000 -0.732767 0.678839 0.678839 0.678839 @@ -11224,17 +10892,13 @@ object={ 1945.752319 0.000000 3080.003662 0.000000 0.127579 0.000000 -0.991828 0.803164 0.803164 0.803164 1884.590942 0.000000 3137.863525 0.000000 0.999844 0.000000 -0.017677 0.601721 0.601721 0.601721 1922.664917 0.000000 3136.267578 0.000000 0.112900 0.000000 -0.993606 0.901318 0.901318 0.901318 -1929.369995 0.000000 3156.716064 0.000000 0.993320 0.000000 -0.115390 0.612646 0.612646 0.612646 1877.706177 0.000000 3138.115723 0.000000 0.939519 0.000000 -0.342497 0.674880 0.674880 0.674880 -1900.714844 0.000000 3158.095703 0.000000 0.965724 0.000000 -0.259572 0.616913 0.616913 0.616913 -1896.620117 0.000000 3145.530273 0.000000 0.230798 0.000000 -0.973002 0.784375 0.784375 0.784375 1898.213379 0.000000 3101.294434 0.000000 0.813264 0.000000 -0.581895 0.639073 0.639073 0.639073 1871.834961 0.000000 3138.980713 0.000000 0.998816 0.000000 -0.048640 0.618586 0.618586 0.618586 1900.142334 0.000000 3162.925781 0.000000 0.951958 0.000000 -0.306228 0.647552 0.647552 0.647552 1933.330444 0.000000 3108.000244 0.000000 0.731951 0.000000 -0.681357 0.620212 0.620212 0.620212 1876.486206 0.000000 3096.739014 0.000000 0.114934 0.000000 -0.993373 0.964126 0.964126 0.964126 1925.993042 0.000000 3139.709229 0.000000 0.552643 0.000000 -0.833418 0.642800 0.642800 0.642800 -1930.869995 0.000000 3152.193604 0.000000 0.764100 0.000000 -0.645098 0.654614 0.654614 0.654614 1896.289185 0.000000 3156.469238 0.000000 0.576291 0.000000 -0.817244 0.651586 0.651586 0.651586 1892.893433 0.000000 3142.982910 0.000000 0.833928 0.000000 -0.551873 0.613136 0.613136 0.613136 1905.654907 0.000000 3139.848633 0.000000 0.902618 0.000000 -0.430444 0.621996 0.621996 0.621996 @@ -11307,10 +10971,8 @@ object={ 1997.998047 0.000000 3167.164551 0.000000 0.034724 0.000000 -0.999397 0.747259 0.747259 0.747259 1999.612915 0.000000 3166.731934 0.000000 0.866438 0.000000 -0.499285 0.747219 0.747219 0.747219 2283.107422 0.000000 3010.373291 0.000000 0.947461 0.000000 -0.319870 0.609267 0.609267 0.609267 -2299.773193 0.000000 3000.646484 0.000000 0.671228 0.000000 -0.741251 0.650027 0.650027 0.650027 2303.296387 0.000000 3004.067627 0.000000 0.408199 0.000000 -0.912893 0.710278 0.710278 0.710278 2300.261475 0.000000 3005.725098 0.000000 0.997499 0.000000 -0.070682 0.605616 0.605616 0.605616 -2288.985352 0.000000 3005.640869 0.000000 0.209542 0.000000 -0.977800 0.915691 0.915691 0.915691 2301.370361 0.000000 3002.517578 0.000000 0.926322 0.000000 -0.376734 0.694312 0.694312 0.694312 2286.818115 0.000000 3007.436279 0.000000 0.931087 0.000000 -0.364797 0.687818 0.687818 0.687818 2287.071045 0.000000 3004.128174 0.000000 0.017671 0.000000 -0.999844 1.193250 1.193250 1.193250 @@ -11337,23 +10999,15 @@ object={ 2175.802490 0.000000 3083.055176 0.000000 0.795588 0.000000 -0.605838 0.678965 0.678965 0.678965 2181.619873 0.000000 3081.615967 0.000000 0.990747 0.000000 -0.135724 0.629367 0.629367 0.629367 2240.945557 0.000000 3056.334717 0.000000 0.800699 0.000000 -0.599066 0.602886 0.602886 0.602886 -2280.116455 0.000000 3032.284424 0.000000 0.848914 0.000000 -0.528532 0.672571 0.672571 0.672571 -2269.770752 0.000000 3046.870605 0.000000 0.221529 0.000000 -0.975154 0.636330 0.636330 0.636330 -2232.560791 0.000000 3061.781250 0.000000 0.709505 0.000000 -0.704700 0.778050 0.778050 0.778050 2240.945068 0.000000 3061.801270 0.000000 0.139522 0.000000 -0.990219 0.803610 0.803610 0.803610 2231.795898 0.000000 3066.996338 0.000000 0.528456 0.000000 -0.848961 0.639492 0.639492 0.639492 -2282.972168 0.000000 3028.885986 0.000000 0.201886 0.000000 -0.979409 0.788456 0.788456 0.788456 2245.014160 0.000000 3060.658203 0.000000 0.376905 0.000000 -0.926252 0.718862 0.718862 0.718862 -2269.876465 0.000000 3043.633545 0.000000 0.969257 0.000000 -0.246049 0.642825 0.642825 0.642825 2275.601562 0.000000 3043.424561 0.000000 0.562647 0.000000 -0.826697 0.814297 0.814297 0.814297 -2279.676514 0.000000 3035.335693 0.000000 0.634687 0.000000 -0.772770 0.675409 0.675409 0.675409 2242.782227 0.000000 3058.685791 0.000000 0.144696 0.000000 -0.989476 0.807137 0.807137 0.807137 -2281.193604 0.000000 3026.393311 0.000000 0.970661 0.000000 -0.240451 0.629463 0.629463 0.629463 2279.303711 0.000000 3038.779053 0.000000 0.205204 0.000000 -0.978719 0.873810 0.873810 0.873810 2266.321289 0.000000 3042.633301 0.000000 0.207785 0.000000 -0.978174 0.677498 0.677498 0.677498 2283.063232 0.000000 3031.692627 0.000000 0.956302 0.000000 -0.292381 0.628001 0.628001 0.628001 2274.500977 0.000000 3035.873291 0.000000 0.961023 0.000000 -0.276467 0.639861 0.639861 0.639861 -2285.423340 0.000000 3027.737549 0.000000 0.784078 0.000000 -0.620662 0.690269 0.690269 0.690269 2273.088623 0.000000 3033.863770 0.000000 0.496274 0.000000 -0.868166 0.674028 0.674028 0.674028 2274.922607 0.000000 3040.998535 0.000000 0.876791 0.000000 -0.480871 0.740518 0.740518 0.740518 2283.370361 0.000000 3026.741455 0.000000 0.441789 0.000000 -0.897119 1.010205 1.010205 1.010205 @@ -11371,18 +11025,12 @@ object={ 2159.766357 0.000000 3100.503662 0.000000 0.950431 0.000000 -0.310935 0.674830 0.674830 0.674830 1729.502197 0.000000 3185.151855 0.000000 0.944793 0.000000 -0.327669 0.604501 0.604501 0.604501 1791.533325 0.000000 3226.212646 0.000000 0.846076 0.000000 -0.533062 0.610948 0.610948 0.610948 -1737.000244 0.000000 3200.303467 0.000000 0.976951 0.000000 -0.213465 0.614178 0.614178 0.614178 -1765.825439 0.000000 3190.839355 0.000000 0.996185 0.000000 -0.087261 0.617407 0.617407 0.617407 -1793.525146 0.000000 3182.529053 0.000000 0.993375 0.000000 -0.114918 0.614492 0.614492 0.614492 -1769.829102 0.000000 3204.585449 0.000000 0.999981 0.000000 -0.006186 0.600111 0.600111 0.600111 -1755.954590 0.000000 3192.437256 0.000000 0.783871 0.000000 -0.620924 0.640140 0.640140 0.640140 1779.438232 0.000000 3216.027100 0.000000 0.373567 0.000000 -0.927603 0.640928 0.640928 0.640928 1783.791504 0.000000 3182.480225 0.000000 0.681210 0.000000 -0.732088 0.628299 0.628299 0.628299 1774.546997 0.000000 3185.777100 0.000000 0.566138 0.000000 -0.824310 0.733535 0.733535 0.733535 1746.044189 0.000000 3197.224609 0.000000 0.832379 0.000000 -0.554208 0.602640 0.602640 0.602640 1760.181519 0.000000 3184.537842 0.000000 0.627678 0.000000 -0.778473 0.650787 0.650787 0.650787 1749.891113 0.000000 3210.310547 0.000000 0.994451 0.000000 -0.105204 0.614841 0.614841 0.614841 -1790.106201 0.000000 3190.405029 0.000000 0.796570 0.000000 -0.604546 0.635008 0.635008 0.635008 1762.349121 0.000000 3222.064697 0.000000 0.990114 0.000000 -0.140267 0.601897 0.601897 0.601897 1753.380859 0.000000 3183.422852 0.000000 0.989516 0.000000 -0.144423 0.628005 0.628005 0.628005 1746.479126 0.000000 3171.537109 0.000000 0.562503 0.000000 -0.826795 0.633536 0.633536 0.633536 @@ -11390,14 +11038,12 @@ object={ 1778.025635 0.000000 3181.554199 0.000000 0.452492 0.000000 -0.891769 0.680829 0.680829 0.680829 1799.350952 0.000000 3220.020752 0.000000 0.999954 0.000000 -0.009643 0.600636 0.600636 0.600636 1756.258301 0.000000 3187.509766 0.000000 0.901759 0.000000 -0.432238 0.731898 0.731898 0.731898 -1797.317017 0.000000 3185.837158 0.000000 0.949388 0.000000 -0.314106 0.616751 0.616751 0.616751 1761.141357 0.000000 3189.154297 0.000000 0.791324 0.000000 -0.611398 0.669962 0.669962 0.669962 1732.501831 0.000000 3168.723389 0.000000 0.308216 0.000000 -0.951317 0.697948 0.697948 0.697948 1782.008667 0.000000 3211.693604 0.000000 0.498490 0.000000 -0.866895 0.703702 0.703702 0.703702 1733.986328 0.000000 3187.926025 0.000000 0.927674 0.000000 -0.373392 0.663052 0.663052 0.663052 1758.557251 0.000000 3180.692383 0.000000 0.957613 0.000000 -0.288058 0.636329 0.636329 0.636329 1746.496826 0.000000 3193.211182 0.000000 0.981127 0.000000 -0.193362 0.616323 0.616323 0.616323 -1737.304688 0.000000 3212.230225 0.000000 0.849897 0.000000 -0.526948 0.618290 0.618290 0.618290 1767.083618 0.000000 3229.973633 0.000000 0.095185 0.000000 -0.995460 0.790073 0.790073 0.790073 1750.721436 0.000000 3171.397461 0.000000 0.028487 0.000000 -0.999594 0.898024 0.898024 0.898024 1788.979126 0.000000 3228.936035 0.000000 0.145423 0.000000 -0.989370 0.651224 0.651224 0.651224 @@ -11409,13 +11055,11 @@ object={ 1798.636963 0.000000 3237.801270 0.000000 0.885965 0.000000 -0.463752 0.624560 0.624560 0.624560 1730.971558 0.000000 3212.248779 0.000000 0.608462 0.000000 -0.793583 0.670029 0.670029 0.670029 1734.624878 0.000000 3191.433838 0.000000 0.999030 0.000000 -0.044032 0.603959 0.603959 0.603959 -1764.478149 0.000000 3194.179199 0.000000 0.000943 0.000000 -1.000000 0.752849 0.752849 0.752849 1751.862061 0.000000 3180.392090 0.000000 0.592252 0.000000 -0.805753 0.672981 0.672981 0.672981 1789.416626 0.000000 3221.904541 0.000000 0.702875 0.000000 -0.711313 0.680608 0.680608 0.680608 1794.683960 0.000000 3210.762207 0.000000 0.276331 0.000000 -0.961062 0.665741 0.665741 0.665741 1793.687012 0.000000 3233.045898 0.000000 0.155864 0.000000 -0.987779 0.674148 0.674148 0.674148 1743.610718 0.000000 3194.946777 0.000000 0.347277 0.000000 -0.937763 0.700192 0.700192 0.700192 -1749.004150 0.000000 3195.315674 0.000000 0.324122 0.000000 -0.946015 0.776558 0.776558 0.776558 1756.841797 0.000000 3183.663574 0.000000 0.545351 0.000000 -0.838207 0.656579 0.656579 0.656579 1759.643555 0.000000 3209.311523 0.000000 0.928981 0.000000 -0.370127 0.623285 0.623285 0.623285 1736.828491 0.000000 3209.043701 0.000000 0.239338 0.000000 -0.970936 0.649773 0.649773 0.649773 @@ -11452,7 +11096,6 @@ object={ 1770.008545 0.000000 3207.246338 0.000000 0.999412 0.000000 -0.034290 0.604983 0.604983 0.604983 1793.915894 0.000000 3226.849854 0.000000 0.252732 0.000000 -0.967536 0.680779 0.680779 0.680779 1799.042847 0.000000 3205.861328 0.000000 0.225034 0.000000 -0.974351 0.728828 0.728828 0.728828 -1734.565552 0.000000 3169.824951 0.000000 0.802138 0.000000 -0.597139 0.723655 0.723655 0.723655 1762.480957 0.000000 3167.394531 0.000000 0.481333 0.000000 -0.876538 0.729658 0.729658 0.729658 1767.937744 0.000000 3227.742188 0.000000 0.453296 0.000000 -0.891360 0.924701 0.924701 0.924701 1732.347900 0.000000 3191.854492 0.000000 0.563223 0.000000 -0.826305 0.779181 0.779181 0.779181 @@ -11527,12 +11170,9 @@ object={ 1867.925293 0.000000 3235.625244 0.000000 0.517442 0.000000 -0.855718 0.636919 0.636919 0.636919 1809.436035 0.000000 3223.415771 0.000000 0.916870 0.000000 -0.399185 0.637521 0.637521 0.637521 1821.898071 0.000000 3177.464600 0.000000 0.947076 0.000000 -0.321008 0.605385 0.605385 0.605385 -1825.373047 0.000000 3183.422852 0.000000 0.996810 0.000000 -0.079812 0.601317 0.601317 0.601317 1805.713989 0.000000 3210.100098 0.000000 0.960350 0.000000 -0.278797 0.603809 0.603809 0.603809 -1816.386230 0.000000 3179.874023 0.000000 0.387334 0.000000 -0.921939 0.758144 0.758144 0.758144 1871.083984 0.000000 3230.392822 0.000000 0.219246 0.000000 -0.975670 0.747594 0.747594 0.747594 1805.329956 0.000000 3227.412598 0.000000 0.963252 0.000000 -0.268597 0.611813 0.611813 0.611813 -1840.629883 0.000000 3185.932129 0.000000 0.482792 0.000000 -0.875735 0.723063 0.723063 0.723063 1827.130005 0.000000 3178.477295 0.000000 0.960967 0.000000 -0.276664 0.614697 0.614697 0.614697 1828.445068 0.000000 3169.183350 0.000000 0.027197 0.000000 -0.999630 0.717922 0.717922 0.717922 1860.542847 0.000000 3237.138916 0.000000 0.831372 0.000000 -0.555716 0.632657 0.632657 0.632657 @@ -11542,16 +11182,13 @@ object={ 1808.335327 0.000000 3219.793457 0.000000 0.120643 0.000000 -0.992696 0.754197 0.754197 0.754197 1839.157959 0.000000 3171.481934 0.000000 0.693981 0.000000 -0.719994 0.719199 0.719199 0.719199 1836.452271 0.000000 3169.344238 0.000000 0.845548 0.000000 -0.533899 0.628684 0.628684 0.628684 -1828.833984 0.000000 3183.663574 0.000000 0.187768 0.000000 -0.982213 0.703500 0.703500 0.703500 1801.643066 0.000000 3227.748779 0.000000 0.842949 0.000000 -0.537993 0.624676 0.624676 0.624676 1843.648315 0.000000 3187.393311 0.000000 0.020795 0.000000 -0.999784 0.746273 0.746273 0.746273 -1819.302612 0.000000 3178.888916 0.000000 0.877167 0.000000 -0.480186 0.724544 0.724544 0.724544 1840.475464 0.000000 3189.090820 0.000000 0.996491 0.000000 -0.083698 0.607406 0.607406 0.607406 1848.530029 0.000000 3235.362793 0.000000 0.914807 0.000000 -0.403891 0.738882 0.738882 0.738882 1825.747559 0.000000 3170.367432 0.000000 0.821608 0.000000 -0.570053 0.649064 0.649064 0.649064 1862.793701 0.000000 3235.153076 0.000000 0.353540 0.000000 -0.935419 0.744933 0.744933 0.744933 1815.069580 0.000000 3211.134033 0.000000 0.945581 0.000000 -0.325387 0.667517 0.667517 0.667517 -1827.311768 0.000000 3181.342041 0.000000 0.985332 0.000000 -0.170647 0.631596 0.631596 0.631596 1801.779785 0.000000 3238.258789 0.000000 0.585357 0.000000 -0.810776 0.650985 0.650985 0.650985 1864.320312 0.000000 3167.391846 0.000000 0.926195 0.000000 -0.377046 0.657332 0.657332 0.657332 1799.845459 0.000000 3208.541504 0.000000 0.792549 0.000000 -0.609808 0.679572 0.679572 0.679572 @@ -11600,7 +11237,6 @@ object={ 1803.254028 0.000000 3244.210449 0.000000 0.995942 0.000000 -0.089998 0.620249 0.620249 0.620249 1838.337646 0.000000 3269.646484 0.000000 0.732913 0.000000 -0.680322 0.752422 0.752422 0.752422 1840.335083 0.000000 3269.079102 0.000000 0.659908 0.000000 -0.751346 0.807562 0.807562 0.807562 -1897.642334 0.000000 3202.674561 0.000000 0.998605 0.000000 -0.052798 0.600791 0.600791 0.600791 1881.428223 0.000000 3223.415771 0.000000 0.576451 0.000000 -0.817132 0.620057 0.620057 0.620057 1927.775879 0.000000 3182.480225 0.000000 0.480253 0.000000 -0.877130 0.659295 0.659295 0.659295 1931.292114 0.000000 3175.529297 0.000000 0.836841 0.000000 -0.547446 0.610413 0.610413 0.610413 @@ -11669,7 +11305,6 @@ object={ 1953.313721 0.000000 3214.965576 0.000000 0.938788 0.000000 -0.344494 0.729071 0.729071 0.729071 1963.108154 0.000000 3197.937012 0.000000 0.999932 0.000000 -0.011635 0.602527 0.602527 0.602527 1907.026367 0.000000 3302.224121 0.000000 0.866018 0.000000 -0.500013 0.617255 0.617255 0.617255 -1916.625610 0.000000 3283.667236 0.000000 0.677010 0.000000 -0.735974 0.727611 0.727611 0.727611 1930.805420 0.000000 3267.538330 0.000000 0.898024 0.000000 -0.439947 0.649813 0.649813 0.649813 1914.528931 0.000000 3303.902100 0.000000 0.601421 0.000000 -0.798932 0.684568 0.684568 0.684568 1887.528564 0.000000 3295.165283 0.000000 0.851754 0.000000 -0.523942 0.707389 0.707389 0.707389 @@ -11722,7 +11357,6 @@ object={ 1969.357422 0.000000 3255.407227 0.000000 0.709592 0.000000 -0.704613 0.706579 0.706579 0.706579 1959.086548 0.000000 3262.679199 0.000000 0.861487 0.000000 -0.507780 0.626328 0.626328 0.626328 2013.293579 0.000000 3257.821533 0.000000 0.987861 0.000000 -0.155343 0.609346 0.609346 0.609346 -2014.503540 0.000000 3254.362305 0.000000 0.349591 0.000000 -0.936902 0.736348 0.736348 0.736348 1958.604858 0.000000 3279.351562 0.000000 0.109284 0.000000 -0.994011 0.899881 0.899881 0.899881 1956.407959 0.000000 3264.337402 0.000000 0.996815 0.000000 -0.079749 0.617579 0.617579 0.617579 1955.620972 0.000000 3270.614258 0.000000 0.984497 0.000000 -0.175401 0.618487 0.618487 0.618487 @@ -12053,7 +11687,6 @@ object={ 604.282959 0.000000 3522.847656 0.000000 0.282302 0.000000 -0.959326 0.719303 0.719303 0.719303 601.231506 0.000000 3525.797852 0.000000 0.370184 0.000000 -0.928958 0.883802 0.883802 0.883802 625.793152 0.000000 3455.422607 0.000000 0.999142 0.000000 -0.041412 0.602606 0.602606 0.602606 -615.535522 0.000000 3464.122803 0.000000 0.924543 0.000000 -0.381077 0.678475 0.678475 0.678475 597.844849 0.000000 3524.828125 0.000000 0.169171 0.000000 -0.985587 1.017564 1.017564 1.017564 601.798645 0.000000 3477.793213 0.000000 0.600675 0.000000 -0.799493 0.633306 0.633306 0.633306 603.521606 0.000000 3483.729248 0.000000 0.989906 0.000000 -0.141724 0.624283 0.624283 0.624283 @@ -12066,8 +11699,6 @@ object={ 619.584229 0.000000 3490.210693 0.000000 0.569103 0.000000 -0.822267 0.644828 0.644828 0.644828 627.767151 0.000000 3501.249268 0.000000 0.927417 0.000000 -0.374029 0.617801 0.617801 0.617801 605.745239 0.000000 3520.618164 0.000000 0.969569 0.000000 -0.244818 0.612226 0.612226 0.612226 -622.067505 0.000000 3515.228516 0.000000 0.833123 0.000000 -0.553088 0.689544 0.689544 0.689544 -624.504761 0.000000 3515.569580 0.000000 0.488519 0.000000 -0.872553 0.782667 0.782667 0.782667 601.786438 0.000000 3522.867188 0.000000 0.343037 0.000000 -0.939322 0.940091 0.940091 0.940091 632.399597 0.000000 3478.684326 0.000000 0.776940 0.000000 -0.629575 0.729553 0.729553 0.729553 615.925476 0.000000 3486.368164 0.000000 0.838231 0.000000 -0.545316 0.671708 0.671708 0.671708 @@ -12345,7 +11976,6 @@ object={ 806.729858 0.000000 3639.273438 0.000000 0.792577 0.000000 -0.609772 0.636345 0.636345 0.636345 798.377258 0.000000 3639.023193 0.000000 0.197402 0.000000 -0.980323 0.680156 0.680156 0.680156 831.896790 0.000000 3634.368896 0.000000 0.620034 0.000000 -0.784575 0.637832 0.637832 0.637832 -803.608704 0.000000 3639.116943 0.000000 0.784343 0.000000 -0.620328 0.637087 0.637087 0.637087 812.377319 0.000000 3639.946777 0.000000 0.994542 0.000000 -0.104335 0.608142 0.608142 0.608142 814.974854 0.000000 3634.893555 0.000000 0.418630 0.000000 -0.908157 0.661414 0.661414 0.661414 840.505127 0.000000 3604.742920 0.000000 0.890147 0.000000 -0.455674 0.650319 0.650319 0.650319 @@ -12370,10 +12000,8 @@ object={ 832.584839 0.000000 3692.981445 0.000000 0.984513 0.000000 -0.175313 0.611879 0.611879 0.611879 826.477417 0.000000 3690.492676 0.000000 0.973892 0.000000 -0.227011 0.617495 0.617495 0.617495 812.621948 0.000000 3673.635742 0.000000 0.964660 0.000000 -0.263497 0.614379 0.614379 0.614379 -815.770203 0.000000 3677.804443 0.000000 0.974942 0.000000 -0.222461 0.613442 0.613442 0.613442 887.493286 0.000000 3521.678955 0.000000 0.878982 0.000000 -0.476854 0.624571 0.624571 0.624571 915.255798 0.000000 3514.263916 0.000000 0.998449 0.000000 -0.055678 0.603672 0.603672 0.603672 -874.790466 0.000000 3466.776855 0.000000 0.439677 0.000000 -0.898156 0.678538 0.678538 0.678538 888.177246 0.000000 3455.648682 0.000000 0.836368 0.000000 -0.548168 0.601738 0.601738 0.601738 915.811523 0.000000 3489.323242 0.000000 0.565852 0.000000 -0.824507 0.604356 0.604356 0.604356 873.807312 0.000000 3478.120117 0.000000 0.004637 0.000000 -0.999989 0.686802 0.686802 0.686802 @@ -12390,7 +12018,6 @@ object={ 886.266296 0.000000 3479.414551 0.000000 0.470832 0.000000 -0.882223 0.700354 0.700354 0.700354 866.544067 0.000000 3478.401611 0.000000 0.310737 0.000000 -0.950496 0.784205 0.784205 0.784205 900.688232 0.000000 3462.051514 0.000000 0.961421 0.000000 -0.275082 0.620454 0.620454 0.620454 -863.944336 0.000000 3498.902588 0.000000 0.460845 0.000000 -0.887481 0.681776 0.681776 0.681776 898.868103 0.000000 3468.089600 0.000000 0.330327 0.000000 -0.943867 0.624033 0.624033 0.624033 892.251709 0.000000 3522.847656 0.000000 0.817422 0.000000 -0.576040 0.640460 0.640460 0.640460 897.235168 0.000000 3477.091797 0.000000 0.970977 0.000000 -0.239174 0.606512 0.606512 0.606512 @@ -12456,7 +12083,6 @@ object={ 878.073730 0.000000 3471.031494 0.000000 0.074438 0.000000 -0.997226 0.862236 0.862236 0.862236 918.167664 0.000000 3519.471680 0.000000 0.278128 0.000000 -0.960544 0.744807 0.744807 0.744807 875.514587 0.000000 3481.750977 0.000000 0.705563 0.000000 -0.708647 0.709716 0.709716 0.709716 -872.974182 0.000000 3464.250244 0.000000 0.541938 0.000000 -0.840419 0.801827 0.801827 0.801827 868.159058 0.000000 3501.519775 0.000000 0.864587 0.000000 -0.502484 0.764032 0.764032 0.764032 867.047180 0.000000 3519.277832 0.000000 0.993874 0.000000 -0.110520 0.620404 0.620404 0.620404 871.143677 0.000000 3484.316895 0.000000 0.715454 0.000000 -0.698660 0.874608 0.874608 0.874608 @@ -12559,7 +12185,6 @@ object={ 1785.040039 0.000000 3653.500244 0.000000 0.622854 0.000000 -0.782338 0.686128 0.686128 0.686128 1759.511841 0.000000 3648.721436 0.000000 0.752365 0.000000 -0.658746 0.815448 0.815448 0.815448 1771.645752 0.000000 3666.404297 0.000000 0.895617 0.000000 -0.444825 0.637288 0.637288 0.637288 -1798.785522 0.000000 3654.352539 0.000000 0.999768 0.000000 -0.021552 0.605908 0.605908 0.605908 1797.425049 0.000000 3650.376953 0.000000 0.774036 0.000000 -0.633141 0.681132 0.681132 0.681132 1792.702148 0.000000 3650.440918 0.000000 0.634823 0.000000 -0.772657 0.693911 0.693911 0.693911 1738.211792 0.000000 3652.998291 0.000000 0.617031 0.000000 -0.786939 0.669201 0.669201 0.669201 @@ -14077,8 +13702,6 @@ object={ 5689.885742 0.000000 3336.041992 0.000000 0.709651 0.000000 -0.704553 0.731160 0.731160 0.731160 5702.479980 0.000000 3318.012939 0.000000 0.156634 0.000000 -0.987657 0.987474 0.987474 0.987474 5707.968750 0.000000 3312.317139 0.000000 0.075682 0.000000 -0.997132 0.918004 0.918004 0.918004 -6361.197754 0.000000 2565.061279 0.000000 0.559510 0.000000 -0.828823 0.624879 0.624879 0.624879 -6362.746094 0.000000 2567.840088 0.000000 0.095577 0.000000 -0.995422 0.657448 0.657448 0.657448 6890.607422 0.000000 2506.482666 0.000000 0.176363 0.000000 -0.984325 0.702281 0.702281 0.702281 6883.079590 0.000000 2506.407471 0.000000 0.996486 0.000000 -0.083754 0.605024 0.605024 0.605024 6863.750000 0.000000 2508.609863 0.000000 0.706318 0.000000 -0.707894 0.632988 0.632988 0.632988 diff --git a/gfx/map/map_object_data/generated/tree_leaf_high_generator_1.txt b/gfx/map/map_object_data/generated/tree_leaf_high_generator_1.txt index 135745b3..301d2fcb 100644 --- a/gfx/map/map_object_data/generated/tree_leaf_high_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_leaf_high_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_a_mesh" - count=138644 + count=138304 transform="276.285400 0.000000 863.560303 0.000000 0.191144 0.000000 -0.981562 1.314835 1.314835 1.314835 270.185486 0.000000 863.664612 0.000000 0.660445 0.000000 -0.750874 1.073124 1.073124 1.073124 283.607788 0.000000 858.270386 0.000000 0.911017 0.000000 0.412370 0.676056 0.676056 0.676056 @@ -17323,7 +17323,6 @@ 512.934814 0.000000 2532.330566 0.000000 0.790871 0.000000 -0.611983 0.921009 0.921009 0.921009 545.589905 0.000000 2572.953613 0.000000 0.161302 0.000000 0.986905 0.437035 0.437035 0.437035 450.184814 0.000000 2621.349609 0.000000 0.887451 0.000000 -0.460902 0.805740 0.805740 0.805740 -496.831909 0.000000 2645.095703 0.000000 0.778338 0.000000 -0.627846 1.145701 1.145701 1.145701 483.051880 0.000000 2620.542480 0.000000 0.995119 0.000000 -0.098682 0.803159 0.803159 0.803159 502.052917 0.000000 2636.602295 0.000000 0.997655 0.000000 0.068445 0.796580 0.796580 0.796580 486.561371 0.000000 2619.739502 0.000000 0.194684 0.000000 0.980866 0.712130 0.712130 0.712130 @@ -19463,7 +19462,6 @@ 1096.932739 0.000000 2535.911865 0.000000 0.697759 0.000000 -0.716333 1.163628 1.163628 1.163628 1095.664062 0.000000 2568.258545 0.000000 0.986326 0.000000 0.164808 0.787104 0.787104 0.787104 1122.205811 0.000000 2546.002197 0.000000 0.987536 0.000000 0.157392 0.788952 0.788952 0.788952 -1088.898804 0.000000 2561.184326 0.000000 0.273797 0.000000 -0.961787 0.926584 0.926584 0.926584 1084.644775 0.000000 2537.334717 0.000000 0.449084 0.000000 -0.893489 0.910353 0.910353 0.910353 1108.582642 0.000000 2553.731934 0.000000 0.987146 0.000000 0.159821 0.782048 0.782048 0.782048 1119.496948 0.000000 2545.346924 0.000000 0.932172 0.000000 -0.362016 0.838472 0.838472 0.838472 @@ -19823,8 +19821,6 @@ 751.752930 0.000000 2633.436523 0.000000 0.999944 0.000000 0.010557 0.794813 0.794813 0.794813 745.934387 0.000000 2655.648926 0.000000 0.596689 0.000000 0.802473 0.718147 0.718147 0.718147 728.937866 0.000000 2633.168701 0.000000 0.307949 0.000000 -0.951403 1.397867 1.397867 1.397867 -773.326111 0.000000 2604.684814 0.000000 0.997409 0.000000 0.071935 0.793098 0.793098 0.793098 -747.355347 0.000000 2639.824463 0.000000 0.975909 0.000000 0.218180 0.695449 0.695449 0.695449 752.218262 0.000000 2621.027100 0.000000 0.596951 0.000000 0.802278 0.729334 0.729334 0.729334 763.765503 0.000000 2611.518311 0.000000 0.863079 0.000000 -0.505068 0.844413 0.844413 0.844413 748.638855 0.000000 2635.855225 0.000000 0.943515 0.000000 0.331331 0.639470 0.639470 0.639470 @@ -19850,7 +19846,6 @@ 741.648254 0.000000 2622.312500 0.000000 0.852147 0.000000 0.523303 0.737304 0.737304 0.737304 756.817322 0.000000 2621.447510 0.000000 0.335340 0.000000 0.942097 0.657653 0.657653 0.657653 742.982666 0.000000 2627.112305 0.000000 0.852630 0.000000 0.522514 0.538658 0.538658 0.538658 -743.753906 0.000000 2639.089844 0.000000 0.767186 0.000000 0.641425 0.531578 0.531578 0.531578 722.725098 0.000000 2642.589355 0.000000 0.349142 0.000000 -0.937070 0.957620 0.957620 0.957620 769.024536 0.000000 2639.361816 0.000000 0.993584 0.000000 -0.113095 0.812450 0.812450 0.812450 791.810120 0.000000 2632.341553 0.000000 0.283555 0.000000 0.958956 0.625713 0.625713 0.625713 @@ -19863,7 +19858,6 @@ 754.632263 0.000000 2620.190674 0.000000 0.480830 0.000000 -0.876814 0.960158 0.960158 0.960158 773.092590 0.000000 2648.209961 0.000000 0.497409 0.000000 -0.867516 0.925848 0.925848 0.925848 732.265503 0.000000 2640.572998 0.000000 0.996345 0.000000 -0.085415 0.813323 0.813323 0.813323 -743.021545 0.000000 2636.741455 0.000000 0.607840 0.000000 -0.794059 1.234275 1.234275 1.234275 773.577820 0.000000 2651.324219 0.000000 0.997110 0.000000 0.075973 0.788153 0.788153 0.788153 745.770813 0.000000 2659.054688 0.000000 0.415296 0.000000 0.909686 0.626576 0.626576 0.626576 764.407166 0.000000 2654.276611 0.000000 0.067051 0.000000 -0.997750 0.995210 0.995210 0.995210 @@ -19972,72 +19966,35 @@ 1007.471191 0.000000 2640.612305 0.000000 0.957298 0.000000 -0.289103 0.920083 0.920083 0.920083 991.815552 0.000000 2661.385254 0.000000 0.996604 0.000000 0.082347 0.784852 0.784852 0.784852 1006.170898 0.000000 2639.061279 0.000000 0.242786 0.000000 -0.970080 1.109753 1.109753 1.109753 -873.093628 0.000000 2701.879395 0.000000 0.514213 0.000000 0.857663 0.275065 0.275065 0.275065 -879.203735 0.000000 2686.804199 0.000000 0.715058 0.000000 0.699065 0.405760 0.405760 0.405760 -918.179626 0.000000 2717.647217 0.000000 0.379653 0.000000 0.925129 0.198331 0.198331 0.198331 -903.388062 0.000000 2692.233398 0.000000 0.996977 0.000000 0.077702 0.760387 0.760387 0.760387 -866.544067 0.000000 2686.573486 0.000000 0.940705 0.000000 0.339226 0.623736 0.623736 0.623736 -881.195984 0.000000 2709.165527 0.000000 0.998729 0.000000 -0.050410 0.825685 0.825685 0.825685 928.785034 0.000000 2717.080078 0.000000 0.101608 0.000000 0.994825 0.051838 0.051838 0.051838 -922.261169 0.000000 2710.343018 0.000000 0.757864 0.000000 -0.652412 1.161989 1.161989 1.161989 907.203674 0.000000 2686.680420 0.000000 0.835514 0.000000 0.549468 0.503728 0.503728 0.503728 -894.920837 0.000000 2699.704590 0.000000 0.809213 0.000000 -0.587516 1.119831 1.119831 1.119831 891.231506 0.000000 2674.586670 0.000000 0.842290 0.000000 -0.539025 1.089932 1.089932 1.089932 -874.324768 0.000000 2725.103516 0.000000 0.849915 0.000000 0.526920 0.517355 0.517355 0.517355 878.088135 0.000000 2696.760986 0.000000 0.281892 0.000000 -0.959446 1.454461 1.454461 1.454461 910.435364 0.000000 2712.387451 0.000000 0.881486 0.000000 0.472211 0.555423 0.555423 0.555423 -935.444702 0.000000 2716.130127 0.000000 0.373574 0.000000 -0.927600 1.405012 1.405012 1.405012 -901.128906 0.000000 2699.714844 0.000000 0.936357 0.000000 -0.351049 0.982680 0.982680 0.982680 922.979370 0.000000 2720.287354 0.000000 0.391760 0.000000 0.920068 0.205014 0.205014 0.205014 934.006042 0.000000 2708.586670 0.000000 0.535340 0.000000 -0.844637 1.312294 1.312294 1.312294 -910.811279 0.000000 2725.928711 0.000000 0.857637 0.000000 -0.514256 1.075091 1.075091 1.075091 -905.854065 0.000000 2696.092773 0.000000 0.192432 0.000000 0.981310 0.098620 0.098620 0.098620 927.230957 0.000000 2712.651123 0.000000 0.944845 0.000000 -0.327517 0.969939 0.969939 0.969939 -914.015137 0.000000 2734.035156 0.000000 0.864792 0.000000 -0.502131 1.067921 1.067921 1.067921 -889.791626 0.000000 2709.030029 0.000000 0.999563 0.000000 0.029568 0.784939 0.784939 0.784939 -883.455078 0.000000 2727.904297 0.000000 0.904393 0.000000 0.426699 0.575482 0.575482 0.575482 926.799866 0.000000 2668.545654 0.000000 0.374491 0.000000 0.927231 0.195492 0.195492 0.195492 870.642090 0.000000 2675.991455 0.000000 0.427845 0.000000 -0.903852 1.374837 1.374837 1.374837 -885.002808 0.000000 2711.076660 0.000000 0.381958 0.000000 0.924180 0.199600 0.199600 0.199600 -868.874939 0.000000 2700.567383 0.000000 0.777244 0.000000 0.629200 0.453412 0.453412 0.453412 -876.956726 0.000000 2710.201660 0.000000 0.696129 0.000000 -0.717917 1.207847 1.207847 1.207847 -881.661499 0.000000 2704.933838 0.000000 0.379125 0.000000 0.925346 0.198040 0.198040 0.198040 -919.514038 0.000000 2713.492188 0.000000 0.461755 0.000000 0.887007 0.244448 0.244448 0.244448 917.492249 0.000000 2725.902100 0.000000 0.515391 0.000000 -0.856955 1.324234 1.324234 1.324234 -877.978088 0.000000 2722.924316 0.000000 0.961211 0.000000 -0.275815 0.942316 0.942316 0.942316 -877.162537 0.000000 2700.736328 0.000000 0.625373 0.000000 -0.780326 1.255915 1.255915 1.255915 934.991150 0.000000 2671.187744 0.000000 0.147138 0.000000 0.989116 0.075210 0.075210 0.075210 873.398376 0.000000 2708.339600 0.000000 0.367405 0.000000 0.930061 0.191606 0.191606 0.191606 -903.177429 0.000000 2726.083008 0.000000 0.940812 0.000000 0.338930 0.623896 0.623896 0.623896 879.229736 0.000000 2730.946533 0.000000 0.989832 0.000000 0.142238 0.727312 0.727312 0.727312 -908.040283 0.000000 2718.208496 0.000000 0.148825 0.000000 -0.988863 1.444432 1.444432 1.444432 928.616516 0.000000 2733.550049 0.000000 0.768802 0.000000 0.639486 0.446635 0.446635 0.446635 873.925293 0.000000 2729.401123 0.000000 0.919432 0.000000 0.393248 0.595777 0.595777 0.595777 -911.558716 0.000000 2721.388672 0.000000 0.114849 0.000000 0.993383 0.058621 0.058621 0.058621 -919.341309 0.000000 2721.424805 0.000000 0.854436 0.000000 0.519557 0.521755 0.521755 0.521755 918.493164 0.000000 2703.743408 0.000000 0.744873 0.000000 0.667206 0.455703 0.455703 0.455703 888.902222 0.000000 2704.224854 0.000000 0.694605 0.000000 -0.719391 1.208927 1.208927 1.208927 -917.578369 0.000000 2733.400146 0.000000 0.439809 0.000000 0.898091 0.249748 0.249748 0.249748 910.303711 0.000000 2729.723145 0.000000 0.966255 0.000000 0.257587 0.670438 0.670438 0.670438 -902.165771 0.000000 2696.235840 0.000000 0.999679 0.000000 -0.025330 0.812902 0.812902 0.812902 867.241150 0.000000 2693.143311 0.000000 0.319673 0.000000 -0.947528 1.434283 1.434283 1.434283 913.079529 0.000000 2684.434326 0.000000 0.779097 0.000000 -0.626904 1.145085 1.145085 1.145085 881.297607 0.000000 2724.307129 0.000000 0.999067 0.000000 -0.043182 0.821309 0.821309 0.821309 -925.072876 0.000000 2725.045410 0.000000 0.422130 0.000000 -0.906535 1.378052 1.378052 1.378052 872.908691 0.000000 2692.809814 0.000000 0.675036 0.000000 0.737785 0.377395 0.377395 0.377395 914.967041 0.000000 2715.616699 0.000000 0.550503 0.000000 -0.834833 1.303098 1.303098 1.303098 -933.192505 0.000000 2700.640625 0.000000 0.661697 0.000000 0.749771 0.368262 0.368262 0.368262 885.813599 0.000000 2733.000000 0.000000 0.199082 0.000000 0.979983 0.102074 0.102074 0.102074 866.676147 0.000000 2704.707275 0.000000 0.088970 0.000000 0.996034 0.045372 0.045372 0.045372 933.520447 0.000000 2668.099121 0.000000 0.023406 0.000000 -0.999726 1.520087 1.520087 1.520087 932.409912 0.000000 2717.787598 0.000000 0.395475 0.000000 0.918477 0.207072 0.207072 0.207072 -914.863525 0.000000 2719.041748 0.000000 0.396608 0.000000 -0.917988 1.392299 1.392299 1.392299 -924.245667 0.000000 2707.582520 0.000000 0.782922 0.000000 0.622120 0.458034 0.458034 0.458034 -911.805969 0.000000 2694.288818 0.000000 0.778510 0.000000 0.627632 0.454439 0.454439 0.454439 -879.687500 0.000000 2712.227295 0.000000 0.575445 0.000000 0.817841 0.312274 0.312274 0.312274 -887.293762 0.000000 2720.987549 0.000000 0.947899 0.000000 0.318570 0.634876 0.634876 0.634876 870.033081 0.000000 2695.041016 0.000000 0.877589 0.000000 -0.479414 1.054641 1.054641 1.054641 -901.188599 0.000000 2729.130859 0.000000 0.944093 0.000000 0.329678 0.628896 0.628896 0.628896 917.771423 0.000000 2729.377197 0.000000 0.164305 0.000000 -0.986410 1.515939 1.515939 1.515939 870.718628 0.000000 2687.543213 0.000000 0.921566 0.000000 0.388222 0.596943 0.596943 0.596943 906.229248 0.000000 2689.970947 0.000000 0.630829 0.000000 -0.775922 1.252344 1.252344 1.252344 @@ -20045,19 +20002,14 @@ 887.955750 0.000000 2676.501465 0.000000 0.972433 0.000000 0.233182 0.682018 0.682018 0.682018 925.510437 0.000000 2718.013916 0.000000 0.916909 0.000000 -0.399095 1.009081 1.009081 1.009081 930.777710 0.000000 2706.871582 0.000000 0.678515 0.000000 -0.734586 1.220198 1.220198 1.220198 -891.839600 0.000000 2701.303223 0.000000 0.171735 0.000000 -0.985143 1.512100 1.512100 1.512100 -879.704468 0.000000 2691.056152 0.000000 0.409163 0.000000 0.912461 0.214687 0.214687 0.214687 895.737305 0.000000 2705.420898 0.000000 0.999984 0.000000 -0.005644 0.802874 0.802874 0.802874 881.873962 0.000000 2697.318848 0.000000 0.769989 0.000000 -0.638057 1.152419 1.152419 1.152419 -873.589722 0.000000 2689.644775 0.000000 0.993588 0.000000 -0.113058 0.857703 0.857703 0.857703 914.112305 0.000000 2725.600342 0.000000 0.953747 0.000000 0.300611 0.644495 0.644495 0.644495 898.098572 0.000000 2698.658447 0.000000 0.129649 0.000000 -0.991560 1.533784 1.533784 1.533784 872.922241 0.000000 2705.153076 0.000000 0.974448 0.000000 -0.224613 0.915379 0.915379 0.915379 923.087036 0.000000 2678.361572 0.000000 0.948328 0.000000 -0.317292 0.964437 0.964437 0.964437 885.544617 0.000000 2714.683350 0.000000 0.743777 0.000000 -0.668428 1.172852 1.172852 1.172852 -878.722046 0.000000 2703.476562 0.000000 0.049070 0.000000 -0.998795 1.574999 1.574999 1.574999 919.713684 0.000000 2681.757324 0.000000 0.266911 0.000000 -0.963721 1.462395 1.462395 1.462395 -909.441895 0.000000 2688.939453 0.000000 0.528720 0.000000 -0.848796 1.316275 1.316275 1.316275 915.483459 0.000000 2686.551270 0.000000 0.486676 0.000000 -0.873582 1.341135 1.341135 1.341135 876.525208 0.000000 2688.462402 0.000000 0.468895 0.000000 -0.883254 1.351444 1.351444 1.351444 902.024963 0.000000 2683.711670 0.000000 0.209509 0.000000 0.977807 0.107498 0.107498 0.107498 @@ -20066,34 +20018,20 @@ 907.749878 0.000000 2683.502686 0.000000 0.679401 0.000000 0.733767 0.431425 0.431425 0.431425 912.176758 0.000000 2691.116943 0.000000 0.066854 0.000000 -0.997763 1.565926 1.565926 1.565926 929.856262 0.000000 2703.015869 0.000000 0.593516 0.000000 -0.804822 1.242756 1.242756 1.242756 -879.317810 0.000000 2734.146240 0.000000 0.798742 0.000000 -0.601673 1.128798 1.128798 1.128798 -876.726929 0.000000 2684.567627 0.000000 0.669056 0.000000 -0.743212 1.215004 1.215004 1.215004 871.247803 0.000000 2726.288818 0.000000 0.410512 0.000000 0.911855 0.330059 0.330059 0.330059 -875.738220 0.000000 2694.739258 0.000000 0.950541 0.000000 0.310599 0.639153 0.639153 0.639153 -910.231079 0.000000 2685.857666 0.000000 0.711244 0.000000 -0.702946 1.197012 1.197012 1.197012 892.623230 0.000000 2707.839600 0.000000 0.719133 0.000000 -0.694872 1.191263 1.191263 1.191263 913.675781 0.000000 2680.899658 0.000000 0.674817 0.000000 -0.737985 1.222756 1.222756 1.222756 866.841309 0.000000 2689.636230 0.000000 0.673305 0.000000 0.739365 0.376201 0.376201 0.376201 935.883850 0.000000 2688.025879 0.000000 0.956680 0.000000 -0.291142 0.950456 0.950456 0.950456 -916.881897 0.000000 2679.886719 0.000000 0.989290 0.000000 0.145963 0.725395 0.725395 0.725395 886.546570 0.000000 2726.947510 0.000000 0.353472 0.000000 0.935445 0.302367 0.302367 0.302367 895.796631 0.000000 2696.642822 0.000000 0.354877 0.000000 -0.934913 1.330792 1.330792 1.330792 -906.024414 0.000000 2725.049805 0.000000 0.688088 0.000000 -0.725627 1.213520 1.213520 1.213520 929.624878 0.000000 2710.545166 0.000000 0.954355 0.000000 -0.298674 0.954471 0.954471 0.954471 -870.369446 0.000000 2703.226318 0.000000 0.380550 0.000000 -0.924760 1.401175 1.401175 1.401175 -878.732849 0.000000 2693.872070 0.000000 0.939612 0.000000 -0.342243 0.977898 0.977898 0.977898 921.133850 0.000000 2717.703369 0.000000 0.847681 0.000000 0.530506 0.515203 0.515203 0.515203 -870.576721 0.000000 2698.002441 0.000000 0.613618 0.000000 -0.789603 1.263542 1.263542 1.263542 -874.930664 0.000000 2698.763916 0.000000 0.424529 0.000000 0.905415 0.223296 0.223296 0.223296 -879.980652 0.000000 2716.345215 0.000000 0.198859 0.000000 0.980028 0.101958 0.101958 0.101958 -883.404175 0.000000 2674.998291 0.000000 0.348860 0.000000 -0.937175 1.418510 1.418510 1.418510 925.321228 0.000000 2710.403076 0.000000 0.516903 0.000000 0.856044 0.276664 0.276664 0.276664 904.577026 0.000000 2685.200195 0.000000 0.999652 0.000000 -0.026388 0.813441 0.813441 0.813441 912.631531 0.000000 2731.472168 0.000000 0.181065 0.000000 0.983471 0.109369 0.109369 0.109369 914.934387 0.000000 2689.601562 0.000000 0.985075 0.000000 0.172126 0.727100 0.727100 0.727100 -918.603699 0.000000 2710.692139 0.000000 0.008286 0.000000 -0.999966 1.595780 1.595780 1.595780 895.755249 0.000000 2702.478516 0.000000 0.062607 0.000000 -0.998038 1.568094 1.568094 1.568094 -904.381592 0.000000 2730.020752 0.000000 0.990213 0.000000 0.139562 0.733163 0.733163 0.733163 934.209900 0.000000 2693.861328 0.000000 0.556751 0.000000 -0.830679 1.299276 1.299276 1.299276 903.888977 0.000000 2698.572021 0.000000 0.581922 0.000000 0.813245 0.316318 0.316318 0.316318 926.895264 0.000000 2731.262451 0.000000 0.574506 0.000000 -0.818501 1.190649 1.190649 1.190649 @@ -20108,17 +20046,14 @@ 907.552979 0.000000 2698.382568 0.000000 0.974030 0.000000 0.226419 0.684133 0.684133 0.684133 908.420837 0.000000 2694.991455 0.000000 0.505142 0.000000 0.863036 0.269696 0.269696 0.269696 923.805847 0.000000 2712.758301 0.000000 0.896165 0.000000 0.443721 0.565853 0.565853 0.565853 -888.706726 0.000000 2701.372559 0.000000 0.860507 0.000000 -0.509438 1.072235 1.072235 1.072235 879.171082 0.000000 2707.243408 0.000000 0.150433 0.000000 0.988620 0.076907 0.076907 0.076907 891.413330 0.000000 2677.451416 0.000000 0.256247 0.000000 0.966611 0.131978 0.131978 0.131978 -905.971436 0.000000 2693.279053 0.000000 0.810467 0.000000 -0.585784 1.118741 1.118741 1.118741 884.369507 0.000000 2704.149902 0.000000 0.038564 0.000000 0.999256 0.019645 0.019645 0.019645 875.444641 0.000000 2721.692139 0.000000 0.307189 0.000000 0.951648 0.201753 0.201753 0.201753 883.325317 0.000000 2707.263672 0.000000 0.493085 0.000000 0.869981 0.262610 0.262610 0.262610 925.944153 0.000000 2715.204590 0.000000 0.660740 0.000000 -0.750615 1.232388 1.232388 1.232388 931.179443 0.000000 2734.484863 0.000000 0.892959 0.000000 -0.450138 0.982780 0.982780 0.982780 931.098999 0.000000 2715.387207 0.000000 0.052707 0.000000 -0.998610 1.573144 1.573144 1.573144 -915.543823 0.000000 2731.493896 0.000000 0.964693 0.000000 0.263375 0.664263 0.664263 0.664263 883.986572 0.000000 2699.463867 0.000000 0.924547 0.000000 -0.381068 0.999110 0.999110 0.999110 881.528748 0.000000 2721.586914 0.000000 0.094145 0.000000 -0.995559 1.531339 1.531339 1.531339 900.801697 0.000000 2693.431885 0.000000 0.999564 0.000000 -0.029517 0.815035 0.815035 0.815035 @@ -20126,13 +20061,10 @@ 887.738281 0.000000 2711.074219 0.000000 0.019655 0.000000 -0.999807 1.589989 1.589989 1.589989 927.875061 0.000000 2725.141357 0.000000 0.050440 0.000000 -0.998727 1.504462 1.504462 1.504462 928.192505 0.000000 2705.342529 0.000000 0.415564 0.000000 -0.909564 1.356640 1.356640 1.356640 -915.735901 0.000000 2709.421143 0.000000 0.705627 0.000000 -0.708584 1.196347 1.196347 1.196347 -905.255005 0.000000 2721.239258 0.000000 0.714181 0.000000 -0.699961 1.114354 1.114354 1.114354 924.862976 0.000000 2722.313477 0.000000 0.959662 0.000000 0.281155 0.654852 0.654852 0.654852 884.095276 0.000000 2725.241455 0.000000 0.205705 0.000000 -0.978614 1.303840 1.303840 1.303840 910.757568 0.000000 2709.620361 0.000000 0.517621 0.000000 0.855610 0.279142 0.279142 0.279142 913.008911 0.000000 2711.346191 0.000000 0.136863 0.000000 -0.990590 1.472816 1.472816 1.472816 -935.794495 0.000000 2704.325928 0.000000 0.408982 0.000000 -0.912543 1.385414 1.385414 1.385414 866.482178 0.000000 2699.340820 0.000000 1.000000 0.000000 -0.000158 0.800080 0.800080 0.800080 882.398926 0.000000 2711.694092 0.000000 0.986281 0.000000 -0.165073 0.884458 0.884458 0.884458 907.739502 0.000000 2730.607422 0.000000 0.661903 0.000000 -0.749590 1.138509 1.138509 1.138509 @@ -20562,20 +20494,14 @@ 973.774841 0.000000 2709.400391 0.000000 0.999010 0.000000 0.044489 0.799289 0.799289 0.799289 994.906982 0.000000 2691.663330 0.000000 0.943020 0.000000 -0.332737 0.808130 0.808130 0.808130 949.514160 0.000000 2669.729492 0.000000 0.440563 0.000000 -0.897722 0.835617 0.835617 0.835617 -935.936523 0.000000 2707.074463 0.000000 0.844864 0.000000 0.534981 0.512510 0.512510 0.512510 992.037781 0.000000 2700.194824 0.000000 0.044363 0.000000 0.999015 0.022601 0.022601 0.022601 996.636597 0.000000 2733.248291 0.000000 0.065885 0.000000 -0.997827 1.566421 1.566421 1.566421 -936.131653 0.000000 2715.663086 0.000000 0.801359 0.000000 0.598183 0.473423 0.473423 0.473423 939.588745 0.000000 2670.027832 0.000000 0.367277 0.000000 0.930112 0.191536 0.191536 0.191536 -941.825562 0.000000 2710.306641 0.000000 0.105097 0.000000 -0.994462 1.525887 1.525887 1.525887 -945.390564 0.000000 2708.339600 0.000000 0.551141 0.000000 -0.834412 1.302709 1.302709 1.302709 1000.608704 0.000000 2733.550049 0.000000 0.264028 0.000000 -0.964515 1.463918 1.463918 1.463918 935.925476 0.000000 2670.941895 0.000000 0.171802 0.000000 0.985131 0.087934 0.087934 0.087934 990.485352 0.000000 2703.743408 0.000000 0.826785 0.000000 0.562518 0.495733 0.495733 0.495733 -960.894409 0.000000 2704.224854 0.000000 0.536583 0.000000 0.843848 0.288456 0.288456 0.288456 982.295898 0.000000 2729.723145 0.000000 0.004730 0.000000 0.999989 0.718677 0.718677 0.718677 975.251648 0.000000 2667.591309 0.000000 0.260720 0.000000 -0.965414 0.873093 0.873093 0.873093 -935.982361 0.000000 2698.382812 0.000000 0.456447 0.000000 0.889751 0.276454 0.276454 0.276454 952.106384 0.000000 2665.186279 0.000000 0.120700 0.000000 -0.992689 1.538378 1.538378 1.538378 938.668335 0.000000 2704.707275 0.000000 0.514419 0.000000 -0.857539 1.324812 1.324812 1.324812 959.285950 0.000000 2720.987549 0.000000 0.586693 0.000000 0.809809 0.319313 0.319313 0.319313 @@ -21109,7 +21035,6 @@ 1135.317871 0.000000 2721.424805 0.000000 0.043454 0.000000 -0.999055 1.577862 1.577862 1.577862 1110.287109 0.000000 2668.537842 0.000000 0.895240 0.000000 0.445584 0.564794 0.564794 0.564794 1083.646118 0.000000 2678.118164 0.000000 0.996341 0.000000 0.085463 0.756421 0.756421 0.756421 -1116.111694 0.000000 2735.142090 0.000000 0.341042 0.000000 0.940048 0.177248 0.177248 0.177248 1110.197388 0.000000 2719.112305 0.000000 0.301567 0.000000 0.953445 0.163592 0.163592 0.163592 1126.280273 0.000000 2729.723145 0.000000 0.852697 0.000000 -0.522405 1.079944 1.079944 1.079944 1080.480347 0.000000 2663.590820 0.000000 0.069335 0.000000 -0.997593 1.564660 1.564660 1.564660 @@ -21452,75 +21377,42 @@ 1123.620483 0.000000 2693.523926 0.000000 0.281561 0.000000 0.959543 0.145363 0.145363 0.145363 1129.850342 0.000000 2686.129395 0.000000 0.746765 0.000000 0.665088 0.429431 0.429431 0.429431 1148.019043 0.000000 2675.601807 0.000000 0.750139 0.000000 -0.661280 1.012129 1.012129 1.012129 -881.195984 0.000000 2781.149902 0.000000 0.074607 0.000000 -0.997213 1.561968 1.561968 1.561968 928.785034 0.000000 2789.064453 0.000000 0.019814 0.000000 0.999804 0.010092 0.010092 0.010092 897.172424 0.000000 2761.994629 0.000000 0.608087 0.000000 -0.793871 1.267100 1.267100 1.267100 900.688232 0.000000 2742.207764 0.000000 0.514337 0.000000 -0.857588 1.324861 1.324861 1.324861 -891.231506 0.000000 2746.571045 0.000000 0.536134 0.000000 -0.844133 1.311814 1.311814 1.311814 909.170654 0.000000 2748.946289 0.000000 0.261707 0.000000 0.965147 0.134857 0.134857 0.134857 -878.088135 0.000000 2768.745361 0.000000 0.034925 0.000000 -0.999390 1.582209 1.582209 1.582209 -898.868103 0.000000 2748.245850 0.000000 0.733285 0.000000 0.679922 0.419222 0.419222 0.419222 -892.352112 0.000000 2755.603516 0.000000 0.290263 0.000000 0.956947 0.149989 0.149989 0.149989 -877.472046 0.000000 2786.768555 0.000000 0.287641 0.000000 0.957738 0.148593 0.148593 0.148593 -897.235168 0.000000 2757.248047 0.000000 0.807557 0.000000 0.589789 0.478737 0.478737 0.478737 -885.898499 0.000000 2773.800537 0.000000 0.958841 0.000000 0.283944 0.653371 0.653371 0.653371 905.854065 0.000000 2768.077148 0.000000 0.922903 0.000000 -0.385033 0.814209 0.814209 0.814209 915.120728 0.000000 2740.948486 0.000000 0.490316 0.000000 -0.871545 1.303076 1.303076 1.303076 -883.455078 0.000000 2799.888672 0.000000 0.959790 0.000000 -0.280718 0.810798 0.810798 0.810798 -883.626892 0.000000 2735.413086 0.000000 0.706101 0.000000 -0.708111 1.200724 1.200724 1.200724 -900.651550 0.000000 2752.736084 0.000000 0.988685 0.000000 -0.150007 0.876687 0.876687 0.876687 885.002808 0.000000 2783.061035 0.000000 0.547466 0.000000 -0.836828 1.297027 1.297027 1.297027 -876.956726 0.000000 2782.186035 0.000000 0.537019 0.000000 -0.843570 1.311280 1.311280 1.311280 -881.661499 0.000000 2776.918213 0.000000 0.344998 0.000000 0.938603 0.179393 0.179393 0.179393 -887.283813 0.000000 2755.480957 0.000000 0.145761 0.000000 0.989320 0.074501 0.074501 0.074501 926.476929 0.000000 2765.960938 0.000000 0.720987 0.000000 -0.692948 0.835168 0.835168 0.835168 -877.162537 0.000000 2772.720703 0.000000 0.774724 0.000000 0.632299 0.451378 0.451378 0.451378 894.651001 0.000000 2748.786133 0.000000 0.642422 0.000000 0.766351 0.355313 0.355313 0.355313 -882.590515 0.000000 2761.304932 0.000000 0.787250 0.000000 0.616634 0.461593 0.461593 0.461593 -894.310486 0.000000 2740.522217 0.000000 0.135015 0.000000 0.990844 0.068973 0.068973 0.068973 872.436951 0.000000 2787.887207 0.000000 0.974431 0.000000 0.224687 0.684582 0.684582 0.684582 925.072876 0.000000 2797.029785 0.000000 0.719857 0.000000 0.694123 0.409268 0.409268 0.409268 -872.908691 0.000000 2764.794189 0.000000 0.106679 0.000000 -0.994294 1.545565 1.545565 1.545565 922.820007 0.000000 2800.450684 0.000000 0.636275 0.000000 0.771462 0.734886 0.734886 0.734886 -880.114197 0.000000 2737.170654 0.000000 0.191126 0.000000 0.981566 0.097942 0.097942 0.097942 903.504272 0.000000 2744.279053 0.000000 0.180974 0.000000 -0.983488 1.507320 1.507320 1.507320 -889.767395 0.000000 2757.949463 0.000000 0.928835 0.000000 0.370493 0.606702 0.606702 0.606702 891.490356 0.000000 2763.885498 0.000000 0.085906 0.000000 -0.996303 1.556195 1.556195 1.556195 879.687500 0.000000 2784.211670 0.000000 0.996990 0.000000 -0.077531 0.839526 0.839526 0.839526 930.447510 0.000000 2792.474854 0.000000 0.997806 0.000000 0.066207 0.766257 0.766257 0.766257 887.955750 0.000000 2748.485840 0.000000 0.194745 0.000000 0.980854 0.099821 0.099821 0.099821 -874.775269 0.000000 2739.885010 0.000000 0.587836 0.000000 -0.808980 1.279968 1.279968 1.279968 890.135376 0.000000 2767.509033 0.000000 0.830251 0.000000 -0.557390 1.058605 1.058605 1.058605 -879.704468 0.000000 2763.040527 0.000000 0.917714 0.000000 0.397242 0.591948 0.591948 0.591948 -876.445312 0.000000 2789.970459 0.000000 0.885792 0.000000 -0.464082 1.045785 1.045785 1.045785 -888.931946 0.000000 2761.509277 0.000000 0.469860 0.000000 0.882741 0.249113 0.249113 0.249113 -892.935486 0.000000 2751.757324 0.000000 0.986444 0.000000 -0.164097 0.883954 0.883954 0.883954 -881.873962 0.000000 2769.303223 0.000000 0.282195 0.000000 -0.959357 1.454300 1.454300 1.454300 928.845337 0.000000 2768.227539 0.000000 0.159209 0.000000 0.987245 0.126518 0.126518 0.126518 -897.818604 0.000000 2740.642578 0.000000 0.665668 0.000000 -0.746248 1.229035 1.229035 1.229035 872.922241 0.000000 2777.137451 0.000000 0.631879 0.000000 -0.775067 1.168408 1.168408 1.168408 878.722046 0.000000 2775.460938 0.000000 0.663908 0.000000 0.747814 0.369766 0.369766 0.369766 899.345398 0.000000 2745.072998 0.000000 0.196163 0.000000 -0.980571 1.499443 1.499443 1.499443 -876.525208 0.000000 2760.446777 0.000000 0.806004 0.000000 0.591910 0.477399 0.477399 0.477399 883.077698 0.000000 2758.174316 0.000000 0.770319 0.000000 -0.637659 1.152155 1.152155 1.152155 935.479004 0.000000 2784.581055 0.000000 0.543777 0.000000 0.839230 0.292810 0.292810 0.292810 907.749878 0.000000 2755.487061 0.000000 0.945813 0.000000 0.324711 0.770278 0.770278 0.770278 892.701050 0.000000 2743.635254 0.000000 0.172214 0.000000 -0.985059 1.511853 1.511853 1.511853 889.025330 0.000000 2744.321045 0.000000 0.430075 0.000000 -0.902793 1.373579 1.373579 1.373579 -875.738220 0.000000 2766.723633 0.000000 0.995554 0.000000 -0.094197 0.848046 0.848046 0.848046 895.102966 0.000000 2759.503662 0.000000 0.899032 0.000000 0.437882 0.569166 0.569166 0.569166 886.546570 0.000000 2798.931885 0.000000 0.622088 0.000000 -0.782947 1.258055 1.258055 1.258055 -878.732849 0.000000 2765.856445 0.000000 0.991068 0.000000 -0.133357 0.868121 0.868121 0.868121 894.225647 0.000000 2762.685059 0.000000 0.989660 0.000000 0.143433 0.726698 0.726698 0.726698 911.825073 0.000000 2747.398193 0.000000 0.982595 0.000000 -0.185763 0.895161 0.895161 0.895161 -874.930664 0.000000 2770.748291 0.000000 0.986618 0.000000 -0.163049 0.883413 0.883413 0.883413 879.980652 0.000000 2788.329590 0.000000 0.792536 0.000000 -0.609825 1.134017 1.134017 1.134017 -903.076172 0.000000 2751.154053 0.000000 0.979274 0.000000 -0.202539 0.903871 0.903871 0.903871 885.503906 0.000000 2753.129395 0.000000 0.327277 0.000000 0.944928 0.258778 0.258778 0.258778 901.650818 0.000000 2791.185791 0.000000 0.740002 0.000000 -0.672605 1.137411 1.137411 1.137411 930.128479 0.000000 2758.293945 0.000000 0.452172 0.000000 0.891931 0.333567 0.333567 0.333567 898.469604 0.000000 2754.695801 0.000000 0.931767 0.000000 -0.363056 0.989227 0.989227 0.989227 -875.600891 0.000000 2775.304443 0.000000 0.807296 0.000000 -0.590146 1.121488 1.121488 1.121488 898.913025 0.000000 2759.552246 0.000000 0.996014 0.000000 -0.089201 0.845490 0.845490 0.845490 880.272217 0.000000 2741.325928 0.000000 0.498217 0.000000 -0.867052 0.900589 0.900589 0.900589 915.211792 0.000000 2743.755127 0.000000 0.149204 0.000000 -0.988806 1.523726 1.523726 1.523726 @@ -21529,9 +21421,7 @@ 879.171082 0.000000 2779.227783 0.000000 0.929286 0.000000 -0.369362 0.992678 0.992678 0.992678 891.413330 0.000000 2749.435791 0.000000 0.743607 0.000000 -0.668617 1.172982 1.172982 1.172982 884.369507 0.000000 2776.134277 0.000000 0.722413 0.000000 -0.691461 1.188852 1.188852 1.188852 -875.444641 0.000000 2793.676514 0.000000 0.764435 0.000000 -0.644701 1.120446 1.120446 1.120446 883.325317 0.000000 2779.248047 0.000000 0.806068 0.000000 0.591822 0.477454 0.477454 0.477454 -896.495117 0.000000 2746.773438 0.000000 0.765847 0.000000 -0.643023 1.155712 1.155712 1.155712 931.098999 0.000000 2787.371582 0.000000 0.370422 0.000000 0.928864 0.193259 0.193259 0.193259 883.986572 0.000000 2771.448242 0.000000 0.057239 0.000000 -0.998360 1.570832 1.570832 1.570832 881.528748 0.000000 2793.571289 0.000000 0.991780 0.000000 -0.127953 0.865345 0.865345 0.865345 @@ -21543,7 +21433,6 @@ 934.648193 0.000000 2756.323242 0.000000 0.012853 0.000000 -0.999917 1.472102 1.472102 1.472102 908.876587 0.000000 2751.703857 0.000000 0.999996 0.000000 0.002776 0.798586 0.798586 0.798586 924.862976 0.000000 2794.297852 0.000000 0.020705 0.000000 0.999786 0.010546 0.010546 0.010546 -884.095276 0.000000 2797.225830 0.000000 0.881922 0.000000 -0.471396 1.050000 1.050000 1.050000 932.000000 0.000000 2756.378662 0.000000 0.462443 0.000000 -0.886649 1.224532 1.224532 1.224532 874.697388 0.000000 2786.481689 0.000000 0.116144 0.000000 -0.993232 1.540714 1.540714 1.540714 895.604248 0.000000 2755.183105 0.000000 0.642985 0.000000 -0.765879 1.244314 1.244314 1.244314 @@ -23089,7 +22978,6 @@ 1123.180298 0.000000 2758.664795 0.000000 0.805453 0.000000 -0.592660 1.123075 1.123075 1.123075 1130.981567 0.000000 2764.511230 0.000000 0.221401 0.000000 -0.975183 1.486299 1.486299 1.486299 1136.022095 0.000000 2772.179199 0.000000 0.384586 0.000000 -0.923089 1.398951 1.398951 1.398951 -1093.448608 0.000000 2786.768555 0.000000 0.925683 0.000000 -0.378300 0.997586 0.997586 0.997586 1117.105469 0.000000 2771.699219 0.000000 0.295891 0.000000 0.955222 0.754328 0.754328 0.754328 1137.319092 0.000000 2756.478027 0.000000 0.056450 0.000000 -0.998405 1.568211 1.568211 1.568211 1113.211670 0.000000 2757.248047 0.000000 0.944799 0.000000 -0.327651 0.964678 0.964678 0.964678 @@ -23106,7 +22994,6 @@ 1137.268066 0.000000 2746.850342 0.000000 0.887341 0.000000 0.461115 0.555919 0.555919 0.555919 1127.535278 0.000000 2793.373047 0.000000 0.661549 0.000000 -0.749902 1.231839 1.231839 1.231839 1110.287109 0.000000 2740.522217 0.000000 0.892705 0.000000 -0.450642 1.038088 1.038088 1.038088 -1096.932739 0.000000 2751.864990 0.000000 0.944001 0.000000 0.329943 0.636140 0.636140 0.636140 1116.111694 0.000000 2807.126465 0.000000 0.971378 0.000000 0.237538 0.677855 0.677855 0.677855 1133.554932 0.000000 2805.384521 0.000000 0.248855 0.000000 -0.968541 1.471913 1.471913 1.471913 1126.280273 0.000000 2801.707520 0.000000 0.456684 0.000000 0.889629 0.241541 0.241541 0.241541 @@ -23122,7 +23009,6 @@ 1082.652710 0.000000 2776.691650 0.000000 0.356408 0.000000 0.934331 0.195235 0.195235 0.195235 1150.707275 0.000000 2805.895020 0.000000 0.283236 0.000000 0.959050 0.146253 0.146253 0.146253 1140.222168 0.000000 2779.566895 0.000000 0.769775 0.000000 -0.638316 0.848395 0.848395 0.848395 -1116.530396 0.000000 2737.437988 0.000000 0.112119 0.000000 -0.993695 1.542778 1.542778 1.542778 1127.782471 0.000000 2766.273193 0.000000 0.569490 0.000000 -0.821998 1.291425 1.291425 1.291425 1083.041870 0.000000 2780.342529 0.000000 0.699184 0.000000 -0.714942 1.205675 1.205675 1.205675 1122.205811 0.000000 2761.955322 0.000000 0.630621 0.000000 0.776091 0.347519 0.347519 0.347519 @@ -24830,7 +24716,6 @@ 863.986816 0.000000 2961.764648 0.000000 0.991871 0.000000 0.127251 0.750051 0.750051 0.750051 873.556763 0.000000 3022.347412 0.000000 0.888358 0.000000 0.459152 0.567526 0.567526 0.567526 883.446777 0.000000 2989.908203 0.000000 0.532414 0.000000 0.846484 0.656871 0.656871 0.656871 -881.011536 0.000000 3016.254150 0.000000 0.350278 0.000000 -0.936646 1.417740 1.417740 1.417740 866.174316 0.000000 2964.380859 0.000000 0.561027 0.000000 0.827798 0.344250 0.344250 0.344250 872.895752 0.000000 2964.236816 0.000000 0.966575 0.000000 0.256383 0.698503 0.698503 0.698503 881.272156 0.000000 3023.241211 0.000000 0.976035 0.000000 0.217615 0.721574 0.721574 0.721574 @@ -24845,7 +24730,6 @@ 890.208069 0.000000 2981.433350 0.000000 0.981538 0.000000 0.191267 0.757719 0.757719 0.757719 876.923584 0.000000 3022.211182 0.000000 0.755092 0.000000 -0.655618 1.164147 1.164147 1.164147 876.223450 0.000000 2966.879395 0.000000 0.985097 0.000000 0.172000 0.742690 0.742690 0.742690 -880.500916 0.000000 3020.490723 0.000000 0.306148 0.000000 -0.951984 1.194985 1.194985 1.194985 915.052002 0.000000 2972.567627 0.000000 0.211541 0.000000 0.977369 0.306499 0.306499 0.306499 935.482666 0.000000 2956.897705 0.000000 0.999469 0.000000 0.032582 0.789651 0.789651 0.789651 868.620911 0.000000 2964.305420 0.000000 0.848811 0.000000 -0.528697 1.015843 1.015843 1.015843 @@ -25224,7 +25108,6 @@ 1135.690186 0.000000 2897.710449 0.000000 0.929291 0.000000 0.369348 0.607329 0.607329 0.607329 1131.460083 0.000000 2902.504395 0.000000 0.918352 0.000000 -0.395765 1.007233 1.007233 1.007233 1108.677612 0.000000 2887.604004 0.000000 0.984822 0.000000 0.173569 0.711152 0.711152 0.711152 -1148.759277 0.000000 2944.389648 0.000000 0.965357 0.000000 0.260932 0.773111 0.773111 0.773111 1084.644775 0.000000 2897.256592 0.000000 0.807389 0.000000 0.590020 0.516404 0.516404 0.516404 1082.817871 0.000000 2905.589355 0.000000 0.956214 0.000000 -0.292668 0.922795 0.922795 0.922795 1151.860474 0.000000 2903.979004 0.000000 0.809939 0.000000 -0.586514 1.119200 1.119200 1.119200 @@ -26100,7 +25983,6 @@ 956.058716 0.000000 3072.915039 0.000000 0.377948 0.000000 0.925827 0.393535 0.393535 0.393535 968.224487 0.000000 3079.890137 0.000000 0.809550 0.000000 0.587051 0.678450 0.678450 0.678450 950.323914 0.000000 3035.348877 0.000000 0.451421 0.000000 0.892311 0.619450 0.619450 0.619450 -1000.575989 0.000000 3053.927490 0.000000 0.395714 0.000000 -0.918374 1.392795 1.392795 1.392795 951.791077 0.000000 3027.267578 0.000000 0.607344 0.000000 -0.794439 1.009034 1.009034 1.009034 950.677551 0.000000 3023.404297 0.000000 0.528568 0.000000 0.848891 0.283633 0.283633 0.283633 1002.580688 0.000000 3050.907959 0.000000 0.029683 0.000000 0.999559 0.015119 0.015119 0.015119 @@ -26281,7 +26163,6 @@ 965.757996 0.000000 3128.258789 0.000000 0.473010 0.000000 -0.881057 1.183271 1.183271 1.183271 1034.520630 0.000000 3080.062744 0.000000 0.082123 0.000000 0.996622 0.785135 0.785135 0.785135 1042.458374 0.000000 3073.063477 0.000000 0.887933 0.000000 0.459972 0.556575 0.556575 0.556575 -1042.852417 0.000000 3036.183350 0.000000 0.979764 0.000000 0.200158 0.697367 0.697367 0.697367 1065.326904 0.000000 3044.415527 0.000000 0.098283 0.000000 0.995159 0.050136 0.050136 0.050136 1048.406738 0.000000 3065.128418 0.000000 0.980876 0.000000 0.194634 0.700237 0.700237 0.700237 1029.882812 0.000000 3061.738037 0.000000 0.772204 0.000000 -0.635374 1.150647 1.150647 1.150647 @@ -26305,7 +26186,6 @@ 1014.017456 0.000000 3054.962891 0.000000 0.369963 0.000000 -0.929046 0.885693 0.885693 0.885693 1050.213623 0.000000 3049.892822 0.000000 0.000632 0.000000 -1.000000 1.599678 1.599678 1.599678 1007.946411 0.000000 3054.826416 0.000000 0.833887 0.000000 0.551936 0.540759 0.540759 0.540759 -1044.556274 0.000000 3050.210449 0.000000 0.983953 0.000000 -0.178428 0.891362 0.891362 0.891362 1032.916382 0.000000 3049.446777 0.000000 0.797239 0.000000 -0.603664 1.130069 1.130069 1.130069 1036.919922 0.000000 3039.694824 0.000000 0.999626 0.000000 0.027349 0.786069 0.786069 0.786069 1036.767578 0.000000 3082.623047 0.000000 0.409697 0.000000 -0.912222 1.336837 1.336837 1.336837 @@ -26388,7 +26268,6 @@ 1012.535645 0.000000 3058.462646 0.000000 0.620291 0.000000 0.784372 0.340777 0.340777 0.340777 1047.145142 0.000000 3088.079346 0.000000 0.484036 0.000000 0.875048 0.565906 0.565906 0.565906 1019.302307 0.000000 3056.668457 0.000000 0.522868 0.000000 -0.852413 1.132251 1.132251 1.132251 -1035.911255 0.000000 3069.693848 0.000000 0.785321 0.000000 0.619089 0.460003 0.460003 0.460003 1021.922913 0.000000 3049.879150 0.000000 0.985521 0.000000 0.169554 0.713228 0.713228 0.713228 1037.474121 0.000000 3052.641113 0.000000 0.965813 0.000000 -0.259238 0.933554 0.933554 0.933554 1032.378540 0.000000 3047.502686 0.000000 0.439811 0.000000 0.898090 0.278710 0.278710 0.278710 @@ -26773,30 +26652,23 @@ 1140.092651 0.000000 3129.330078 0.000000 0.542224 0.000000 0.840234 0.784059 0.784059 0.784059 1109.346191 0.000000 3126.648438 0.000000 0.479333 0.000000 0.877633 0.254594 0.254594 0.254594 1138.237793 0.000000 3142.249268 0.000000 0.402236 0.000000 -0.915536 1.389173 1.389173 1.389173 -1118.620850 0.000000 3153.823975 0.000000 0.426151 0.000000 0.904652 0.224209 0.224209 0.224209 1120.398926 0.000000 3137.112793 0.000000 0.808902 0.000000 -0.587944 1.120100 1.120100 1.120100 1142.633179 0.000000 3135.032227 0.000000 0.790096 0.000000 -0.612983 1.136049 1.136049 1.136049 1126.787842 0.000000 3157.834961 0.000000 0.958274 0.000000 0.285850 0.652359 0.652359 0.652359 -1143.207520 0.000000 3144.557373 0.000000 0.249661 0.000000 0.968333 0.128511 0.128511 0.128511 1129.991699 0.000000 3165.941406 0.000000 0.988232 0.000000 0.152960 0.721791 0.721791 0.721791 1105.176880 0.000000 3165.875977 0.000000 0.599039 0.000000 -0.800720 1.246917 1.246917 1.246917 -1142.453491 0.000000 3125.882812 0.000000 0.799485 0.000000 0.600686 0.471831 0.471831 0.471831 1121.825928 0.000000 3142.893799 0.000000 0.791573 0.000000 -0.611074 1.134820 1.134820 1.134820 1133.468750 0.000000 3157.808350 0.000000 0.957355 0.000000 -0.288913 0.949270 0.949270 0.949270 1117.846436 0.000000 3148.151855 0.000000 0.172719 0.000000 -0.984971 1.511592 1.511592 1.511592 1119.153931 0.000000 3157.989258 0.000000 0.952299 0.000000 -0.305166 0.957939 0.957939 0.957939 1137.092896 0.000000 3167.302002 0.000000 0.999836 0.000000 -0.018131 0.809235 0.809235 0.809235 -1124.016846 0.000000 3150.114746 0.000000 0.985162 0.000000 -0.171628 0.887844 0.887844 0.887844 -1127.535278 0.000000 3153.294922 0.000000 0.860787 0.000000 0.508965 0.528045 0.528045 0.528045 1116.111694 0.000000 3167.048340 0.000000 0.343386 0.000000 0.939194 0.178518 0.178518 0.178518 -1133.554932 0.000000 3165.306396 0.000000 0.508463 0.000000 -0.861084 1.328342 1.328342 1.328342 1110.197388 0.000000 3151.018555 0.000000 0.560153 0.000000 0.828389 0.302812 0.302812 0.302812 1126.280273 0.000000 3161.629395 0.000000 0.920910 0.000000 0.389776 0.596084 0.596084 0.596084 1080.480347 0.000000 3095.497070 0.000000 0.371446 0.000000 -0.928455 1.406180 1.406180 1.406180 1129.793335 0.000000 3132.535645 0.000000 0.353018 0.000000 -0.935616 1.416249 1.416249 1.416249 1138.623047 0.000000 3119.774414 0.000000 0.578075 0.000000 0.815984 0.313913 0.313913 0.313913 1118.142334 0.000000 3128.142090 0.000000 0.019619 0.000000 -0.999808 1.590008 1.590008 1.590008 -1149.169067 0.000000 3132.546875 0.000000 0.990840 0.000000 0.135040 0.741294 0.741294 0.741294 1114.600708 0.000000 3163.921387 0.000000 0.468169 0.000000 -0.883639 1.351862 1.351862 1.351862 1142.017700 0.000000 3122.083008 0.000000 0.340039 0.000000 -0.940412 1.384187 1.384187 1.384187 1118.978882 0.000000 3144.862061 0.000000 0.960460 0.000000 0.278417 0.673773 0.673773 0.673773 @@ -26804,8 +26676,6 @@ 1130.840088 0.000000 3150.947998 0.000000 0.781911 0.000000 -0.623390 1.142792 1.142792 1.142792 1140.222168 0.000000 3139.488770 0.000000 0.625080 0.000000 -0.780561 1.256106 1.256106 1.256106 1116.946411 0.000000 3137.986816 0.000000 0.525116 0.000000 0.851031 0.281565 0.281565 0.281565 -1117.165161 0.000000 3161.037109 0.000000 0.873669 0.000000 -0.486521 1.058775 1.058775 1.058775 -1133.747925 0.000000 3161.283447 0.000000 0.988855 0.000000 -0.148882 0.864766 0.864766 0.864766 1141.486938 0.000000 3149.920166 0.000000 0.823352 0.000000 -0.567531 1.107362 1.107362 1.107362 1146.754272 0.000000 3138.777832 0.000000 0.930376 0.000000 -0.366608 0.991169 0.991169 0.991169 1115.342285 0.000000 3154.915039 0.000000 0.813560 0.000000 0.581481 0.483958 0.483958 0.483958 @@ -26825,7 +26695,6 @@ 1141.297852 0.000000 3142.309326 0.000000 0.767852 0.000000 0.640628 0.445879 0.445879 0.445879 1112.706787 0.000000 3147.421143 0.000000 0.208442 0.000000 -0.978035 1.493057 1.493057 1.493057 1128.608154 0.000000 3163.378418 0.000000 0.989023 0.000000 0.147761 0.724469 0.724469 0.724469 -1108.921387 0.000000 3166.317871 0.000000 0.854966 0.000000 0.518685 0.522275 0.522275 0.522275 1134.580200 0.000000 3142.598389 0.000000 0.200665 0.000000 -0.979660 1.404156 1.404156 1.404156 1120.358154 0.000000 3161.927002 0.000000 0.813295 0.000000 -0.581851 1.075344 1.075344 1.075344 1117.627319 0.000000 3151.107666 0.000000 0.724295 0.000000 -0.689490 1.187464 1.187464 1.187464 @@ -27536,9 +27405,7 @@ 717.431213 0.000000 3350.253662 0.000000 0.831683 0.000000 -0.555250 0.931679 0.931679 0.931679 589.367310 0.000000 3415.099121 0.000000 0.349027 0.000000 -0.937113 1.280184 1.280184 1.280184 774.118042 0.000000 3355.662354 0.000000 0.423135 0.000000 0.906067 0.222512 0.222512 0.222512 -737.677124 0.000000 3352.793213 0.000000 0.111612 0.000000 -0.993752 1.543038 1.543038 1.543038 775.356934 0.000000 3369.284180 0.000000 0.312300 0.000000 0.949983 0.714901 0.714901 0.714901 -722.691772 0.000000 3352.566650 0.000000 0.958357 0.000000 -0.285574 0.940554 0.940554 0.940554 790.746338 0.000000 3381.770020 0.000000 0.377650 0.000000 0.925948 0.729086 0.729086 0.729086 757.204224 0.000000 3376.990234 0.000000 0.056634 0.000000 0.998395 0.672989 0.672989 0.672989 743.971375 0.000000 3324.360840 0.000000 0.569867 0.000000 -0.821737 1.244962 1.244962 1.244962 @@ -27591,7 +27458,6 @@ 730.574036 0.000000 3339.251953 0.000000 0.901508 0.000000 0.432762 0.692735 0.692735 0.692735 761.928101 0.000000 3370.954590 0.000000 0.099062 0.000000 -0.995081 1.337852 1.337852 1.337852 735.727966 0.000000 3353.198975 0.000000 0.860568 0.000000 0.509335 0.553443 0.553443 0.553443 -741.043579 0.000000 3331.090088 0.000000 0.957481 0.000000 0.288497 0.726352 0.726352 0.726352 728.620972 0.000000 3335.839600 0.000000 0.225955 0.000000 -0.974138 1.097706 1.097706 1.097706 737.174438 0.000000 3354.866943 0.000000 0.709596 0.000000 -0.704609 1.131056 1.131056 1.131056 746.786926 0.000000 3319.315918 0.000000 0.925648 0.000000 -0.378387 0.883704 0.883704 0.883704 @@ -27671,9 +27537,7 @@ 831.902039 0.000000 3342.399414 0.000000 0.189601 0.000000 0.981861 0.240477 0.240477 0.240477 802.598816 0.000000 3358.243652 0.000000 0.999865 0.000000 -0.016440 0.802922 0.802922 0.802922 791.915649 0.000000 3376.970459 0.000000 0.214258 0.000000 0.976777 0.283156 0.283156 0.283156 -807.683655 0.000000 3319.395996 0.000000 0.697908 0.000000 0.716187 0.669256 0.669256 0.669256 834.075806 0.000000 3312.002686 0.000000 0.551995 0.000000 -0.833848 1.302187 1.302187 1.302187 -808.524292 0.000000 3321.484863 0.000000 0.771306 0.000000 0.636465 0.684256 0.684256 0.684256 797.914124 0.000000 3379.377197 0.000000 0.168429 0.000000 0.985714 0.531272 0.531272 0.531272 844.095215 0.000000 3382.898193 0.000000 0.866221 0.000000 -0.499661 0.878373 0.878373 0.878373 843.526550 0.000000 3314.678955 0.000000 0.381412 0.000000 0.924405 0.206366 0.206366 0.206366 @@ -27738,10 +27602,8 @@ 763.655334 0.000000 3393.234131 0.000000 0.682909 0.000000 0.730504 0.746017 0.746017 0.746017 761.922424 0.000000 3452.376465 0.000000 0.628012 0.000000 -0.778204 0.851653 0.851653 0.851653 773.787048 0.000000 3449.220947 0.000000 0.745789 0.000000 -0.666182 1.130544 1.130544 1.130544 -784.860962 0.000000 3416.086914 0.000000 0.745083 0.000000 -0.666972 1.171856 1.171856 1.171856 779.102661 0.000000 3398.205322 0.000000 0.118553 0.000000 -0.992948 1.406083 1.406083 1.406083 771.499084 0.000000 3406.395020 0.000000 0.932084 0.000000 0.362243 0.771868 0.771868 0.771868 -782.388550 0.000000 3419.722900 0.000000 0.679030 0.000000 0.734111 0.385098 0.385098 0.385098 768.192383 0.000000 3410.960693 0.000000 0.984502 0.000000 0.175371 0.723247 0.723247 0.723247 778.648010 0.000000 3414.426270 0.000000 0.683776 0.000000 0.729692 0.434099 0.434099 0.434099 786.144104 0.000000 3406.153320 0.000000 0.348536 0.000000 0.937295 0.275936 0.275936 0.275936 @@ -27772,7 +27634,6 @@ 766.183167 0.000000 3410.621826 0.000000 0.619454 0.000000 -0.785033 1.259766 1.259766 1.259766 767.924805 0.000000 3416.150879 0.000000 0.992040 0.000000 -0.125923 0.835051 0.835051 0.835051 765.354614 0.000000 3418.909912 0.000000 0.349784 0.000000 -0.936830 1.093251 1.093251 1.093251 -769.148621 0.000000 3412.692871 0.000000 0.636853 0.000000 -0.770985 1.107710 1.107710 1.107710 774.689880 0.000000 3421.701172 0.000000 0.838253 0.000000 -0.545281 0.992360 0.992360 0.992360 768.135864 0.000000 3405.912109 0.000000 0.294757 0.000000 -0.955572 1.102222 1.102222 1.102222 787.254822 0.000000 3407.719727 0.000000 0.762704 0.000000 -0.646748 1.103412 1.103412 1.103412 @@ -27787,7 +27648,6 @@ 759.594482 0.000000 3436.803467 0.000000 0.027759 0.000000 -0.999615 1.163653 1.163653 1.163653 766.256836 0.000000 3415.259033 0.000000 0.529770 0.000000 0.848141 0.450170 0.450170 0.450170 777.746826 0.000000 3420.633057 0.000000 0.308751 0.000000 0.951143 0.428466 0.428466 0.428466 -783.965820 0.000000 3418.346924 0.000000 0.393137 0.000000 -0.919480 1.387233 1.387233 1.387233 787.440796 0.000000 3402.585693 0.000000 0.291902 0.000000 0.956448 0.479249 0.479249 0.479249 769.199097 0.000000 3409.472656 0.000000 0.947429 0.000000 -0.319966 0.963923 0.963923 0.963923 766.738098 0.000000 3407.582275 0.000000 0.987011 0.000000 -0.160655 0.859296 0.859296 0.859296 @@ -27861,7 +27721,6 @@ 852.798828 0.000000 3408.192383 0.000000 0.030563 0.000000 -0.999533 1.030715 1.030715 1.030715 827.950439 0.000000 3428.062988 0.000000 0.678311 0.000000 -0.734775 0.923629 0.923629 0.923629 829.217041 0.000000 3446.752930 0.000000 0.249891 0.000000 0.968274 0.544617 0.544617 0.544617 -839.513306 0.000000 3453.092529 0.000000 0.141346 0.000000 -0.989960 1.105379 1.105379 1.105379 802.950562 0.000000 3385.580566 0.000000 0.966509 0.000000 0.256632 0.719137 0.719137 0.719137 812.074341 0.000000 3432.836914 0.000000 0.963178 0.000000 0.268865 0.759224 0.759224 0.759224 814.547852 0.000000 3432.643799 0.000000 0.051647 0.000000 0.998665 0.569412 0.569412 0.569412 @@ -28029,7 +27888,6 @@ 973.651245 0.000000 3250.334229 0.000000 0.483008 0.000000 0.875616 0.320643 0.320643 0.320643 983.063599 0.000000 3311.221924 0.000000 0.556038 0.000000 0.831157 0.341439 0.341439 0.341439 962.210571 0.000000 3282.379395 0.000000 0.928643 0.000000 0.370976 0.743829 0.743829 0.743829 -965.781860 0.000000 3250.109863 0.000000 0.565013 0.000000 0.825082 0.323248 0.323248 0.323248 973.366211 0.000000 3252.886475 0.000000 0.881735 0.000000 -0.471746 0.983481 0.983481 0.983481 961.747375 0.000000 3306.914062 0.000000 0.479269 0.000000 -0.877668 1.268439 1.268439 1.268439 984.774414 0.000000 3278.872070 0.000000 0.529147 0.000000 -0.848530 0.957841 0.957841 0.957841 @@ -28058,7 +27916,6 @@ 962.200256 0.000000 3269.370850 0.000000 0.490599 0.000000 -0.871386 1.288130 1.288130 1.288130 968.823425 0.000000 3276.292480 0.000000 0.365415 0.000000 -0.930845 1.022282 1.022282 1.022282 949.268311 0.000000 3274.594971 0.000000 0.997611 0.000000 0.069088 0.787848 0.787848 0.787848 -964.729065 0.000000 3251.781006 0.000000 0.501788 0.000000 -0.864991 1.313495 1.313495 1.313495 958.505676 0.000000 3247.500244 0.000000 0.846655 0.000000 0.532142 0.676722 0.676722 0.676722 961.566589 0.000000 3267.279541 0.000000 0.040140 0.000000 0.999194 0.075476 0.075476 0.075476 944.004883 0.000000 3266.779053 0.000000 0.880240 0.000000 -0.474529 0.922449 0.922449 0.922449 @@ -28178,11 +28035,9 @@ 1114.683228 0.000000 3199.105469 0.000000 0.969543 0.000000 -0.244922 0.802965 0.802965 0.802965 1134.156128 0.000000 3221.537842 0.000000 0.618718 0.000000 -0.785613 0.825268 0.825268 0.825268 1140.760010 0.000000 3185.066406 0.000000 0.661191 0.000000 0.750218 0.776278 0.776278 0.776278 -1108.523193 0.000000 3169.183350 0.000000 0.689671 0.000000 -0.724123 1.212408 1.212408 1.212408 1103.260376 0.000000 3187.387207 0.000000 0.639655 0.000000 -0.768662 1.246524 1.246524 1.246524 1102.791748 0.000000 3171.397461 0.000000 0.965559 0.000000 -0.260182 0.934052 0.934052 0.934052 1123.616333 0.000000 3177.281006 0.000000 0.904858 0.000000 0.425713 0.576037 0.576037 0.576037 -1129.738525 0.000000 3167.485107 0.000000 0.941476 0.000000 -0.337080 0.975103 0.975103 0.975103 1105.744019 0.000000 3189.855713 0.000000 0.231818 0.000000 -0.972759 1.480852 1.480852 1.480852 1099.020508 0.000000 3223.094482 0.000000 0.725412 0.000000 -0.688315 1.186639 1.186639 1.186639 1103.270264 0.000000 3224.878174 0.000000 0.995352 0.000000 0.096306 0.793835 0.793835 0.793835 @@ -28367,7 +28222,6 @@ 913.079529 0.000000 3332.293701 0.000000 0.084385 0.000000 -0.996433 1.556972 1.556972 1.556972 932.409912 0.000000 3365.646973 0.000000 0.741574 0.000000 0.670871 0.741251 0.741251 0.741251 889.767395 0.000000 3333.824463 0.000000 0.939757 0.000000 -0.341843 0.825085 0.825085 0.825085 -906.229248 0.000000 3337.830322 0.000000 0.347660 0.000000 -0.937620 1.314754 1.314754 1.314754 914.684143 0.000000 3322.376221 0.000000 0.944070 0.000000 0.329744 0.637585 0.637585 0.637585 909.441895 0.000000 3336.798828 0.000000 0.166436 0.000000 0.986052 0.679459 0.679459 0.679459 879.317810 0.000000 3382.005615 0.000000 0.797502 0.000000 0.603317 0.508958 0.508958 0.508958 @@ -28426,7 +28280,6 @@ 932.068848 0.000000 3369.437744 0.000000 0.596796 0.000000 -0.802393 0.982282 0.982282 0.982282 912.120239 0.000000 3333.927734 0.000000 0.902836 0.000000 -0.429985 1.026370 1.026370 1.026370 896.723694 0.000000 3342.761475 0.000000 0.927033 0.000000 -0.374979 0.899799 0.899799 0.899799 -908.072754 0.000000 3338.344482 0.000000 0.412543 0.000000 0.910938 0.395035 0.395035 0.395035 887.319397 0.000000 3381.999512 0.000000 0.883659 0.000000 0.468131 0.610264 0.610264 0.610264 884.364197 0.000000 3382.089844 0.000000 0.265074 0.000000 0.964228 0.230286 0.230286 0.230286 935.061890 0.000000 3324.290283 0.000000 0.165173 0.000000 0.986265 0.185520 0.185520 0.185520 @@ -28500,11 +28353,9 @@ 938.701660 0.000000 3362.433105 0.000000 0.047494 0.000000 0.998872 0.638755 0.638755 0.638755 969.103943 0.000000 3358.445557 0.000000 0.747905 0.000000 -0.663805 0.897136 0.897136 0.897136 967.596436 0.000000 3331.058105 0.000000 0.487293 0.000000 -0.873239 1.277155 1.277155 1.277155 -978.641724 0.000000 3323.810791 0.000000 0.273490 0.000000 -0.961875 1.458915 1.458915 1.458915 965.781860 0.000000 3322.094238 0.000000 0.887882 0.000000 -0.460072 1.031069 1.031069 1.031069 971.826050 0.000000 3332.952637 0.000000 0.738486 0.000000 0.674269 0.692113 0.692113 0.692113 951.431335 0.000000 3346.741211 0.000000 0.672193 0.000000 0.740376 0.375436 0.375436 0.375436 -981.644897 0.000000 3319.842285 0.000000 0.183809 0.000000 0.982962 0.243623 0.243623 0.243623 939.306335 0.000000 3350.290771 0.000000 0.607016 0.000000 0.794689 0.682595 0.682595 0.682595 954.335083 0.000000 3325.376221 0.000000 0.795240 0.000000 -0.606294 0.881962 0.881962 0.881962 977.229126 0.000000 3321.801270 0.000000 0.996573 0.000000 0.082712 0.765931 0.765931 0.765931 @@ -29371,7 +29222,6 @@ 1650.927002 0.000000 2629.087158 0.000000 0.968326 0.000000 -0.249690 0.833266 0.833266 0.833266 1663.456665 0.000000 2596.711426 0.000000 0.901439 0.000000 0.432906 0.791952 0.791952 0.791952 1675.540894 0.000000 2591.444336 0.000000 0.920220 0.000000 -0.391402 0.817670 0.817670 0.817670 -1679.197876 0.000000 2611.512207 0.000000 0.018339 0.000000 -0.999832 0.871314 0.871314 0.871314 1660.146484 0.000000 2654.306641 0.000000 0.126554 0.000000 0.991960 0.667344 0.667344 0.667344 1679.676392 0.000000 2598.038818 0.000000 0.089830 0.000000 -0.995957 1.012947 1.012947 1.012947 1661.709839 0.000000 2598.207520 0.000000 0.995076 0.000000 -0.099116 0.814475 0.814475 0.814475 @@ -30381,7 +30231,6 @@ 1885.868774 0.000000 2866.893066 0.000000 0.939109 0.000000 -0.343618 0.978644 0.978644 0.978644 1885.053223 0.000000 2844.705078 0.000000 0.623043 0.000000 0.782188 0.342566 0.342566 0.342566 1880.327515 0.000000 2859.871582 0.000000 0.993382 0.000000 0.114859 0.746201 0.746201 0.746201 -1931.328125 0.000000 2845.431396 0.000000 0.504752 0.000000 0.863264 0.731343 0.731343 0.731343 1930.537109 0.000000 2831.836914 0.000000 0.332930 0.000000 -0.942952 1.427141 1.427141 1.427141 1933.931763 0.000000 2834.145508 0.000000 0.578134 0.000000 0.815942 0.313950 0.313950 0.313950 1932.136230 0.000000 2851.551270 0.000000 0.979872 0.000000 0.199626 0.697643 0.697643 0.697643 @@ -30440,7 +30289,6 @@ 1939.890625 0.000000 2828.363037 0.000000 0.793593 0.000000 0.608448 0.476012 0.476012 0.476012 1903.494873 0.000000 2827.167480 0.000000 0.389904 0.000000 0.920855 0.262420 0.262420 0.262420 1915.630127 0.000000 2874.576172 0.000000 0.716388 0.000000 0.697702 0.463792 0.463792 0.463792 -1940.033325 0.000000 2833.512939 0.000000 0.592115 0.000000 0.805853 0.322731 0.322731 0.322731 1898.109009 0.000000 2850.473145 0.000000 0.914185 0.000000 0.405297 0.587469 0.587469 0.587469 1907.724487 0.000000 2829.062012 0.000000 0.934863 0.000000 -0.355010 0.841316 0.841316 0.841316 1907.583496 0.000000 2854.891357 0.000000 0.999709 0.000000 0.024112 0.796869 0.796869 0.796869 @@ -31073,7 +30921,6 @@ 2087.015381 0.000000 2794.162842 0.000000 0.955727 0.000000 0.294254 0.738558 0.738558 0.738558 2082.601562 0.000000 2804.833740 0.000000 0.411333 0.000000 -0.911485 1.067999 1.067999 1.067999 2087.811523 0.000000 2779.058838 0.000000 0.587057 0.000000 -0.809546 0.830146 0.830146 0.830146 -2133.037842 0.000000 2748.946289 0.000000 0.811559 0.000000 -0.584270 1.117791 1.117791 1.117791 2109.091309 0.000000 2768.980469 0.000000 0.961486 0.000000 0.274853 0.787766 0.787766 0.787766 2116.413818 0.000000 2737.277100 0.000000 0.990444 0.000000 -0.137917 0.870465 0.870465 0.870465 2138.730713 0.000000 2791.026123 0.000000 0.842361 0.000000 -0.538914 0.832965 0.832965 0.832965 @@ -31174,7 +31021,6 @@ 2086.495850 0.000000 2822.456055 0.000000 0.046607 0.000000 0.998913 0.023746 0.023746 0.023746 2057.781738 0.000000 2876.501465 0.000000 0.058872 0.000000 -0.998266 1.569999 1.569999 1.569999 2086.605713 0.000000 2877.879395 0.000000 0.504941 0.000000 0.863154 0.269577 0.269577 0.269577 -2052.428955 0.000000 2809.422363 0.000000 0.994940 0.000000 -0.100468 0.806633 0.806633 0.806633 2053.063477 0.000000 2873.099609 0.000000 0.951260 0.000000 -0.308391 0.959665 0.959665 0.959665 2069.646484 0.000000 2873.345947 0.000000 0.857539 0.000000 0.514418 0.758992 0.758992 0.758992 2077.385498 0.000000 2861.982666 0.000000 0.989669 0.000000 -0.143372 0.868961 0.868961 0.868961 @@ -31343,7 +31189,6 @@ 2076.202148 0.000000 2858.326416 0.000000 0.515552 0.000000 -0.856858 1.324139 1.324139 1.324139 2096.960693 0.000000 2845.848145 0.000000 0.407799 0.000000 -0.913072 1.386074 1.386074 1.386074 2090.411133 0.000000 2830.542236 0.000000 0.291706 0.000000 -0.956508 1.449243 1.449243 1.449243 -2087.811523 0.000000 2851.043213 0.000000 0.655743 0.000000 0.754984 0.364231 0.364231 0.364231 2101.955322 0.000000 2840.729736 0.000000 0.313957 0.000000 0.949437 0.162648 0.162648 0.162648 2122.735352 0.000000 2820.230225 0.000000 0.999113 0.000000 0.042112 0.798233 0.798233 0.798233 2113.067383 0.000000 2877.938477 0.000000 0.307323 0.000000 0.951605 0.181713 0.181713 0.181713 @@ -31368,14 +31213,12 @@ 2112.799072 0.000000 2833.493652 0.000000 0.797719 0.000000 0.603029 0.470336 0.470336 0.470336 2098.056641 0.000000 2822.119873 0.000000 0.854633 0.000000 -0.519233 1.078052 1.078052 1.078052 2113.785889 0.000000 2871.602051 0.000000 0.902970 0.000000 -0.429704 1.003147 1.003147 1.003147 -2125.892090 0.000000 2827.680420 0.000000 0.988503 0.000000 -0.151204 0.877304 0.877304 0.877304 2103.185059 0.000000 2878.114990 0.000000 0.108712 0.000000 0.994073 0.189782 0.189782 0.189782 2099.605469 0.000000 2838.708008 0.000000 0.120744 0.000000 0.992684 0.061645 0.061645 0.061645 2092.535400 0.000000 2825.272217 0.000000 0.282494 0.000000 -0.959269 1.454141 1.454141 1.454141 2110.413818 0.000000 2870.916260 0.000000 0.995424 0.000000 -0.095557 0.846447 0.846447 0.846447 2094.236572 0.000000 2847.195068 0.000000 0.904900 0.000000 0.425624 0.576087 0.576087 0.576087 2102.600098 0.000000 2837.840820 0.000000 0.492741 0.000000 0.870176 0.342520 0.342520 0.342520 -2094.443848 0.000000 2841.971191 0.000000 0.816348 0.000000 -0.577561 1.113593 1.113593 1.113593 2098.797852 0.000000 2842.732666 0.000000 0.373312 0.000000 0.927706 0.228069 0.228069 0.228069 2122.336914 0.000000 2826.680176 0.000000 0.761356 0.000000 0.648334 0.440746 0.440746 0.440746 2148.156982 0.000000 2828.101562 0.000000 0.495383 0.000000 0.868674 0.709608 0.709608 0.709608 @@ -31603,7 +31446,6 @@ 2190.080078 0.000000 2791.096680 0.000000 0.830528 0.000000 -0.556976 1.078445 1.078445 1.078445 2177.156982 0.000000 2796.291504 0.000000 0.684774 0.000000 -0.728756 0.850553 0.850553 0.850553 2200.437256 0.000000 2790.503906 0.000000 0.879724 0.000000 -0.475484 1.052364 1.052364 1.052364 -2210.722900 0.000000 2791.026123 0.000000 0.083472 0.000000 -0.996510 1.557438 1.557438 1.557438 2197.047852 0.000000 2801.115234 0.000000 0.244987 0.000000 -0.969526 1.473946 1.473946 1.473946 2196.431396 0.000000 2762.272949 0.000000 0.886794 0.000000 -0.462165 0.837422 0.837422 0.837422 2195.225098 0.000000 2794.993164 0.000000 0.769814 0.000000 -0.638269 1.152559 1.152559 1.152559 @@ -31780,10 +31622,8 @@ 2224.132324 0.000000 2847.597412 0.000000 0.271241 0.000000 -0.962512 1.227127 1.227127 1.227127 2219.623291 0.000000 2854.982422 0.000000 0.982187 0.000000 -0.187904 0.862293 0.862293 0.862293 2220.186523 0.000000 2858.326416 0.000000 0.795777 0.000000 -0.605590 1.014371 1.014371 1.014371 -2247.055176 0.000000 2830.772949 0.000000 0.928805 0.000000 -0.370569 0.811373 0.811373 0.811373 2296.636719 0.000000 2861.048828 0.000000 0.465708 0.000000 -0.884938 1.353279 1.353279 1.353279 2278.061523 0.000000 2841.315918 0.000000 0.972063 0.000000 -0.234719 0.920667 0.920667 0.920667 -2290.112793 0.000000 2854.311768 0.000000 0.915362 0.000000 -0.402632 1.011047 1.011047 1.011047 2270.495850 0.000000 2865.886475 0.000000 0.180641 0.000000 0.983549 0.092508 0.092508 0.092508 2287.897217 0.000000 2844.163574 0.000000 0.761036 0.000000 0.648709 0.440495 0.440495 0.440495 2254.003418 0.000000 2861.772217 0.000000 0.357163 0.000000 -0.934042 1.413990 1.413990 1.413990 @@ -31822,7 +31662,6 @@ 2269.040039 0.000000 2873.099609 0.000000 0.320130 0.000000 -0.947374 1.434038 1.434038 1.434038 2293.362061 0.000000 2861.982666 0.000000 0.999420 0.000000 -0.034040 0.817340 0.817340 0.817340 2257.725830 0.000000 2860.800049 0.000000 0.153674 0.000000 -0.988122 1.521423 1.521423 1.521423 -2298.629150 0.000000 2850.840332 0.000000 0.589854 0.000000 -0.807510 1.252415 1.252415 1.252415 2279.477539 0.000000 2849.392578 0.000000 0.997398 0.000000 0.072092 0.763252 0.763252 0.763252 2267.217285 0.000000 2866.977539 0.000000 0.161311 0.000000 -0.986904 1.517484 1.517484 1.517484 2276.117676 0.000000 2848.518311 0.000000 0.814022 0.000000 -0.580835 1.115638 1.115638 1.115638 @@ -32876,7 +32715,6 @@ 1300.828125 0.000000 2988.504883 0.000000 0.410013 0.000000 -0.912079 1.384838 1.384838 1.384838 1302.033203 0.000000 2971.972900 0.000000 0.464326 0.000000 0.885664 0.245925 0.245925 0.245925 1359.430542 0.000000 2960.576904 0.000000 0.127133 0.000000 0.991886 0.722168 0.722168 0.722168 -1305.351562 0.000000 2996.277100 0.000000 0.627876 0.000000 -0.778313 1.254279 1.254279 1.254279 1361.534546 0.000000 2953.573730 0.000000 0.951009 0.000000 -0.309163 0.945640 0.945640 0.945640 1339.592896 0.000000 2961.327881 0.000000 0.350748 0.000000 -0.936470 1.373897 1.373897 1.373897 1345.715088 0.000000 2951.531982 0.000000 0.393844 0.000000 0.919177 0.243428 0.243428 0.243428 @@ -33032,7 +32870,6 @@ 1373.376831 0.000000 3011.459473 0.000000 0.299111 0.000000 0.954218 0.772164 0.772164 0.772164 1383.149048 0.000000 2974.741699 0.000000 0.717369 0.000000 -0.696693 0.824631 0.824631 0.824631 1401.180420 0.000000 2973.201172 0.000000 0.581062 0.000000 -0.813859 0.832281 0.832281 0.832281 -1387.400391 0.000000 3015.841797 0.000000 0.458495 0.000000 0.888697 0.279740 0.279740 0.279740 1388.948120 0.000000 2999.014160 0.000000 0.926683 0.000000 0.375844 0.617616 0.617616 0.617616 1385.606812 0.000000 2992.871338 0.000000 0.032392 0.000000 -0.999475 1.531267 1.531267 1.531267 1374.025391 0.000000 2971.972900 0.000000 0.999308 0.000000 0.037193 0.782242 0.782242 0.782242 @@ -33043,9 +32880,6 @@ 1368.449097 0.000000 2951.528320 0.000000 0.597388 0.000000 0.801952 0.326071 0.326071 0.326071 1378.141724 0.000000 2970.708008 0.000000 0.977974 0.000000 -0.208728 0.891973 0.891973 0.891973 1385.242920 0.000000 3012.244629 0.000000 0.925279 0.000000 -0.379287 0.984921 0.984921 0.984921 -1389.758911 0.000000 3020.937500 0.000000 0.995265 0.000000 0.097195 0.753726 0.753726 0.753726 -1370.621460 0.000000 2992.644775 0.000000 0.924877 0.000000 0.380266 0.614577 0.614577 0.614577 -1386.989258 0.000000 3007.141357 0.000000 0.913431 0.000000 -0.406994 0.993385 0.993385 0.993385 1371.010620 0.000000 2996.295654 0.000000 0.830382 0.000000 0.557194 0.519071 0.519071 0.519071 1374.663940 0.000000 2975.480713 0.000000 0.486434 0.000000 -0.873717 1.258492 1.258492 1.258492 1396.880859 0.000000 2967.710449 0.000000 0.333580 0.000000 0.942722 0.691848 0.691848 0.691848 @@ -33065,14 +32899,12 @@ 1368.086182 0.000000 2997.793701 0.000000 0.796023 0.000000 -0.605266 1.107722 1.107722 1.107722 1370.970703 0.000000 2971.765137 0.000000 0.095646 0.000000 -0.995415 1.501133 1.501133 1.501133 1383.116455 0.000000 2995.180908 0.000000 0.514658 0.000000 -0.857396 1.289692 1.289692 1.289692 -1379.389893 0.000000 3009.629639 0.000000 0.978116 0.000000 0.208061 0.700372 0.700372 0.700372 1387.270630 0.000000 2995.201172 0.000000 0.999146 0.000000 -0.041330 0.818743 0.818743 0.818743 1385.474121 0.000000 3009.524414 0.000000 0.973371 0.000000 -0.229234 0.909942 0.909942 0.909942 1391.683594 0.000000 2999.011719 0.000000 0.435971 0.000000 -0.899961 1.236072 1.236072 1.236072 1386.344238 0.000000 2999.631592 0.000000 0.763431 0.000000 0.645890 0.466220 0.466220 0.466220 1380.492432 0.000000 3018.354980 0.000000 0.999591 0.000000 0.028605 0.786458 0.786458 0.786458 1387.678833 0.000000 3004.583984 0.000000 0.485626 0.000000 0.874167 0.366603 0.366603 0.366603 -1388.780273 0.000000 3018.181641 0.000000 0.856852 0.000000 0.515563 0.579306 0.579306 0.579306 1383.384521 0.000000 2986.819336 0.000000 0.302066 0.000000 -0.953287 1.400803 1.400803 1.400803 1380.869629 0.000000 3013.156982 0.000000 0.578824 0.000000 -0.815452 1.253244 1.253244 1.253244 1390.951172 0.000000 2996.663330 0.000000 0.771895 0.000000 0.635749 0.508276 0.508276 0.508276 @@ -33088,7 +32920,6 @@ 1378.817993 0.000000 2968.335205 0.000000 0.973015 0.000000 -0.230744 0.884172 0.884172 0.884172 1369.389771 0.000000 2957.080566 0.000000 0.715399 0.000000 -0.698716 1.144550 1.144550 1.144550 1372.386963 0.000000 2975.901367 0.000000 0.598871 0.000000 -0.800846 1.176534 1.176534 1.176534 -1378.250854 0.000000 3005.138916 0.000000 0.635816 0.000000 -0.771841 1.106419 1.106419 1.106419 1374.976318 0.000000 2996.195312 0.000000 0.627500 0.000000 0.778617 0.391818 0.391818 0.391818 1376.281006 0.000000 2972.279785 0.000000 0.945299 0.000000 0.326205 0.642050 0.642050 0.642050 1384.866821 0.000000 2990.705811 0.000000 0.196936 0.000000 0.980416 0.172233 0.172233 0.172233 @@ -33131,7 +32962,6 @@ 1374.620850 0.000000 3000.014893 0.000000 0.162733 0.000000 -0.986670 1.230050 1.230050 1.230050 1376.550659 0.000000 2975.917725 0.000000 0.983222 0.000000 -0.182411 0.887562 0.887562 0.887562 1375.159912 0.000000 3012.271240 0.000000 0.529218 0.000000 0.848486 0.577422 0.577422 0.577422 -1379.833740 0.000000 3004.031250 0.000000 0.815272 0.000000 0.579078 0.585373 0.585373 0.585373 1368.547607 0.000000 2974.097412 0.000000 0.079322 0.000000 -0.996849 1.511901 1.511901 1.511901 1369.750000 0.000000 2994.449219 0.000000 0.345268 0.000000 0.938504 0.220903 0.220903 0.220903 1385.104126 0.000000 2994.945068 0.000000 0.957005 0.000000 -0.290070 0.939893 0.939893 0.939893 @@ -33568,65 +33398,42 @@ 1257.759644 0.000000 3082.382080 0.000000 0.624013 0.000000 -0.781414 1.222766 1.222766 1.222766 1232.633423 0.000000 3085.378174 0.000000 0.751804 0.000000 0.659386 0.433306 0.433306 0.433306 1191.356812 0.000000 3124.139648 0.000000 0.669581 0.000000 0.742739 0.373642 0.373642 0.373642 -1181.338379 0.000000 3126.648438 0.000000 0.538459 0.000000 0.842652 0.289589 0.289589 0.289589 -1182.889648 0.000000 3131.610840 0.000000 0.698963 0.000000 0.715157 0.394168 0.394168 0.394168 -1190.613037 0.000000 3153.823975 0.000000 0.159503 0.000000 -0.987197 1.518417 1.518417 1.518417 -1181.410156 0.000000 3147.513184 0.000000 0.770626 0.000000 0.637287 0.448090 0.448090 0.448090 -1198.404175 0.000000 3144.293701 0.000000 0.997074 0.000000 0.076447 0.761028 0.761028 0.761028 -1174.120605 0.000000 3149.709717 0.000000 0.999778 0.000000 0.021085 0.789260 0.789260 0.789260 -1165.440796 0.000000 3146.690430 0.000000 0.983508 0.000000 -0.180866 0.892624 0.892624 0.892624 1184.127319 0.000000 3154.290527 0.000000 0.926874 0.000000 0.375373 0.604024 0.604024 0.604024 1189.097656 0.000000 3131.621094 0.000000 0.994999 0.000000 -0.099880 0.850954 0.850954 0.850954 -1209.311279 0.000000 3116.399902 0.000000 0.982440 0.000000 0.186579 0.704416 0.704416 0.704416 1192.391113 0.000000 3137.112793 0.000000 0.783161 0.000000 -0.621819 1.141770 1.141770 1.141770 1173.867188 0.000000 3133.722412 0.000000 0.568449 0.000000 0.822718 0.307930 0.307930 0.307930 1210.948120 0.000000 3152.193604 0.000000 0.670126 0.000000 0.742247 0.374016 0.374016 0.374016 1177.169067 0.000000 3165.875977 0.000000 0.841276 0.000000 -0.540605 1.090888 1.090888 1.090888 1184.174072 0.000000 3161.364258 0.000000 0.697559 0.000000 -0.716528 0.843076 0.843076 0.843076 -1172.971558 0.000000 3142.982910 0.000000 0.995538 0.000000 -0.094363 0.848130 0.848130 0.848130 -1185.733032 0.000000 3139.848633 0.000000 0.998408 0.000000 -0.056404 0.828742 0.828742 0.828742 -1217.527954 0.000000 3121.137451 0.000000 0.870888 0.000000 0.491481 0.538329 0.538329 0.538329 1214.445679 0.000000 3125.882812 0.000000 0.558920 0.000000 0.829222 0.302054 0.302054 0.302054 1165.131348 0.000000 3132.642578 0.000000 0.020246 0.000000 -0.999795 0.883614 0.883614 0.883614 -1189.838623 0.000000 3148.151855 0.000000 0.994944 0.000000 -0.100427 0.848822 0.848822 0.848822 1167.198486 0.000000 3162.852783 0.000000 0.988623 0.000000 0.150415 0.723102 0.723102 0.723102 -1196.009033 0.000000 3150.114746 0.000000 0.932177 0.000000 -0.362002 0.988651 0.988651 0.988651 1155.795166 0.000000 3164.294678 0.000000 0.999587 0.000000 -0.028724 0.814172 0.814172 0.814172 1161.894043 0.000000 3161.307373 0.000000 0.429249 0.000000 -0.903186 1.374045 1.374045 1.374045 1176.870972 0.000000 3136.131104 0.000000 0.794772 0.000000 0.606908 0.467855 0.467855 0.467855 -1182.189575 0.000000 3151.018555 0.000000 0.965602 0.000000 -0.260024 0.933969 0.933969 0.933969 1210.615234 0.000000 3119.774414 0.000000 0.325890 0.000000 0.945408 0.169062 0.169062 0.169062 1160.034546 0.000000 3164.288574 0.000000 0.551619 0.000000 0.834096 0.297584 0.297584 0.297584 -1151.958984 0.000000 3130.289062 0.000000 0.782768 0.000000 -0.622313 1.091113 1.091113 1.091113 1160.877441 0.000000 3124.716064 0.000000 0.868756 0.000000 0.495241 0.536128 0.536128 0.536128 -1192.546509 0.000000 3150.425781 0.000000 0.299799 0.000000 -0.954002 1.444929 1.444929 1.444929 1202.935791 0.000000 3147.522949 0.000000 0.109131 0.000000 0.994027 0.055691 0.055691 0.055691 1173.782349 0.000000 3164.906250 0.000000 0.402564 0.000000 0.915392 0.211010 0.211010 0.211010 -1214.009888 0.000000 3122.083008 0.000000 0.409516 0.000000 -0.912303 1.385116 1.385116 1.385116 1190.971069 0.000000 3144.862061 0.000000 0.568365 0.000000 -0.822776 1.228436 1.228436 1.228436 1202.832275 0.000000 3150.947998 0.000000 0.887978 0.000000 0.459886 0.761823 0.761823 0.761823 1151.955078 0.000000 3116.228516 0.000000 0.954507 0.000000 -0.298189 0.954212 0.954212 0.954212 1171.012695 0.000000 3151.110107 0.000000 0.780141 0.000000 0.625603 0.455765 0.455765 0.455765 1167.656250 0.000000 3144.133545 0.000000 0.255683 0.000000 0.966761 0.131681 0.131681 0.131681 1175.262451 0.000000 3152.893799 0.000000 0.999637 0.000000 -0.026942 0.813723 0.813723 0.813723 -1188.938599 0.000000 3137.986816 0.000000 0.845515 0.000000 0.533951 0.513131 0.513131 0.513131 1158.687378 0.000000 3119.449463 0.000000 0.871601 0.000000 0.490216 0.539069 0.539069 0.539069 1165.238525 0.000000 3109.148926 0.000000 0.100548 0.000000 0.994932 0.676684 0.676684 0.676684 1194.197998 0.000000 3121.877197 0.000000 0.041405 0.000000 -0.999142 1.514761 1.514761 1.514761 1188.540649 0.000000 3122.194824 0.000000 0.297784 0.000000 -0.954633 1.408004 1.408004 1.408004 -1177.843018 0.000000 3148.737549 0.000000 0.055604 0.000000 -0.998453 1.571667 1.571667 1.571667 1187.334473 0.000000 3154.915039 0.000000 0.456004 0.000000 0.889978 0.241152 0.241152 0.241152 1179.808350 0.000000 3133.209473 0.000000 0.999898 0.000000 0.014300 0.792717 0.792717 0.792717 1178.104126 0.000000 3127.430908 0.000000 0.403038 0.000000 -0.915183 1.388727 1.388727 1.388727 1196.234863 0.000000 3136.455811 0.000000 0.994214 0.000000 0.107418 0.745187 0.745187 0.745187 -1164.414062 0.000000 3149.892334 0.000000 0.201096 0.000000 0.979572 0.103120 0.103120 0.103120 1180.751953 0.000000 3154.607422 0.000000 0.313210 0.000000 -0.949684 1.437753 1.437753 1.437753 -1183.706055 0.000000 3137.327148 0.000000 0.458162 0.000000 0.888869 0.242387 0.242387 0.242387 1161.558472 0.000000 3121.551025 0.000000 0.719771 0.000000 -0.694211 1.190795 1.190795 1.190795 -1186.067261 0.000000 3130.564697 0.000000 0.979482 0.000000 0.201531 0.696653 0.696653 0.696653 1190.179077 0.000000 3134.725342 0.000000 0.636451 0.000000 -0.771317 1.248643 1.248643 1.248643 1179.308472 0.000000 3143.715088 0.000000 0.685778 0.000000 0.727810 0.384861 0.384861 0.384861 -1173.513306 0.000000 3146.589600 0.000000 0.812581 0.000000 -0.582848 1.116899 1.116899 1.116899 1184.171387 0.000000 3124.917725 0.000000 0.815277 0.000000 0.579071 0.485465 0.485465 0.485465 1207.682373 0.000000 3113.663574 0.000000 0.930826 0.000000 0.365462 0.609457 0.609457 0.609457 1197.410645 0.000000 3120.845703 0.000000 0.915603 0.000000 0.402084 0.614051 0.614051 0.614051 @@ -33639,17 +33446,11 @@ 1223.852661 0.000000 3119.932129 0.000000 0.975566 0.000000 0.219706 0.687185 0.687185 0.687185 1204.850708 0.000000 3111.792969 0.000000 0.009374 0.000000 0.999956 0.675259 0.675259 0.675259 1183.765381 0.000000 3128.549072 0.000000 0.970489 0.000000 -0.241147 0.924038 0.924038 0.924038 -1180.574829 0.000000 3129.606934 0.000000 0.683925 0.000000 -0.729552 1.216434 1.216434 1.216434 1192.895020 0.000000 3140.044189 0.000000 0.999117 0.000000 -0.042007 0.820393 0.820393 0.820393 1183.684570 0.000000 3157.227539 0.000000 0.971972 0.000000 -0.235097 0.920865 0.920865 0.920865 1167.949463 0.000000 3148.251465 0.000000 0.699615 0.000000 -0.714520 1.205368 1.205368 1.205368 -1206.311646 0.000000 3117.061279 0.000000 0.787095 0.000000 -0.616832 1.138535 1.138535 1.138535 -1184.698975 0.000000 3147.421143 0.000000 0.998391 0.000000 0.056704 0.771785 0.771785 0.771785 1180.913574 0.000000 3166.317871 0.000000 0.834016 0.000000 0.551741 0.502342 0.502342 0.502342 -1183.723999 0.000000 3134.384766 0.000000 0.947311 0.000000 -0.320317 0.966063 0.966063 0.966063 1204.859497 0.000000 3126.629639 0.000000 0.272455 0.000000 -0.962168 0.949996 0.949996 0.949996 -1189.619507 0.000000 3151.107666 0.000000 0.763123 0.000000 0.646253 0.442136 0.442136 0.442136 -1218.097290 0.000000 3118.215820 0.000000 0.937229 0.000000 0.348714 0.618590 0.618590 0.618590 1191.857666 0.000000 3130.478271 0.000000 0.290598 0.000000 0.956845 0.150167 0.150167 0.150167 1212.258667 0.000000 3116.039062 0.000000 0.626380 0.000000 -0.779518 1.255258 1.255258 1.255258 1208.645508 0.000000 3121.822510 0.000000 0.633820 0.000000 0.773480 0.349623 0.349623 0.349623 @@ -33661,8 +33462,6 @@ 1216.239624 0.000000 3123.751953 0.000000 0.837132 0.000000 0.547002 0.505231 0.505231 0.505231 1188.770386 0.000000 3125.338135 0.000000 0.934233 0.000000 -0.356663 0.985737 0.985737 0.985737 1174.935791 0.000000 3131.002930 0.000000 0.936170 0.000000 -0.351547 0.982951 0.982951 0.982951 -1175.707031 0.000000 3142.980469 0.000000 0.171571 0.000000 0.985172 0.087815 0.087815 0.087815 -1193.223755 0.000000 3153.145508 0.000000 0.375687 0.000000 0.926747 0.196149 0.196149 0.196149 1185.080444 0.000000 3142.492432 0.000000 0.939533 0.000000 -0.342458 0.978015 0.978015 0.978015 1195.670166 0.000000 3145.035889 0.000000 0.999207 0.000000 0.039811 0.780594 0.780594 0.780594 1222.616943 0.000000 3116.245117 0.000000 0.998994 0.000000 0.044853 0.777149 0.777149 0.777149 @@ -33681,7 +33480,6 @@ 1215.666626 0.000000 3151.408936 0.000000 0.999942 0.000000 0.010769 0.798774 0.798774 0.798774 1178.187134 0.000000 3138.410645 0.000000 0.862008 0.000000 -0.506894 1.070730 1.070730 1.070730 1175.713501 0.000000 3128.405518 0.000000 0.211193 0.000000 0.977444 0.116512 0.116512 0.116512 -1186.748657 0.000000 3133.072754 0.000000 0.925719 0.000000 -0.378211 0.997537 0.997537 0.997537 1187.296143 0.000000 3147.634766 0.000000 0.230358 0.000000 0.973106 0.129076 0.129076 0.129076 1186.125732 0.000000 3152.611816 0.000000 0.551202 0.000000 -0.834372 1.302671 1.302671 1.302671 1161.525513 0.000000 3166.316162 0.000000 0.141944 0.000000 -0.989875 1.527463 1.527463 1.527463 @@ -33955,7 +33753,6 @@ 1237.913330 0.000000 3105.304688 0.000000 0.237823 0.000000 -0.971308 1.405949 1.405949 1.405949 1294.581665 0.000000 3110.393555 0.000000 0.836219 0.000000 0.548395 0.753629 0.753629 0.753629 1251.451294 0.000000 3123.807373 0.000000 0.179235 0.000000 0.983806 0.091780 0.091780 0.091780 -1223.947266 0.000000 3116.228516 0.000000 0.755159 0.000000 0.655541 0.435905 0.435905 0.435905 1229.994019 0.000000 3126.947266 0.000000 0.431328 0.000000 0.902195 0.227128 0.227128 0.227128 1230.679565 0.000000 3119.449463 0.000000 0.103933 0.000000 0.994584 0.173130 0.173130 0.173130 1237.230713 0.000000 3109.148926 0.000000 0.468557 0.000000 0.883433 0.248361 0.248361 0.248361 @@ -34262,7 +34059,6 @@ 1368.086182 0.000000 3069.778076 0.000000 0.136469 0.000000 -0.990644 1.530279 1.530279 1.530279 1393.864380 0.000000 3042.231934 0.000000 0.297918 0.000000 -0.954591 1.402870 1.402870 1.402870 1439.438110 0.000000 3089.178955 0.000000 0.850301 0.000000 -0.526296 1.063453 1.063453 1.063453 -1412.821899 0.000000 3039.641357 0.000000 0.880203 0.000000 0.474598 0.742716 0.742716 0.742716 1434.665527 0.000000 3041.050049 0.000000 0.071511 0.000000 -0.997440 0.961693 0.961693 0.961693 1439.739868 0.000000 3064.247803 0.000000 0.767514 0.000000 0.641032 0.705496 0.705496 0.705496 1431.649414 0.000000 3041.237061 0.000000 0.842276 0.000000 -0.539047 0.857989 0.857989 0.857989 @@ -34359,7 +34155,6 @@ 1353.295654 0.000000 3116.399902 0.000000 0.092924 0.000000 0.995673 0.047394 0.047394 0.047394 1329.188232 0.000000 3117.169922 0.000000 0.927200 0.000000 0.374567 0.783897 0.783897 0.783897 1316.955933 0.000000 3142.982910 0.000000 0.264226 0.000000 0.964461 0.737523 0.737523 0.737523 -1358.430054 0.000000 3125.882812 0.000000 0.080848 0.000000 -0.996726 1.552828 1.552828 1.552828 1349.445312 0.000000 3157.808350 0.000000 0.496556 0.000000 -0.868005 1.299666 1.299666 1.299666 1354.599609 0.000000 3119.774414 0.000000 0.468599 0.000000 -0.883411 1.351614 1.351614 1.351614 1357.026001 0.000000 3156.951660 0.000000 0.811787 0.000000 0.583954 0.504826 0.504826 0.504826 @@ -34370,12 +34165,9 @@ 1362.730835 0.000000 3138.777832 0.000000 0.992704 0.000000 -0.120577 0.857455 0.857455 0.857455 1346.065430 0.000000 3157.506592 0.000000 0.941893 0.000000 0.335912 0.637160 0.637160 0.637160 1360.798462 0.000000 3128.149414 0.000000 0.951010 0.000000 0.309161 0.639923 0.639923 0.639923 -1349.263672 0.000000 3108.575439 0.000000 0.823592 0.000000 -0.567182 0.848180 0.848180 0.848180 -1358.326050 0.000000 3131.785400 0.000000 0.415369 0.000000 -0.909653 1.381844 1.381844 1.381844 1361.809326 0.000000 3134.922119 0.000000 0.999319 0.000000 0.036889 0.782535 0.782535 0.782535 1350.296021 0.000000 3117.061279 0.000000 0.058660 0.000000 0.998278 0.636918 0.636918 0.636918 1357.274414 0.000000 3142.309326 0.000000 0.747881 0.000000 0.663833 0.726057 0.726057 0.726057 -1356.243042 0.000000 3116.039062 0.000000 0.252173 0.000000 -0.967682 1.470168 1.470168 1.470168 1330.866211 0.000000 3119.474121 0.000000 0.350330 0.000000 0.936626 0.669191 0.669191 0.669191 1351.913086 0.000000 3159.386719 0.000000 0.699646 0.000000 0.714490 0.421677 0.421677 0.421677 1312.225342 0.000000 3101.247803 0.000000 0.795956 0.000000 0.605355 0.733770 0.733770 0.733770 @@ -34611,10 +34403,8 @@ 1568.956177 0.000000 2923.476562 0.000000 0.434230 0.000000 -0.900802 1.330911 1.330911 1.330911 1567.889648 0.000000 2943.433594 0.000000 0.378574 0.000000 0.925571 0.237888 0.237888 0.237888 1579.109131 0.000000 2950.437988 0.000000 0.351459 0.000000 0.936203 0.224043 0.224043 0.224043 -1544.424805 0.000000 2890.742188 0.000000 0.980072 0.000000 0.198641 0.776037 0.776037 0.776037 1579.028687 0.000000 2931.340332 0.000000 0.961373 0.000000 -0.275248 0.932548 0.932548 0.932548 1563.473511 0.000000 2947.447021 0.000000 0.199227 0.000000 -0.979953 1.330914 1.330914 1.330914 -1548.731323 0.000000 2909.385010 0.000000 0.122528 0.000000 -0.992465 0.944596 0.944596 0.944596 1549.588745 0.000000 2890.412354 0.000000 0.192154 0.000000 0.981365 0.629433 0.629433 0.629433 1576.122192 0.000000 2921.295654 0.000000 0.223916 0.000000 0.974609 0.262756 0.262756 0.262756 1514.639160 0.000000 2930.526855 0.000000 0.313739 0.000000 0.949509 0.682506 0.682506 0.682506 @@ -34813,7 +34603,6 @@ 1630.225586 0.000000 2945.676270 0.000000 0.696592 0.000000 0.717467 0.750459 0.750459 0.750459 1587.163086 0.000000 2909.096436 0.000000 0.907380 0.000000 -0.420311 0.825991 0.825991 0.825991 1601.219482 0.000000 2940.260254 0.000000 0.871913 0.000000 -0.489660 1.043233 1.043233 1.043233 -1623.426147 0.000000 2888.247803 0.000000 0.691065 0.000000 -0.722792 0.861311 0.861311 0.861311 1618.546021 0.000000 2947.968262 0.000000 0.916516 0.000000 -0.399999 0.827944 0.827944 0.827944 1602.965820 0.000000 2935.156982 0.000000 0.790796 0.000000 0.612080 0.486897 0.486897 0.486897 1607.215576 0.000000 2936.940674 0.000000 0.843546 0.000000 0.537056 0.550889 0.550889 0.550889 @@ -34913,7 +34702,6 @@ 1716.159668 0.000000 2923.535645 0.000000 0.918518 0.000000 -0.395380 0.991594 0.991594 0.991594 1717.424438 0.000000 2933.967041 0.000000 0.070895 0.000000 -0.997484 1.476993 1.476993 1.476993 1727.393066 0.000000 2928.549805 0.000000 0.970459 0.000000 -0.241265 0.819467 0.819467 0.819467 -1727.797974 0.000000 2903.979004 0.000000 0.769971 0.000000 0.638079 0.736424 0.736424 0.736424 1713.047852 0.000000 2933.656494 0.000000 0.568488 0.000000 -0.822691 1.251524 1.251524 1.251524 1706.848389 0.000000 2905.554688 0.000000 0.784413 0.000000 0.620239 0.735860 0.735860 0.735860 1712.940552 0.000000 2923.476562 0.000000 0.649132 0.000000 -0.760676 1.200506 1.200506 1.200506 @@ -35283,10 +35071,8 @@ 1476.907349 0.000000 3137.986816 0.000000 0.413656 0.000000 0.910433 0.262907 0.262907 0.262907 1477.126099 0.000000 3161.037109 0.000000 0.480130 0.000000 0.877197 0.304209 0.304209 0.304209 1453.207275 0.000000 3109.148926 0.000000 0.538856 0.000000 -0.842398 1.234145 1.234145 1.234145 -1465.811768 0.000000 3148.737549 0.000000 0.468200 0.000000 -0.883623 1.351844 1.351844 1.351844 1475.303223 0.000000 3154.915039 0.000000 0.312643 0.000000 -0.949871 1.438057 1.438057 1.438057 1457.811523 0.000000 3129.225098 0.000000 0.529686 0.000000 -0.848194 0.893027 0.893027 0.893027 -1461.482056 0.000000 3146.589600 0.000000 0.977836 0.000000 0.209371 0.702263 0.702263 0.702263 1455.255249 0.000000 3166.052490 0.000000 0.055193 0.000000 0.998476 0.028124 0.028124 0.028124 1481.961914 0.000000 3156.956055 0.000000 0.704925 0.000000 0.709282 0.481894 0.481894 0.481894 1471.653320 0.000000 3157.227539 0.000000 0.331867 0.000000 -0.943326 1.410483 1.410483 1.410483 @@ -35520,7 +35306,6 @@ 1623.099243 0.000000 3086.004883 0.000000 0.999684 0.000000 0.025154 0.788143 0.788143 0.788143 1627.962158 0.000000 3078.130371 0.000000 0.999094 0.000000 0.042568 0.779760 0.779760 0.779760 1593.847168 0.000000 3089.322998 0.000000 0.812489 0.000000 0.582976 0.761465 0.761465 0.761465 -1639.263184 0.000000 3081.346680 0.000000 0.276960 0.000000 -0.960882 1.413272 1.413272 1.413272 1583.855103 0.000000 3030.863770 0.000000 0.528383 0.000000 0.849006 0.326056 0.326056 0.326056 1638.415039 0.000000 3063.665283 0.000000 0.180797 0.000000 0.983520 0.148072 0.148072 0.148072 1600.878052 0.000000 3039.802490 0.000000 0.702344 0.000000 -0.711837 1.176524 1.176524 1.176524 @@ -35576,7 +35361,6 @@ 1625.176880 0.000000 3081.161133 0.000000 0.884709 0.000000 0.466143 0.569494 0.569494 0.569494 1617.033569 0.000000 3070.508057 0.000000 0.828156 0.000000 0.560497 0.576594 0.576594 0.576594 1628.798462 0.000000 3039.641357 0.000000 0.988358 0.000000 -0.152149 0.814948 0.814948 0.814948 -1644.784912 0.000000 3082.235352 0.000000 0.766454 0.000000 0.642299 0.702486 0.702486 0.702486 1615.526123 0.000000 3043.120605 0.000000 0.804548 0.000000 -0.593887 1.092102 1.092102 1.092102 1607.684204 0.000000 3029.945068 0.000000 0.999973 0.000000 0.007289 0.797103 0.797103 0.797103 1623.712891 0.000000 3094.498047 0.000000 0.975655 0.000000 0.219312 0.703729 0.703729 0.703729 @@ -35828,8 +35612,6 @@ 1671.117798 0.000000 3046.726074 0.000000 0.239447 0.000000 0.970909 0.123146 0.123146 0.123146 1692.602295 0.000000 3030.145264 0.000000 0.999325 0.000000 0.036739 0.781285 0.781285 0.781285 1713.442627 0.000000 3027.224121 0.000000 0.253115 0.000000 0.967436 0.135580 0.135580 0.135580 -1692.565552 0.000000 3040.673584 0.000000 0.937784 0.000000 -0.347219 0.968559 0.968559 0.968559 -1674.504639 0.000000 3049.242432 0.000000 0.949944 0.000000 0.312420 0.638177 0.638177 0.638177 1711.009644 0.000000 3029.815186 0.000000 0.017513 0.000000 -0.999847 1.538341 1.538341 1.538341 1659.155273 0.000000 3053.065186 0.000000 0.773760 0.000000 0.633479 0.450602 0.450602 0.450602 1695.418335 0.000000 3032.216553 0.000000 0.963300 0.000000 0.268427 0.661594 0.661594 0.661594 @@ -35837,7 +35619,6 @@ 1661.947144 0.000000 3054.962891 0.000000 0.734171 0.000000 -0.678965 1.144338 1.144338 1.144338 1662.632690 0.000000 3047.465088 0.000000 0.971070 0.000000 -0.238794 0.908356 0.908356 0.908356 1677.011963 0.000000 3051.346924 0.000000 0.970605 0.000000 -0.240680 0.905830 0.905830 0.905830 -1680.846069 0.000000 3049.446777 0.000000 0.136171 0.000000 -0.990685 1.481737 1.481737 1.481737 1665.503784 0.000000 3049.566650 0.000000 0.918220 0.000000 -0.396071 1.007403 1.007403 1.007403 1691.259399 0.000000 3033.010498 0.000000 0.986537 0.000000 0.163540 0.783923 0.783923 0.783923 1668.439209 0.000000 3048.384277 0.000000 0.688916 0.000000 0.724842 0.387061 0.387061 0.387061 @@ -35850,7 +35631,6 @@ 1718.809326 0.000000 3091.184326 0.000000 0.955116 0.000000 0.296232 0.762759 0.762759 0.762759 1707.125854 0.000000 3031.692627 0.000000 0.974761 0.000000 0.223249 0.711415 0.711415 0.711415 1686.641235 0.000000 3023.480225 0.000000 0.882344 0.000000 0.470605 0.602323 0.602323 0.602323 -1690.370850 0.000000 3038.893311 0.000000 0.440484 0.000000 -0.897761 1.338750 1.338750 1.338750 1681.833130 0.000000 3042.231934 0.000000 0.661056 0.000000 0.750337 0.710176 0.710176 0.710176 1693.573120 0.000000 3034.381104 0.000000 0.387730 0.000000 0.921773 0.202785 0.202785 0.202785 1658.396240 0.000000 3059.262695 0.000000 0.833487 0.000000 0.552539 0.522900 0.522900 0.522900 @@ -35861,7 +35641,6 @@ 1716.945679 0.000000 3033.494385 0.000000 0.097475 0.000000 -0.995238 1.003016 1.003016 1.003016 1711.719849 0.000000 3024.085938 0.000000 0.585785 0.000000 -0.810467 1.249174 1.249174 1.249174 1677.329590 0.000000 3045.110352 0.000000 0.701343 0.000000 0.712824 0.406959 0.406959 0.406959 -1684.755005 0.000000 3046.113525 0.000000 0.656759 0.000000 0.754101 0.433165 0.433165 0.433165 1721.923706 0.000000 3082.881104 0.000000 0.865158 0.000000 -0.501500 0.889183 0.889183 0.889183 1713.442261 0.000000 3029.808594 0.000000 0.474257 0.000000 0.880387 0.288210 0.288210 0.288210 1714.101685 0.000000 3093.132812 0.000000 1.000000 0.000000 -0.000647 0.800109 0.800109 0.800109 @@ -35981,7 +35760,6 @@ 1663.057739 0.000000 3052.410645 0.000000 0.874622 0.000000 -0.484806 1.028460 1.028460 1.028460 1722.838135 0.000000 3084.255127 0.000000 0.771609 0.000000 -0.636097 0.976250 0.976250 0.976250 1653.594971 0.000000 3106.879639 0.000000 0.573006 0.000000 -0.819551 0.826860 0.826860 0.826860 -1635.042603 0.000000 3100.870361 0.000000 0.449710 0.000000 0.893175 0.751475 0.751475 0.751475 1592.921997 0.000000 3096.833740 0.000000 0.907050 0.000000 0.421023 0.593429 0.593429 0.593429 1629.580566 0.000000 3101.279297 0.000000 0.969046 0.000000 -0.246879 0.916087 0.916087 0.916087 1642.568359 0.000000 3119.774414 0.000000 0.617531 0.000000 0.786546 0.369722 0.369722 0.369722 @@ -36118,7 +35896,6 @@ 1661.090210 0.000000 3145.415771 0.000000 0.995404 0.000000 -0.095760 0.807470 0.807470 0.807470 1671.231812 0.000000 3166.052490 0.000000 0.794392 0.000000 0.607405 0.467537 0.467537 0.467537 1660.582275 0.000000 3113.209717 0.000000 0.555384 0.000000 0.831594 0.333227 0.333227 0.333227 -1724.309204 0.000000 3155.474609 0.000000 0.557238 0.000000 -0.830353 0.901752 0.901752 0.901752 1687.669312 0.000000 3134.384766 0.000000 0.895866 0.000000 -0.444324 1.034490 1.034490 1.034490 1722.042603 0.000000 3118.215820 0.000000 0.793116 0.000000 0.609071 0.539714 0.539714 0.539714 1674.063232 0.000000 3162.412109 0.000000 0.888348 0.000000 0.459171 0.557034 0.557034 0.557034 @@ -36129,7 +35906,6 @@ 1724.011475 0.000000 3109.327881 0.000000 0.295111 0.000000 0.955463 0.152570 0.152570 0.152570 1702.671631 0.000000 3141.526611 0.000000 0.036484 0.000000 -0.999334 1.369973 1.369973 1.369973 1704.922974 0.000000 3143.252441 0.000000 0.034571 0.000000 0.999402 0.597499 0.597499 0.597499 -1722.634277 0.000000 3113.034424 0.000000 0.874371 0.000000 0.485258 0.549044 0.549044 0.549044 1721.546631 0.000000 3100.162598 0.000000 0.920500 0.000000 -0.390742 0.853718 0.853718 0.853718 1719.618164 0.000000 3113.221436 0.000000 0.611417 0.000000 -0.791309 0.918519 0.918519 0.918519 1666.611450 0.000000 3146.403564 0.000000 0.461364 0.000000 -0.887211 1.235903 1.235903 1.235903 @@ -36201,7 +35977,6 @@ 1718.820679 0.000000 3106.526611 0.000000 0.057055 0.000000 -0.998371 1.129533 1.129533 1.129533 1720.497803 0.000000 3125.911865 0.000000 0.955444 0.000000 0.295171 0.713824 0.713824 0.713824 1671.372070 0.000000 3153.281250 0.000000 0.583047 0.000000 -0.812439 1.110620 1.110620 1.110620 -1667.232056 0.000000 3128.652832 0.000000 0.858702 0.000000 0.512475 0.525966 0.525966 0.525966 1683.840942 0.000000 3141.678223 0.000000 0.420744 0.000000 -0.907180 1.292573 1.292573 1.292573 1725.998169 0.000000 3104.911621 0.000000 0.846422 0.000000 0.532512 0.682234 0.682234 0.682234 1722.502563 0.000000 3122.892334 0.000000 0.618200 0.000000 0.786021 0.429730 0.429730 0.429730 @@ -36211,7 +35986,6 @@ 1682.122192 0.000000 3125.402100 0.000000 0.994414 0.000000 0.105552 0.779724 0.779724 0.779724 1713.447510 0.000000 3108.972168 0.000000 0.837637 0.000000 -0.546228 1.007740 1.007740 1.007740 1688.745239 0.000000 3132.323730 0.000000 0.762212 0.000000 -0.647327 1.158581 1.158581 1.158581 -1669.190186 0.000000 3130.626221 0.000000 0.539560 0.000000 0.841947 0.420190 0.420190 0.420190 1668.837646 0.000000 3166.179932 0.000000 0.280217 0.000000 0.959937 0.375950 0.375950 0.375950 1668.137451 0.000000 3110.848145 0.000000 0.512366 0.000000 0.858767 0.309038 0.309038 0.309038 1668.305420 0.000000 3114.509521 0.000000 0.140359 0.000000 -0.990101 1.479727 1.479727 1.479727 @@ -36327,12 +36101,9 @@ 1179.200317 0.000000 3178.477295 0.000000 0.791320 0.000000 0.611402 0.464969 0.464969 0.464969 1180.320801 0.000000 3187.509766 0.000000 0.157556 0.000000 -0.987510 1.519421 1.519421 1.519421 1221.379517 0.000000 3185.837158 0.000000 0.381685 0.000000 0.924293 0.199450 0.199450 0.199450 -1156.564331 0.000000 3168.723389 0.000000 0.917251 0.000000 0.398309 0.593810 0.593810 0.593810 1221.974731 0.000000 3212.477295 0.000000 0.153022 0.000000 0.988223 0.746222 0.746222 0.746222 -1180.515381 0.000000 3169.183350 0.000000 0.921131 0.000000 -0.389253 1.003627 1.003627 1.003627 1171.595581 0.000000 3167.319336 0.000000 0.192448 0.000000 0.981307 0.098628 0.098628 0.098628 1182.619751 0.000000 3180.692383 0.000000 0.075417 0.000000 -0.997152 1.561554 1.561554 1.561554 -1174.783936 0.000000 3171.397461 0.000000 0.999961 0.000000 0.008870 0.795748 0.795748 0.795748 1182.279297 0.000000 3172.428467 0.000000 0.778348 0.000000 0.627833 0.454307 0.454307 0.454307 1197.627441 0.000000 3173.263672 0.000000 0.927419 0.000000 -0.374024 0.995236 0.995236 0.995236 1168.082886 0.000000 3169.076904 0.000000 0.079331 0.000000 -0.996848 1.559555 1.559555 1.559555 @@ -36619,11 +36390,9 @@ 1180.515381 0.000000 3241.167725 0.000000 0.396340 0.000000 0.918104 0.751210 0.751210 0.751210 1212.613159 0.000000 3309.123291 0.000000 0.805184 0.000000 -0.593025 0.830429 0.830429 0.830429 1171.595581 0.000000 3239.303711 0.000000 0.412974 0.000000 0.910743 0.754260 0.754260 0.754260 -1158.610840 0.000000 3251.866455 0.000000 0.984909 0.000000 0.173073 0.711409 0.711409 0.711409 1155.565308 0.000000 3245.902832 0.000000 0.789517 0.000000 0.613729 0.463470 0.463470 0.463470 1158.048828 0.000000 3259.910400 0.000000 0.758294 0.000000 -0.651912 0.829783 0.829783 0.829783 1161.367188 0.000000 3284.214600 0.000000 0.061288 0.000000 0.998120 0.721616 0.721616 0.721616 -1158.498169 0.000000 3248.179688 0.000000 0.658519 0.000000 0.752564 0.366107 0.366107 0.366107 1162.247925 0.000000 3247.059814 0.000000 0.891180 0.000000 -0.453651 1.039806 1.039806 1.039806 1221.489258 0.000000 3243.974121 0.000000 0.997568 0.000000 -0.069705 0.804737 0.804737 0.804737 1177.843018 0.000000 3292.706299 0.000000 0.994961 0.000000 0.100265 0.792779 0.792779 0.792779 @@ -36747,20 +36516,15 @@ 1425.061646 0.000000 3239.286377 0.000000 0.959895 0.000000 0.280360 0.787514 0.787514 0.787514 1367.878540 0.000000 3174.832520 0.000000 0.731909 0.000000 0.681403 0.758076 0.758076 0.758076 1384.901489 0.000000 3183.771240 0.000000 0.028417 0.000000 0.999596 0.076084 0.076084 0.076084 -1391.239014 0.000000 3224.878174 0.000000 0.195021 0.000000 -0.980799 1.434150 1.434150 1.434150 -1381.215088 0.000000 3181.133301 0.000000 0.549095 0.000000 0.835760 0.333593 0.333593 0.333593 1388.934326 0.000000 3174.111328 0.000000 0.743680 0.000000 -0.668536 1.117353 1.117353 1.117353 -1396.728516 0.000000 3226.591797 0.000000 0.972557 0.000000 0.232666 0.688381 0.688381 0.688381 1378.134766 0.000000 3182.041748 0.000000 0.743602 0.000000 -0.668622 1.134955 1.134955 1.134955 1393.864136 0.000000 3231.523926 0.000000 0.126705 0.000000 -0.991940 1.457441 1.457441 1.457441 1376.867554 0.000000 3209.043701 0.000000 0.198795 0.000000 -0.980041 1.451537 1.451537 1.451537 1418.629517 0.000000 3178.407471 0.000000 0.988828 0.000000 0.149059 0.788346 0.788346 0.788346 -1389.489868 0.000000 3218.573975 0.000000 0.740140 0.000000 0.672453 0.464156 0.464156 0.464156 1375.193115 0.000000 3230.179443 0.000000 0.182028 0.000000 0.983293 0.664189 0.664189 0.664189 1392.970703 0.000000 3176.227295 0.000000 0.646522 0.000000 -0.762895 1.191695 1.191695 1.191695 1390.491943 0.000000 3230.838135 0.000000 0.891661 0.000000 -0.452703 0.835655 0.835655 0.835655 1374.314819 0.000000 3207.116943 0.000000 0.198218 0.000000 0.980158 0.148183 0.148183 0.148183 -1399.661133 0.000000 3229.211914 0.000000 0.625788 0.000000 -0.779993 1.177023 1.177023 1.177023 1378.875977 0.000000 3202.654541 0.000000 0.993178 0.000000 0.116610 0.744677 0.744677 0.744677 1387.349487 0.000000 3178.888916 0.000000 0.681363 0.000000 -0.731946 1.178858 1.178858 1.178858 1434.073853 0.000000 3190.200195 0.000000 0.188171 0.000000 -0.982136 0.948996 0.948996 0.948996 @@ -36841,7 +36605,6 @@ 1436.732788 0.000000 3237.304932 0.000000 0.979009 0.000000 0.203818 0.715141 0.715141 0.715141 1379.411133 0.000000 3180.665527 0.000000 0.788733 0.000000 -0.614736 1.112057 1.112057 1.112057 1377.745117 0.000000 3207.444336 0.000000 0.716104 0.000000 -0.697993 1.167246 1.167246 1.167246 -1377.153809 0.000000 3185.037842 0.000000 0.907354 0.000000 0.420368 0.596372 0.596372 0.596372 1408.638306 0.000000 3183.939941 0.000000 0.985808 0.000000 -0.167879 0.846491 0.846491 0.846491 1375.091309 0.000000 3208.770752 0.000000 0.550496 0.000000 -0.834838 1.184725 1.184725 1.184725 1380.500488 0.000000 3178.474365 0.000000 0.776487 0.000000 0.630134 0.484116 0.484116 0.484116 @@ -37150,14 +36913,12 @@ 1347.228882 0.000000 3342.021973 0.000000 0.859203 0.000000 -0.511635 0.976994 0.976994 0.976994 1386.347778 0.000000 3362.310547 0.000000 0.835524 0.000000 0.549454 0.797676 0.797676 0.797676 1405.728027 0.000000 3357.259766 0.000000 0.506244 0.000000 0.862390 0.783383 0.783383 0.783383 -1380.902100 0.000000 3358.061035 0.000000 0.976291 0.000000 -0.216464 0.903280 0.903280 0.903280 1401.709595 0.000000 3355.801758 0.000000 0.468169 0.000000 -0.883639 0.860597 0.860597 0.860597 1373.778687 0.000000 3358.166016 0.000000 0.601662 0.000000 -0.798751 1.256426 1.256426 1.256426 1383.175049 0.000000 3378.805908 0.000000 0.991712 0.000000 -0.128483 0.860728 0.860728 0.860728 1376.382202 0.000000 3363.762207 0.000000 0.304727 0.000000 -0.952440 1.396957 1.396957 1.396957 1385.242920 0.000000 3372.166504 0.000000 0.966908 0.000000 -0.255125 0.921597 0.921597 0.921597 1386.989258 0.000000 3367.063232 0.000000 0.215392 0.000000 0.976528 0.716186 0.716186 0.716186 -1383.632812 0.000000 3360.086670 0.000000 0.909670 0.000000 0.415331 0.602395 0.602395 0.602395 1367.907349 0.000000 3342.763916 0.000000 0.308483 0.000000 0.951230 0.712118 0.712118 0.712118 1380.390625 0.000000 3365.845459 0.000000 0.990882 0.000000 -0.134735 0.861272 0.861272 0.861272 1402.043823 0.000000 3346.517822 0.000000 0.500604 0.000000 0.865676 0.722666 0.722666 0.722666 @@ -37632,7 +37393,6 @@ 1573.970825 0.000000 3194.067383 0.000000 0.433506 0.000000 -0.901151 1.320082 1.320082 1.320082 1537.803955 0.000000 3220.721924 0.000000 0.845550 0.000000 -0.533897 0.851743 0.851743 0.851743 1563.413208 0.000000 3190.441895 0.000000 0.985311 0.000000 0.170772 0.718425 0.718425 0.718425 -1566.272583 0.000000 3189.045654 0.000000 0.629214 0.000000 0.777232 0.403494 0.403494 0.403494 1562.864014 0.000000 3193.492188 0.000000 0.742783 0.000000 -0.669532 0.879117 0.879117 0.879117 1572.219604 0.000000 3188.023438 0.000000 0.044685 0.000000 0.999001 0.105061 0.105061 0.105061 1569.320068 0.000000 3201.670654 0.000000 0.848046 0.000000 0.529923 0.534516 0.534516 0.534516 @@ -37950,7 +37710,6 @@ 1559.754761 0.000000 3251.288818 0.000000 0.752702 0.000000 0.658361 0.733976 0.733976 0.733976 1566.272583 0.000000 3261.030029 0.000000 0.944016 0.000000 0.329898 0.628777 0.628777 0.628777 1570.562012 0.000000 3270.457520 0.000000 0.567959 0.000000 -0.823057 0.886889 0.886889 0.886889 -1543.684937 0.000000 3278.353516 0.000000 0.347823 0.000000 0.937560 0.656763 0.656763 0.656763 1574.824951 0.000000 3307.137451 0.000000 0.664663 0.000000 0.747143 0.424206 0.424206 0.424206 1568.606445 0.000000 3265.791260 0.000000 0.790305 0.000000 0.612714 0.486516 0.486516 0.486516 1579.028687 0.000000 3291.262207 0.000000 0.962839 0.000000 0.270077 0.683115 0.683115 0.683115 @@ -38346,7 +38105,6 @@ 1696.336426 0.000000 3281.081543 0.000000 0.411905 0.000000 -0.911227 1.383782 1.383782 1.383782 1719.145020 0.000000 3288.526123 0.000000 0.453486 0.000000 0.891264 0.758253 0.758253 0.758253 1705.097656 0.000000 3284.386719 0.000000 0.420141 0.000000 0.907459 0.259442 0.259442 0.259442 -1693.783936 0.000000 3292.120605 0.000000 0.099551 0.000000 0.995032 0.100732 0.100732 0.100732 1699.954346 0.000000 3294.083496 0.000000 0.972400 0.000000 -0.233322 0.911940 0.911940 0.911940 1711.255371 0.000000 3297.299805 0.000000 0.929786 0.000000 -0.368101 0.821834 0.821834 0.821834 1692.049194 0.000000 3311.017090 0.000000 0.421820 0.000000 0.906680 0.262590 0.262590 0.262590 @@ -38407,7 +38165,6 @@ 1690.071045 0.000000 3296.580566 0.000000 0.941109 0.000000 -0.338104 0.963946 0.963946 0.963946 1700.246338 0.000000 3286.306396 0.000000 0.999442 0.000000 -0.033395 0.815877 0.815877 0.815877 1690.530762 0.000000 3268.050049 0.000000 0.972301 0.000000 0.233734 0.692099 0.692099 0.692099 -1668.163940 0.000000 3288.432373 0.000000 0.920903 0.000000 -0.389793 0.950345 0.950345 0.950345 1704.387573 0.000000 3299.616455 0.000000 0.892911 0.000000 0.450234 0.725379 0.725379 0.725379 1678.939331 0.000000 3254.672852 0.000000 0.950474 0.000000 0.310804 0.761496 0.761496 0.761496 1682.919556 0.000000 3300.379883 0.000000 0.897332 0.000000 -0.441357 1.017284 1.017284 1.017284 @@ -38975,7 +38732,6 @@ 1566.422852 0.000000 3423.587158 0.000000 0.022913 0.000000 0.999737 0.067317 0.067317 0.067317 1561.746460 0.000000 3420.473145 0.000000 0.459962 0.000000 0.887939 0.287072 0.287072 0.287072 1550.095459 0.000000 3416.079590 0.000000 0.148469 0.000000 0.988917 0.124169 0.124169 0.124169 -1519.995483 0.000000 3452.226074 0.000000 0.250282 0.000000 0.968173 0.152525 0.152525 0.152525 1554.124268 0.000000 3398.715332 0.000000 0.545484 0.000000 0.838121 0.726558 0.726558 0.726558 1552.507446 0.000000 3438.363281 0.000000 0.418971 0.000000 0.908000 0.724964 0.724964 0.724964 1581.122192 0.000000 3420.484375 0.000000 0.987472 0.000000 -0.157795 0.875322 0.875322 0.875322 @@ -39337,7 +39093,6 @@ 1725.174316 0.000000 3312.188477 0.000000 0.313628 0.000000 0.949546 0.777499 0.777499 0.777499 1682.236816 0.000000 3317.247559 0.000000 0.035408 0.000000 0.999373 0.766268 0.766268 0.766268 1692.602295 0.000000 3318.082764 0.000000 0.932080 0.000000 -0.362252 0.814067 0.814067 0.814067 -1681.705688 0.000000 3356.889404 0.000000 0.968349 0.000000 -0.249599 0.928478 0.928478 0.928478 1675.369141 0.000000 3375.763672 0.000000 0.279300 0.000000 -0.960204 1.409542 1.409542 1.409542 1721.186646 0.000000 3331.297119 0.000000 0.749320 0.000000 0.662208 0.455965 0.455965 0.455965 1692.565552 0.000000 3328.611084 0.000000 0.481621 0.000000 0.876380 0.744525 0.744525 0.744525 @@ -39371,24 +39126,20 @@ 1703.719971 0.000000 3342.148193 0.000000 0.085805 0.000000 -0.996312 1.505830 1.505830 1.505830 1671.601562 0.000000 3360.086670 0.000000 0.843854 0.000000 -0.536573 1.045466 1.045466 1.045466 1658.979370 0.000000 3356.217529 0.000000 0.016191 0.000000 -0.999869 0.905567 0.905567 0.905567 -1692.883911 0.000000 3353.939941 0.000000 0.999296 0.000000 0.037511 0.783514 0.783514 0.783514 1661.947144 0.000000 3342.900391 0.000000 0.465821 0.000000 0.884879 0.327056 0.327056 0.327056 1662.632690 0.000000 3335.402588 0.000000 0.320047 0.000000 -0.947402 0.892004 0.892004 0.892004 1655.876099 0.000000 3342.763916 0.000000 0.074271 0.000000 -0.997238 1.505353 1.505353 1.505353 1703.540039 0.000000 3353.283203 0.000000 0.884520 0.000000 -0.466502 1.030699 1.030699 1.030699 -1671.618530 0.000000 3338.915527 0.000000 0.256472 0.000000 -0.966552 1.467904 1.467904 1.467904 1700.180176 0.000000 3352.408936 0.000000 0.468070 0.000000 0.883692 0.284875 0.284875 0.284875 1668.359375 0.000000 3365.845459 0.000000 0.981879 0.000000 -0.189507 0.890629 0.890629 0.890629 1680.846069 0.000000 3337.384277 0.000000 0.951589 0.000000 -0.307374 0.829952 0.829952 0.829952 1694.124390 0.000000 3350.678467 0.000000 0.005729 0.000000 -0.999984 1.525189 1.525189 1.525189 1706.598267 0.000000 3322.376221 0.000000 0.529684 0.000000 0.848195 0.719106 0.719106 0.719106 1683.253784 0.000000 3359.668213 0.000000 0.081732 0.000000 0.996654 0.095201 0.095201 0.095201 -1670.636108 0.000000 3351.335938 0.000000 0.909765 0.000000 -0.415124 0.980400 0.980400 0.980400 1668.439209 0.000000 3336.321777 0.000000 0.246592 0.000000 -0.969119 1.473103 1.473103 1.473103 1684.615112 0.000000 3319.510254 0.000000 0.901859 0.000000 0.432031 0.615304 0.615304 0.615304 1667.652222 0.000000 3342.598633 0.000000 0.696842 0.000000 -0.717225 1.184977 1.184977 1.184977 1664.303589 0.000000 3370.467285 0.000000 0.455929 0.000000 0.890016 0.278368 0.278368 0.278368 -1708.913086 0.000000 3348.539307 0.000000 0.308723 0.000000 0.951152 0.282853 0.282853 0.282853 1687.710693 0.000000 3344.502197 0.000000 0.334105 0.000000 0.942536 0.222632 0.222632 0.222632 1684.520142 0.000000 3345.560059 0.000000 0.890625 0.000000 -0.454738 1.023456 1.023456 1.023456 1700.179321 0.000000 3311.342285 0.000000 0.850591 0.000000 0.525828 0.537914 0.537914 0.537914 @@ -39529,7 +39280,6 @@ 1669.926147 0.000000 3364.637451 0.000000 0.561302 0.000000 -0.827611 1.263383 1.263383 1.263383 1690.632446 0.000000 3314.446777 0.000000 0.121676 0.000000 -0.992570 1.471323 1.471323 1.471323 1703.208984 0.000000 3318.420654 0.000000 0.325060 0.000000 -0.945693 1.059982 1.059982 1.059982 -1692.301392 0.000000 3352.009277 0.000000 0.248903 0.000000 -0.968529 1.379668 1.379668 1.379668 1713.710938 0.000000 3374.619873 0.000000 0.869827 0.000000 0.493358 0.565054 0.565054 0.565054 1705.422119 0.000000 3318.549805 0.000000 0.628695 0.000000 0.777652 0.545548 0.545548 0.545548 1666.472412 0.000000 3339.251953 0.000000 0.977563 0.000000 0.210644 0.749558 0.749558 0.749558 @@ -40224,42 +39974,29 @@ 1664.586548 0.000000 3445.300049 0.000000 0.892614 0.000000 -0.450822 1.009234 1.009234 1.009234 1737.443848 0.000000 2935.478271 0.000000 0.374563 0.000000 -0.927202 0.809482 0.809482 0.809482 1785.248779 0.000000 2900.446777 0.000000 0.978291 0.000000 -0.207237 0.906315 0.906315 0.906315 -1783.724731 0.000000 2911.307617 0.000000 0.736645 0.000000 -0.676280 1.153038 1.153038 1.153038 1728.045776 0.000000 2931.616211 0.000000 0.673789 0.000000 0.738924 0.406426 0.406426 0.406426 1751.190063 0.000000 2899.449707 0.000000 0.057384 0.000000 0.998352 0.718390 0.718390 0.718390 1783.420288 0.000000 2929.445312 0.000000 0.323824 0.000000 0.946117 0.210086 0.210086 0.210086 -1765.776123 0.000000 2932.198730 0.000000 0.505110 0.000000 -0.863055 1.286650 1.286650 1.286650 -1771.946533 0.000000 2934.161621 0.000000 0.728833 0.000000 -0.684691 1.158494 1.158494 1.158494 -1737.831543 0.000000 2945.354248 0.000000 0.968531 0.000000 0.248893 0.681438 0.681438 0.681438 1786.552734 0.000000 2903.821289 0.000000 0.084184 0.000000 -0.996450 1.462069 1.462069 1.462069 -1782.420776 0.000000 2907.677002 0.000000 0.920059 0.000000 -0.391781 0.991357 0.991357 0.991357 1735.972046 0.000000 2948.335449 0.000000 0.999953 0.000000 -0.009715 0.804618 0.804618 0.804618 -1768.484009 0.000000 2934.472656 0.000000 0.961506 0.000000 -0.274783 0.932318 0.932318 0.932318 -1797.098755 0.000000 2916.593750 0.000000 0.446558 0.000000 0.894755 0.273376 0.273376 0.273376 1766.908569 0.000000 2928.908936 0.000000 0.718171 0.000000 0.695867 0.457221 0.457221 0.457221 1796.316162 0.000000 2933.740723 0.000000 0.990687 0.000000 -0.136163 0.864926 0.864926 0.864926 1753.673706 0.000000 2901.918213 0.000000 0.648433 0.000000 -0.761271 1.209573 1.209573 1.209573 1743.593750 0.000000 2928.180420 0.000000 0.042366 0.000000 -0.999102 1.526522 1.526522 1.526522 1755.745850 0.000000 2917.256348 0.000000 0.995019 0.000000 -0.099686 0.809373 0.809373 0.809373 -1740.351562 0.000000 2933.939209 0.000000 0.975018 0.000000 0.222125 0.693526 0.693526 0.693526 1759.643555 0.000000 2921.374023 0.000000 0.997269 0.000000 0.073853 0.765748 0.765748 0.765748 -1762.004761 0.000000 2914.611572 0.000000 0.833830 0.000000 -0.552021 1.060455 1.060455 1.060455 1760.108887 0.000000 2908.964600 0.000000 0.808679 0.000000 0.588250 0.752270 0.752270 0.752270 1733.082397 0.000000 2929.462646 0.000000 0.524670 0.000000 -0.851306 1.284122 1.284122 1.284122 1779.389771 0.000000 2902.504395 0.000000 0.643643 0.000000 -0.765326 1.182952 1.182952 1.182952 1773.160156 0.000000 2931.253662 0.000000 0.091426 0.000000 0.995812 0.105716 0.105716 0.105716 1776.083008 0.000000 2907.070068 0.000000 0.800750 0.000000 -0.598999 1.079635 1.079635 1.079635 1793.762451 0.000000 2918.968994 0.000000 0.504236 0.000000 -0.863566 1.274632 1.274632 1.274632 -1735.154053 0.000000 2942.241943 0.000000 0.242880 0.000000 -0.970056 1.432696 1.432696 1.432696 1759.009277 0.000000 2903.472412 0.000000 0.639422 0.000000 0.768856 0.409376 0.409376 0.409376 -1756.529419 0.000000 2923.792725 0.000000 0.215797 0.000000 0.976438 0.156724 0.156724 0.156724 1758.131958 0.000000 2906.653809 0.000000 0.239837 0.000000 -0.970813 1.423579 1.423579 1.423579 -1730.005981 0.000000 2945.932617 0.000000 0.615168 0.000000 -0.788396 1.231705 1.231705 1.231705 1732.138672 0.000000 2942.244141 0.000000 0.314804 0.000000 0.949157 0.205562 0.205562 0.205562 1789.227539 0.000000 2926.356201 0.000000 0.106358 0.000000 -0.994328 1.460921 1.460921 1.460921 1760.636475 0.000000 2931.468018 0.000000 0.657290 0.000000 -0.753638 1.193809 1.193809 1.193809 1786.538574 0.000000 2910.535645 0.000000 0.406404 0.000000 0.913694 0.252271 0.252271 0.252271 -1778.840576 0.000000 2905.554688 0.000000 0.237012 0.000000 -0.971507 1.427604 1.427604 1.427604 1782.509888 0.000000 2926.645264 0.000000 0.992167 0.000000 0.124917 0.740466 0.740466 0.740466 1759.661499 0.000000 2918.431641 0.000000 0.763147 0.000000 0.646225 0.466011 0.466011 0.466011 1765.557007 0.000000 2935.154541 0.000000 0.454317 0.000000 0.890840 0.277507 0.277507 0.277507 @@ -40267,7 +40004,6 @@ 1787.712036 0.000000 2928.711426 0.000000 0.974890 0.000000 -0.222688 0.904057 0.904057 0.904057 1759.511841 0.000000 2928.877686 0.000000 0.954551 0.000000 0.298046 0.680922 0.680922 0.680922 1795.005249 0.000000 2931.340332 0.000000 0.520339 0.000000 -0.853960 1.286537 1.286537 1.286537 -1785.296631 0.000000 2913.733154 0.000000 0.957188 0.000000 0.289466 0.660407 0.660407 0.660407 1730.615723 0.000000 2930.526855 0.000000 0.627853 0.000000 0.778332 0.375992 0.375992 0.375992 1779.642090 0.000000 2925.374268 0.000000 0.598679 0.000000 -0.800989 1.236001 1.236001 1.236001 1769.161255 0.000000 2937.192383 0.000000 0.316242 0.000000 0.948679 0.213766 0.213766 0.213766 @@ -40449,11 +40185,9 @@ 1805.889526 0.000000 2935.956543 0.000000 0.307466 0.000000 -0.951559 1.393082 1.393082 1.393082 1802.574585 0.000000 2920.660400 0.000000 0.983641 0.000000 0.180139 0.786977 0.786977 0.786977 1799.860474 0.000000 2910.857666 0.000000 0.998514 0.000000 0.054502 0.796624 0.796624 0.796624 -1812.343750 0.000000 2933.939209 0.000000 0.395037 0.000000 0.918665 0.246374 0.246374 0.246374 1809.488159 0.000000 2905.597900 0.000000 0.110073 0.000000 0.993923 0.158267 0.158267 0.158267 1845.340332 0.000000 2904.892578 0.000000 0.987852 0.000000 -0.155399 0.875415 0.875415 0.875415 1865.754639 0.000000 2918.968994 0.000000 0.980023 0.000000 -0.198885 0.894773 0.894773 0.894773 -1811.636597 0.000000 2910.692383 0.000000 0.996733 0.000000 -0.080772 0.841182 0.841182 0.841182 1846.129517 0.000000 2901.810791 0.000000 0.867351 0.000000 0.497696 0.538849 0.538849 0.538849 1828.521606 0.000000 2923.792725 0.000000 0.954672 0.000000 0.297660 0.646070 0.646070 0.646070 1852.897461 0.000000 2916.633057 0.000000 0.998436 0.000000 0.055909 0.776427 0.776427 0.776427 @@ -40989,7 +40723,6 @@ 1787.112793 0.000000 3162.921875 0.000000 0.950272 0.000000 0.311421 0.638712 0.638712 0.638712 1740.453369 0.000000 3162.323730 0.000000 0.732997 0.000000 -0.680232 0.904586 0.904586 0.904586 1736.261719 0.000000 3105.985596 0.000000 0.654244 0.000000 -0.756284 1.221363 1.221363 1.221363 -1749.321777 0.000000 3117.094727 0.000000 0.721651 0.000000 -0.692257 1.189414 1.189414 1.189414 1750.931519 0.000000 3110.704102 0.000000 0.875672 0.000000 0.482907 0.593657 0.593657 0.593657 1754.642578 0.000000 3095.504639 0.000000 0.655510 0.000000 0.755186 0.483740 0.483740 0.483740 1793.915894 0.000000 3154.865479 0.000000 0.562280 0.000000 0.826947 0.685267 0.685267 0.685267 @@ -41578,7 +41311,6 @@ 2081.147461 0.000000 2899.390869 0.000000 0.924951 0.000000 0.380086 0.784426 0.784426 0.784426 2055.052490 0.000000 2942.036133 0.000000 0.807114 0.000000 0.590396 0.767205 0.767205 0.767205 2073.166504 0.000000 2890.819092 0.000000 0.835608 0.000000 0.549326 0.513108 0.513108 0.513108 -2061.533691 0.000000 2885.326172 0.000000 0.696381 0.000000 0.717672 0.414714 0.414714 0.414714 2055.134521 0.000000 2883.544434 0.000000 0.999057 0.000000 0.043415 0.780658 0.780658 0.780658 2065.691895 0.000000 2916.582520 0.000000 0.998530 0.000000 0.054195 0.797293 0.797293 0.797293 2033.172607 0.000000 2940.260254 0.000000 0.162010 0.000000 0.986789 0.082876 0.082876 0.082876 @@ -41732,10 +41464,8 @@ 2067.150635 0.000000 2910.115723 0.000000 0.728598 0.000000 -0.684941 1.007961 1.007961 1.007961 2087.065186 0.000000 2930.195312 0.000000 0.789310 0.000000 -0.613995 1.136701 1.136701 1.136701 2150.067139 0.000000 2902.467529 0.000000 0.564818 0.000000 -0.825215 0.815508 0.815508 0.815508 -2137.986572 0.000000 2893.616699 0.000000 0.998454 0.000000 -0.055581 0.828322 0.828322 0.828322 2101.389160 0.000000 2885.682617 0.000000 0.227452 0.000000 -0.973789 1.483137 1.483137 1.483137 2127.255127 0.000000 2908.186523 0.000000 0.189979 0.000000 0.981788 0.766934 0.766934 0.766934 -2131.070801 0.000000 2902.633545 0.000000 0.220390 0.000000 -0.975412 1.486827 1.486827 1.486827 2092.462891 0.000000 2880.785889 0.000000 0.999952 0.000000 0.009819 0.794999 0.794999 0.794999 2157.873291 0.000000 2924.539795 0.000000 0.458769 0.000000 -0.888556 1.357265 1.357265 1.357265 2107.494141 0.000000 2879.381836 0.000000 0.401111 0.000000 0.916029 0.221766 0.221766 0.221766 @@ -42261,7 +41991,6 @@ 2222.659180 0.000000 2884.498779 0.000000 0.494731 0.000000 -0.869046 1.336426 1.336426 1.336426 2196.510986 0.000000 2896.704834 0.000000 0.869897 0.000000 -0.493234 0.824724 0.824724 0.824724 2159.998779 0.000000 2931.616211 0.000000 0.921191 0.000000 0.389111 0.596452 0.596452 0.596452 -2215.373291 0.000000 2929.445312 0.000000 0.551960 0.000000 -0.833871 1.302208 1.302208 1.302208 2230.257812 0.000000 2906.731201 0.000000 0.231405 0.000000 0.972858 0.725216 0.725216 0.725216 2201.708740 0.000000 2926.940674 0.000000 0.157717 0.000000 0.987484 0.080662 0.080662 0.080662 2199.036865 0.000000 2942.036133 0.000000 0.773005 0.000000 -0.634400 1.150004 1.150004 1.150004 @@ -42270,7 +41999,6 @@ 2167.925293 0.000000 2948.335449 0.000000 0.035008 0.000000 0.999387 0.017833 0.017833 0.017833 2177.156982 0.000000 2940.260254 0.000000 0.083863 0.000000 -0.996477 1.444395 1.444395 1.444395 2194.483398 0.000000 2947.968262 0.000000 0.912884 0.000000 -0.408219 1.000723 1.000723 1.000723 -2230.480225 0.000000 2894.440430 0.000000 0.916482 0.000000 0.400076 0.590374 0.590374 0.590374 2165.850586 0.000000 2935.956543 0.000000 0.949032 0.000000 0.315180 0.636696 0.636696 0.636696 2162.535645 0.000000 2920.660400 0.000000 0.911021 0.000000 0.412359 0.583528 0.583528 0.583528 2178.903320 0.000000 2935.156982 0.000000 0.956269 0.000000 0.292490 0.664240 0.664240 0.664240 @@ -42542,7 +42270,6 @@ 2289.143066 0.000000 2890.819092 0.000000 0.330256 0.000000 0.943891 0.188671 0.188671 0.188671 2241.776855 0.000000 2945.354248 0.000000 0.172276 0.000000 0.985049 0.088179 0.088179 0.088179 2277.510254 0.000000 2885.326172 0.000000 0.733673 0.000000 -0.679502 1.155121 1.155121 1.155121 -2248.807617 0.000000 2895.833740 0.000000 0.796873 0.000000 -0.604146 1.130377 1.130377 1.130377 2235.521240 0.000000 2894.071289 0.000000 0.779583 0.000000 0.626299 0.455310 0.455310 0.455310 2240.288574 0.000000 2931.855957 0.000000 0.970412 0.000000 -0.241455 0.924200 0.924200 0.924200 2286.947021 0.000000 2885.846436 0.000000 0.263423 0.000000 0.964680 0.135762 0.135762 0.135762 @@ -42554,7 +42281,6 @@ 2231.837891 0.000000 2900.275391 0.000000 0.999546 0.000000 -0.030119 0.815342 0.815342 0.815342 2247.539062 0.000000 2928.180420 0.000000 0.189390 0.000000 -0.981902 1.502958 1.502958 1.502958 2238.570068 0.000000 2903.496338 0.000000 0.180305 0.000000 -0.983611 0.888805 0.888805 0.888805 -2245.121338 0.000000 2893.195801 0.000000 0.760103 0.000000 -0.649803 1.160238 1.160238 1.160238 2247.415283 0.000000 2899.158691 0.000000 0.896750 0.000000 -0.442537 1.033474 1.033474 1.033474 2274.080811 0.000000 2905.924072 0.000000 0.209484 0.000000 0.977812 0.221547 0.221547 0.221547 2255.807373 0.000000 2892.454590 0.000000 0.837319 0.000000 0.546714 0.538908 0.538908 0.538908 @@ -43256,7 +42982,6 @@ 2053.744873 0.000000 3148.151855 0.000000 0.200442 0.000000 0.979706 0.728911 0.728911 0.728911 2024.311890 0.000000 3147.809082 0.000000 0.059605 0.000000 -0.998222 0.887526 0.887526 0.887526 2017.619629 0.000000 3155.764404 0.000000 0.475947 0.000000 -0.879474 1.246481 1.246481 1.246481 -2057.899414 0.000000 3156.956055 0.000000 0.652976 0.000000 -0.757379 0.878945 0.878945 0.878945 2027.475830 0.000000 3135.226318 0.000000 0.735074 0.000000 -0.677987 0.884815 0.884815 0.884815 2019.118652 0.000000 3152.971191 0.000000 0.440538 0.000000 -0.897734 1.367660 1.367660 1.367660 2057.129883 0.000000 3153.145508 0.000000 0.710755 0.000000 0.703440 0.695594 0.695594 0.695594 @@ -43475,7 +43200,6 @@ 2175.563965 0.000000 3050.978027 0.000000 0.705845 0.000000 0.708366 0.746546 0.746546 0.746546 2161.604004 0.000000 3083.780029 0.000000 0.364140 0.000000 0.931344 0.694714 0.694714 0.694714 2184.884766 0.000000 3032.258545 0.000000 0.917397 0.000000 -0.397972 0.974123 0.974123 0.974123 -2209.535156 0.000000 3040.821533 0.000000 0.009714 0.000000 0.999953 0.656579 0.656579 0.656579 2185.708496 0.000000 3026.398682 0.000000 0.882986 0.000000 0.469399 0.551153 0.551153 0.551153 2176.131592 0.000000 3029.263428 0.000000 0.942395 0.000000 0.334502 0.626291 0.626291 0.626291 2192.354492 0.000000 3034.710938 0.000000 0.996100 0.000000 0.088227 0.789237 0.789237 0.789237 @@ -43837,7 +43561,6 @@ 1866.026978 0.000000 3190.200195 0.000000 0.982766 0.000000 0.184856 0.711622 0.711622 0.711622 1860.188354 0.000000 3188.023438 0.000000 0.868084 0.000000 0.496417 0.754350 0.754350 0.754350 1856.575195 0.000000 3193.806885 0.000000 0.891782 0.000000 -0.452466 1.023187 1.023187 1.023187 -1848.605103 0.000000 3217.886719 0.000000 0.269874 0.000000 -0.962896 1.393450 1.393450 1.393450 1864.169312 0.000000 3195.736328 0.000000 0.302362 0.000000 0.953193 0.199344 0.199344 0.199344 1851.634277 0.000000 3213.311768 0.000000 0.389439 0.000000 -0.921052 1.356519 1.356519 1.356519 1843.599854 0.000000 3217.020264 0.000000 0.939345 0.000000 -0.342975 0.965010 0.965010 0.965010 @@ -44350,7 +44073,6 @@ 2004.527222 0.000000 3237.138916 0.000000 0.465272 0.000000 0.885168 0.283372 0.283372 0.283372 2006.359741 0.000000 3197.867188 0.000000 0.971844 0.000000 -0.235626 0.912116 0.912116 0.912116 1997.375000 0.000000 3229.792725 0.000000 0.752046 0.000000 -0.659110 1.140636 1.140636 1.140636 -2000.999146 0.000000 3239.286377 0.000000 0.909877 0.000000 0.414879 0.596644 0.596644 0.596644 2008.499390 0.000000 3237.440674 0.000000 0.550791 0.000000 0.834643 0.330606 0.330606 0.330606 1997.461182 0.000000 3237.290771 0.000000 0.977124 0.000000 -0.212671 0.901870 0.901870 0.901870 1990.186523 0.000000 3233.613770 0.000000 0.573417 0.000000 0.819263 0.355117 0.355117 0.355117 @@ -44536,7 +44258,6 @@ 1983.142334 0.000000 3243.466309 0.000000 0.980709 0.000000 0.195471 0.706875 0.706875 0.706875 1992.962402 0.000000 3260.309326 0.000000 0.506088 0.000000 -0.862482 1.294429 1.294429 1.294429 1983.387085 0.000000 3248.169678 0.000000 0.402037 0.000000 0.915623 0.261556 0.261556 0.261556 -2002.222778 0.000000 3239.788086 0.000000 0.990286 0.000000 0.139043 0.733692 0.733692 0.733692 2013.403320 0.000000 3243.974121 0.000000 0.493657 0.000000 0.869657 0.298748 0.298748 0.298748 1969.650269 0.000000 3261.840088 0.000000 0.817012 0.000000 0.576621 0.507861 0.507861 0.507861 1971.373169 0.000000 3267.776123 0.000000 0.126714 0.000000 0.991939 0.113728 0.113728 0.113728 @@ -44755,11 +44476,9 @@ 2008.154419 0.000000 3243.210693 0.000000 0.550514 0.000000 -0.834826 1.269551 1.269551 1.269551 1760.064819 0.000000 3370.243652 0.000000 0.715653 0.000000 0.698456 0.773746 0.773746 0.773746 1788.550659 0.000000 3381.107666 0.000000 0.609384 0.000000 -0.792875 1.235183 1.235183 1.235183 -1748.909058 0.000000 3358.936035 0.000000 0.537804 0.000000 0.843070 0.329257 0.329257 0.329257 1745.567749 0.000000 3352.793213 0.000000 0.860659 0.000000 -0.509182 1.053944 1.053944 1.053944 1769.755615 0.000000 3358.846924 0.000000 0.487185 0.000000 -0.873299 1.304782 1.304782 1.304782 1781.398438 0.000000 3373.761475 0.000000 0.249258 0.000000 0.968437 0.173079 0.173079 0.173079 -1771.946533 0.000000 3366.067871 0.000000 0.316793 0.000000 0.948495 0.206559 0.206559 0.206559 1792.522827 0.000000 3381.409424 0.000000 0.960935 0.000000 0.276774 0.666697 0.666697 0.666697 1775.464966 0.000000 3369.248047 0.000000 0.893434 0.000000 0.449194 0.584138 0.584138 0.584138 1752.808472 0.000000 3352.084229 0.000000 0.446708 0.000000 -0.894680 0.855309 0.855309 0.855309 @@ -44773,18 +44492,15 @@ 1753.780518 0.000000 3364.690674 0.000000 0.940908 0.000000 0.338664 0.778609 0.778609 0.778609 1793.687012 0.000000 3377.014648 0.000000 0.279171 0.000000 -0.960241 1.409605 1.409605 1.409605 1778.018555 0.000000 3373.459717 0.000000 0.288627 0.000000 0.957442 0.192510 0.192510 0.192510 -1755.245972 0.000000 3359.668213 0.000000 0.449946 0.000000 0.893056 0.277383 0.277383 0.277383 1742.628296 0.000000 3351.335938 0.000000 0.975397 0.000000 0.220454 0.705884 0.705884 0.705884 1773.160156 0.000000 3363.159912 0.000000 0.793490 0.000000 -0.608583 1.111004 1.111004 1.111004 1796.688965 0.000000 3376.295898 0.000000 0.926572 0.000000 0.376116 0.617477 0.617477 0.617477 1769.930664 0.000000 3372.909180 0.000000 0.735949 0.000000 0.677037 0.504404 0.504404 0.504404 1793.531128 0.000000 3358.404541 0.000000 0.551935 0.000000 -0.833887 0.904384 0.904384 0.904384 1768.832520 0.000000 3355.997314 0.000000 0.945533 0.000000 -0.325525 0.947013 0.947013 0.947013 -1760.636475 0.000000 3363.374268 0.000000 0.175640 0.000000 -0.984454 1.459957 1.459957 1.459957 1765.557007 0.000000 3367.060791 0.000000 0.395878 0.000000 0.918303 0.702378 0.702378 0.702378 1783.866211 0.000000 3375.339844 0.000000 0.444811 0.000000 0.895625 0.272449 0.272449 0.272449 1776.612915 0.000000 3361.855469 0.000000 0.680729 0.000000 0.732535 0.717910 0.717910 0.717910 -1759.511841 0.000000 3360.783936 0.000000 0.947479 0.000000 -0.319819 0.949541 0.949541 0.949541 1752.612915 0.000000 3349.231934 0.000000 0.313546 0.000000 -0.949573 1.310058 1.310058 1.310058 1743.077393 0.000000 3355.102783 0.000000 0.103726 0.000000 0.994606 0.120306 0.120306 0.120306 1748.275757 0.000000 3352.009277 0.000000 0.627697 0.000000 -0.778458 1.224103 1.224103 1.224103 @@ -44793,7 +44509,6 @@ 1795.005249 0.000000 3363.246582 0.000000 0.804727 0.000000 0.593645 0.716219 0.716219 0.716219 1747.892822 0.000000 3347.323242 0.000000 0.987981 0.000000 -0.154577 0.861684 0.861684 0.861684 1751.644531 0.000000 3358.933594 0.000000 0.591163 0.000000 -0.806552 1.244139 1.244139 1.244139 -1791.781250 0.000000 3373.000732 0.000000 0.953435 0.000000 -0.301598 0.829371 0.829371 0.829371 1799.399048 0.000000 3377.116455 0.000000 0.627190 0.000000 -0.778866 1.219063 1.219063 1.219063 1769.161255 0.000000 3369.098633 0.000000 0.956574 0.000000 0.291488 0.660583 0.660583 0.660583 1761.017944 0.000000 3358.445557 0.000000 0.983754 0.000000 0.179522 0.714561 0.714561 0.714561 @@ -44949,10 +44664,8 @@ 1853.390625 0.000000 3373.761475 0.000000 0.999670 0.000000 -0.025699 0.812063 0.812063 0.812063 1863.375854 0.000000 3320.498779 0.000000 0.421015 0.000000 0.907054 0.731920 0.731920 0.731920 1857.014771 0.000000 3383.255127 0.000000 0.921871 0.000000 -0.387496 0.987556 0.987556 0.987556 -1815.128174 0.000000 3378.805908 0.000000 0.885751 0.000000 -0.464160 1.029441 1.029441 1.029441 1864.515015 0.000000 3381.409424 0.000000 0.944079 0.000000 0.329718 0.640953 0.640953 0.640953 1803.724854 0.000000 3380.247803 0.000000 0.622940 0.000000 0.782270 0.372999 0.372999 0.372999 -1809.823730 0.000000 3377.260498 0.000000 0.102180 0.000000 -0.994766 1.498011 1.498011 1.498011 1855.239746 0.000000 3369.284180 0.000000 0.281055 0.000000 0.959692 0.188755 0.188755 0.188755 1854.412964 0.000000 3339.583252 0.000000 0.988795 0.000000 -0.149277 0.876311 0.876311 0.876311 1807.964233 0.000000 3380.241699 0.000000 0.207646 0.000000 -0.978204 1.447240 1.447240 1.447240 @@ -44962,7 +44675,6 @@ 1870.629150 0.000000 3381.770020 0.000000 0.878824 0.000000 -0.477146 1.036437 1.036437 1.036437 1868.308350 0.000000 3365.646973 0.000000 0.981220 0.000000 -0.192890 0.891880 0.891880 0.891880 1850.761963 0.000000 3366.901123 0.000000 0.979051 0.000000 0.203615 0.702532 0.702532 0.702532 -1866.345947 0.000000 3368.349854 0.000000 0.641066 0.000000 -0.767486 1.214135 1.214135 1.214135 1836.470337 0.000000 3338.147949 0.000000 0.202890 0.000000 0.979201 0.191388 0.191388 0.191388 1861.408813 0.000000 3365.873291 0.000000 0.995323 0.000000 0.096605 0.754008 0.754008 0.754008 1866.676147 0.000000 3354.730957 0.000000 0.951806 0.000000 0.306701 0.653069 0.653069 0.653069 @@ -44973,7 +44685,6 @@ 1851.381958 0.000000 3334.410645 0.000000 0.579335 0.000000 0.815090 0.716262 0.716262 0.716262 1871.377441 0.000000 3360.456055 0.000000 0.698353 0.000000 0.715753 0.460648 0.460648 0.460648 1828.599487 0.000000 3319.510254 0.000000 0.870845 0.000000 0.491558 0.759973 0.759973 0.759973 -1808.287964 0.000000 3370.467285 0.000000 0.559873 0.000000 -0.828578 1.262252 1.262252 1.262252 1868.681152 0.000000 3376.295898 0.000000 0.220578 0.000000 0.975369 0.159053 0.159053 0.159053 1868.293579 0.000000 3371.427734 0.000000 0.986639 0.000000 -0.162920 0.876809 0.876809 0.876809 1865.523315 0.000000 3358.404541 0.000000 0.975653 0.000000 -0.219320 0.904665 0.904665 0.904665 @@ -45771,7 +45482,6 @@ 1873.259155 0.000000 3374.897217 0.000000 0.162088 0.000000 -0.986776 0.850618 0.850618 0.850618 1901.332031 0.000000 3363.466309 0.000000 0.154764 0.000000 -0.987952 1.520861 1.520861 1.520861 1892.468140 0.000000 3326.253662 0.000000 0.052641 0.000000 0.998614 0.733294 0.733294 0.733294 -1876.765625 0.000000 3348.426758 0.000000 0.503017 0.000000 -0.864277 1.331558 1.331558 1.331558 1925.382812 0.000000 3373.761475 0.000000 0.294034 0.000000 -0.955795 1.404803 1.404803 1.404803 1885.868774 0.000000 3370.783691 0.000000 0.836311 0.000000 -0.548255 1.067717 1.067717 1.067717 1877.723999 0.000000 3358.166016 0.000000 0.570856 0.000000 0.821050 0.309422 0.309422 0.309422 @@ -45781,7 +45491,6 @@ 1919.449341 0.000000 3369.248047 0.000000 0.054562 0.000000 -0.998510 1.523747 1.523747 1.523747 1927.231934 0.000000 3369.284180 0.000000 0.743832 0.000000 0.668366 0.471050 0.471050 0.471050 1880.327515 0.000000 3363.762207 0.000000 0.393313 0.000000 -0.919405 1.321899 1.321899 1.321899 -1896.792847 0.000000 3352.084229 0.000000 0.567805 0.000000 0.823163 0.307532 0.307532 0.307532 1908.025757 0.000000 3383.001465 0.000000 0.994172 0.000000 -0.107807 0.849188 0.849188 0.849188 1879.956421 0.000000 3380.241699 0.000000 0.884203 0.000000 -0.467102 1.031022 1.031022 1.031022 1889.188232 0.000000 3372.166504 0.000000 0.666724 0.000000 -0.745305 1.198080 1.198080 1.198080 @@ -45790,7 +45499,6 @@ 1922.754150 0.000000 3366.901123 0.000000 0.149426 0.000000 0.988773 0.147330 0.147330 0.147330 1874.955933 0.000000 3356.217529 0.000000 0.748259 0.000000 -0.663406 1.169424 1.169424 1.169424 1885.160400 0.000000 3325.102051 0.000000 0.214203 0.000000 0.976789 0.718817 0.718817 0.718817 -1899.730225 0.000000 3349.162598 0.000000 0.056068 0.000000 0.998427 0.028570 0.028570 0.028570 1903.627930 0.000000 3353.280273 0.000000 0.409042 0.000000 0.912516 0.253645 0.253645 0.253645 1922.002930 0.000000 3373.459717 0.000000 0.740441 0.000000 -0.672122 1.150361 1.150361 1.150361 1905.989136 0.000000 3346.517822 0.000000 0.958324 0.000000 0.285685 0.779748 0.779748 0.779748 @@ -45800,7 +45508,6 @@ 1887.208374 0.000000 3382.005615 0.000000 0.998102 0.000000 -0.061585 0.827077 0.827077 0.827077 1880.280151 0.000000 3370.467285 0.000000 0.752108 0.000000 0.659040 0.472342 0.472342 0.472342 1900.513794 0.000000 3355.698975 0.000000 0.183027 0.000000 -0.983108 1.362236 1.362236 1.362236 -1878.260132 0.000000 3351.085693 0.000000 0.976876 0.000000 0.213808 0.696286 0.696286 0.696286 1912.467651 0.000000 3333.059570 0.000000 0.720694 0.000000 0.693253 0.452719 0.452719 0.452719 1900.835449 0.000000 3382.270996 0.000000 0.801481 0.000000 -0.598020 1.105989 1.105989 1.105989 1890.039795 0.000000 3378.365234 0.000000 0.340845 0.000000 -0.940120 1.281189 1.281189 1.281189 @@ -46009,7 +45716,6 @@ 1999.224121 0.000000 3369.284180 0.000000 0.947251 0.000000 0.320493 0.779800 0.779800 0.779800 1980.017944 0.000000 3383.001465 0.000000 0.091325 0.000000 0.995821 0.046576 0.046576 0.046576 1978.506958 0.000000 3379.874512 0.000000 0.977993 0.000000 0.208638 0.787826 0.787826 0.787826 -2014.613525 0.000000 3381.770020 0.000000 0.483096 0.000000 -0.875567 1.307005 1.307005 1.307005 1961.756836 0.000000 3345.178223 0.000000 0.950050 0.000000 0.312096 0.661171 0.661171 0.661171 1952.805054 0.000000 3353.012451 0.000000 0.196542 0.000000 -0.980495 1.381334 1.381334 1.381334 2012.665527 0.000000 3376.295898 0.000000 0.495798 0.000000 0.868438 0.299919 0.299919 0.299919 @@ -46082,7 +45788,6 @@ 1905.062988 0.000000 3409.854004 0.000000 0.884713 0.000000 0.466136 0.784504 0.784504 0.784504 1918.701904 0.000000 3445.772461 0.000000 0.999743 0.000000 0.022689 0.789168 0.789168 0.789168 1913.744629 0.000000 3415.936523 0.000000 0.175691 0.000000 -0.984445 1.465502 1.465502 1.465502 -1897.682251 0.000000 3428.873779 0.000000 0.601236 0.000000 0.799071 0.358103 0.358103 0.358103 1900.437256 0.000000 3385.136475 0.000000 0.999924 0.000000 0.012356 0.794127 0.794127 0.794127 1891.345703 0.000000 3447.748047 0.000000 0.268974 0.000000 -0.963147 1.419811 1.419811 1.419811 1892.893433 0.000000 3430.920410 0.000000 0.908772 0.000000 -0.417294 1.005478 1.005478 1.005478 @@ -46101,7 +45806,6 @@ 1915.930908 0.000000 3438.052246 0.000000 0.108874 0.000000 -0.994056 1.497731 1.497731 1.497731 1919.449341 0.000000 3441.232422 0.000000 0.568899 0.000000 0.822407 0.339066 0.339066 0.339066 1875.560181 0.000000 3397.961914 0.000000 0.788932 0.000000 0.614480 0.485453 0.485453 0.485453 -1896.792847 0.000000 3424.068604 0.000000 0.993445 0.000000 0.114309 0.748062 0.748062 0.748062 1902.111450 0.000000 3438.956055 0.000000 0.865139 0.000000 -0.501533 1.050780 1.050780 1.050780 1872.394409 0.000000 3383.434570 0.000000 0.658629 0.000000 0.752467 0.395103 0.395103 0.395103 1910.056396 0.000000 3416.079590 0.000000 0.040622 0.000000 0.999175 0.106265 0.106265 0.106265 @@ -46913,7 +46617,6 @@ 2069.367188 0.000000 3229.792725 0.000000 0.112458 0.000000 -0.993657 1.493097 1.493097 1.493097 2055.052490 0.000000 3229.973633 0.000000 0.012221 0.000000 0.999925 0.059143 0.059143 0.059143 2072.991455 0.000000 3239.286377 0.000000 0.522375 0.000000 -0.852716 1.285402 1.285402 1.285402 -2080.491455 0.000000 3237.440674 0.000000 0.981228 0.000000 0.192851 0.708140 0.708140 0.708140 2063.433838 0.000000 3225.279297 0.000000 0.774423 0.000000 0.632668 0.474393 0.474393 0.474393 2061.533691 0.000000 3173.263672 0.000000 0.583682 0.000000 -0.811983 0.856774 0.856774 0.856774 2052.010254 0.000000 3239.032715 0.000000 0.997140 0.000000 0.075572 0.764043 0.764043 0.764043 @@ -47364,7 +47067,6 @@ 2015.808228 0.000000 3246.816895 0.000000 0.903349 0.000000 -0.428906 1.010710 1.010710 1.010710 2065.636963 0.000000 3239.469482 0.000000 0.461593 0.000000 0.887092 0.309725 0.309725 0.309725 2022.404419 0.000000 3248.179688 0.000000 0.787633 0.000000 0.616145 0.758899 0.758899 0.758899 -2046.185547 0.000000 3244.412842 0.000000 0.930107 0.000000 -0.367288 0.978772 0.978772 0.978772 2032.831177 0.000000 3255.755615 0.000000 0.965329 0.000000 0.261036 0.681321 0.681321 0.681321 2058.727051 0.000000 3242.125488 0.000000 0.981670 0.000000 0.190588 0.709231 0.709231 0.709231 2070.970459 0.000000 3245.768311 0.000000 0.122137 0.000000 0.992513 0.111536 0.111536 0.111536 @@ -47381,7 +47083,6 @@ 2081.655762 0.000000 3305.030273 0.000000 0.154868 0.000000 0.987935 0.695412 0.695412 0.695412 2036.864014 0.000000 3246.095703 0.000000 0.811943 0.000000 0.583737 0.742733 0.742733 0.742733 2044.810547 0.000000 3255.647949 0.000000 0.674531 0.000000 -0.738247 1.194757 1.194757 1.194757 -2049.693604 0.000000 3244.533203 0.000000 0.988768 0.000000 -0.149456 0.871310 0.871310 0.871310 2030.597046 0.000000 3279.351562 0.000000 0.327219 0.000000 0.944948 0.201908 0.201908 0.201908 2051.220459 0.000000 3248.963623 0.000000 0.817999 0.000000 0.575220 0.508675 0.508675 0.508675 2044.576050 0.000000 3247.525879 0.000000 0.979056 0.000000 -0.203593 0.897458 0.897458 0.897458 @@ -47417,7 +47118,6 @@ 2037.290527 0.000000 3261.063477 0.000000 0.934488 0.000000 0.355994 0.747660 0.747660 0.747660 2038.900269 0.000000 3254.672852 0.000000 0.521352 0.000000 0.853341 0.314028 0.314028 0.314028 2042.611328 0.000000 3239.473389 0.000000 0.027694 0.000000 0.999616 0.066499 0.066499 0.066499 -2080.296875 0.000000 3239.376221 0.000000 0.966214 0.000000 0.257740 0.682334 0.682334 0.682334 2047.017456 0.000000 3283.693115 0.000000 0.404206 0.000000 0.914668 0.643180 0.643180 0.643180 2043.916504 0.000000 3243.555420 0.000000 0.350749 0.000000 -0.936469 1.376318 1.376318 1.376318 2073.403320 0.000000 3245.761719 0.000000 0.811066 0.000000 -0.584954 1.079535 1.079535 1.079535 @@ -48985,7 +48685,6 @@ 2091.463867 0.000000 3317.887207 0.000000 0.382704 0.000000 0.923871 0.216482 0.216482 0.216482 2101.845215 0.000000 3370.783691 0.000000 0.321562 0.000000 0.946889 0.208950 0.208950 0.208950 2101.029785 0.000000 3348.595703 0.000000 0.450657 0.000000 0.892697 0.277760 0.277760 0.277760 -2125.737061 0.000000 3364.104980 0.000000 0.877990 0.000000 -0.478678 1.037267 1.037267 1.037267 2097.265625 0.000000 3356.198975 0.000000 0.173799 0.000000 -0.984781 1.460843 1.460843 1.460843 2110.682373 0.000000 3315.366211 0.000000 0.999277 0.000000 -0.038013 0.817390 0.817390 0.817390 2096.867188 0.000000 3312.786865 0.000000 0.103302 0.000000 -0.994650 1.547295 1.547295 1.547295 @@ -49026,7 +48725,6 @@ 2089.611816 0.000000 3371.717529 0.000000 0.999649 0.000000 -0.026493 0.802223 0.802223 0.802223 2133.121094 0.000000 3363.159912 0.000000 0.989991 0.000000 -0.141130 0.870987 0.870987 0.870987 2096.256592 0.000000 3370.467285 0.000000 0.874402 0.000000 -0.485203 1.045865 1.045865 1.045865 -2140.866211 0.000000 3348.539307 0.000000 0.497204 0.000000 0.867634 0.265024 0.265024 0.265024 2129.891602 0.000000 3372.909180 0.000000 0.999978 0.000000 0.006591 0.796867 0.796867 0.796867 2094.236572 0.000000 3351.085693 0.000000 0.569208 0.000000 -0.822194 1.256899 1.256899 1.256899 2118.092773 0.000000 3338.560059 0.000000 0.962147 0.000000 -0.272532 0.916872 0.916872 0.916872 @@ -49442,7 +49140,6 @@ 2022.593628 0.000000 3407.386963 0.000000 0.236698 0.000000 -0.971583 1.395836 1.395836 1.395836 2029.144775 0.000000 3397.086426 0.000000 0.942566 0.000000 0.334021 0.652398 0.652398 0.652398 2058.104248 0.000000 3409.814697 0.000000 0.959137 0.000000 0.282941 0.663643 0.663643 0.663643 -2052.447021 0.000000 3410.132324 0.000000 0.620319 0.000000 -0.784349 1.212384 1.212384 1.212384 2077.385498 0.000000 3437.857666 0.000000 0.257913 0.000000 -0.966168 1.396506 1.396506 1.396506 2041.749268 0.000000 3436.675049 0.000000 0.367673 0.000000 0.929955 0.237073 0.237073 0.237073 2063.500977 0.000000 3425.267578 0.000000 0.996097 0.000000 0.088264 0.757989 0.757989 0.757989 @@ -49458,7 +49155,6 @@ 2066.559082 0.000000 3394.360596 0.000000 0.152277 0.000000 0.988338 0.126000 0.126000 0.126000 2043.214722 0.000000 3431.652588 0.000000 0.982999 0.000000 -0.183611 0.887776 0.887776 0.887776 2037.419556 0.000000 3434.527100 0.000000 0.028598 0.000000 0.999591 0.066929 0.066929 0.066929 -2048.077637 0.000000 3412.855225 0.000000 0.630143 0.000000 -0.776479 0.887008 0.887008 0.887008 2021.051147 0.000000 3433.353271 0.000000 0.533391 0.000000 -0.845869 1.279237 1.279237 1.279237 2071.588623 0.000000 3401.601074 0.000000 0.991701 0.000000 -0.128569 0.861284 0.861284 0.861284 2061.316895 0.000000 3408.783203 0.000000 0.102723 0.000000 0.994710 0.102248 0.102248 0.102248 @@ -50830,7 +50526,6 @@ 2177.156982 0.000000 3444.150879 0.000000 0.883130 0.000000 0.469127 0.585444 0.585444 0.585444 2159.849609 0.000000 3418.226562 0.000000 0.100908 0.000000 -0.994896 0.890997 0.890997 0.890997 2202.053955 0.000000 3398.715332 0.000000 0.420480 0.000000 -0.907302 1.329028 1.329028 1.329028 -2168.768066 0.000000 3412.653564 0.000000 0.958220 0.000000 -0.286033 0.946000 0.946000 0.946000 2199.363525 0.000000 3392.138428 0.000000 0.996286 0.000000 -0.086109 0.842876 0.842876 0.842876 2181.672852 0.000000 3452.843750 0.000000 0.823796 0.000000 0.566886 0.513501 0.513501 0.513501 2194.483398 0.000000 3451.858887 0.000000 0.999672 0.000000 -0.025607 0.812173 0.812173 0.812173 @@ -51534,7 +51229,6 @@ 807.571533 0.000000 3475.033691 0.000000 0.117739 0.000000 0.993045 0.060103 0.060103 0.060103 815.963562 0.000000 3468.329590 0.000000 0.947110 0.000000 -0.320910 0.826099 0.826099 0.826099 818.143188 0.000000 3487.352783 0.000000 0.630217 0.000000 0.776419 0.732532 0.732532 0.732532 -820.708862 0.000000 3463.479004 0.000000 0.906392 0.000000 0.422437 0.577879 0.577879 0.577879 804.734741 0.000000 3476.395752 0.000000 0.455863 0.000000 0.890050 0.287100 0.287100 0.287100 836.273132 0.000000 3455.311035 0.000000 0.466542 0.000000 -0.884499 1.320282 1.320282 1.320282 822.233459 0.000000 3482.528809 0.000000 0.930718 0.000000 0.365738 0.761114 0.761114 0.761114 @@ -51690,7 +51384,6 @@ 856.134583 0.000000 3549.681396 0.000000 0.707795 0.000000 0.706418 0.530531 0.530531 0.530531 819.930603 0.000000 3545.314209 0.000000 0.885213 0.000000 0.465186 0.643451 0.643451 0.643451 863.490479 0.000000 3532.772705 0.000000 0.456576 0.000000 0.889684 0.480219 0.480219 0.480219 -814.521301 0.000000 3535.437744 0.000000 0.993565 0.000000 -0.113267 0.838314 0.838314 0.838314 812.970703 0.000000 3532.043457 0.000000 0.800482 0.000000 -0.599357 0.987409 0.987409 0.987409 815.099731 0.000000 3529.327637 0.000000 0.996282 0.000000 0.086148 0.771403 0.771403 0.771403 812.031982 0.000000 3595.956299 0.000000 0.688327 0.000000 -0.725401 1.057738 1.057738 1.057738 @@ -51732,13 +51425,11 @@ 815.652649 0.000000 3537.090332 0.000000 0.383934 0.000000 0.923361 0.257095 0.257095 0.257095 592.145447 0.000000 3600.983154 0.000000 0.838998 0.000000 -0.544134 0.835623 0.835623 0.835623 591.594971 0.000000 3619.002441 0.000000 0.731770 0.000000 0.681552 0.418088 0.418088 0.418088 -599.987000 0.000000 3612.298340 0.000000 0.828548 0.000000 0.559918 0.505641 0.505641 0.505641 586.806519 0.000000 3603.697510 0.000000 0.927722 0.000000 -0.373272 0.825976 0.825976 0.825976 597.535156 0.000000 3616.941895 0.000000 0.063300 0.000000 0.997995 0.128604 0.128604 0.128604 603.444580 0.000000 3613.248291 0.000000 0.739572 0.000000 -0.673077 0.897329 0.897329 0.897329 599.056519 0.000000 3614.594727 0.000000 0.618941 0.000000 0.785438 0.339901 0.339901 0.339901 582.095276 0.000000 3614.166504 0.000000 0.993826 0.000000 0.110952 0.743376 0.743376 0.743376 -582.690491 0.000000 3601.731201 0.000000 0.073330 0.000000 -0.997308 1.386171 1.386171 1.386171 586.903992 0.000000 3616.194580 0.000000 0.975488 0.000000 0.220052 0.702070 0.702070 0.702070 595.326294 0.000000 3616.146729 0.000000 0.769437 0.000000 -0.638723 1.060147 1.060147 1.060147 584.927002 0.000000 3612.096191 0.000000 0.753696 0.000000 0.657223 0.434770 0.434770 0.434770 @@ -52073,7 +51764,6 @@ 883.295044 0.000000 3616.146729 0.000000 0.977298 0.000000 -0.211869 0.874191 0.874191 0.874191 872.335693 0.000000 3620.139160 0.000000 0.532535 0.000000 0.846408 0.427110 0.427110 0.427110 872.895752 0.000000 3612.096191 0.000000 0.111581 0.000000 -0.993755 1.365303 1.365303 1.365303 -880.436157 0.000000 3624.636719 0.000000 0.982559 0.000000 -0.185951 0.872845 0.872845 0.872845 866.581665 0.000000 3599.902100 0.000000 0.999994 0.000000 0.003544 0.798195 0.798195 0.798195 871.364319 0.000000 3618.076172 0.000000 0.941588 0.000000 -0.336767 0.974934 0.974934 0.974934 881.811951 0.000000 3627.034424 0.000000 0.985880 0.000000 0.167453 0.730106 0.730106 0.730106 @@ -53223,7 +52913,6 @@ 1504.722534 0.000000 3508.908203 0.000000 0.716658 0.000000 -0.697425 1.193073 1.193073 1.193073 1498.198730 0.000000 3502.171143 0.000000 0.990095 0.000000 0.140400 0.728258 0.728258 0.728258 1470.858398 0.000000 3491.532715 0.000000 0.107897 0.000000 -0.994162 1.544941 1.544941 1.544941 -1485.108154 0.000000 3468.790039 0.000000 0.999189 0.000000 0.040257 0.779491 0.779491 0.779491 1490.942505 0.000000 3484.354980 0.000000 0.992534 0.000000 0.121966 0.737728 0.737728 0.737728 1486.372925 0.000000 3504.215576 0.000000 0.114911 0.000000 -0.993376 1.541347 1.541347 1.541347 1511.382202 0.000000 3507.958252 0.000000 0.365460 0.000000 -0.930827 1.409459 1.409459 1.409459 @@ -53248,7 +52937,6 @@ 1498.583984 0.000000 3479.696289 0.000000 0.060173 0.000000 0.998188 0.030664 0.030664 0.030664 1478.103271 0.000000 3488.063965 0.000000 0.613255 0.000000 -0.789885 1.263776 1.263776 1.263776 1494.452026 0.000000 3483.552002 0.000000 0.730505 0.000000 0.682907 0.417145 0.417145 0.417145 -1489.017090 0.000000 3476.262451 0.000000 0.499064 0.000000 0.866565 0.266116 0.266116 0.266116 1439.927734 0.000000 3490.210938 0.000000 0.854949 0.000000 -0.518713 1.077742 1.077742 1.077742 1448.846191 0.000000 3484.637939 0.000000 0.995552 0.000000 -0.094212 0.848053 0.848053 0.848053 1498.757446 0.000000 3520.294434 0.000000 0.012320 0.000000 0.999924 0.712846 0.712846 0.712846 @@ -53265,7 +52953,6 @@ 1461.482056 0.000000 3506.511475 0.000000 0.383963 0.000000 -0.923348 0.894007 0.894007 0.894007 1475.282837 0.000000 3464.916748 0.000000 0.742353 0.000000 -0.670009 1.173936 1.173936 1.173936 1495.651123 0.000000 3473.585449 0.000000 0.912622 0.000000 -0.408805 1.014487 1.014487 1.014487 -1491.421021 0.000000 3478.379395 0.000000 0.879032 0.000000 -0.476763 1.053104 1.053104 1.053104 1477.962402 0.000000 3475.539795 0.000000 0.370902 0.000000 0.928672 0.704866 0.704866 0.704866 1485.191406 0.000000 3507.128662 0.000000 0.308750 0.000000 0.951143 0.159857 0.159857 0.159857 1511.416504 0.000000 3504.424805 0.000000 0.754019 0.000000 0.656853 0.435020 0.435020 0.435020 @@ -53274,7 +52961,6 @@ 1451.675659 0.000000 3486.567383 0.000000 0.012317 0.000000 0.999924 0.137005 0.137005 0.137005 1486.168579 0.000000 3477.685791 0.000000 0.722321 0.000000 0.691558 0.411079 0.411079 0.411079 1468.560669 0.000000 3499.667725 0.000000 0.994424 0.000000 0.105453 0.751257 0.751257 0.751257 -1489.613281 0.000000 3472.727783 0.000000 0.928803 0.000000 -0.370574 0.993342 0.993342 0.993342 1442.778809 0.000000 3481.464355 0.000000 0.999788 0.000000 0.020588 0.797944 0.797944 0.797944 1511.821411 0.000000 3479.854004 0.000000 0.896461 0.000000 0.443122 0.566193 0.566193 0.566193 1492.819458 0.000000 3471.714844 0.000000 0.238001 0.000000 0.971265 0.122387 0.122387 0.122387 @@ -53409,7 +53095,6 @@ 1481.730469 0.000000 3475.515137 0.000000 0.022671 0.000000 0.999743 0.011547 0.011547 0.011547 1486.104980 0.000000 3482.606201 0.000000 0.711634 0.000000 0.702550 0.403271 0.403271 0.403271 1489.070435 0.000000 3484.677246 0.000000 0.537061 0.000000 0.843543 0.288745 0.288745 0.288745 -1488.057739 0.000000 3477.896484 0.000000 0.832264 0.000000 0.554380 0.500729 0.500729 0.500729 1507.176636 0.000000 3479.704102 0.000000 0.967680 0.000000 0.252181 0.670164 0.670164 0.670164 1491.988159 0.000000 3469.944092 0.000000 0.797378 0.000000 -0.603481 1.129952 1.129952 1.129952 1491.963989 0.000000 3505.866211 0.000000 0.492597 0.000000 0.870258 0.300277 0.300277 0.300277 @@ -53529,7 +53214,6 @@ 1520.851929 0.000000 3496.981201 0.000000 0.428747 0.000000 0.903425 0.225672 0.225672 0.225672 1513.674316 0.000000 3515.686279 0.000000 0.101972 0.000000 0.994787 0.052025 0.052025 0.052025 1516.597900 0.000000 3473.131592 0.000000 0.740216 0.000000 0.672369 0.424443 0.424443 0.424443 -1514.770996 0.000000 3481.464355 0.000000 0.245899 0.000000 0.969295 0.126533 0.126533 0.126533 1540.535767 0.000000 3489.528809 0.000000 0.688214 0.000000 -0.725507 1.140473 1.140473 1.140473 1518.299194 0.000000 3495.054443 0.000000 0.810421 0.000000 0.585848 0.481219 0.481219 0.481219 1522.860352 0.000000 3490.592041 0.000000 0.898675 0.000000 -0.438616 1.031250 1.031250 1.031250 @@ -56196,7 +55880,6 @@ 2138.987793 0.000000 3532.776611 0.000000 0.931884 0.000000 -0.362755 0.976458 0.976458 0.976458 2116.413818 0.000000 3529.105225 0.000000 0.621672 0.000000 -0.783277 1.225973 1.225973 1.225973 2148.511719 0.000000 3597.060791 0.000000 0.849802 0.000000 -0.527102 1.063904 1.063904 1.063904 -2153.139648 0.000000 3547.250244 0.000000 0.999256 0.000000 -0.038567 0.819647 0.819647 0.819647 2107.494141 0.000000 3527.241211 0.000000 0.666868 0.000000 -0.745176 1.197989 1.197989 1.197989 2120.072510 0.000000 3593.270508 0.000000 0.924030 0.000000 0.382320 0.614304 0.614304 0.614304 2108.870117 0.000000 3574.889160 0.000000 0.917699 0.000000 0.397277 0.606616 0.606616 0.606616 @@ -56250,7 +55933,6 @@ 2103.430908 0.000000 3547.018066 0.000000 0.981315 0.000000 0.192410 0.707965 0.707965 0.707965 2154.314697 0.000000 3584.302979 0.000000 0.889274 0.000000 -0.457375 1.024859 1.024859 1.024859 2087.829346 0.000000 3558.717041 0.000000 0.172099 0.000000 0.985080 0.146716 0.146716 0.146716 -2111.822998 0.000000 3540.313965 0.000000 0.412288 0.000000 -0.911054 1.344663 1.344663 1.344663 2154.644775 0.000000 3570.684082 0.000000 0.700272 0.000000 0.713876 0.395101 0.395101 0.395101 2153.647949 0.000000 3592.967773 0.000000 0.603210 0.000000 0.797582 0.361127 0.361127 0.361127 2108.856201 0.000000 3534.033203 0.000000 0.999261 0.000000 -0.038437 0.818275 0.818275 0.818275 @@ -56803,7 +56485,6 @@ 2111.511963 0.000000 3537.090332 0.000000 0.022386 0.000000 0.999749 0.067068 0.067068 0.067068 2194.302246 0.000000 3510.002197 0.000000 0.704441 0.000000 -0.709763 0.809457 0.809457 0.809457 2210.331055 0.000000 3520.751221 0.000000 0.265850 0.000000 0.964015 0.774002 0.774002 0.774002 -2173.381348 0.000000 3461.557617 0.000000 0.967779 0.000000 0.251800 0.670364 0.670364 0.670364 2229.532471 0.000000 3466.801514 0.000000 0.300205 0.000000 0.953875 0.759547 0.759547 0.759547 2170.184082 0.000000 3516.931641 0.000000 0.968142 0.000000 -0.250401 0.810110 0.810110 0.810110 2217.201904 0.000000 3476.321777 0.000000 0.960209 0.000000 0.279281 0.788694 0.788694 0.788694 @@ -56833,7 +56514,6 @@ 2190.080078 0.000000 3510.940430 0.000000 0.145867 0.000000 0.989304 0.706119 0.706119 0.706119 2160.363281 0.000000 3455.418945 0.000000 0.513126 0.000000 0.858313 0.744350 0.744350 0.744350 2209.676270 0.000000 3492.457520 0.000000 0.190423 0.000000 0.981702 0.185724 0.185724 0.185724 -2170.138428 0.000000 3463.012939 0.000000 0.063878 0.000000 -0.997958 1.567445 1.567445 1.567445 2170.055664 0.000000 3474.598633 0.000000 0.983400 0.000000 0.181449 0.708532 0.708532 0.708532 2163.100586 0.000000 3484.971436 0.000000 0.742844 0.000000 0.669464 0.451342 0.451342 0.451342 2159.849609 0.000000 3490.210938 0.000000 0.139108 0.000000 0.990277 0.119672 0.119672 0.119672 @@ -56850,8 +56530,6 @@ 2185.626709 0.000000 3477.793213 0.000000 0.836120 0.000000 -0.548547 1.075996 1.075996 1.075996 2187.349609 0.000000 3483.729248 0.000000 0.773287 0.000000 -0.634056 1.126459 1.126459 1.126459 2162.924805 0.000000 3500.186279 0.000000 0.619296 0.000000 0.785158 0.370789 0.370789 0.370789 -2165.892578 0.000000 3486.869141 0.000000 0.862533 0.000000 0.506001 0.547811 0.547811 0.547811 -2166.577881 0.000000 3479.371338 0.000000 0.096660 0.000000 0.995317 0.099352 0.099352 0.099352 2173.129150 0.000000 3469.070801 0.000000 0.574304 0.000000 -0.818642 1.288436 1.288436 1.288436 2175.423096 0.000000 3475.033691 0.000000 0.753460 0.000000 -0.657493 1.141052 1.141052 1.141052 2226.306885 0.000000 3512.318604 0.000000 0.221481 0.000000 -0.975165 1.429742 1.429742 1.429742 @@ -60991,11 +60669,7 @@ 2538.107910 0.000000 2673.602051 0.000000 0.052074 0.000000 -0.998643 1.224648 1.224648 1.224648 2336.119141 0.000000 2752.631592 0.000000 0.593592 0.000000 0.804766 0.786924 0.786924 0.786924 2308.539551 0.000000 2788.688965 0.000000 0.313241 0.000000 -0.949674 0.840015 0.840015 0.840015 -2319.073486 0.000000 2802.930908 0.000000 0.929332 0.000000 -0.369246 0.992614 0.992614 0.992614 -2313.769043 0.000000 2801.385498 0.000000 0.380003 0.000000 0.924985 0.198523 0.198523 0.198523 -2325.657227 0.000000 2804.984375 0.000000 0.284126 0.000000 0.958787 0.236391 0.236391 0.236391 2309.834961 0.000000 2791.987793 0.000000 0.690296 0.000000 -0.723527 1.199044 1.199044 1.199044 -2345.750488 0.000000 2804.517090 0.000000 0.280673 0.000000 0.959804 0.147461 0.147461 0.147461 2373.364258 0.000000 2740.083496 0.000000 0.282472 0.000000 0.959276 0.145847 0.145847 0.145847 2359.557373 0.000000 2753.741699 0.000000 0.948795 0.000000 0.315893 0.767263 0.767263 0.767263 2311.091553 0.000000 2798.273193 0.000000 0.377234 0.000000 0.926118 0.197000 0.197000 0.197000 @@ -61005,7 +60679,6 @@ 2353.185791 0.000000 2738.455811 0.000000 0.975140 0.000000 0.221592 0.779918 0.779918 0.779918 2366.739014 0.000000 2803.246826 0.000000 0.059908 0.000000 0.998204 0.667229 0.667229 0.667229 2315.444580 0.000000 2775.304443 0.000000 0.714079 0.000000 -0.700066 0.877442 0.877442 0.877442 -2321.992920 0.000000 2802.490234 0.000000 0.565224 0.000000 -0.824938 1.294064 1.294064 1.294064 2307.087402 0.000000 2793.049316 0.000000 0.943862 0.000000 0.330341 0.628538 0.628538 0.628538 2370.563965 0.000000 2753.112549 0.000000 0.510745 0.000000 0.859733 0.665669 0.665669 0.665669 2369.476318 0.000000 2740.240723 0.000000 0.604686 0.000000 0.796464 0.378570 0.378570 0.378570 @@ -61356,7 +61029,6 @@ 2435.599854 0.000000 2782.998047 0.000000 0.991788 0.000000 0.127891 0.734687 0.734687 0.734687 2399.480713 0.000000 2745.262207 0.000000 0.416517 0.000000 -0.909128 1.226214 1.226214 1.226214 2436.163086 0.000000 2786.342041 0.000000 0.999998 0.000000 0.002054 0.799233 0.799233 0.799233 -2321.039795 0.000000 2853.134277 0.000000 0.953772 0.000000 -0.300530 0.955462 0.955462 0.955462 2325.995605 0.000000 2861.772217 0.000000 0.504836 0.000000 0.863215 0.269515 0.269515 0.269515 2325.742188 0.000000 2845.784912 0.000000 0.999947 0.000000 -0.010288 0.805240 0.805240 0.805240 2323.298828 0.000000 2871.873047 0.000000 0.877232 0.000000 -0.480067 0.823002 0.823002 0.823002 @@ -62564,7 +62236,6 @@ 3037.237549 0.000000 2498.831055 0.000000 0.928068 0.000000 -0.372410 0.994350 0.994350 0.994350 3060.894531 0.000000 2483.761719 0.000000 0.788245 0.000000 0.615361 0.462416 0.462416 0.462416 3081.108154 0.000000 2468.540527 0.000000 0.536556 0.000000 -0.843864 1.311560 1.311560 1.311560 -3057.000732 0.000000 2469.310547 0.000000 0.309733 0.000000 0.950823 0.160384 0.160384 0.160384 3070.262695 0.000000 2486.207031 0.000000 0.220041 0.000000 -0.975491 1.487009 1.487009 1.487009 3045.664062 0.000000 2485.863037 0.000000 0.701853 0.000000 -0.712322 1.203770 1.203770 1.203770 3077.868164 0.000000 2491.849854 0.000000 0.912868 0.000000 -0.408254 1.014180 1.014180 1.014180 @@ -62638,7 +62309,6 @@ 3063.654541 0.000000 2482.618896 0.000000 0.357847 0.000000 -0.933780 1.413617 1.413617 1.413617 3086.475098 0.000000 2462.872314 0.000000 0.791830 0.000000 -0.610742 1.134606 1.134606 1.134606 3058.235352 0.000000 2466.758301 0.000000 0.966054 0.000000 -0.258338 0.822963 0.822963 0.822963 -3058.678711 0.000000 2471.614746 0.000000 0.981363 0.000000 -0.192161 0.898479 0.898479 0.898479 3035.915527 0.000000 2511.676514 0.000000 0.051270 0.000000 -0.998685 1.573877 1.573877 1.573877 3080.791992 0.000000 2491.570312 0.000000 0.951065 0.000000 0.308992 0.640013 0.640013 0.640013 3080.442383 0.000000 2473.963135 0.000000 0.980780 0.000000 -0.195116 0.900013 0.900013 0.900013 @@ -62959,7 +62629,6 @@ 3084.092773 0.000000 2498.404541 0.000000 0.839614 0.000000 -0.543184 1.092450 1.092450 1.092450 3104.851318 0.000000 2485.926270 0.000000 0.591360 0.000000 -0.806408 1.277746 1.277746 1.277746 3125.127441 0.000000 2478.789062 0.000000 0.242236 0.000000 0.970217 0.124609 0.124609 0.124609 -3128.930176 0.000000 2474.057129 0.000000 0.010774 0.000000 0.999942 0.005487 0.005487 0.005487 3095.702148 0.000000 2491.121338 0.000000 0.774752 0.000000 0.632265 0.451401 0.451401 0.451401 3097.126465 0.000000 2511.084717 0.000000 0.122897 0.000000 0.992419 0.062750 0.062750 0.062750 3109.845947 0.000000 2480.807861 0.000000 0.155499 0.000000 -0.987836 1.520482 1.520482 1.520482 @@ -62976,9 +62645,7 @@ 3164.167725 0.000000 2501.834473 0.000000 0.998776 0.000000 0.049453 0.796048 0.796048 0.796048 3143.563721 0.000000 2478.335693 0.000000 0.949454 0.000000 -0.313907 0.824234 0.824234 0.824234 3123.248047 0.000000 2475.947998 0.000000 0.845898 0.000000 -0.533345 0.844942 0.844942 0.844942 -3095.744141 0.000000 2468.369141 0.000000 0.298218 0.000000 -0.954498 1.445772 1.445772 1.445772 3116.855713 0.000000 2475.471924 0.000000 0.710675 0.000000 0.703521 0.424396 0.424396 0.424396 -3120.689697 0.000000 2473.571777 0.000000 0.894841 0.000000 -0.446385 1.035662 1.035662 1.035662 3113.631836 0.000000 2481.365723 0.000000 0.706506 0.000000 0.707707 0.423122 0.423122 0.423122 3127.960449 0.000000 2477.058350 0.000000 0.278070 0.000000 -0.960561 1.456489 1.456489 1.456489 3100.934082 0.000000 2497.556396 0.000000 0.410044 0.000000 -0.912066 1.384821 1.384821 1.384821 @@ -63232,7 +62899,6 @@ 3170.815430 0.000000 2492.405029 0.000000 0.259321 0.000000 0.965791 0.705920 0.705920 0.705920 3199.487305 0.000000 2489.467773 0.000000 0.978672 0.000000 -0.205429 0.885952 0.885952 0.885952 3198.853027 0.000000 2471.566162 0.000000 0.084590 0.000000 -0.996416 0.912788 0.912788 0.912788 -3170.591309 0.000000 2473.683105 0.000000 0.658753 0.000000 0.752359 0.413891 0.413891 0.413891 3182.482910 0.000000 2477.918945 0.000000 0.942798 0.000000 -0.333364 0.835976 0.835976 0.835976 3169.867676 0.000000 2502.480225 0.000000 0.373457 0.000000 0.927648 0.330176 0.330176 0.330176 3217.092041 0.000000 2450.518311 0.000000 0.125776 0.000000 -0.992059 0.926957 0.926957 0.926957 @@ -63430,11 +63096,9 @@ 3287.194336 0.000000 2534.888428 0.000000 0.081485 0.000000 0.996675 0.672104 0.672104 0.672104 3239.883057 0.000000 2565.887451 0.000000 0.589813 0.000000 0.807540 0.683605 0.683605 0.683605 3297.132568 0.000000 2553.811279 0.000000 0.996947 0.000000 0.078084 0.766124 0.766124 0.766124 -3284.618652 0.000000 2535.750732 0.000000 0.521128 0.000000 -0.853479 1.202358 1.202358 1.202358 3241.623535 0.000000 2590.399414 0.000000 0.779671 0.000000 0.626190 0.718913 0.718913 0.718913 3298.948730 0.000000 2587.046875 0.000000 0.116241 0.000000 0.993221 0.178422 0.178422 0.178422 3293.313965 0.000000 2523.846924 0.000000 0.892362 0.000000 0.451320 0.609220 0.609220 0.609220 -3303.666016 0.000000 2532.548828 0.000000 0.923203 0.000000 0.384313 0.738549 0.738549 0.738549 3290.935791 0.000000 2562.980225 0.000000 0.947886 0.000000 -0.318609 0.947011 0.947011 0.947011 3296.434082 0.000000 2548.908936 0.000000 0.994934 0.000000 -0.100535 0.813878 0.813878 0.813878 3300.195557 0.000000 2525.426270 0.000000 0.537042 0.000000 0.843556 0.415046 0.415046 0.415046 @@ -63749,7 +63413,6 @@ 3155.972900 0.000000 2663.169678 0.000000 0.312118 0.000000 -0.950043 1.438338 1.438338 1.438338 3164.545166 0.000000 2661.429932 0.000000 0.621829 0.000000 -0.783153 0.992274 0.992274 0.992274 3089.369141 0.000000 2731.487793 0.000000 0.654317 0.000000 -0.756221 0.918174 0.918174 0.918174 -3120.156250 0.000000 2724.562988 0.000000 0.293021 0.000000 0.956106 0.738961 0.738961 0.738961 3161.339355 0.000000 2665.636230 0.000000 0.948659 0.000000 -0.316299 0.963905 0.963905 0.963905 3154.097900 0.000000 2663.913086 0.000000 0.995845 0.000000 -0.091067 0.846444 0.846444 0.846444 3127.554443 0.000000 2696.642822 0.000000 0.927544 0.000000 0.373714 0.624059 0.624059 0.624059 @@ -64745,7 +64408,6 @@ 3208.327881 0.000000 2646.535156 0.000000 0.972167 0.000000 -0.234290 0.920442 0.920442 0.920442 3218.717041 0.000000 2643.632324 0.000000 0.080416 0.000000 -0.996761 1.559000 1.559000 1.559000 3189.563477 0.000000 2661.015625 0.000000 0.994442 0.000000 0.105289 0.746277 0.746277 0.746277 -3218.613525 0.000000 2647.057373 0.000000 0.250044 0.000000 -0.968235 1.444963 1.444963 1.444963 3234.009521 0.000000 2603.310059 0.000000 0.490628 0.000000 -0.871369 1.338828 1.338828 1.338828 3227.995605 0.000000 2635.598145 0.000000 0.050379 0.000000 0.998730 0.025668 0.025668 0.025668 3191.043701 0.000000 2649.003174 0.000000 0.999216 0.000000 -0.039596 0.820172 0.820172 0.820172 @@ -64771,7 +64433,6 @@ 3199.465820 0.000000 2653.336914 0.000000 0.001689 0.000000 0.999999 0.000860 0.000860 0.000860 3215.574951 0.000000 2603.429443 0.000000 0.278897 0.000000 -0.960321 1.384013 1.384013 1.384013 3222.093018 0.000000 2613.170654 0.000000 0.987289 0.000000 0.158936 0.726680 0.726680 0.726680 -3196.694824 0.000000 2662.427246 0.000000 0.998805 0.000000 -0.048870 0.824899 0.824899 0.824899 3218.684326 0.000000 2617.617188 0.000000 0.449536 0.000000 -0.893262 1.362543 1.362543 1.362543 3199.505371 0.000000 2630.494141 0.000000 0.487986 0.000000 0.872852 0.278701 0.278701 0.278701 3220.640869 0.000000 2622.739014 0.000000 0.900051 0.000000 -0.435785 1.029646 1.029646 1.029646 @@ -64781,7 +64442,6 @@ 3233.878418 0.000000 2614.325195 0.000000 0.627849 0.000000 0.778335 0.345703 0.345703 0.345703 3228.039795 0.000000 2612.148438 0.000000 0.878227 0.000000 -0.478243 1.053962 1.053962 1.053962 3202.663086 0.000000 2615.583496 0.000000 0.968316 0.000000 -0.249727 0.827726 0.827726 0.827726 -3185.899170 0.000000 2658.521484 0.000000 0.740717 0.000000 0.671818 0.424822 0.424822 0.424822 3224.426758 0.000000 2617.931885 0.000000 0.385845 0.000000 0.922564 0.201744 0.201744 0.201744 3207.270264 0.000000 2617.331299 0.000000 0.863521 0.000000 -0.504314 1.014310 1.014310 1.014310 3211.302979 0.000000 2626.398193 0.000000 0.680007 0.000000 0.733206 0.481107 0.481107 0.481107 @@ -65104,7 +64764,6 @@ 3268.021484 0.000000 2601.258301 0.000000 0.664513 0.000000 0.747277 0.488168 0.488168 0.488168 3215.308838 0.000000 2721.388672 0.000000 0.379400 0.000000 0.925233 0.733919 0.733919 0.733919 3198.477051 0.000000 2663.558350 0.000000 0.721982 0.000000 0.691912 0.427618 0.427618 0.427618 -3221.321777 0.000000 2667.815674 0.000000 0.617471 0.000000 -0.786594 0.915715 0.915715 0.915715 3216.223633 0.000000 2723.741455 0.000000 0.069324 0.000000 -0.997594 0.970925 0.970925 0.970925 3194.486328 0.000000 2663.598389 0.000000 0.684977 0.000000 0.728565 0.384301 0.384301 0.384301 3209.818115 0.000000 2664.143311 0.000000 0.905186 0.000000 -0.425016 0.882414 0.882414 0.882414 @@ -111897,6 +111556,7 @@ 6357.304688 0.000000 2557.847412 0.000000 0.984489 0.000000 0.175444 0.792603 0.792603 0.792603 6379.672363 0.000000 2560.580811 0.000000 0.070457 0.000000 -0.997515 0.898882 0.898882 0.898882 6367.143555 0.000000 2561.452148 0.000000 0.331273 0.000000 0.943535 0.701485 0.701485 0.701485 +6362.746094 0.000000 2567.840088 0.000000 0.095577 0.000000 -0.995422 1.524734 1.524734 1.524734 6356.950684 0.000000 2570.714600 0.000000 0.763141 0.000000 -0.646232 0.860343 0.860343 0.860343 6380.660156 0.000000 2571.331787 0.000000 0.456743 0.000000 0.889599 0.705834 0.705834 0.705834 6368.136230 0.000000 2571.546143 0.000000 0.080687 0.000000 -0.996739 1.445776 1.445776 1.445776 diff --git a/gfx/map/map_object_data/generated/tree_leaf_high_generator_2.txt b/gfx/map/map_object_data/generated/tree_leaf_high_generator_2.txt index 8cc4b835..309cf0b9 100644 --- a/gfx/map/map_object_data/generated/tree_leaf_high_generator_2.txt +++ b/gfx/map/map_object_data/generated/tree_leaf_high_generator_2.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_b_mesh" - count=36247 + count=36179 transform="284.097168 0.000000 860.140747 0.000000 0.628819 0.000000 -0.777552 0.509413 0.509413 0.509413 537.803345 0.000000 692.379883 0.000000 0.554485 0.000000 0.832194 0.379875 0.379875 0.379875 528.941284 0.000000 688.662354 0.000000 0.912804 0.000000 -0.408399 0.409243 0.409243 0.409243 @@ -4119,10 +4119,8 @@ 483.167572 0.000000 2596.979736 0.000000 0.634765 0.000000 -0.772705 0.414110 0.414110 0.414110 481.808807 0.000000 2591.610107 0.000000 0.293647 0.000000 -0.955914 0.427327 0.427327 0.427327 485.625275 0.000000 2661.415771 0.000000 0.994992 0.000000 -0.099954 0.402000 0.402000 0.402000 -468.618835 0.000000 2618.304199 0.000000 0.528385 0.000000 0.849005 0.372657 0.372657 0.372657 498.824554 0.000000 2634.887207 0.000000 0.963715 0.000000 0.266933 0.391230 0.391230 0.391230 487.760559 0.000000 2609.772949 0.000000 0.772460 0.000000 0.635063 0.377324 0.377324 0.377324 -483.530365 0.000000 2614.566895 0.000000 0.367590 0.000000 -0.929988 0.442938 0.442938 0.442938 500.829559 0.000000 2656.452148 0.000000 0.826274 0.000000 0.563269 0.340249 0.340249 0.340249 463.802124 0.000000 2630.494141 0.000000 0.847879 0.000000 0.530190 0.382700 0.382700 0.382700 502.695068 0.000000 2612.354492 0.000000 0.781241 0.000000 0.624229 0.367013 0.367013 0.367013 @@ -4783,7 +4781,6 @@ 664.137634 0.000000 2665.186279 0.000000 0.909567 0.000000 -0.415558 0.408773 0.408773 0.408773 745.767334 0.000000 2626.799561 0.000000 0.209196 0.000000 0.977874 0.246527 0.246527 0.246527 720.724792 0.000000 2629.875000 0.000000 0.079759 0.000000 0.996814 0.221333 0.221333 0.221333 -742.000549 0.000000 2634.435547 0.000000 0.997451 0.000000 -0.071355 0.408487 0.408487 0.408487 754.458496 0.000000 2646.189697 0.000000 0.937766 0.000000 0.347269 0.398229 0.398229 0.398229 763.743469 0.000000 2650.376221 0.000000 0.988136 0.000000 0.153581 0.399230 0.399230 0.399230 725.831177 0.000000 2634.225098 0.000000 0.917953 0.000000 -0.396689 0.448474 0.448474 0.448474 @@ -4842,7 +4839,6 @@ 983.063599 0.000000 2663.362549 0.000000 0.807132 0.000000 0.590371 0.368468 0.368468 0.368468 994.179810 0.000000 2661.226562 0.000000 0.033462 0.000000 -0.999440 0.507464 0.507464 0.507464 927.627075 0.000000 2722.322021 0.000000 0.494872 0.000000 -0.868966 0.532508 0.532508 0.532508 -920.563782 0.000000 2731.365234 0.000000 0.112356 0.000000 -0.993668 0.563093 0.563093 0.563093 864.709167 0.000000 2701.859375 0.000000 0.959732 0.000000 -0.280917 0.432417 0.432417 0.432417 907.727844 0.000000 2722.360596 0.000000 0.991867 0.000000 -0.127275 0.415548 0.415548 0.415548 933.845093 0.000000 2720.895508 0.000000 0.855467 0.000000 -0.517856 0.462241 0.462241 0.462241 @@ -4852,12 +4848,10 @@ 900.651550 0.000000 2680.751709 0.000000 0.373155 0.000000 -0.927769 0.417801 0.417801 0.417801 934.398438 0.000000 2690.778076 0.000000 0.751114 0.000000 -0.660172 0.480286 0.480286 0.480286 921.291565 0.000000 2674.865967 0.000000 0.258788 0.000000 0.965934 0.256206 0.256206 0.256206 -898.624146 0.000000 2732.015137 0.000000 0.186534 0.000000 -0.982448 0.440747 0.440747 0.440747 867.065308 0.000000 2708.358154 0.000000 0.992107 0.000000 -0.125393 0.402762 0.402762 0.402762 900.969849 0.000000 2706.080566 0.000000 0.976816 0.000000 0.214080 0.393967 0.393967 0.393967 877.269775 0.000000 2677.242676 0.000000 0.637859 0.000000 0.770153 0.310457 0.310457 0.310457 900.571960 0.000000 2690.288574 0.000000 0.963596 0.000000 0.267364 0.372431 0.372431 0.372431 -872.389526 0.000000 2722.607910 0.000000 0.093071 0.000000 -0.995659 0.455333 0.455333 0.455333 932.395081 0.000000 2723.568359 0.000000 0.484605 0.000000 -0.874733 0.438283 0.438283 0.438283 892.606140 0.000000 2697.700684 0.000000 0.505968 0.000000 0.862552 0.365718 0.365718 0.365718 867.025330 0.000000 2683.827637 0.000000 0.412990 0.000000 0.910736 0.291369 0.291369 0.291369 @@ -4883,7 +4877,6 @@ 892.666016 0.000000 2720.520752 0.000000 0.229223 0.000000 0.973374 0.314389 0.314389 0.314389 948.702271 0.000000 2664.307617 0.000000 0.158508 0.000000 0.987358 0.398590 0.398590 0.398590 936.461792 0.000000 2720.929688 0.000000 0.999949 0.000000 -0.010126 0.401254 0.401254 0.401254 -945.187439 0.000000 2712.352295 0.000000 0.118450 0.000000 0.992960 0.240493 0.240493 0.240493 964.481812 0.000000 2704.745117 0.000000 0.144698 0.000000 -0.989476 0.561581 0.561581 0.561581 955.619080 0.000000 2663.428711 0.000000 0.625601 0.000000 -0.780143 0.412511 0.412511 0.412511 951.221924 0.000000 2730.946533 0.000000 0.773738 0.000000 -0.633506 0.416786 0.416786 0.416786 @@ -5179,7 +5172,6 @@ 1138.955933 0.000000 2792.271729 0.000000 0.006935 0.000000 0.999976 0.371889 0.371889 0.371889 1145.535767 0.000000 2761.215576 0.000000 0.983350 0.000000 0.181722 0.379470 0.379470 0.379470 1092.421875 0.000000 2789.970459 0.000000 0.194038 0.000000 -0.980994 0.438461 0.438461 0.438461 -1090.166016 0.000000 2750.135498 0.000000 0.661622 0.000000 0.749838 0.316605 0.316605 0.316605 1130.088867 0.000000 2797.584717 0.000000 0.777758 0.000000 -0.628564 0.468555 0.468555 0.468555 1088.366089 0.000000 2794.592285 0.000000 0.893236 0.000000 -0.449588 0.445635 0.445635 0.445635 1129.652344 0.000000 2752.884033 0.000000 0.339249 0.000000 -0.940697 0.513126 0.513126 0.513126 @@ -5293,7 +5285,6 @@ 518.017151 0.000000 3442.768066 0.000000 0.361195 0.000000 0.932490 0.379607 0.379607 0.379607 510.030182 0.000000 3439.847168 0.000000 0.298182 0.000000 -0.954509 0.430390 0.430390 0.430390 516.189026 0.000000 3447.473389 0.000000 0.802451 0.000000 -0.596717 0.459702 0.459702 0.459702 -506.748505 0.000000 3434.417480 0.000000 0.986785 0.000000 0.162038 0.393336 0.393336 0.393336 560.407410 0.000000 3406.699951 0.000000 0.684058 0.000000 -0.729428 0.456737 0.456737 0.456737 504.067169 0.000000 3432.760010 0.000000 0.598403 0.000000 0.801195 0.334576 0.334576 0.334576 560.877869 0.000000 3439.693848 0.000000 0.254012 0.000000 -0.967201 0.497756 0.497756 0.497756 @@ -5999,7 +5990,6 @@ 744.947571 0.000000 3337.384277 0.000000 0.004985 0.000000 0.999988 0.357000 0.357000 0.357000 755.361023 0.000000 3320.947998 0.000000 0.999998 0.000000 -0.001771 0.400057 0.400057 0.400057 732.540833 0.000000 3336.321777 0.000000 0.010542 0.000000 -0.999944 0.548020 0.548020 0.548020 -748.716675 0.000000 3319.510254 0.000000 0.605563 0.000000 0.795797 0.312690 0.312690 0.312690 732.742554 0.000000 3332.427002 0.000000 0.861860 0.000000 -0.507146 0.415669 0.415669 0.415669 745.040955 0.000000 3320.196045 0.000000 0.828350 0.000000 -0.560211 0.455225 0.455225 0.455225 762.040039 0.000000 3372.909180 0.000000 0.989406 0.000000 -0.145178 0.405383 0.405383 0.405383 @@ -6025,7 +6015,6 @@ 727.046631 0.000000 3356.117188 0.000000 0.953882 0.000000 -0.300182 0.417050 0.417050 0.417050 777.576904 0.000000 3360.346680 0.000000 0.884614 0.000000 0.466324 0.373355 0.373355 0.373355 736.451782 0.000000 3336.699219 0.000000 0.365051 0.000000 -0.930988 0.478302 0.478302 0.478302 -776.854431 0.000000 3367.709473 0.000000 0.504118 0.000000 -0.863635 0.464542 0.464542 0.464542 778.947083 0.000000 3347.163818 0.000000 0.631411 0.000000 0.775449 0.338852 0.338852 0.338852 746.806702 0.000000 3351.170898 0.000000 0.191773 0.000000 -0.981439 0.477740 0.477740 0.477740 779.334473 0.000000 3371.594727 0.000000 0.701824 0.000000 0.712350 0.348932 0.348932 0.348932 @@ -6085,7 +6074,6 @@ 756.333069 0.000000 3387.600342 0.000000 0.080069 0.000000 -0.996789 0.510155 0.510155 0.510155 756.774109 0.000000 3433.700195 0.000000 0.000311 0.000000 1.000000 0.302764 0.302764 0.302764 784.257202 0.000000 3421.230225 0.000000 0.221726 0.000000 -0.975109 0.473322 0.473322 0.473322 -780.747559 0.000000 3415.123291 0.000000 0.959857 0.000000 -0.280490 0.419874 0.419874 0.419874 779.436646 0.000000 3395.117188 0.000000 0.861916 0.000000 -0.507051 0.436110 0.436110 0.436110 759.625854 0.000000 3434.832764 0.000000 0.672478 0.000000 -0.740117 0.452422 0.452422 0.452422 808.495605 0.000000 3395.827148 0.000000 0.209841 0.000000 -0.977736 0.414254 0.414254 0.414254 @@ -6993,7 +6981,6 @@ 1902.116333 0.000000 2834.669434 0.000000 0.009651 0.000000 0.999953 0.351671 0.351671 0.351671 1887.871338 0.000000 2860.313965 0.000000 0.412475 0.000000 -0.910969 0.442902 0.442902 0.442902 1874.008301 0.000000 2862.402100 0.000000 0.175554 0.000000 0.984470 0.353355 0.353355 0.353355 -1926.233521 0.000000 2829.123779 0.000000 0.672682 0.000000 0.739932 0.366727 0.366727 0.366727 1924.781372 0.000000 2838.692139 0.000000 0.953611 0.000000 -0.301042 0.413894 0.413894 0.413894 1906.360229 0.000000 2826.680176 0.000000 0.534218 0.000000 0.845347 0.311990 0.311990 0.311990 1932.180542 0.000000 2828.101562 0.000000 0.679065 0.000000 0.734078 0.364604 0.364604 0.364604 @@ -7272,7 +7259,6 @@ 2077.022705 0.000000 2874.074951 0.000000 0.930789 0.000000 -0.365556 0.421862 0.421862 0.421862 2045.831421 0.000000 2868.315918 0.000000 0.989927 0.000000 0.141580 0.391063 0.391063 0.391063 2070.290039 0.000000 2875.522705 0.000000 0.916558 0.000000 0.399902 0.373912 0.373912 0.373912 -2089.996094 0.000000 2855.779785 0.000000 0.104932 0.000000 0.994479 0.233144 0.233144 0.233144 2147.268555 0.000000 2815.607422 0.000000 0.392510 0.000000 -0.919748 0.528241 0.528241 0.528241 2101.113037 0.000000 2824.748535 0.000000 0.988962 0.000000 0.148169 0.382550 0.382550 0.382550 2093.804443 0.000000 2834.758789 0.000000 0.999890 0.000000 0.014853 0.399874 0.399874 0.399874 @@ -7369,7 +7355,6 @@ 2240.851562 0.000000 2736.911865 0.000000 0.754241 0.000000 -0.656598 0.416810 0.416810 0.416810 2292.195557 0.000000 2738.829590 0.000000 0.606150 0.000000 -0.795351 0.434437 0.434437 0.434437 2187.090820 0.000000 2818.555420 0.000000 0.349844 0.000000 0.936808 0.386671 0.386671 0.386671 -2220.503906 0.000000 2877.217041 0.000000 0.965924 0.000000 0.258826 0.395163 0.395163 0.395163 2177.812500 0.000000 2815.891602 0.000000 0.325003 0.000000 0.945713 0.381429 0.381429 0.381429 2218.679443 0.000000 2872.435059 0.000000 0.852382 0.000000 -0.522920 0.410990 0.410990 0.410990 2183.815186 0.000000 2820.470215 0.000000 0.057436 0.000000 -0.998349 0.434759 0.434759 0.434759 @@ -7383,7 +7368,6 @@ 2196.661133 0.000000 2837.400635 0.000000 0.897128 0.000000 -0.441771 0.417135 0.417135 0.417135 2197.518555 0.000000 2818.427979 0.000000 0.680460 0.000000 -0.732785 0.435315 0.435315 0.435315 2224.051758 0.000000 2849.311279 0.000000 0.890591 0.000000 -0.454804 0.438899 0.438899 0.438899 -2220.722412 0.000000 2866.282227 0.000000 0.995793 0.000000 0.091626 0.392303 0.392303 0.392303 2231.653809 0.000000 2848.294678 0.000000 0.069145 0.000000 0.997607 0.276289 0.276289 0.276289 2220.503174 0.000000 2849.021973 0.000000 0.822288 0.000000 -0.569072 0.423577 0.423577 0.423577 2230.738525 0.000000 2862.524414 0.000000 0.920849 0.000000 0.389920 0.371201 0.371201 0.371201 @@ -7408,7 +7392,6 @@ 2300.634277 0.000000 2872.405273 0.000000 0.999501 0.000000 0.031580 0.399054 0.399054 0.399054 2263.648193 0.000000 2840.611572 0.000000 0.751374 0.000000 -0.659877 0.425908 0.425908 0.425908 2273.875977 0.000000 2869.018555 0.000000 0.818506 0.000000 0.574497 0.382277 0.382277 0.382277 -2260.457764 0.000000 2841.669434 0.000000 0.500159 0.000000 -0.865934 0.435027 0.435027 0.435027 2272.777832 0.000000 2852.106689 0.000000 0.877691 0.000000 -0.479227 0.415222 0.415222 0.415222 2250.000732 0.000000 2874.474609 0.000000 0.936134 0.000000 0.351643 0.388159 0.388159 0.388159 2263.457031 0.000000 2856.893311 0.000000 0.993851 0.000000 0.110722 0.390139 0.390139 0.390139 @@ -7487,7 +7470,6 @@ 1292.937012 0.000000 2941.846680 0.000000 0.813856 0.000000 0.581066 0.368112 0.368112 0.368112 1232.296875 0.000000 2926.251953 0.000000 0.460138 0.000000 0.887847 0.323620 0.323620 0.323620 1197.236938 0.000000 3021.044922 0.000000 0.961813 0.000000 0.273708 0.365115 0.365115 0.365115 -1191.807861 0.000000 2951.992676 0.000000 0.871517 0.000000 -0.490366 0.462184 0.462184 0.462184 1203.500732 0.000000 3000.073975 0.000000 0.516589 0.000000 -0.856233 0.522668 0.522668 0.522668 1166.981201 0.000000 3014.865234 0.000000 0.984699 0.000000 -0.174262 0.400612 0.400612 0.400612 1171.423828 0.000000 3015.841797 0.000000 0.783192 0.000000 0.621780 0.324280 0.324280 0.324280 @@ -7611,7 +7593,6 @@ 1383.649780 0.000000 2978.993652 0.000000 0.535633 0.000000 0.844451 0.368871 0.368871 0.368871 1399.682617 0.000000 2993.358398 0.000000 0.590841 0.000000 -0.806788 0.428122 0.428122 0.428122 1395.285034 0.000000 2999.746338 0.000000 0.170543 0.000000 0.985350 0.363665 0.363665 0.363665 -1389.489868 0.000000 3002.620850 0.000000 0.955772 0.000000 -0.294108 0.410732 0.410732 0.410732 1383.263062 0.000000 3022.083740 0.000000 0.354476 0.000000 0.935065 0.355953 0.355953 0.355953 1380.672241 0.000000 2972.505127 0.000000 0.064617 0.000000 -0.997910 0.452642 0.452642 0.452642 1396.568481 0.000000 2995.777100 0.000000 0.911525 0.000000 -0.411245 0.414390 0.414390 0.414390 @@ -7684,7 +7665,6 @@ 1263.571167 0.000000 3074.910889 0.000000 0.844578 0.000000 -0.535433 0.434137 0.434137 0.434137 1286.867554 0.000000 3034.542236 0.000000 0.711746 0.000000 -0.702437 0.448998 0.448998 0.448998 1238.989014 0.000000 3084.674316 0.000000 0.979294 0.000000 -0.202445 0.412011 0.412011 0.412011 -1193.730957 0.000000 3146.987061 0.000000 0.700702 0.000000 -0.713454 0.494405 0.494405 0.494405 1186.411621 0.000000 3150.080322 0.000000 0.961836 0.000000 -0.273626 0.433490 0.433490 0.433490 1189.751465 0.000000 3141.306641 0.000000 0.205384 0.000000 -0.978682 0.561404 0.561404 0.561404 1159.552002 0.000000 3112.095459 0.000000 0.390267 0.000000 -0.920702 0.527924 0.527924 0.527924 @@ -7741,7 +7721,6 @@ 1255.676758 0.000000 3157.227539 0.000000 0.895812 0.000000 0.444433 0.385743 0.385743 0.385743 1272.592529 0.000000 3163.378418 0.000000 0.004881 0.000000 0.999988 0.342923 0.342923 0.342923 1226.986328 0.000000 3115.733887 0.000000 0.683548 0.000000 0.729906 0.373446 0.373446 0.373446 -1227.204590 0.000000 3152.971191 0.000000 0.989078 0.000000 -0.147390 0.406352 0.406352 0.406352 1251.374268 0.000000 3109.357666 0.000000 0.237689 0.000000 0.971341 0.334880 0.334880 0.334880 1285.905151 0.000000 3147.110840 0.000000 0.767418 0.000000 -0.641147 0.432319 0.432319 0.432319 1260.762573 0.000000 3125.338135 0.000000 0.752854 0.000000 0.658187 0.366281 0.366281 0.366281 @@ -7779,8 +7758,6 @@ 1334.163452 0.000000 3062.740967 0.000000 0.177269 0.000000 -0.984163 0.445197 0.445197 0.445197 1358.326050 0.000000 3059.801025 0.000000 0.086147 0.000000 -0.996282 0.440027 0.440027 0.440027 1337.977539 0.000000 3084.971680 0.000000 0.463471 0.000000 0.886112 0.359223 0.359223 0.359223 -1348.843872 0.000000 3054.645264 0.000000 0.880006 0.000000 -0.474962 0.415816 0.415816 0.415816 -1356.243042 0.000000 3044.054688 0.000000 0.902474 0.000000 0.430744 0.361533 0.361533 0.361533 1357.897339 0.000000 3075.126465 0.000000 0.614673 0.000000 0.788782 0.355075 0.355075 0.355075 1347.688965 0.000000 3069.343018 0.000000 0.703854 0.000000 0.710345 0.331760 0.331760 0.331760 1333.535767 0.000000 3084.060791 0.000000 0.222051 0.000000 -0.975035 0.478684 0.478684 0.478684 @@ -7796,7 +7773,6 @@ 1387.051025 0.000000 3042.939453 0.000000 0.959896 0.000000 0.280358 0.366231 0.366231 0.366231 1392.122559 0.000000 3023.742432 0.000000 0.998327 0.000000 -0.057820 0.400173 0.400173 0.400173 1389.944946 0.000000 3033.495850 0.000000 0.549611 0.000000 0.835421 0.282484 0.282484 0.282484 -1414.586060 0.000000 3041.808350 0.000000 0.692484 0.000000 -0.721433 0.488121 0.488121 0.488121 1393.419922 0.000000 3039.454102 0.000000 0.983870 0.000000 0.178887 0.380333 0.380333 0.380333 1386.518188 0.000000 3027.568359 0.000000 0.968007 0.000000 0.250925 0.370112 0.370112 0.370112 1390.211548 0.000000 3047.508301 0.000000 0.382327 0.000000 0.924027 0.261719 0.261719 0.261719 @@ -7808,7 +7784,6 @@ 1434.723022 0.000000 3066.793457 0.000000 0.082901 0.000000 0.996558 0.348742 0.348742 0.348742 1392.877319 0.000000 3049.446777 0.000000 0.648175 0.000000 0.761491 0.371042 0.371042 0.371042 1418.629517 0.000000 3034.438721 0.000000 0.412955 0.000000 -0.910751 0.430875 0.430875 0.430875 -1405.970215 0.000000 3043.633545 0.000000 0.781403 0.000000 0.624027 0.381157 0.381157 0.381157 1399.048340 0.000000 3047.441162 0.000000 0.976244 0.000000 0.216674 0.392475 0.392475 0.392475 1425.079102 0.000000 3077.625244 0.000000 0.893018 0.000000 -0.450021 0.417947 0.417947 0.417947 1415.397461 0.000000 3038.779053 0.000000 0.248852 0.000000 -0.968542 0.448747 0.448747 0.448747 @@ -7854,7 +7829,6 @@ 1324.559204 0.000000 3129.606934 0.000000 0.669560 0.000000 -0.742758 0.427171 0.427171 0.427171 1361.578003 0.000000 3142.451416 0.000000 0.941259 0.000000 -0.337686 0.433022 0.433022 0.433022 1353.086914 0.000000 3149.609619 0.000000 0.801995 0.000000 0.597331 0.339268 0.339268 0.339268 -1335.029297 0.000000 3111.075928 0.000000 0.909932 0.000000 0.414758 0.382703 0.382703 0.382703 1339.506104 0.000000 3130.288818 0.000000 0.928093 0.000000 -0.372348 0.412954 0.412954 0.412954 1360.223999 0.000000 3123.751953 0.000000 0.074272 0.000000 -0.997238 0.537484 0.537484 0.537484 1319.691406 0.000000 3142.980469 0.000000 0.542807 0.000000 -0.839858 0.447293 0.447293 0.447293 @@ -7984,7 +7958,6 @@ 1604.169800 0.000000 2938.376465 0.000000 0.996272 0.000000 -0.086265 0.409876 0.409876 0.409876 1638.101440 0.000000 2933.600342 0.000000 0.924588 0.000000 0.380968 0.395512 0.395512 0.395512 1653.927856 0.000000 2924.539795 0.000000 0.935919 0.000000 0.352214 0.359204 0.359204 0.359204 -1612.468506 0.000000 2881.245850 0.000000 0.342133 0.000000 0.939651 0.379261 0.379261 0.379261 1637.414062 0.000000 2941.855225 0.000000 0.842180 0.000000 -0.539196 0.412796 0.412796 0.412796 1653.442383 0.000000 2884.052246 0.000000 0.910227 0.000000 -0.414109 0.411512 0.411512 0.411512 1599.609375 0.000000 2928.180420 0.000000 0.948163 0.000000 0.317785 0.366575 0.366575 0.366575 @@ -8229,7 +8202,6 @@ 1641.264404 0.000000 3044.415527 0.000000 0.982798 0.000000 -0.184682 0.402782 0.402782 0.402782 1588.517456 0.000000 3024.754639 0.000000 0.997071 0.000000 -0.076481 0.408830 0.408830 0.408830 1642.901245 0.000000 3080.209229 0.000000 0.026229 0.000000 -0.999656 0.576608 0.576608 0.576608 -1630.733154 0.000000 3085.850586 0.000000 0.836247 0.000000 0.548352 0.391306 0.391306 0.391306 1625.775879 0.000000 3056.014648 0.000000 0.284553 0.000000 0.958660 0.381433 0.381433 0.381433 1603.376953 0.000000 3087.826172 0.000000 0.787013 0.000000 0.616936 0.326968 0.326968 0.326968 1604.924683 0.000000 3070.998535 0.000000 0.996930 0.000000 0.078299 0.398630 0.398630 0.398630 @@ -8302,7 +8274,6 @@ 1697.622070 0.000000 3031.867188 0.000000 0.789620 0.000000 0.613596 0.362068 0.362068 0.362068 1673.726074 0.000000 3051.159424 0.000000 0.461850 0.000000 0.886958 0.333558 0.333558 0.333558 1690.632446 0.000000 3026.509277 0.000000 0.487230 0.000000 0.873274 0.331073 0.331073 0.331073 -1638.141357 0.000000 3120.015381 0.000000 0.153468 0.000000 -0.988154 0.568357 0.568357 0.568357 1584.246460 0.000000 3099.033447 0.000000 0.968543 0.000000 0.248848 0.371244 0.371244 0.371244 1608.099121 0.000000 3095.726807 0.000000 0.999025 0.000000 -0.044141 0.405247 0.405247 0.405247 1646.121826 0.000000 3118.420654 0.000000 0.829619 0.000000 0.558330 0.329901 0.329901 0.329901 @@ -8318,7 +8289,6 @@ 1605.554443 0.000000 3126.203125 0.000000 0.988729 0.000000 0.149718 0.392346 0.392346 0.392346 1655.716431 0.000000 3136.232178 0.000000 0.726267 0.000000 -0.687413 0.435952 0.435952 0.435952 1647.625977 0.000000 3113.221436 0.000000 0.999698 0.000000 -0.024575 0.401951 0.401951 0.401951 -1615.526123 0.000000 3115.104980 0.000000 0.999634 0.000000 0.027062 0.398932 0.398932 0.398932 1632.419189 0.000000 3100.852295 0.000000 0.599902 0.000000 -0.800074 0.478259 0.478259 0.478259 1589.985962 0.000000 3110.275879 0.000000 0.116457 0.000000 -0.993196 0.463891 0.463891 0.463891 1587.235962 0.000000 3134.337646 0.000000 0.924820 0.000000 0.380405 0.373111 0.373111 0.373111 @@ -8364,7 +8334,6 @@ 1677.329590 0.000000 3117.094727 0.000000 0.421002 0.000000 -0.907060 0.459571 0.459571 0.459571 1723.417603 0.000000 3127.627686 0.000000 0.401613 0.000000 0.915809 0.313306 0.313306 0.313306 1720.335938 0.000000 3095.407471 0.000000 0.924151 0.000000 -0.382027 0.429750 0.429750 0.429750 -1687.056519 0.000000 3139.724365 0.000000 0.553452 0.000000 0.832881 0.327263 0.327263 0.327263 1683.144409 0.000000 3146.388184 0.000000 0.932863 0.000000 -0.360231 0.417112 0.417112 0.417112 1712.282471 0.000000 3118.762451 0.000000 0.998789 0.000000 -0.049206 0.403810 0.403810 0.403810 1722.857300 0.000000 3095.459717 0.000000 0.912530 0.000000 -0.409011 0.421460 0.421460 0.421460 @@ -8477,7 +8446,6 @@ 1225.095337 0.000000 3269.142822 0.000000 0.585933 0.000000 0.810359 0.337260 0.337260 0.337260 1325.394531 0.000000 3219.497559 0.000000 0.308042 0.000000 0.951373 0.384301 0.384301 0.384301 1324.305176 0.000000 3187.509766 0.000000 0.614513 0.000000 0.788907 0.389561 0.389561 0.389561 -1365.627686 0.000000 3200.952637 0.000000 0.858759 0.000000 0.512380 0.338758 0.338758 0.338758 1315.408203 0.000000 3231.794922 0.000000 0.787394 0.000000 -0.616450 0.411608 0.411608 0.411608 1315.579956 0.000000 3167.319336 0.000000 0.390289 0.000000 -0.920692 0.418108 0.418108 0.418108 1353.069458 0.000000 3239.286377 0.000000 0.995065 0.000000 -0.099229 0.401935 0.401935 0.401935 @@ -8497,7 +8465,6 @@ 1389.944946 0.000000 3177.464600 0.000000 0.117226 0.000000 0.993105 0.233101 0.233101 0.233101 1381.191162 0.000000 3184.670410 0.000000 0.775216 0.000000 0.631696 0.320796 0.320796 0.320796 1396.769531 0.000000 3230.080078 0.000000 0.933821 0.000000 -0.357741 0.443476 0.443476 0.443476 -1375.528564 0.000000 3184.079834 0.000000 0.063326 0.000000 -0.997993 0.577631 0.577631 0.577631 1383.583252 0.000000 3223.180908 0.000000 0.616554 0.000000 0.787313 0.294546 0.294546 0.294546 1395.176880 0.000000 3178.477295 0.000000 0.729868 0.000000 0.683588 0.391732 0.391732 0.391732 1378.270020 0.000000 3228.994141 0.000000 0.226472 0.000000 0.974018 0.247184 0.247184 0.247184 @@ -8606,7 +8573,6 @@ 1365.627686 0.000000 3344.921387 0.000000 0.978409 0.000000 -0.206677 0.403014 0.403014 0.403014 1332.604614 0.000000 3328.611084 0.000000 0.995265 0.000000 -0.097195 0.410694 0.410694 0.410694 1302.482544 0.000000 3320.164062 0.000000 0.194438 0.000000 0.980915 0.369789 0.369789 0.369789 -1354.773071 0.000000 3376.325684 0.000000 0.997807 0.000000 0.066191 0.398049 0.398049 0.398049 1343.759033 0.000000 3342.148193 0.000000 0.835212 0.000000 0.549927 0.339817 0.339817 0.339817 1303.200928 0.000000 3374.148193 0.000000 0.970143 0.000000 -0.242535 0.408073 0.408073 0.408073 1302.322632 0.000000 3351.085693 0.000000 0.993177 0.000000 0.116620 0.389028 0.389028 0.389028 @@ -8916,7 +8882,6 @@ 1657.282593 0.000000 3302.912842 0.000000 0.846746 0.000000 0.531997 0.337820 0.337820 0.337820 1706.919067 0.000000 3268.401855 0.000000 0.682305 0.000000 0.731067 0.387719 0.387719 0.387719 1675.369141 0.000000 3303.779297 0.000000 0.341860 0.000000 0.939751 0.378036 0.378036 0.378036 -1668.870850 0.000000 3286.076660 0.000000 0.334015 0.000000 0.942568 0.373586 0.373586 0.373586 1720.530640 0.000000 3309.425049 0.000000 0.955458 0.000000 -0.295128 0.407180 0.407180 0.407180 1673.211670 0.000000 3300.182129 0.000000 0.593874 0.000000 -0.804558 0.418206 0.418206 0.418206 1694.916382 0.000000 3288.830811 0.000000 0.999995 0.000000 0.003160 0.399916 0.399916 0.399916 @@ -9032,7 +8997,6 @@ 1553.901123 0.000000 3413.122803 0.000000 0.892249 0.000000 0.451544 0.357660 0.357660 0.357660 1576.200562 0.000000 3411.689453 0.000000 0.866423 0.000000 -0.499311 0.448032 0.448032 0.448032 1555.631104 0.000000 3432.973389 0.000000 0.952119 0.000000 -0.305727 0.426683 0.426683 0.426683 -1532.543823 0.000000 3385.698242 0.000000 0.061159 0.000000 -0.998128 0.515325 0.515325 0.515325 1580.072388 0.000000 3409.387939 0.000000 0.779854 0.000000 0.625962 0.340900 0.340900 0.340900 1575.627563 0.000000 3439.346436 0.000000 0.871108 0.000000 0.491091 0.373087 0.373087 0.373087 1562.057373 0.000000 3415.226318 0.000000 0.235276 0.000000 -0.971929 0.474561 0.474561 0.474561 @@ -9096,7 +9060,6 @@ 1697.676270 0.000000 3362.940186 0.000000 0.991352 0.000000 0.131231 0.399869 0.399869 0.399869 1721.532959 0.000000 3326.497803 0.000000 0.647839 0.000000 0.761777 0.398703 0.398703 0.398703 1697.836914 0.000000 3348.554199 0.000000 0.995346 0.000000 -0.096366 0.411470 0.411470 0.411470 -1686.161499 0.000000 3358.313721 0.000000 0.785321 0.000000 -0.619088 0.477666 0.477666 0.477666 1707.169922 0.000000 3370.295166 0.000000 0.561951 0.000000 -0.827170 0.515752 0.515752 0.515752 1695.753174 0.000000 3311.914551 0.000000 0.597328 0.000000 0.801997 0.291731 0.291731 0.291731 1665.451660 0.000000 3367.384521 0.000000 0.187412 0.000000 -0.982281 0.564263 0.564263 0.564263 @@ -9132,7 +9095,6 @@ 1674.063232 0.000000 3378.365234 0.000000 0.605266 0.000000 0.796023 0.368280 0.368280 0.368280 1656.054932 0.000000 3357.715576 0.000000 0.634093 0.000000 0.773257 0.371311 0.371311 0.371311 1707.125854 0.000000 3319.630127 0.000000 0.936382 0.000000 -0.350981 0.415220 0.415220 0.415220 -1676.283569 0.000000 3352.009277 0.000000 0.981867 0.000000 -0.189572 0.407999 0.407999 0.407999 1704.867065 0.000000 3345.761230 0.000000 0.152103 0.000000 0.988365 0.282460 0.282460 0.282460 1678.881104 0.000000 3346.956055 0.000000 0.738516 0.000000 -0.674236 0.428448 0.428448 0.428448 1707.649902 0.000000 3357.280518 0.000000 0.472398 0.000000 0.881385 0.312200 0.312200 0.312200 @@ -9266,13 +9228,9 @@ 1671.077148 0.000000 3429.986084 0.000000 0.952942 0.000000 0.303153 0.379546 0.379546 0.379546 1667.232056 0.000000 3416.590332 0.000000 0.973402 0.000000 0.229105 0.386496 0.386496 0.386496 1668.137451 0.000000 3398.785645 0.000000 0.718410 0.000000 -0.695620 0.448014 0.448014 0.448014 -1769.668457 0.000000 2931.033936 0.000000 0.032179 0.000000 -0.999482 0.577464 0.577464 0.577464 1734.069214 0.000000 2945.252197 0.000000 0.254274 0.000000 -0.967132 0.556114 0.556114 0.556114 -1758.153687 0.000000 2926.407471 0.000000 0.994501 0.000000 -0.104728 0.411997 0.411997 0.411997 1779.438232 0.000000 2928.089600 0.000000 0.433433 0.000000 -0.901186 0.532832 0.532832 0.532832 -1728.375854 0.000000 2936.882812 0.000000 0.185272 0.000000 0.982687 0.393087 0.393087 0.393087 1796.741943 0.000000 2920.047119 0.000000 0.979354 0.000000 -0.202152 0.424190 0.424190 0.424190 -1762.349121 0.000000 2934.127197 0.000000 0.889917 0.000000 0.456123 0.343952 0.343952 0.343952 1778.680542 0.000000 2920.314453 0.000000 0.498142 0.000000 -0.867096 0.514744 0.514744 0.514744 1756.395874 0.000000 2920.698242 0.000000 0.226353 0.000000 0.974045 0.241138 0.241138 0.241138 1750.172485 0.000000 2903.539551 0.000000 0.829475 0.000000 -0.558544 0.470426 0.470426 0.470426 @@ -9312,9 +9270,7 @@ 1764.305664 0.000000 2936.972900 0.000000 0.899363 0.000000 0.437203 0.374018 0.374018 0.374018 1808.992432 0.000000 2912.365967 0.000000 0.977857 0.000000 -0.209274 0.426212 0.426212 0.426212 1812.598755 0.000000 2921.910400 0.000000 0.478807 0.000000 -0.877920 0.403745 0.403745 0.403745 -1809.436035 0.000000 2935.478271 0.000000 0.745949 0.000000 -0.666003 0.486248 0.486248 0.486248 1800.063843 0.000000 2907.364502 0.000000 0.087219 0.000000 0.996189 0.218526 0.218526 0.218526 -1800.607544 0.000000 2917.812500 0.000000 0.756719 0.000000 0.653740 0.320664 0.320664 0.320664 1869.572998 0.000000 2913.015137 0.000000 0.892975 0.000000 0.450107 0.346849 0.346849 0.346849 1849.082031 0.000000 2924.464844 0.000000 0.730216 0.000000 0.683217 0.387982 0.387982 0.387982 1847.704346 0.000000 2910.241943 0.000000 0.590193 0.000000 -0.807262 0.427208 0.427208 0.427208 @@ -9647,7 +9603,6 @@ 2081.655762 0.000000 2945.108398 0.000000 0.891650 0.000000 0.452726 0.388974 0.388974 0.388974 2078.247803 0.000000 2915.832275 0.000000 0.666010 0.000000 0.745943 0.376878 0.376878 0.376878 2053.899902 0.000000 2899.664795 0.000000 0.309383 0.000000 -0.950937 0.447044 0.447044 0.447044 -2062.106201 0.000000 2901.810791 0.000000 0.955243 0.000000 0.295822 0.389953 0.389953 0.389953 2020.543213 0.000000 2897.256592 0.000000 0.491465 0.000000 0.870897 0.360416 0.360416 0.360416 2084.270020 0.000000 2939.521484 0.000000 0.476758 0.000000 -0.879035 0.436460 0.436460 0.436460 2048.605225 0.000000 2931.468018 0.000000 0.602454 0.000000 0.798154 0.365389 0.365389 0.365389 @@ -10032,9 +9987,7 @@ 2165.655273 0.000000 3030.113770 0.000000 0.963133 0.000000 -0.269026 0.419448 0.419448 0.419448 2188.301514 0.000000 3029.574219 0.000000 0.573853 0.000000 -0.818958 0.459892 0.459892 0.459892 2244.325928 0.000000 3051.549805 0.000000 0.118254 0.000000 0.992983 0.386948 0.386948 0.386948 -2231.990967 0.000000 3075.584961 0.000000 0.959118 0.000000 -0.283006 0.405587 0.405587 0.405587 2275.891846 0.000000 3078.130371 0.000000 0.044709 0.000000 0.999000 0.364949 0.364949 0.364949 -2240.760254 0.000000 3052.731689 0.000000 0.218219 0.000000 -0.975900 0.431026 0.431026 0.431026 2272.429443 0.000000 3078.441406 0.000000 0.910769 0.000000 0.412915 0.390224 0.390224 0.390224 2263.567383 0.000000 3085.243164 0.000000 0.828511 0.000000 -0.559972 0.425225 0.425225 0.425225 2288.877930 0.000000 3067.445312 0.000000 0.533543 0.000000 0.845773 0.312927 0.312927 0.312927 @@ -10293,7 +10246,6 @@ 1904.175537 0.000000 3254.208740 0.000000 0.056417 0.000000 -0.998407 0.476369 0.476369 0.476369 1889.841064 0.000000 3302.242188 0.000000 0.168327 0.000000 -0.985731 0.502180 0.502180 0.502180 1975.701904 0.000000 3247.920410 0.000000 0.533290 0.000000 -0.845933 0.519320 0.519320 0.519320 -2005.724487 0.000000 3240.143066 0.000000 0.832021 0.000000 -0.554744 0.469882 0.469882 0.469882 1981.802002 0.000000 3262.823730 0.000000 0.394020 0.000000 -0.919102 0.538538 0.538538 0.538538 1968.060059 0.000000 3239.695557 0.000000 0.923752 0.000000 -0.382991 0.401177 0.401177 0.401177 1953.420410 0.000000 3295.400146 0.000000 0.391015 0.000000 -0.920384 0.538343 0.538343 0.538343 @@ -10301,7 +10253,6 @@ 1999.768066 0.000000 3254.464600 0.000000 0.413971 0.000000 0.910290 0.264054 0.264054 0.264054 1983.752197 0.000000 3251.835693 0.000000 0.678801 0.000000 0.734322 0.302412 0.302412 0.302412 1976.158081 0.000000 3256.522217 0.000000 0.386870 0.000000 0.922134 0.260539 0.260539 0.260539 -2010.912109 0.000000 3246.471680 0.000000 0.870069 0.000000 0.492929 0.339775 0.339775 0.339775 2003.284302 0.000000 3247.513672 0.000000 0.962561 0.000000 0.271064 0.368202 0.368202 0.368202 2013.143066 0.000000 3240.204102 0.000000 0.446296 0.000000 -0.894886 0.531691 0.531691 0.531691 1985.894653 0.000000 3245.759521 0.000000 0.458962 0.000000 0.888456 0.273821 0.273821 0.273821 @@ -10327,11 +10278,9 @@ 1978.052490 0.000000 3246.836914 0.000000 0.550429 0.000000 0.834882 0.322555 0.322555 0.322555 2012.858887 0.000000 3301.768555 0.000000 0.812601 0.000000 -0.582821 0.449086 0.449086 0.449086 1960.318970 0.000000 3264.714844 0.000000 0.399392 0.000000 0.916780 0.318916 0.318916 0.318916 -1769.668457 0.000000 3362.940186 0.000000 0.652955 0.000000 0.757397 0.297882 0.297882 0.297882 1758.153687 0.000000 3358.313721 0.000000 0.159802 0.000000 0.987149 0.233109 0.233109 0.233109 1779.162109 0.000000 3370.295166 0.000000 0.979219 0.000000 0.202806 0.376343 0.376343 0.376343 1795.933105 0.000000 3379.593994 0.000000 0.862404 0.000000 0.506221 0.337187 0.337187 0.337187 -1749.891113 0.000000 3354.279297 0.000000 0.529360 0.000000 0.848398 0.279625 0.279625 0.279625 1771.634033 0.000000 3370.219971 0.000000 0.857508 0.000000 -0.514471 0.464218 0.464218 0.464218 1745.343750 0.000000 3348.349854 0.000000 0.436557 0.000000 -0.899677 0.532981 0.532981 0.532981 1785.385620 0.000000 3372.669189 0.000000 0.907283 0.000000 -0.420521 0.451577 0.451577 0.451577 @@ -10354,7 +10303,6 @@ 1779.993652 0.000000 3382.898193 0.000000 0.459245 0.000000 0.888310 0.329011 0.329011 0.329011 1765.115479 0.000000 3374.768555 0.000000 0.602209 0.000000 -0.798338 0.450779 0.450779 0.450779 1783.729614 0.000000 3381.229004 0.000000 0.439381 0.000000 -0.898301 0.470761 0.470761 0.470761 -1863.525513 0.000000 3370.181396 0.000000 0.371195 0.000000 0.928555 0.262093 0.262093 0.262093 1806.061401 0.000000 3377.158447 0.000000 0.191238 0.000000 0.981544 0.236200 0.236200 0.236200 1837.817627 0.000000 3334.808105 0.000000 0.038022 0.000000 0.999277 0.396939 0.396939 0.396939 1800.223022 0.000000 3314.986572 0.000000 0.727103 0.000000 0.686529 0.306676 0.306676 0.306676 @@ -10363,7 +10311,6 @@ 1867.820190 0.000000 3360.568359 0.000000 0.514666 0.000000 0.857391 0.284779 0.284779 0.284779 1856.462158 0.000000 3379.224609 0.000000 0.925951 0.000000 0.377643 0.353981 0.353981 0.353981 1851.430420 0.000000 3359.995850 0.000000 0.458257 0.000000 -0.888820 0.530097 0.530097 0.530097 -1814.910889 0.000000 3374.787109 0.000000 0.199235 0.000000 0.979952 0.246063 0.246063 0.246063 1821.883301 0.000000 3354.279297 0.000000 0.366449 0.000000 -0.930438 0.542081 0.542081 0.542081 1859.062866 0.000000 3363.391846 0.000000 0.967329 0.000000 0.253524 0.369540 0.369540 0.369540 1802.411255 0.000000 3321.926514 0.000000 0.443304 0.000000 -0.896371 0.407215 0.407215 0.407215 @@ -10548,11 +10495,9 @@ 1886.015503 0.000000 3376.902344 0.000000 0.817739 0.000000 0.575590 0.361108 0.361108 0.361108 1876.441895 0.000000 3346.400146 0.000000 0.745703 0.000000 -0.666278 0.442236 0.442236 0.442236 1904.721802 0.000000 3348.276855 0.000000 0.318406 0.000000 0.947955 0.319696 0.319696 0.319696 -1995.138672 0.000000 3370.295166 0.000000 0.632827 0.000000 -0.774293 0.506125 0.506125 0.506125 2000.446533 0.000000 3379.224609 0.000000 0.488811 0.000000 0.872390 0.396295 0.396295 0.396295 2015.068359 0.000000 3374.361572 0.000000 0.365065 0.000000 0.930982 0.257742 0.257742 0.257742 1990.379883 0.000000 3350.019531 0.000000 0.716058 0.000000 0.698041 0.389969 0.389969 0.389969 -1991.441528 0.000000 3369.248047 0.000000 0.072426 0.000000 -0.997374 0.436658 0.436658 0.436658 1950.459473 0.000000 3345.861816 0.000000 0.706882 0.000000 -0.707332 0.422754 0.422754 0.422754 1954.813477 0.000000 3346.623291 0.000000 0.419297 0.000000 0.907849 0.354538 0.354538 0.354538 1998.373535 0.000000 3345.680664 0.000000 0.145753 0.000000 -0.989321 0.524474 0.524474 0.524474 @@ -10566,7 +10511,6 @@ 1873.486572 0.000000 3401.104980 0.000000 0.991559 0.000000 0.129653 0.384549 0.384549 0.384549 1926.110107 0.000000 3407.952881 0.000000 0.460587 0.000000 -0.887614 0.529240 0.529240 0.529240 1874.019531 0.000000 3431.654785 0.000000 0.903542 0.000000 0.428499 0.347376 0.347376 0.347376 -1913.652832 0.000000 3434.924561 0.000000 0.272851 0.000000 -0.962056 0.554472 0.554472 0.554472 1890.293091 0.000000 3434.294922 0.000000 0.736254 0.000000 -0.676705 0.488699 0.488699 0.488699 1913.813477 0.000000 3420.538574 0.000000 0.793249 0.000000 0.608897 0.321875 0.321875 0.321875 1938.475708 0.000000 3413.183838 0.000000 0.726386 0.000000 0.687287 0.310709 0.310709 0.310709 @@ -10576,7 +10520,6 @@ 1884.590942 0.000000 3425.801025 0.000000 0.978313 0.000000 0.207134 0.375206 0.375206 0.375206 1872.056030 0.000000 3411.255127 0.000000 0.737240 0.000000 0.675631 0.311845 0.311845 0.311845 1898.426880 0.000000 3439.984619 0.000000 0.706783 0.000000 0.707430 0.306220 0.306220 0.306220 -1881.697998 0.000000 3406.135742 0.000000 0.197169 0.000000 -0.980370 0.563081 0.563081 0.563081 1886.903076 0.000000 3446.771484 0.000000 0.867857 0.000000 0.496815 0.337955 0.337955 0.337955 1893.875488 0.000000 3426.263672 0.000000 0.114249 0.000000 -0.993452 0.573787 0.573787 0.573787 1934.090576 0.000000 3406.358154 0.000000 0.076516 0.000000 0.997068 0.223181 0.223181 0.223181 @@ -10816,8 +10759,6 @@ 2091.870117 0.000000 3232.735352 0.000000 0.838406 0.000000 0.545047 0.361719 0.361719 0.361719 2098.508301 0.000000 3210.301025 0.000000 0.053807 0.000000 -0.998551 0.487862 0.487862 0.487862 2124.412109 0.000000 3236.924072 0.000000 0.618771 0.000000 0.785571 0.346760 0.346760 0.346760 -2047.694092 0.000000 3247.920410 0.000000 0.173950 0.000000 0.984754 0.234111 0.234111 0.234111 -2077.716553 0.000000 3240.143066 0.000000 0.968316 0.000000 0.249729 0.370132 0.370132 0.370132 2064.139893 0.000000 3248.237549 0.000000 0.714091 0.000000 0.700053 0.307846 0.307846 0.307846 2016.199585 0.000000 3243.002197 0.000000 0.650413 0.000000 -0.759581 0.502516 0.502516 0.502516 2026.665405 0.000000 3250.823730 0.000000 0.995630 0.000000 0.093382 0.388933 0.388933 0.388933 @@ -10828,7 +10769,6 @@ 2069.275391 0.000000 3240.904053 0.000000 0.436546 0.000000 0.899682 0.267018 0.267018 0.267018 2033.312500 0.000000 3276.365479 0.000000 0.945399 0.000000 0.325916 0.397845 0.397845 0.397845 2041.349609 0.000000 3255.407227 0.000000 0.646424 0.000000 -0.762979 0.503138 0.503138 0.503138 -2048.973877 0.000000 3241.236572 0.000000 0.919542 0.000000 -0.392991 0.447996 0.447996 0.447996 2057.886719 0.000000 3245.759521 0.000000 0.964494 0.000000 0.264104 0.370240 0.370240 0.370240 2042.197754 0.000000 3245.263184 0.000000 0.145047 0.000000 -0.989425 0.569369 0.569369 0.569369 2036.452515 0.000000 3254.269287 0.000000 0.772432 0.000000 -0.635097 0.477308 0.477308 0.477308 @@ -11247,7 +11187,6 @@ 2070.094482 0.000000 3407.952881 0.000000 0.824756 0.000000 -0.565489 0.471423 0.471423 0.471423 2077.716553 0.000000 3384.111816 0.000000 0.198321 0.000000 -0.980137 0.562942 0.562942 0.562942 2057.637207 0.000000 3434.924561 0.000000 0.999912 0.000000 -0.013273 0.401577 0.401577 0.401577 -2073.940674 0.000000 3424.705566 0.000000 0.396501 0.000000 -0.918034 0.538217 0.538217 0.538217 2061.143311 0.000000 3452.951172 0.000000 0.175354 0.000000 -0.984505 0.565720 0.565720 0.565720 2064.139893 0.000000 3392.206299 0.000000 0.995264 0.000000 0.097204 0.388430 0.388430 0.388430 2053.794189 0.000000 3406.792480 0.000000 0.882689 0.000000 -0.469957 0.458139 0.458139 0.458139 @@ -11752,7 +11691,6 @@ 834.859985 0.000000 3602.047363 0.000000 0.600753 0.000000 0.799435 0.376411 0.376411 0.376411 800.073669 0.000000 3668.179199 0.000000 0.370401 0.000000 0.928872 0.369662 0.369662 0.369662 811.085510 0.000000 3621.986816 0.000000 0.909720 0.000000 0.415222 0.385676 0.385676 0.385676 -831.083984 0.000000 3614.966553 0.000000 0.798365 0.000000 -0.602174 0.424200 0.424200 0.424200 842.942200 0.000000 3625.398438 0.000000 0.883079 0.000000 -0.469225 0.418290 0.418290 0.418290 841.349792 0.000000 3602.268311 0.000000 0.053817 0.000000 0.998551 0.347737 0.347737 0.347737 826.920837 0.000000 3623.364746 0.000000 0.104450 0.000000 -0.994530 0.529576 0.529576 0.529576 @@ -12334,7 +12272,6 @@ 1824.923828 0.000000 3464.164795 0.000000 0.825970 0.000000 -0.563714 0.457114 0.457114 0.457114 1866.026978 0.000000 3478.137695 0.000000 0.764032 0.000000 0.645178 0.370588 0.370588 0.370588 1804.903809 0.000000 3459.506592 0.000000 0.588879 0.000000 -0.808221 0.438063 0.438063 0.438063 -1856.222046 0.000000 3464.171387 0.000000 0.698312 0.000000 0.715794 0.359370 0.359370 0.359370 1821.420044 0.000000 3467.944580 0.000000 0.271853 0.000000 0.962339 0.334669 0.334669 0.334669 1805.694214 0.000000 3462.020020 0.000000 0.084509 0.000000 -0.996423 0.498695 0.498695 0.498695 1841.254150 0.000000 3459.718994 0.000000 0.869070 0.000000 0.494689 0.364860 0.364860 0.364860 @@ -12500,7 +12437,6 @@ 2125.649902 0.000000 3501.228516 0.000000 0.859529 0.000000 0.511087 0.336519 0.336519 0.336519 2157.712402 0.000000 3512.723633 0.000000 0.309512 0.000000 0.950896 0.251983 0.251983 0.251983 2151.554932 0.000000 3499.797119 0.000000 0.998656 0.000000 -0.051831 0.406162 0.406162 0.406162 -2101.113037 0.000000 3472.607910 0.000000 0.973877 0.000000 -0.227076 0.427108 0.427108 0.427108 2146.781982 0.000000 3483.491455 0.000000 0.929125 0.000000 0.369766 0.354990 0.354990 0.354990 2136.382080 0.000000 3479.753174 0.000000 0.305368 0.000000 0.952234 0.253987 0.253987 0.253987 2095.450439 0.000000 3472.017334 0.000000 0.940666 0.000000 0.339334 0.361797 0.361797 0.361797 @@ -12581,7 +12517,6 @@ 2136.132080 0.000000 3536.175049 0.000000 0.691994 0.000000 0.721903 0.304556 0.304556 0.304556 2154.452148 0.000000 3557.152588 0.000000 0.341104 0.000000 0.940026 0.248594 0.248594 0.248594 2118.114746 0.000000 3574.266846 0.000000 0.982152 0.000000 0.188092 0.377514 0.377514 0.377514 -2098.657715 0.000000 3538.761230 0.000000 0.984319 0.000000 -0.176400 0.419568 0.419568 0.419568 2112.044434 0.000000 3527.633057 0.000000 0.549348 0.000000 -0.835594 0.517060 0.517060 0.517060 2155.894043 0.000000 3595.547119 0.000000 0.084195 0.000000 -0.996449 0.575165 0.575165 0.575165 2144.430908 0.000000 3595.177734 0.000000 0.903447 0.000000 0.428700 0.347349 0.347349 0.347349 @@ -12594,7 +12529,6 @@ 2122.310059 0.000000 3581.986572 0.000000 0.038756 0.000000 -0.999249 0.582060 0.582060 0.582060 2147.268555 0.000000 3535.451172 0.000000 0.126014 0.000000 0.992028 0.229069 0.229069 0.229069 2131.594971 0.000000 3586.173096 0.000000 0.641922 0.000000 0.766770 0.297471 0.297471 0.297471 -2113.341797 0.000000 3543.344727 0.000000 0.841814 0.000000 0.539768 0.334237 0.334237 0.334237 2120.966064 0.000000 3529.174072 0.000000 0.345203 0.000000 -0.938528 0.544174 0.544174 0.544174 2106.439941 0.000000 3531.458984 0.000000 0.613876 0.000000 0.789402 0.291879 0.291879 0.291879 2108.114990 0.000000 3586.235840 0.000000 0.015682 0.000000 -0.999877 0.585579 0.585579 0.585579 @@ -13933,7 +13867,6 @@ 2990.775879 0.000000 2497.002686 0.000000 0.081749 0.000000 -0.996653 0.443120 0.443120 0.443120 3002.636963 0.000000 2503.088623 0.000000 0.891069 0.000000 -0.453867 0.410820 0.410820 0.410820 2994.002686 0.000000 2474.017822 0.000000 0.997603 0.000000 -0.069193 0.407054 0.407054 0.407054 -2951.735596 0.000000 2478.951416 0.000000 0.812937 0.000000 0.582352 0.379825 0.379825 0.379825 2979.613037 0.000000 2485.350098 0.000000 0.622591 0.000000 -0.782548 0.429169 0.429169 0.429169 2977.692139 0.000000 2511.680176 0.000000 0.978156 0.000000 -0.207871 0.406169 0.406169 0.406169 2985.872070 0.000000 2482.705322 0.000000 0.987039 0.000000 0.160483 0.395896 0.395896 0.395896 @@ -14287,7 +14220,6 @@ 3163.542480 0.000000 2666.525391 0.000000 0.908805 0.000000 0.417222 0.379800 0.379800 0.379800 3112.193848 0.000000 2688.839844 0.000000 0.992498 0.000000 -0.122260 0.407099 0.407099 0.407099 3125.270264 0.000000 2702.771729 0.000000 0.991500 0.000000 -0.130103 0.407036 0.407036 0.407036 -3125.631592 0.000000 2681.827881 0.000000 0.930536 0.000000 0.366199 0.371920 0.371920 0.371920 3120.151855 0.000000 2687.580811 0.000000 0.910360 0.000000 -0.413818 0.429185 0.429185 0.429185 2899.236328 0.000000 2799.888672 0.000000 0.755393 0.000000 -0.655272 0.413201 0.413201 0.413201 2933.552734 0.000000 2801.361572 0.000000 0.414110 0.000000 -0.910227 0.432554 0.432554 0.432554 diff --git a/gfx/map/map_object_data/generated/tree_leaf_high_generator_3.txt b/gfx/map/map_object_data/generated/tree_leaf_high_generator_3.txt index e6a41615..86f9b0d4 100644 --- a/gfx/map/map_object_data/generated/tree_leaf_high_generator_3.txt +++ b/gfx/map/map_object_data/generated/tree_leaf_high_generator_3.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_leaf_01_c_mesh" - count=74169 + count=73714 transform="276.714722 0.000000 861.654480 0.000000 0.606277 0.000000 -0.795254 0.889796 0.889796 0.889796 273.186707 0.000000 863.802002 0.000000 0.823082 0.000000 -0.567923 0.841617 0.841617 0.841617 284.852997 0.000000 856.842651 0.000000 0.645963 0.000000 -0.763368 0.858283 0.858283 0.858283 @@ -9017,7 +9017,6 @@ 457.798615 0.000000 2626.799561 0.000000 0.974543 0.000000 -0.224201 0.802032 0.802032 0.802032 473.809113 0.000000 2643.096436 0.000000 0.995414 0.000000 0.095663 0.798393 0.798393 0.798393 500.073730 0.000000 2659.750244 0.000000 0.997729 0.000000 -0.067363 0.808361 0.808361 0.808361 -499.968567 0.000000 2640.724609 0.000000 0.939467 0.000000 0.342640 0.778836 0.778836 0.778836 488.610657 0.000000 2659.380859 0.000000 0.797653 0.000000 -0.603116 0.806207 0.806207 0.806207 483.578857 0.000000 2640.152100 0.000000 0.914609 0.000000 -0.404338 0.823195 0.823195 0.823195 487.932159 0.000000 2606.605225 0.000000 0.805784 0.000000 -0.592209 0.809874 0.809874 0.809874 @@ -9735,7 +9734,6 @@ 922.914795 0.000000 2475.710205 0.000000 0.966665 0.000000 -0.256044 0.816910 0.816910 0.816910 880.487793 0.000000 2460.030273 0.000000 0.985871 0.000000 -0.167504 0.825714 0.825714 0.825714 886.266296 0.000000 2471.633301 0.000000 0.522533 0.000000 0.852619 0.670311 0.670311 0.670311 -917.741333 0.000000 2457.452881 0.000000 0.636113 0.000000 0.771596 0.749833 0.749833 0.749833 868.695740 0.000000 2500.751465 0.000000 0.960081 0.000000 0.279721 0.788279 0.788279 0.788279 904.731445 0.000000 2466.088379 0.000000 0.310677 0.000000 -0.950516 0.922559 0.922559 0.922559 914.119385 0.000000 2461.710449 0.000000 0.689185 0.000000 -0.724585 0.844674 0.844674 0.844674 @@ -10098,7 +10096,6 @@ 1068.274292 0.000000 2540.164062 0.000000 0.865835 0.000000 -0.500330 0.835477 0.835477 0.835477 1042.897461 0.000000 2543.599121 0.000000 0.021191 0.000000 -0.999775 0.888205 0.888205 0.888205 1016.339844 0.000000 2530.110596 0.000000 0.703928 0.000000 0.710271 0.739421 0.739421 0.739421 -1081.572510 0.000000 2537.292480 0.000000 0.874698 0.000000 0.484669 0.776959 0.776959 0.776959 1105.728271 0.000000 2554.815186 0.000000 0.905246 0.000000 0.424887 0.798948 0.798948 0.798948 1099.082275 0.000000 2539.048828 0.000000 0.258359 0.000000 0.966049 0.690941 0.690941 0.690941 1089.783936 0.000000 2542.323242 0.000000 0.223690 0.000000 -0.974660 0.916065 0.916065 0.916065 @@ -10146,7 +10143,6 @@ 622.552002 0.000000 2593.768066 0.000000 0.241336 0.000000 0.970442 0.780917 0.780917 0.780917 594.356445 0.000000 2661.348877 0.000000 0.124519 0.000000 0.992217 0.748884 0.748884 0.748884 618.043091 0.000000 2597.900146 0.000000 0.825475 0.000000 0.564438 0.787782 0.787782 0.787782 -604.520874 0.000000 2632.760742 0.000000 0.416108 0.000000 -0.909315 0.835570 0.835570 0.835570 624.546021 0.000000 2615.940674 0.000000 0.999437 0.000000 -0.033546 0.800683 0.800683 0.800683 641.529541 0.000000 2627.426270 0.000000 0.943378 0.000000 -0.331721 0.807699 0.807699 0.807699 598.297546 0.000000 2615.602051 0.000000 0.977468 0.000000 0.211085 0.790697 0.790697 0.790697 @@ -10405,29 +10401,18 @@ 986.007324 0.000000 2662.050781 0.000000 0.377310 0.000000 -0.926087 0.876611 0.876611 0.876611 996.636597 0.000000 2661.263916 0.000000 0.917992 0.000000 -0.396599 0.813195 0.813195 0.813195 887.493286 0.000000 2729.850830 0.000000 0.960329 0.000000 0.278871 0.756819 0.756819 0.756819 -865.596008 0.000000 2681.261230 0.000000 0.296408 0.000000 -0.955061 0.911087 0.911087 0.911087 -889.751709 0.000000 2698.783936 0.000000 0.610036 0.000000 -0.792374 0.889333 0.889333 0.889333 895.819092 0.000000 2672.045410 0.000000 0.390315 0.000000 -0.920681 0.978736 0.978736 0.978736 -905.762207 0.000000 2715.080811 0.000000 0.893783 0.000000 0.448500 0.759315 0.759315 0.759315 -922.065674 0.000000 2704.861816 0.000000 0.301140 0.000000 0.953580 0.606736 0.606736 0.606736 -870.162903 0.000000 2729.299072 0.000000 0.937815 0.000000 -0.347136 0.839934 0.839934 0.839934 909.268188 0.000000 2733.107422 0.000000 0.994042 0.000000 -0.108999 0.800262 0.800262 0.800262 -883.105652 0.000000 2683.017578 0.000000 0.986042 0.000000 -0.166496 0.814433 0.814433 0.814433 873.094055 0.000000 2696.412842 0.000000 0.869917 0.000000 -0.493199 0.878803 0.878803 0.878803 -882.402405 0.000000 2714.451172 0.000000 0.400532 0.000000 0.916283 0.622964 0.622964 0.622964 901.919189 0.000000 2686.948730 0.000000 0.897450 0.000000 -0.441116 0.869800 0.869800 0.869800 -905.922852 0.000000 2700.694824 0.000000 0.137784 0.000000 -0.990462 0.977680 0.977680 0.977680 899.135742 0.000000 2726.349121 0.000000 0.263747 0.000000 0.964592 0.787500 0.787500 0.787500 -915.255798 0.000000 2722.435791 0.000000 0.922029 0.000000 -0.387121 0.860735 0.860735 0.860735 874.790466 0.000000 2674.948730 0.000000 0.879919 0.000000 -0.475124 0.875647 0.875647 0.875647 931.921692 0.000000 2712.708984 0.000000 0.964856 0.000000 0.262779 0.759373 0.759373 0.759373 876.700378 0.000000 2705.957275 0.000000 0.706941 0.000000 -0.707273 0.920036 0.920036 0.920036 864.165405 0.000000 2691.411377 0.000000 0.212709 0.000000 -0.977116 0.918661 0.918661 0.918661 890.536316 0.000000 2720.140869 0.000000 0.907353 0.000000 -0.420369 0.866288 0.866288 0.866288 915.531982 0.000000 2712.136475 0.000000 0.497077 0.000000 -0.867706 0.960515 0.960515 0.960515 -885.999695 0.000000 2673.573975 0.000000 0.002800 0.000000 -0.999996 0.952199 0.952199 0.952199 919.885254 0.000000 2678.589600 0.000000 0.071079 0.000000 -0.997471 1.029131 1.029131 1.029131 -910.640808 0.000000 2681.886475 0.000000 0.649547 0.000000 -0.760321 0.870389 0.870389 0.870389 882.137939 0.000000 2693.333984 0.000000 0.750934 0.000000 0.660377 0.690222 0.690222 0.690222 873.807312 0.000000 2686.291992 0.000000 0.996538 0.000000 0.083142 0.787282 0.787282 0.787282 879.012451 0.000000 2726.927734 0.000000 0.910439 0.000000 0.413644 0.734843 0.734843 0.734843 @@ -10440,11 +10425,9 @@ 931.029358 0.000000 2670.596680 0.000000 0.999993 0.000000 0.003862 0.799785 0.799785 0.799785 923.401489 0.000000 2671.638672 0.000000 0.048005 0.000000 0.998847 0.780840 0.780840 0.780840 908.735046 0.000000 2707.792236 0.000000 0.529372 0.000000 0.848390 0.773902 0.773902 0.773902 -924.116150 0.000000 2697.423828 0.000000 0.705089 0.000000 -0.709119 0.825976 0.825976 0.825976 866.512756 0.000000 2674.067139 0.000000 0.487866 0.000000 -0.872919 0.809537 0.809537 0.809537 881.437500 0.000000 2700.490479 0.000000 0.285845 0.000000 0.958276 0.604292 0.604292 0.604292 873.195251 0.000000 2712.352295 0.000000 0.191836 0.000000 0.981427 0.758724 0.758724 0.758724 -889.474609 0.000000 2679.532227 0.000000 0.616135 0.000000 0.787641 0.720659 0.720659 0.720659 914.774292 0.000000 2704.361328 0.000000 0.476530 0.000000 0.879158 0.635891 0.635891 0.635891 921.479309 0.000000 2724.809814 0.000000 0.778367 0.000000 0.627809 0.696297 0.696297 0.696297 884.247925 0.000000 2722.423340 0.000000 0.981042 0.000000 0.193798 0.771487 0.771487 0.771487 @@ -10453,35 +10436,23 @@ 927.687683 0.000000 2707.968994 0.000000 0.611366 0.000000 -0.791348 0.939498 0.939498 0.939498 914.471619 0.000000 2728.923096 0.000000 0.987338 0.000000 -0.158632 0.824340 0.824340 0.824340 882.325195 0.000000 2733.333252 0.000000 0.971956 0.000000 0.235164 0.763730 0.763730 0.763730 -888.729431 0.000000 2713.624023 0.000000 0.443993 0.000000 0.896030 0.739437 0.739437 0.739437 911.841309 0.000000 2717.237549 0.000000 0.677836 0.000000 0.735213 0.675779 0.675779 0.675779 -892.489624 0.000000 2704.745117 0.000000 0.956259 0.000000 -0.292520 0.845357 0.845357 0.845357 869.937317 0.000000 2690.790039 0.000000 0.796842 0.000000 -0.604187 0.899121 0.899121 0.899121 880.487793 0.000000 2675.983398 0.000000 0.421680 0.000000 0.906744 0.626509 0.626509 0.626509 -876.474487 0.000000 2691.627930 0.000000 0.938680 0.000000 -0.344791 0.853784 0.853784 0.853784 -912.514771 0.000000 2687.925049 0.000000 0.997962 0.000000 0.063815 0.790243 0.790243 0.790243 -929.498291 0.000000 2699.410645 0.000000 0.974464 0.000000 0.224543 0.776796 0.776796 0.776796 867.013855 0.000000 2696.657959 0.000000 0.248708 0.000000 0.968579 0.598403 0.598403 0.598403 935.185608 0.000000 2726.502197 0.000000 0.349315 0.000000 0.937006 0.768723 0.768723 0.768723 906.638306 0.000000 2728.027100 0.000000 0.806172 0.000000 -0.591681 0.894840 0.894840 0.894840 879.637939 0.000000 2719.290283 0.000000 0.795831 0.000000 -0.605519 0.899377 0.899377 0.899377 -904.731445 0.000000 2682.041504 0.000000 0.984434 0.000000 0.175752 0.784757 0.784757 0.784757 916.301147 0.000000 2682.919922 0.000000 0.272899 0.000000 -0.962043 0.997768 0.997768 0.997768 897.172424 0.000000 2690.010254 0.000000 0.817927 0.000000 0.575321 0.782737 0.782737 0.782737 910.210022 0.000000 2697.347168 0.000000 0.344253 0.000000 0.938877 0.759817 0.759817 0.759817 902.644226 0.000000 2721.917725 0.000000 0.936786 0.000000 0.349902 0.792932 0.792932 0.792932 -920.045593 0.000000 2700.194824 0.000000 0.539084 0.000000 0.842252 0.736396 0.736396 0.736396 886.151855 0.000000 2717.803467 0.000000 0.048200 0.000000 -0.998838 0.932281 0.932281 0.932281 877.472046 0.000000 2714.784180 0.000000 0.834550 0.000000 0.550932 0.767487 0.767487 0.767487 925.439758 0.000000 2676.093994 0.000000 0.405847 0.000000 -0.913941 0.857335 0.857335 0.857335 -933.674561 0.000000 2697.062012 0.000000 0.638266 0.000000 0.769816 0.713670 0.713670 0.713670 884.577515 0.000000 2678.394287 0.000000 0.837492 0.000000 0.546450 0.756008 0.756008 0.756008 897.235168 0.000000 2685.263672 0.000000 0.883096 0.000000 0.469192 0.789466 0.789466 0.789466 -885.898499 0.000000 2701.816162 0.000000 0.556009 0.000000 -0.831176 0.911117 0.911117 0.911117 918.102417 0.000000 2707.802979 0.000000 0.994735 0.000000 -0.102480 0.814701 0.814701 0.814701 -926.656555 0.000000 2703.125977 0.000000 0.970854 0.000000 -0.239673 0.827118 0.827118 0.827118 -885.224182 0.000000 2696.996094 0.000000 0.727851 0.000000 0.685735 0.716243 0.716243 0.716243 -888.398560 0.000000 2724.562988 0.000000 0.999635 0.000000 -0.027016 0.802315 0.802315 0.802315 924.644409 0.000000 2733.248291 0.000000 0.200498 0.000000 0.979694 0.677787 0.677787 0.677787 913.183594 0.000000 2708.511719 0.000000 0.965004 0.000000 -0.262234 0.834499 0.834499 0.834499 897.764282 0.000000 2707.942383 0.000000 0.957650 0.000000 -0.287934 0.833250 0.833250 0.833250 @@ -10492,32 +10463,24 @@ 921.116394 0.000000 2735.395752 0.000000 0.499169 0.000000 -0.866505 0.931257 0.931257 0.931257 867.669617 0.000000 2678.118164 0.000000 0.102731 0.000000 -0.994709 0.928409 0.928409 0.928409 900.135132 0.000000 2735.142090 0.000000 0.234809 0.000000 -0.972041 0.853544 0.853544 0.853544 -923.437561 0.000000 2701.462646 0.000000 0.928062 0.000000 -0.372426 0.842988 0.842988 0.842988 919.095581 0.000000 2669.893311 0.000000 0.944461 0.000000 -0.328623 0.829493 0.829493 0.829493 922.820007 0.000000 2728.466309 0.000000 0.988042 0.000000 -0.154183 0.817530 0.817530 0.817530 904.577759 0.000000 2718.519531 0.000000 0.996629 0.000000 0.082037 0.790010 0.790010 0.790010 -877.952332 0.000000 2673.398438 0.000000 0.970027 0.000000 0.242995 0.778381 0.778381 0.778381 -905.906799 0.000000 2732.532715 0.000000 0.975793 0.000000 -0.218697 0.819948 0.819948 0.819948 863.986389 0.000000 2684.322266 0.000000 0.627816 0.000000 -0.778362 0.878036 0.878036 0.878036 883.043884 0.000000 2719.203857 0.000000 0.500544 0.000000 -0.865711 0.908484 0.908484 0.908484 -879.563721 0.000000 2683.205566 0.000000 0.995434 0.000000 -0.095451 0.808134 0.808134 0.808134 889.874268 0.000000 2716.831299 0.000000 0.890506 0.000000 0.454972 0.758680 0.758680 0.758680 929.780701 0.000000 2729.155273 0.000000 0.649800 0.000000 -0.760105 0.883297 0.883297 0.883297 885.097839 0.000000 2691.425049 0.000000 0.475255 0.000000 0.879848 0.726534 0.726534 0.726534 876.445312 0.000000 2717.986084 0.000000 0.050071 0.000000 -0.998746 0.937586 0.937586 0.937586 892.935486 0.000000 2679.772949 0.000000 0.682664 0.000000 0.730733 0.763669 0.763669 0.763669 -892.783142 0.000000 2722.701172 0.000000 0.951154 0.000000 0.308716 0.772545 0.772545 0.772545 889.918762 0.000000 2727.633301 0.000000 0.153443 0.000000 -0.988157 0.952797 0.952797 0.952797 928.845337 0.000000 2696.243164 0.000000 0.957624 0.000000 -0.288022 0.820131 0.820131 0.820131 -902.210327 0.000000 2702.819092 0.000000 0.764382 0.000000 -0.644764 0.867596 0.867596 0.867596 917.310486 0.000000 2676.669189 0.000000 0.920346 0.000000 0.391106 0.764367 0.764367 0.764367 -896.202637 0.000000 2693.011475 0.000000 0.607476 0.000000 -0.794338 0.854449 0.854449 0.854449 926.372925 0.000000 2699.879150 0.000000 0.987101 0.000000 0.160097 0.784682 0.784682 0.784682 883.077698 0.000000 2686.189941 0.000000 0.251522 0.000000 -0.967852 0.915170 0.915170 0.915170 918.342896 0.000000 2685.155029 0.000000 0.971812 0.000000 -0.235756 0.815543 0.815543 0.815543 885.503906 0.000000 2681.145020 0.000000 0.428233 0.000000 -0.903669 0.898699 0.898699 0.898699 903.520325 0.000000 2689.315674 0.000000 0.683910 0.000000 -0.729567 0.880349 0.880349 0.880349 -885.632629 0.000000 2694.296875 0.000000 0.696313 0.000000 -0.717738 0.860438 0.860438 0.860438 907.701477 0.000000 2713.129639 0.000000 0.977255 0.000000 0.212067 0.781691 0.781691 0.781691 923.206482 0.000000 2731.015625 0.000000 0.612368 0.000000 -0.790573 0.878666 0.878666 0.878666 959.485474 0.000000 2729.850830 0.000000 0.978081 0.000000 -0.208224 0.822371 0.822371 0.822371 @@ -10544,13 +10507,11 @@ 953.188171 0.000000 2709.165527 0.000000 0.762423 0.000000 0.647079 0.699222 0.699222 0.699222 982.202209 0.000000 2697.347168 0.000000 0.650833 0.000000 -0.759221 0.903828 0.903828 0.903828 1005.665283 0.000000 2674.973389 0.000000 0.999133 0.000000 -0.041639 0.801373 0.801373 0.801373 -937.360718 0.000000 2727.037842 0.000000 0.400461 0.000000 0.916314 0.705574 0.705574 0.705574 965.433594 0.000000 2715.606934 0.000000 0.952489 0.000000 0.304572 0.791841 0.791841 0.791841 986.997192 0.000000 2692.526855 0.000000 0.966922 0.000000 0.255071 0.783773 0.783773 0.783773 949.464233 0.000000 2714.784180 0.000000 0.432521 0.000000 -0.901624 0.855874 0.855874 0.855874 964.243896 0.000000 2731.019531 0.000000 0.872687 0.000000 0.488281 0.771880 0.771880 0.771880 973.121094 0.000000 2699.714844 0.000000 0.352144 0.000000 0.935946 0.772429 0.772429 0.772429 -957.890686 0.000000 2701.816162 0.000000 0.450444 0.000000 -0.892805 0.902487 0.902487 0.902487 998.648743 0.000000 2703.125977 0.000000 0.564824 0.000000 0.825212 0.727889 0.727889 0.727889 986.007324 0.000000 2734.035156 0.000000 0.994033 0.000000 0.109076 0.794041 0.794041 0.794041 961.783813 0.000000 2709.030029 0.000000 0.474359 0.000000 -0.880331 0.894176 0.894176 0.894176 @@ -10582,7 +10543,6 @@ 970.461792 0.000000 2682.711426 0.000000 0.512604 0.000000 -0.858625 0.876099 0.876099 0.876099 991.952148 0.000000 2727.480469 0.000000 0.274626 0.000000 -0.961551 0.875900 0.875900 0.875900 995.798035 0.000000 2712.758301 0.000000 0.009754 0.000000 0.999952 0.691501 0.691501 0.691501 -951.163269 0.000000 2707.243408 0.000000 0.939504 0.000000 -0.342537 0.826604 0.826604 0.826604 956.361694 0.000000 2704.149902 0.000000 0.998396 0.000000 0.056609 0.795554 0.795554 0.795554 956.087463 0.000000 2725.241455 0.000000 0.602625 0.000000 0.798024 0.720276 0.720276 0.720276 979.731689 0.000000 2730.607422 0.000000 0.745921 0.000000 -0.666034 0.849350 0.849350 0.849350 @@ -10769,25 +10729,16 @@ 1114.446167 0.000000 2682.711426 0.000000 0.028237 0.000000 -0.999601 0.901668 0.901668 0.901668 1131.188354 0.000000 2671.770752 0.000000 0.962161 0.000000 -0.272481 0.819346 0.819346 0.819346 1121.231567 0.000000 2721.239258 0.000000 0.999249 0.000000 -0.038742 0.802484 0.802484 0.802484 -887.493286 0.000000 2801.835205 0.000000 0.900772 0.000000 0.434292 0.746433 0.746433 0.746433 927.627075 0.000000 2794.306396 0.000000 0.146872 0.000000 -0.989156 1.017478 1.017478 1.017478 -889.751709 0.000000 2770.768311 0.000000 0.965681 0.000000 -0.259732 0.807242 0.807242 0.807242 895.819092 0.000000 2744.029785 0.000000 0.322979 0.000000 0.946406 0.610249 0.610249 0.610249 -925.841614 0.000000 2736.252441 0.000000 0.419394 0.000000 -0.907804 0.899553 0.899553 0.899553 876.710083 0.000000 2736.291992 0.000000 0.981655 0.000000 0.190668 0.770689 0.770689 0.770689 -883.105652 0.000000 2755.001953 0.000000 0.945109 0.000000 -0.326755 0.840487 0.840487 0.840487 -873.094055 0.000000 2768.397217 0.000000 0.438774 0.000000 0.898598 0.697641 0.697641 0.697641 882.402405 0.000000 2786.435547 0.000000 0.525310 0.000000 0.850911 0.644504 0.644504 0.644504 912.264893 0.000000 2744.346924 0.000000 0.856576 0.000000 0.516021 0.717158 0.717158 0.717158 -901.919189 0.000000 2758.933105 0.000000 0.491062 0.000000 -0.871125 0.828513 0.828513 0.828513 905.922852 0.000000 2772.679199 0.000000 0.963287 0.000000 -0.268475 0.802606 0.802606 0.802606 899.135742 0.000000 2798.333496 0.000000 0.187917 0.000000 -0.982185 0.886102 0.886102 0.886102 -874.790466 0.000000 2746.933105 0.000000 0.252006 0.000000 -0.967726 0.915126 0.915126 0.915126 932.026855 0.000000 2803.718994 0.000000 0.999980 0.000000 -0.006302 0.800963 0.800963 0.800963 931.921692 0.000000 2784.693359 0.000000 0.952088 0.000000 0.305825 0.752512 0.752512 0.752512 876.700378 0.000000 2777.941650 0.000000 0.720369 0.000000 0.693591 0.682893 0.682893 0.682893 -873.537537 0.000000 2791.509521 0.000000 0.947965 0.000000 -0.318374 0.841546 0.841546 0.841546 -892.048279 0.000000 2760.531006 0.000000 0.579980 0.000000 0.814631 0.654531 0.654531 0.654531 885.999695 0.000000 2745.558350 0.000000 0.995488 0.000000 0.094890 0.785480 0.785480 0.785480 882.137939 0.000000 2765.318359 0.000000 0.681677 0.000000 -0.731654 0.925401 0.925401 0.925401 903.869385 0.000000 2747.945068 0.000000 0.204209 0.000000 0.978927 0.591422 0.591422 0.591422 @@ -10798,53 +10749,39 @@ 898.442871 0.000000 2790.158447 0.000000 0.632841 0.000000 -0.774282 0.812735 0.812735 0.812735 908.735046 0.000000 2779.776611 0.000000 0.379912 0.000000 -0.925023 0.815569 0.815569 0.815569 924.116150 0.000000 2769.408203 0.000000 0.718474 0.000000 -0.695554 0.861757 0.861757 0.861757 -881.437500 0.000000 2772.474854 0.000000 0.657923 0.000000 0.753085 0.669711 0.669711 0.669711 -873.195251 0.000000 2784.336670 0.000000 0.351943 0.000000 -0.936021 0.985050 0.985050 0.985050 889.474609 0.000000 2751.516602 0.000000 0.999956 0.000000 -0.009427 0.801440 0.801440 0.801440 914.774292 0.000000 2776.345703 0.000000 0.618581 0.000000 0.785721 0.765881 0.765881 0.765881 882.572815 0.000000 2739.630859 0.000000 0.511157 0.000000 0.859487 0.783888 0.783888 0.783888 884.247925 0.000000 2794.407715 0.000000 0.657054 0.000000 -0.753843 0.930465 0.930465 0.930465 933.845093 0.000000 2792.879883 0.000000 0.416587 0.000000 0.909096 0.625651 0.625651 0.625651 882.325195 0.000000 2805.317627 0.000000 0.649187 0.000000 0.760629 0.724394 0.724394 0.724394 -888.729431 0.000000 2785.608398 0.000000 0.978687 0.000000 0.205360 0.789094 0.789094 0.789094 926.517822 0.000000 2800.377197 0.000000 0.400623 0.000000 -0.916243 0.898576 0.898576 0.898576 890.322693 0.000000 2741.372559 0.000000 0.721291 0.000000 0.692632 0.683097 0.683097 0.683097 888.096313 0.000000 2764.954346 0.000000 0.076087 0.000000 0.997101 0.571636 0.571636 0.571636 876.474487 0.000000 2763.612305 0.000000 0.744425 0.000000 -0.667706 0.911707 0.911707 0.911707 886.266296 0.000000 2759.570801 0.000000 0.598712 0.000000 0.800964 0.658074 0.658074 0.658074 879.637939 0.000000 2791.274658 0.000000 0.300337 0.000000 0.953833 0.606608 0.606608 0.606608 -873.093628 0.000000 2773.863770 0.000000 0.316303 0.000000 -0.948658 0.958649 0.958649 0.958649 879.203735 0.000000 2758.788574 0.000000 0.906786 0.000000 -0.421591 0.865711 0.865711 0.865711 -877.521973 0.000000 2741.713867 0.000000 0.974748 0.000000 0.223306 0.771933 0.771933 0.771933 893.369690 0.000000 2766.726562 0.000000 0.013111 0.000000 0.999914 0.717868 0.717868 0.717868 920.045593 0.000000 2772.179199 0.000000 0.206521 0.000000 0.978442 0.608114 0.608114 0.608114 -886.151855 0.000000 2789.787842 0.000000 0.986451 0.000000 0.164058 0.785583 0.785583 0.785583 935.444702 0.000000 2788.114502 0.000000 0.737585 0.000000 -0.675255 0.889279 0.889279 0.889279 933.674561 0.000000 2769.046387 0.000000 0.986798 0.000000 0.161959 0.783235 0.783235 0.783235 884.577515 0.000000 2750.378662 0.000000 0.987562 0.000000 -0.157229 0.819677 0.819677 0.819677 -921.528564 0.000000 2739.286621 0.000000 0.722206 0.000000 -0.691678 0.825629 0.825629 0.825629 -885.224182 0.000000 2768.980469 0.000000 0.477936 0.000000 0.878395 0.666980 0.666980 0.666980 888.398560 0.000000 2796.547363 0.000000 0.208677 0.000000 -0.977985 0.901087 0.901087 0.901087 889.791626 0.000000 2781.014404 0.000000 0.987126 0.000000 0.159946 0.792300 0.792300 0.792300 924.644409 0.000000 2805.232666 0.000000 0.385303 0.000000 -0.922790 0.941541 0.941541 0.941541 929.559204 0.000000 2761.215576 0.000000 0.981694 0.000000 -0.190467 0.806315 0.806315 0.806315 -877.978088 0.000000 2794.908691 0.000000 0.998300 0.000000 0.058284 0.796820 0.796820 0.796820 901.869934 0.000000 2788.229980 0.000000 0.870931 0.000000 0.491405 0.755370 0.755370 0.755370 873.398376 0.000000 2780.323975 0.000000 0.205456 0.000000 0.978666 0.666798 0.666798 0.666798 929.581482 0.000000 2737.620605 0.000000 0.619237 0.000000 -0.785204 0.836793 0.836793 0.836793 -913.761902 0.000000 2735.578857 0.000000 0.034346 0.000000 0.999410 0.636134 0.636134 0.636134 918.493164 0.000000 2775.727783 0.000000 0.452188 0.000000 -0.891922 0.871284 0.871284 0.871284 923.437561 0.000000 2773.447021 0.000000 0.266183 0.000000 0.963923 0.719687 0.719687 0.719687 874.279175 0.000000 2743.169189 0.000000 0.544417 0.000000 0.838814 0.702813 0.702813 0.702813 906.194519 0.000000 2750.855957 0.000000 0.214288 0.000000 -0.976771 0.959108 0.959108 0.959108 885.813599 0.000000 2804.984375 0.000000 0.974354 0.000000 0.225019 0.780146 0.780146 0.780146 898.624146 0.000000 2803.999512 0.000000 0.148473 0.000000 0.988916 0.650068 0.650068 0.650068 -877.952332 0.000000 2745.382812 0.000000 0.340968 0.000000 -0.940075 0.865210 0.865210 0.865210 -922.340027 0.000000 2735.897461 0.000000 0.476617 0.000000 0.879111 0.694465 0.694465 0.694465 932.409912 0.000000 2789.771973 0.000000 0.862677 0.000000 0.505755 0.743765 0.743765 0.743765 911.805969 0.000000 2766.273193 0.000000 0.947074 0.000000 -0.321017 0.839554 0.839554 0.839554 -883.043884 0.000000 2791.188232 0.000000 0.800499 0.000000 0.599334 0.743780 0.743780 0.743780 -887.293762 0.000000 2792.971924 0.000000 0.698142 0.000000 0.715960 0.725889 0.725889 0.725889 870.033081 0.000000 2767.025391 0.000000 0.867577 0.000000 -0.497303 0.848338 0.848338 0.848338 901.188599 0.000000 2801.115234 0.000000 0.741841 0.000000 0.670576 0.763008 0.763008 0.763008 911.626038 0.000000 2777.408203 0.000000 0.961137 0.000000 -0.276072 0.823463 0.823463 0.823463 @@ -10989,7 +10926,6 @@ 985.001099 0.000000 2783.330566 0.000000 0.858497 0.000000 -0.512819 0.844523 0.844523 0.844523 955.725769 0.000000 2788.630859 0.000000 0.750243 0.000000 -0.661162 0.857565 0.857565 0.857565 982.028442 0.000000 2795.384766 0.000000 0.687715 0.000000 -0.725980 0.868639 0.868639 0.868639 -876.710083 0.000000 2808.276367 0.000000 0.819325 0.000000 0.573329 0.786098 0.786098 0.786098 883.105652 0.000000 2826.986328 0.000000 0.740393 0.000000 0.672174 0.746557 0.746557 0.746557 873.094055 0.000000 2840.381592 0.000000 0.544637 0.000000 -0.838672 0.830400 0.830400 0.830400 899.135742 0.000000 2870.317871 0.000000 0.985556 0.000000 0.169352 0.779812 0.779812 0.779812 @@ -10999,19 +10935,16 @@ 931.029358 0.000000 2814.565430 0.000000 0.957788 0.000000 0.287475 0.770998 0.770998 0.770998 889.474609 0.000000 2823.500977 0.000000 0.415751 0.000000 0.909478 0.689832 0.689832 0.689832 897.098816 0.000000 2809.330322 0.000000 0.164677 0.000000 -0.986348 0.971779 0.971779 0.971779 -882.572815 0.000000 2811.615234 0.000000 0.897484 0.000000 0.441047 0.766885 0.766885 0.766885 927.687683 0.000000 2851.937744 0.000000 0.267385 0.000000 -0.963590 0.840508 0.840508 0.840508 911.841309 0.000000 2861.206299 0.000000 0.931353 0.000000 0.364116 0.776330 0.776330 0.776330 876.474487 0.000000 2835.596680 0.000000 0.984065 0.000000 -0.177808 0.820136 0.820136 0.820136 916.301147 0.000000 2826.888672 0.000000 0.910318 0.000000 -0.413910 0.817387 0.817387 0.817387 879.203735 0.000000 2830.772949 0.000000 0.365084 0.000000 0.930975 0.742620 0.742620 0.742620 -877.521973 0.000000 2813.698242 0.000000 0.103723 0.000000 -0.994606 0.928322 0.928322 0.928322 897.172424 0.000000 2833.979004 0.000000 0.864731 0.000000 0.502236 0.775409 0.775409 0.775409 891.231506 0.000000 2818.555420 0.000000 0.987012 0.000000 -0.160648 0.820302 0.820302 0.820302 933.410828 0.000000 2825.915283 0.000000 0.917971 0.000000 0.396648 0.776784 0.776784 0.776784 925.439758 0.000000 2820.062744 0.000000 0.948561 0.000000 0.316595 0.790542 0.790542 0.790542 927.230957 0.000000 2856.619873 0.000000 0.125040 0.000000 0.992152 0.673555 0.673555 0.673555 -883.626892 0.000000 2807.397461 0.000000 0.759524 0.000000 0.650480 0.738046 0.738046 0.738046 881.953125 0.000000 2815.891602 0.000000 0.997788 0.000000 0.066472 0.797210 0.797210 0.797210 934.398438 0.000000 2834.746826 0.000000 0.395854 0.000000 0.918313 0.689127 0.689127 0.689127 927.477417 0.000000 2816.608154 0.000000 0.944181 0.000000 -0.329426 0.827958 0.827958 0.827958 @@ -11020,7 +10953,6 @@ 872.908691 0.000000 2836.778564 0.000000 0.104247 0.000000 -0.994551 0.907189 0.907189 0.907189 880.114197 0.000000 2809.155029 0.000000 0.998675 0.000000 -0.051457 0.804503 0.804503 0.804503 898.624146 0.000000 2875.983887 0.000000 0.331282 0.000000 -0.943532 0.955160 0.955160 0.955160 -877.952332 0.000000 2817.367188 0.000000 0.766609 0.000000 0.642114 0.739005 0.739005 0.739005 877.269775 0.000000 2821.211426 0.000000 0.940812 0.000000 -0.338930 0.830248 0.830248 0.830248 919.713684 0.000000 2825.726074 0.000000 0.402857 0.000000 0.915263 0.675307 0.675307 0.675307 909.253845 0.000000 2859.269287 0.000000 0.468130 0.000000 0.883660 0.723385 0.723385 0.723385 @@ -11237,7 +11169,6 @@ 1054.741943 0.000000 2781.604736 0.000000 0.677696 0.000000 -0.735342 0.856927 0.856927 0.856927 1134.196045 0.000000 2760.093506 0.000000 0.426306 0.000000 -0.904579 0.972711 0.972711 0.972711 1143.603638 0.000000 2794.306396 0.000000 0.997708 0.000000 0.067664 0.789654 0.789654 0.789654 -1111.795654 0.000000 2744.029785 0.000000 0.264674 0.000000 -0.964338 0.892901 0.892901 0.892901 1141.818237 0.000000 2736.252441 0.000000 0.814512 0.000000 0.580147 0.705438 0.705438 0.705438 1138.042236 0.000000 2776.846191 0.000000 0.710314 0.000000 0.703885 0.705959 0.705959 0.705959 1121.899414 0.000000 2772.679199 0.000000 0.961682 0.000000 0.274168 0.757567 0.757567 0.757567 @@ -11251,7 +11182,6 @@ 1131.788086 0.000000 2769.479492 0.000000 0.412674 0.000000 -0.910879 0.823334 0.823334 0.823334 1119.845947 0.000000 2747.945068 0.000000 0.867956 0.000000 -0.496641 0.879408 0.879408 0.879408 1124.801758 0.000000 2764.188965 0.000000 0.939224 0.000000 -0.343306 0.853542 0.853542 0.853542 -1112.251831 0.000000 2752.631592 0.000000 0.625798 0.000000 0.779985 0.744251 0.744251 0.744251 1139.140991 0.000000 2787.516846 0.000000 0.397043 0.000000 -0.917800 0.931646 0.931646 0.931646 1139.378052 0.000000 2743.623047 0.000000 0.742184 0.000000 -0.670197 0.811442 0.811442 0.811442 1123.704346 0.000000 2794.344971 0.000000 0.286943 0.000000 -0.957948 0.842174 0.842174 0.842174 @@ -11884,7 +11814,6 @@ 933.845093 0.000000 3008.833008 0.000000 0.329839 0.000000 0.944037 0.776327 0.776327 0.776327 875.563232 0.000000 3020.771484 0.000000 0.733561 0.000000 0.679624 0.685829 0.685829 0.685829 902.438599 0.000000 3020.158936 0.000000 0.526035 0.000000 -0.850463 0.858491 0.858491 0.858491 -882.325195 0.000000 3021.270752 0.000000 0.865753 0.000000 0.500471 0.767025 0.767025 0.767025 870.180603 0.000000 3023.291748 0.000000 0.983974 0.000000 -0.178310 0.810204 0.810204 0.810204 912.514771 0.000000 2975.862549 0.000000 0.802511 0.000000 -0.596638 0.897679 0.897679 0.897679 935.185608 0.000000 3014.439697 0.000000 0.813727 0.000000 0.581247 0.705231 0.705231 0.705231 @@ -12067,7 +11996,6 @@ 1131.232422 0.000000 2938.388916 0.000000 0.808959 0.000000 -0.587865 0.823721 0.823721 0.823721 1090.766968 0.000000 2890.901855 0.000000 0.647272 0.000000 0.762259 0.714306 0.714306 0.714306 1104.153809 0.000000 2879.773682 0.000000 0.528679 0.000000 0.848822 0.645110 0.645110 0.645110 -1148.003418 0.000000 2947.687744 0.000000 0.878706 0.000000 -0.477363 0.840552 0.840552 0.840552 1092.676880 0.000000 2921.910400 0.000000 0.378174 0.000000 -0.925735 0.941761 0.941761 0.941761 1080.141968 0.000000 2907.364502 0.000000 0.592087 0.000000 0.805874 0.678713 0.678713 0.678713 1101.976196 0.000000 2889.527100 0.000000 0.253321 0.000000 -0.967382 1.000869 1.000869 1.000869 @@ -12309,7 +12237,6 @@ 885.984924 0.000000 3066.341797 0.000000 0.444857 0.000000 -0.895602 0.969562 0.969562 0.969562 923.164429 0.000000 3075.454346 0.000000 0.995098 0.000000 -0.098894 0.807656 0.807656 0.807656 895.973450 0.000000 3094.191162 0.000000 0.688910 0.000000 0.724847 0.714982 0.714982 0.714982 -898.461975 0.000000 3063.629883 0.000000 0.858782 0.000000 0.512341 0.759390 0.759390 0.759390 924.116150 0.000000 3057.345703 0.000000 0.824602 0.000000 -0.565713 0.849358 0.849358 0.849358 866.512756 0.000000 3033.989014 0.000000 0.153741 0.000000 -0.988111 1.016417 1.016417 1.016417 881.437500 0.000000 3060.412354 0.000000 0.043700 0.000000 0.999045 0.770720 0.770720 0.770720 @@ -12522,7 +12449,6 @@ 1054.505127 0.000000 3025.674316 0.000000 0.981368 0.000000 -0.192136 0.829540 0.829540 0.829540 1049.996216 0.000000 3029.806396 0.000000 0.969783 0.000000 -0.243968 0.825990 0.825990 0.825990 1032.080688 0.000000 3052.891846 0.000000 0.247278 0.000000 -0.968945 1.001823 1.001823 1.001823 -1020.458862 0.000000 3051.549805 0.000000 0.868492 0.000000 0.495704 0.757115 0.757115 0.757115 1056.499146 0.000000 3047.846924 0.000000 0.454094 0.000000 0.890954 0.680107 0.680107 0.680107 1015.567688 0.000000 3040.111084 0.000000 0.171930 0.000000 -0.985109 1.013600 1.013600 1.013600 1073.482666 0.000000 3059.332520 0.000000 0.108712 0.000000 -0.994073 0.884963 0.884963 0.884963 @@ -12596,7 +12522,6 @@ 1147.005859 0.000000 3030.518555 0.000000 0.363924 0.000000 0.931429 0.779178 0.779178 0.779178 1123.704346 0.000000 3082.282471 0.000000 0.346346 0.000000 -0.938107 0.848132 0.848132 0.848132 1089.171875 0.000000 3072.274170 0.000000 0.460349 0.000000 0.887738 0.678256 0.678256 0.678256 -1079.997314 0.000000 3092.051270 0.000000 0.273938 0.000000 0.961747 0.685313 0.685313 0.685313 1130.448120 0.000000 3088.844971 0.000000 0.992252 0.000000 0.124241 0.790745 0.790745 0.790745 1108.466187 0.000000 3064.666992 0.000000 0.352408 0.000000 -0.935847 0.956684 0.956684 0.956684 1092.451050 0.000000 3051.549805 0.000000 0.239608 0.000000 -0.970870 0.840606 0.840606 0.840606 @@ -12650,7 +12575,6 @@ 1042.691040 0.000000 3127.121094 0.000000 0.715843 0.000000 0.698261 0.765265 0.765265 0.765265 1029.969238 0.000000 3138.326172 0.000000 0.777547 0.000000 -0.628825 0.877010 0.877010 0.877010 1042.446289 0.000000 3135.614258 0.000000 0.934110 0.000000 -0.356986 0.816404 0.816404 0.816404 -1075.013672 0.000000 3102.502930 0.000000 0.933644 0.000000 -0.358203 0.819755 0.819755 0.819755 1010.497131 0.000000 3105.973389 0.000000 0.636666 0.000000 0.771140 0.706606 0.706606 0.706606 1025.421875 0.000000 3132.396729 0.000000 0.919715 0.000000 -0.392588 0.861642 0.861642 0.861642 1017.179626 0.000000 3144.258545 0.000000 0.773008 0.000000 -0.634397 0.867118 0.867118 0.867118 @@ -12711,14 +12635,10 @@ 1134.196045 0.000000 3120.015381 0.000000 0.989951 0.000000 -0.141414 0.821679 0.821679 0.821679 1121.738770 0.000000 3146.987061 0.000000 0.702423 0.000000 -0.711760 0.828947 0.828947 0.828947 1138.042236 0.000000 3136.768066 0.000000 0.667908 0.000000 0.744244 0.702428 0.702428 0.702428 -1125.244751 0.000000 3165.013672 0.000000 0.420902 0.000000 -0.907106 0.973623 0.973623 0.973623 -1146.561646 0.000000 3125.246338 0.000000 0.690669 0.000000 -0.723171 0.905106 0.905106 0.905106 1080.301147 0.000000 3099.033447 0.000000 0.845230 0.000000 -0.534402 0.817228 0.817228 0.817228 1110.223999 0.000000 3142.360596 0.000000 0.233123 0.000000 0.972447 0.794399 0.794399 0.794399 -1115.112305 0.000000 3158.255371 0.000000 0.850166 0.000000 -0.526515 0.828572 0.828572 0.828572 1131.232422 0.000000 3154.342041 0.000000 0.978406 0.000000 -0.206690 0.831809 0.831809 0.831809 1148.003418 0.000000 3163.640869 0.000000 0.979419 0.000000 0.201837 0.795373 0.795373 0.795373 -1147.898315 0.000000 3144.615234 0.000000 0.787830 0.000000 -0.615892 0.832202 0.832202 0.832202 1136.540283 0.000000 3163.271484 0.000000 0.055940 0.000000 0.998434 0.672023 0.672023 0.672023 1114.683228 0.000000 3127.121094 0.000000 0.801941 0.000000 0.597404 0.791944 0.791944 0.791944 1148.812256 0.000000 3136.000244 0.000000 0.947840 0.000000 0.318746 0.750434 0.750434 0.750434 @@ -12743,7 +12663,6 @@ 1087.559814 0.000000 3112.095459 0.000000 0.972613 0.000000 0.232432 0.777793 0.777793 0.777793 1145.474854 0.000000 3131.316895 0.000000 0.890005 0.000000 -0.455950 0.872336 0.872336 0.872336 1122.614868 0.000000 3159.933350 0.000000 0.646460 0.000000 0.762947 0.667401 0.667401 0.667401 -1144.761597 0.000000 3148.986328 0.000000 0.953038 0.000000 -0.302849 0.825256 0.825256 0.825256 1123.180298 0.000000 3118.586670 0.000000 0.932303 0.000000 0.361679 0.787139 0.787139 0.787139 1109.417969 0.000000 3147.513184 0.000000 0.961963 0.000000 -0.273181 0.830340 0.830340 0.830340 1125.147217 0.000000 3108.868164 0.000000 0.637534 0.000000 0.770423 0.781556 0.781556 0.781556 @@ -13016,7 +12935,6 @@ 822.255249 0.000000 3286.329346 0.000000 0.552701 0.000000 0.833380 0.766943 0.766943 0.766943 843.263611 0.000000 3298.310791 0.000000 0.926448 0.000000 -0.376422 0.846479 0.846479 0.846479 802.798279 0.000000 3250.823730 0.000000 0.997811 0.000000 0.066124 0.799683 0.799683 0.799683 -860.034668 0.000000 3307.609619 0.000000 0.970606 0.000000 -0.240673 0.821117 0.821117 0.821117 859.929504 0.000000 3288.583984 0.000000 0.880808 0.000000 -0.473474 0.875360 0.875360 0.875360 801.545349 0.000000 3295.400146 0.000000 0.912473 0.000000 -0.409137 0.802273 0.802273 0.802273 818.544128 0.000000 3296.015869 0.000000 0.661780 0.000000 -0.749698 0.885829 0.885829 0.885829 @@ -13063,7 +12981,6 @@ 801.406189 0.000000 3284.214600 0.000000 0.230639 0.000000 -0.973039 0.905026 0.905026 0.905026 849.124207 0.000000 3311.270752 0.000000 0.784242 0.000000 0.620455 0.754683 0.754683 0.754683 856.624329 0.000000 3309.425049 0.000000 0.696668 0.000000 -0.717394 0.861359 0.861359 0.861359 -839.566528 0.000000 3297.263672 0.000000 0.985370 0.000000 0.170427 0.789636 0.789636 0.789636 847.349121 0.000000 3297.299805 0.000000 0.230530 0.000000 0.973065 0.679731 0.679731 0.679731 837.666504 0.000000 3245.248047 0.000000 0.827852 0.000000 0.560946 0.770384 0.770384 0.770384 834.859985 0.000000 3242.125488 0.000000 0.596739 0.000000 0.802435 0.766517 0.766517 0.766517 @@ -13108,10 +13025,8 @@ 722.144470 0.000000 3359.670410 0.000000 0.875264 0.000000 0.483646 0.784272 0.784272 0.784272 778.081299 0.000000 3352.721191 0.000000 0.770812 0.000000 0.637062 0.784688 0.784688 0.784688 739.121277 0.000000 3330.876953 0.000000 0.786197 0.000000 0.617976 0.767669 0.767669 0.767669 -771.271423 0.000000 3370.295166 0.000000 0.524032 0.000000 -0.851698 0.828092 0.828092 0.828092 788.042480 0.000000 3379.593994 0.000000 0.458545 0.000000 -0.888671 0.841313 0.841313 0.841313 732.716003 0.000000 3353.816650 0.000000 0.223399 0.000000 0.974727 0.650050 0.650050 0.650050 -720.724792 0.000000 3349.718750 0.000000 0.707865 0.000000 0.706348 0.755355 0.755355 0.755355 748.063904 0.000000 3336.406006 0.000000 0.999849 0.000000 0.017367 0.799729 0.799729 0.799729 771.547607 0.000000 3359.995850 0.000000 0.972165 0.000000 -0.234299 0.821680 0.821680 0.821680 742.015320 0.000000 3321.433350 0.000000 0.133131 0.000000 -0.991098 0.906785 0.906785 0.906785 @@ -13119,7 +13034,6 @@ 729.822937 0.000000 3334.151367 0.000000 0.899957 0.000000 -0.435978 0.830003 0.830003 0.830003 742.000549 0.000000 3354.279297 0.000000 0.233718 0.000000 -0.972305 0.844791 0.844791 0.844791 780.131775 0.000000 3345.283203 0.000000 0.045884 0.000000 -0.998947 1.030246 1.030246 1.030246 -763.743469 0.000000 3370.219971 0.000000 0.554392 0.000000 -0.832255 0.904268 0.904268 0.904268 737.453125 0.000000 3348.349854 0.000000 0.522474 0.000000 0.852655 0.773693 0.773693 0.773693 745.490234 0.000000 3327.391602 0.000000 0.592830 0.000000 0.805327 0.656955 0.656955 0.656955 777.494934 0.000000 3372.669189 0.000000 0.517643 0.000000 0.855597 0.734177 0.734177 0.734177 @@ -13134,7 +13048,6 @@ 737.211609 0.000000 3357.024902 0.000000 0.959531 0.000000 -0.281604 0.811973 0.811973 0.811973 778.276794 0.000000 3358.202393 0.000000 0.806944 0.000000 -0.590628 0.817793 0.817793 0.817793 756.703857 0.000000 3318.082764 0.000000 0.594047 0.000000 -0.804430 0.829123 0.829123 0.829123 -747.247131 0.000000 3322.446045 0.000000 0.970116 0.000000 -0.242640 0.818356 0.818356 0.818356 758.659851 0.000000 3369.777100 0.000000 0.438192 0.000000 0.898881 0.741762 0.741762 0.741762 776.061218 0.000000 3348.054199 0.000000 0.486697 0.000000 -0.873571 0.875121 0.875121 0.875121 791.460327 0.000000 3363.989502 0.000000 0.988135 0.000000 -0.153589 0.807207 0.807207 0.807207 @@ -13147,10 +13060,8 @@ 766.826904 0.000000 3373.788086 0.000000 0.447365 0.000000 -0.894352 0.854388 0.854388 0.854388 743.299438 0.000000 3331.355957 0.000000 0.800215 0.000000 0.599714 0.739500 0.739500 0.739500 775.529663 0.000000 3361.351562 0.000000 0.322490 0.000000 -0.946573 0.916132 0.916132 0.916132 -782.492554 0.000000 3341.835938 0.000000 0.149349 0.000000 -0.988785 0.867257 0.867257 0.867257 773.507874 0.000000 3373.761475 0.000000 0.649081 0.000000 0.760719 0.708325 0.708325 0.708325 738.606140 0.000000 3337.179932 0.000000 0.602022 0.000000 -0.798479 0.875357 0.875357 0.875357 -729.414001 0.000000 3356.198975 0.000000 0.264307 0.000000 -0.964438 0.887462 0.887462 0.887462 764.055908 0.000000 3366.067871 0.000000 0.944322 0.000000 0.329024 0.771073 0.771073 0.771073 767.574341 0.000000 3369.248047 0.000000 0.300861 0.000000 -0.953668 0.855339 0.855339 0.855339 723.685242 0.000000 3325.977539 0.000000 0.779653 0.000000 0.626212 0.763104 0.763104 0.763104 @@ -13200,7 +13111,6 @@ 810.333008 0.000000 3381.192627 0.000000 0.806747 0.000000 -0.590897 0.835605 0.835605 0.835605 834.019653 0.000000 3317.743896 0.000000 0.981087 0.000000 0.193566 0.793931 0.793931 0.793931 798.188416 0.000000 3383.213623 0.000000 0.160666 0.000000 -0.987009 0.840536 0.840536 0.840536 -808.495605 0.000000 3323.842773 0.000000 0.923403 0.000000 0.383831 0.762470 0.762470 0.762470 863.193420 0.000000 3374.361572 0.000000 0.652558 0.000000 -0.757739 0.830912 0.830912 0.830912 807.645752 0.000000 3367.149658 0.000000 0.344184 0.000000 0.938902 0.762006 0.762006 0.762006 805.529785 0.000000 3317.588867 0.000000 0.878808 0.000000 -0.477176 0.813710 0.813710 0.813710 @@ -13243,10 +13153,8 @@ 811.411987 0.000000 3322.857666 0.000000 0.434766 0.000000 -0.900543 0.862466 0.862466 0.862466 859.187256 0.000000 3382.344238 0.000000 0.815065 0.000000 -0.579369 0.859242 0.859242 0.859242 761.777832 0.000000 3434.924561 0.000000 0.472536 0.000000 0.881311 0.724385 0.724385 0.724385 -778.081299 0.000000 3424.705566 0.000000 0.850635 0.000000 -0.525756 0.820897 0.820897 0.820897 785.634583 0.000000 3398.482178 0.000000 0.403093 0.000000 0.915159 0.716890 0.716890 0.716890 786.600708 0.000000 3413.183838 0.000000 0.261601 0.000000 0.965176 0.684177 0.684177 0.684177 -771.271423 0.000000 3442.279541 0.000000 0.610713 0.000000 0.791852 0.706370 0.706370 0.706370 776.579407 0.000000 3451.208984 0.000000 0.624922 0.000000 0.780687 0.795706 0.795706 0.795706 771.827148 0.000000 3417.338867 0.000000 0.485319 0.000000 0.874337 0.679501 0.679501 0.679501 764.840820 0.000000 3412.048340 0.000000 0.613749 0.000000 -0.789501 0.939037 0.939037 0.939037 @@ -13284,7 +13192,6 @@ 782.056824 0.000000 3410.020508 0.000000 0.891975 0.000000 0.452085 0.781730 0.781730 0.781730 759.018005 0.000000 3432.799561 0.000000 0.384494 0.000000 -0.923128 0.883156 0.883156 0.883156 770.879150 0.000000 3438.885498 0.000000 0.992713 0.000000 0.120505 0.787261 0.787261 0.787261 -756.569458 0.000000 3385.297363 0.000000 0.848814 0.000000 0.528691 0.758278 0.758278 0.758278 767.821594 0.000000 3414.132568 0.000000 0.974377 0.000000 0.224920 0.776484 0.776484 0.776484 770.127930 0.000000 3445.444092 0.000000 0.379874 0.000000 -0.925038 0.925971 0.925971 0.925971 765.457520 0.000000 3408.783203 0.000000 0.883983 0.000000 0.467518 0.755403 0.755403 0.755403 @@ -13302,7 +13209,6 @@ 786.735779 0.000000 3400.971924 0.000000 0.956569 0.000000 -0.291508 0.822332 0.822332 0.822332 788.015625 0.000000 3404.238037 0.000000 0.734354 0.000000 -0.678767 0.856326 0.856326 0.856326 804.717896 0.000000 3384.151367 0.000000 0.976571 0.000000 -0.215198 0.822483 0.822483 0.822483 -837.276001 0.000000 3452.951172 0.000000 0.988623 0.000000 -0.150414 0.816374 0.816374 0.816374 811.113464 0.000000 3402.861328 0.000000 0.822293 0.000000 -0.569064 0.849330 0.849330 0.849330 810.410217 0.000000 3434.294922 0.000000 0.670065 0.000000 -0.742302 0.827566 0.827566 0.827566 857.626770 0.000000 3398.482178 0.000000 0.171391 0.000000 0.985203 0.586317 0.586317 0.586317 @@ -13449,7 +13355,6 @@ 981.260376 0.000000 3308.982422 0.000000 0.999126 0.000000 0.041790 0.799875 0.799875 0.799875 945.086243 0.000000 3272.287842 0.000000 0.236979 0.000000 0.971515 0.744152 0.744152 0.744152 973.911377 0.000000 3262.823730 0.000000 0.985904 0.000000 0.167311 0.782978 0.782978 0.782978 -1002.577271 0.000000 3269.215088 0.000000 0.926379 0.000000 -0.376592 0.811799 0.811799 0.811799 948.692566 0.000000 3281.832275 0.000000 0.946476 0.000000 0.322774 0.797637 0.797637 0.797637 964.040466 0.000000 3264.421631 0.000000 0.783605 0.000000 0.621259 0.723284 0.723284 0.723284 982.632996 0.000000 3257.761475 0.000000 0.628480 0.000000 0.777825 0.770631 0.770631 0.770631 @@ -13563,12 +13468,10 @@ 1128.241455 0.000000 3176.253174 0.000000 0.793887 0.000000 0.608065 0.714624 0.714624 0.714624 1146.561646 0.000000 3197.230713 0.000000 0.839979 0.000000 0.542619 0.757730 0.757730 0.757730 1115.112305 0.000000 3230.239746 0.000000 0.822202 0.000000 -0.569195 0.864581 0.864581 0.864581 -1119.815674 0.000000 3167.945801 0.000000 0.867574 0.000000 -0.497307 0.822142 0.822142 0.822142 1104.153809 0.000000 3167.711182 0.000000 0.996253 0.000000 0.086484 0.786770 0.786770 0.786770 1148.003418 0.000000 3235.625244 0.000000 0.697970 0.000000 -0.716127 0.831567 0.831567 0.831567 1108.024902 0.000000 3192.437256 0.000000 0.934335 0.000000 -0.356396 0.855677 0.855677 0.855677 1106.512817 0.000000 3224.031494 0.000000 0.910535 0.000000 0.413432 0.776761 0.776761 0.776761 -1133.376953 0.000000 3168.919678 0.000000 0.812542 0.000000 -0.582903 0.859658 0.859658 0.859658 1139.140991 0.000000 3219.423096 0.000000 0.975724 0.000000 0.219006 0.767191 0.767191 0.767191 1142.176514 0.000000 3190.405029 0.000000 0.129582 0.000000 0.991569 0.762014 0.762014 0.762014 1123.704346 0.000000 3226.251221 0.000000 0.713949 0.000000 0.700198 0.772114 0.772114 0.772114 @@ -13578,7 +13481,6 @@ 1126.497314 0.000000 3169.643066 0.000000 0.410700 0.000000 0.911771 0.658356 0.658356 0.658356 1149.821655 0.000000 3224.786133 0.000000 0.787572 0.000000 0.616223 0.762606 0.762606 0.762606 1149.236816 0.000000 3168.219727 0.000000 0.551878 0.000000 0.833925 0.786409 0.786409 0.786409 -1106.299316 0.000000 3173.278809 0.000000 0.988971 0.000000 0.148106 0.788421 0.788421 0.788421 1145.474854 0.000000 3203.301270 0.000000 0.159641 0.000000 -0.987175 0.974939 0.974939 0.974939 1102.242798 0.000000 3191.477051 0.000000 0.071777 0.000000 -0.997421 0.947294 0.947294 0.947294 1133.717896 0.000000 3177.296631 0.000000 0.460864 0.000000 0.887471 0.735889 0.735889 0.735889 @@ -13599,7 +13501,6 @@ 1137.505127 0.000000 3171.192871 0.000000 0.579877 0.000000 0.814704 0.744087 0.744087 0.744087 1121.830566 0.000000 3199.983398 0.000000 0.793715 0.000000 -0.608290 0.838396 0.838396 0.838396 1129.991699 0.000000 3237.925781 0.000000 0.999996 0.000000 -0.002669 0.800337 0.800337 0.800337 -1131.097290 0.000000 3172.854736 0.000000 0.684512 0.000000 0.729001 0.752035 0.752035 0.752035 1080.116089 0.000000 3219.553711 0.000000 0.770719 0.000000 0.637176 0.753640 0.753640 0.753640 1145.535767 0.000000 3193.121826 0.000000 0.488439 0.000000 0.872598 0.744083 0.744083 0.744083 1119.153931 0.000000 3229.973633 0.000000 0.920536 0.000000 -0.390659 0.835109 0.835109 0.835109 @@ -13639,7 +13540,6 @@ 1063.079956 0.000000 3245.768311 0.000000 0.349567 0.000000 -0.936912 0.851632 0.851632 0.851632 1117.895752 0.000000 3262.823730 0.000000 0.644076 0.000000 -0.764961 0.908548 0.908548 0.908548 1145.595459 0.000000 3254.513428 0.000000 0.936190 0.000000 -0.351495 0.803228 0.803228 0.803228 -1135.861816 0.000000 3254.464600 0.000000 0.838586 0.000000 -0.544769 0.810011 0.810011 0.810011 1142.176514 0.000000 3262.389404 0.000000 0.734803 0.000000 -0.678281 0.812506 0.812506 0.812506 1147.005859 0.000000 3246.471680 0.000000 0.816441 0.000000 0.577429 0.705947 0.705947 0.705947 1126.497314 0.000000 3241.627441 0.000000 0.318547 0.000000 0.947907 0.758919 0.758919 0.758919 @@ -13657,7 +13557,6 @@ 1124.853149 0.000000 3255.594482 0.000000 0.955554 0.000000 -0.294816 0.822593 0.822593 0.822593 887.493286 0.000000 3377.710205 0.000000 0.410879 0.000000 -0.911690 0.813749 0.813749 0.813749 922.065674 0.000000 3352.721191 0.000000 0.140330 0.000000 0.990105 0.789718 0.789718 0.789718 -892.048279 0.000000 3336.406006 0.000000 0.719787 0.000000 0.694195 0.756324 0.756324 0.756324 910.640808 0.000000 3329.745850 0.000000 0.115390 0.000000 0.993320 0.611673 0.611673 0.611673 879.012451 0.000000 3374.787109 0.000000 0.981538 0.000000 -0.191269 0.806342 0.806342 0.806342 898.706726 0.000000 3343.074219 0.000000 0.955402 0.000000 0.295307 0.761741 0.761741 0.761741 @@ -13760,7 +13659,6 @@ 976.723633 0.000000 3329.900879 0.000000 0.993533 0.000000 -0.113543 0.809545 0.809545 0.809545 988.293335 0.000000 3330.779297 0.000000 0.135097 0.000000 -0.990832 0.940177 0.940177 0.940177 986.111572 0.000000 3325.522949 0.000000 0.987927 0.000000 0.154923 0.793290 0.793290 0.793290 -945.085815 0.000000 3349.738770 0.000000 0.959454 0.000000 -0.281864 0.815751 0.815751 0.815751 975.380249 0.000000 3340.092773 0.000000 0.310025 0.000000 0.950728 0.689411 0.689411 0.689411 965.361877 0.000000 3342.601562 0.000000 0.996723 0.000000 0.080890 0.794614 0.794614 0.794614 982.202209 0.000000 3345.206543 0.000000 0.977006 0.000000 0.213212 0.794336 0.794336 0.794336 @@ -14200,7 +14098,6 @@ 1172.216675 0.000000 2866.392090 0.000000 0.851164 0.000000 0.524900 0.763248 0.763248 0.763248 1163.531982 0.000000 2876.802734 0.000000 0.828178 0.000000 0.560466 0.731200 0.731200 0.731200 1170.293945 0.000000 2877.302002 0.000000 0.999585 0.000000 0.028812 0.795597 0.795597 0.795597 -1200.483521 0.000000 2831.893799 0.000000 0.982753 0.000000 0.184925 0.780832 0.780832 0.780832 1174.234985 0.000000 2831.555176 0.000000 0.320868 0.000000 0.947124 0.725454 0.725454 0.725454 1167.606689 0.000000 2863.259033 0.000000 0.324285 0.000000 -0.945959 0.940483 0.940483 0.940483 1206.148315 0.000000 2861.615967 0.000000 0.657665 0.000000 -0.753311 0.890983 0.890983 0.890983 @@ -14304,7 +14201,6 @@ 1615.895264 0.000000 2662.284912 0.000000 0.281404 0.000000 -0.959589 0.817716 0.817716 0.817716 1650.951172 0.000000 2598.612305 0.000000 0.980604 0.000000 -0.195999 0.807329 0.807329 0.807329 1608.651367 0.000000 2641.639648 0.000000 0.662063 0.000000 0.749448 0.783248 0.783248 0.783248 -1590.102539 0.000000 2663.369873 0.000000 0.476333 0.000000 -0.879265 0.834116 0.834116 0.834116 1642.183105 0.000000 2638.358643 0.000000 0.808917 0.000000 0.587923 0.780795 0.780795 0.780795 1653.596436 0.000000 2625.077637 0.000000 0.986046 0.000000 0.166471 0.792584 0.792584 0.792584 1650.411133 0.000000 2653.945557 0.000000 0.197661 0.000000 -0.980270 0.836988 0.836988 0.836988 @@ -14318,7 +14214,6 @@ 1645.243164 0.000000 2638.418701 0.000000 0.812900 0.000000 -0.582403 0.834269 0.834269 0.834269 1649.554443 0.000000 2596.271973 0.000000 0.832534 0.000000 0.553974 0.757081 0.757081 0.757081 1657.510010 0.000000 2609.276855 0.000000 0.535427 0.000000 0.844581 0.769868 0.769868 0.769868 -1687.733154 0.000000 2600.061035 0.000000 0.999617 0.000000 -0.027660 0.801757 0.801757 0.801757 1683.962402 0.000000 2616.562256 0.000000 0.999930 0.000000 -0.011852 0.800071 0.800071 0.800071 1677.913696 0.000000 2601.589600 0.000000 0.997206 0.000000 -0.074696 0.800627 0.800627 0.800627 1668.388550 0.000000 2619.643555 0.000000 0.602296 0.000000 -0.798273 0.820494 0.820494 0.820494 @@ -14333,7 +14228,6 @@ 1590.084839 0.000000 2729.299072 0.000000 0.361577 0.000000 -0.932342 0.815829 0.815829 0.815829 1593.015869 0.000000 2696.412842 0.000000 0.965590 0.000000 0.260070 0.798424 0.798424 0.798424 1632.186768 0.000000 2672.362549 0.000000 0.783143 0.000000 -0.621842 0.807238 0.807238 0.807238 -1584.246460 0.000000 2667.127197 0.000000 0.400878 0.000000 -0.916132 0.843724 0.843724 0.843724 1602.059814 0.000000 2693.333984 0.000000 0.434505 0.000000 0.900669 0.789250 0.789250 0.789250 1617.020630 0.000000 2665.361572 0.000000 0.957571 0.000000 0.288198 0.795796 0.795796 0.795796 1583.942627 0.000000 2732.129395 0.000000 0.347256 0.000000 -0.937770 0.813116 0.813116 0.813116 @@ -14350,7 +14244,6 @@ 1474.561646 0.000000 2875.983887 0.000000 0.327688 0.000000 -0.944786 0.883008 0.883008 0.883008 1557.197876 0.000000 2877.076172 0.000000 0.205800 0.000000 -0.978594 0.813889 0.813889 0.813889 1554.567993 0.000000 2871.995850 0.000000 0.999817 0.000000 0.019114 0.799508 0.799508 0.799508 -1578.418945 0.000000 2869.898682 0.000000 0.989597 0.000000 0.143869 0.791782 0.791782 0.791782 1558.233398 0.000000 2873.691895 0.000000 0.369605 0.000000 0.929189 0.759997 0.759997 0.759997 1625.684082 0.000000 2787.065186 0.000000 0.054927 0.000000 0.998490 0.797275 0.797275 0.797275 1652.757568 0.000000 2776.078369 0.000000 0.941340 0.000000 -0.337458 0.802887 0.802887 0.802887 @@ -14364,7 +14257,6 @@ 1699.641846 0.000000 2794.344971 0.000000 0.644516 0.000000 0.764591 0.791134 0.791134 0.791134 1655.858398 0.000000 2779.058838 0.000000 0.010286 0.000000 0.999947 0.760729 0.760729 0.760729 1640.485596 0.000000 2875.333984 0.000000 0.703848 0.000000 0.710351 0.771599 0.771599 0.771599 -1615.895264 0.000000 2878.238037 0.000000 0.351343 0.000000 0.936247 0.703433 0.703433 0.703433 1641.038208 0.000000 2879.364502 0.000000 0.752639 0.000000 -0.658434 0.832298 0.832298 0.832298 1612.866699 0.000000 2878.380371 0.000000 0.280068 0.000000 0.959980 0.729059 0.729059 0.729059 1689.012817 0.000000 2809.330322 0.000000 0.997093 0.000000 -0.076192 0.801234 0.801234 0.801234 @@ -14611,7 +14503,6 @@ 1949.314331 0.000000 2579.553223 0.000000 0.721667 0.000000 0.692241 0.744109 0.744109 0.744109 1949.873901 0.000000 2576.034668 0.000000 0.983844 0.000000 0.179026 0.781989 0.781989 0.781989 1959.200562 0.000000 2590.177490 0.000000 0.912728 0.000000 -0.408569 0.832784 0.832784 0.832784 -2123.002930 0.000000 2366.427246 0.000000 0.854479 0.000000 0.519486 0.778398 0.778398 0.778398 2132.602295 0.000000 2347.870361 0.000000 0.859763 0.000000 -0.510693 0.822802 0.822802 0.822802 2093.682617 0.000000 2346.287598 0.000000 0.274739 0.000000 -0.961519 0.859630 0.859630 0.859630 2117.236816 0.000000 2334.820312 0.000000 0.940166 0.000000 0.340718 0.790834 0.790834 0.790834 @@ -14847,7 +14738,6 @@ 2163.100586 0.000000 2477.190186 0.000000 0.510557 0.000000 -0.859844 0.850850 0.850850 0.850850 2165.892578 0.000000 2479.087891 0.000000 0.003588 0.000000 0.999994 0.694829 0.694829 0.694829 2173.129150 0.000000 2461.289551 0.000000 0.982152 0.000000 -0.188088 0.812358 0.812358 0.812358 -2295.478516 0.000000 2506.368896 0.000000 0.993439 0.000000 0.114366 0.788050 0.788050 0.788050 2244.561768 0.000000 2448.354492 0.000000 0.930452 0.000000 -0.366413 0.804720 0.804720 0.804720 2242.642090 0.000000 2458.995605 0.000000 0.081330 0.000000 -0.996687 0.834803 0.834803 0.834803 2298.880859 0.000000 2454.643555 0.000000 0.292793 0.000000 0.956176 0.781685 0.781685 0.781685 @@ -14890,7 +14780,6 @@ 2245.939697 0.000000 2552.792236 0.000000 0.523843 0.000000 -0.851815 0.825654 0.825654 0.825654 2260.203613 0.000000 2539.650391 0.000000 0.622268 0.000000 -0.782804 0.830170 0.830170 0.830170 2297.124023 0.000000 2539.468994 0.000000 0.559717 0.000000 0.828683 0.730356 0.730356 0.730356 -2302.842773 0.000000 2527.218994 0.000000 0.296261 0.000000 -0.955107 0.895881 0.895881 0.895881 2297.433105 0.000000 2521.667480 0.000000 0.907279 0.000000 0.420528 0.786217 0.786217 0.786217 2249.725586 0.000000 2553.350098 0.000000 0.941306 0.000000 0.337553 0.781845 0.781845 0.781845 2280.804688 0.000000 2553.933105 0.000000 0.488938 0.000000 0.872319 0.728871 0.728871 0.728871 @@ -14913,7 +14802,6 @@ 1786.552734 0.000000 2687.868164 0.000000 0.190347 0.000000 0.981717 0.715705 0.715705 0.715705 1793.762451 0.000000 2703.015869 0.000000 0.761757 0.000000 0.647863 0.735391 0.735391 0.735391 1819.004150 0.000000 2683.017578 0.000000 0.820238 0.000000 0.572022 0.790148 0.790148 0.790148 -1841.821289 0.000000 2700.694824 0.000000 0.950477 0.000000 0.310795 0.787502 0.787502 0.787502 1810.688843 0.000000 2674.948730 0.000000 0.017247 0.000000 -0.999851 0.821409 0.821409 0.821409 1834.360352 0.000000 2703.708008 0.000000 0.435896 0.000000 -0.899997 0.850320 0.850320 0.850320 1825.373047 0.000000 2679.532227 0.000000 0.949767 0.000000 -0.312959 0.814685 0.814685 0.814685 @@ -15100,7 +14988,6 @@ 1959.587280 0.000000 2763.040527 0.000000 0.424145 0.000000 -0.905594 0.880090 0.880090 0.880090 1958.615601 0.000000 2765.856445 0.000000 0.971215 0.000000 -0.238204 0.814843 0.814843 0.814843 1991.707886 0.000000 2747.398193 0.000000 0.072471 0.000000 -0.997370 0.878999 0.878999 0.878999 -1926.110107 0.000000 2832.077881 0.000000 0.274320 0.000000 -0.961638 0.927822 0.927822 0.927822 1897.642334 0.000000 2842.752686 0.000000 0.127656 0.000000 -0.991819 0.842359 0.842359 0.842359 1903.709717 0.000000 2816.014160 0.000000 0.252487 0.000000 -0.967600 0.867000 0.867000 0.867000 1874.019531 0.000000 2855.779785 0.000000 0.263694 0.000000 0.964606 0.682807 0.682807 0.682807 @@ -15132,7 +15019,6 @@ 1893.875488 0.000000 2850.388672 0.000000 0.933555 0.000000 0.358435 0.772983 0.772983 0.772983 1925.291016 0.000000 2808.997803 0.000000 0.796995 0.000000 -0.603986 0.816319 0.816319 0.816319 1934.090576 0.000000 2830.483154 0.000000 0.167099 0.000000 -0.985940 1.014349 1.014349 1.014349 -1906.352539 0.000000 2847.676758 0.000000 0.098185 0.000000 0.995168 0.640312 0.640312 0.640312 1938.919922 0.000000 2814.565430 0.000000 0.963709 0.000000 0.266955 0.785428 0.785428 0.785428 1931.292114 0.000000 2815.607422 0.000000 0.920786 0.000000 -0.390069 0.813205 0.813205 0.813205 1916.625610 0.000000 2851.760986 0.000000 0.110334 0.000000 -0.993895 0.990735 0.990735 0.990735 @@ -15161,7 +15047,6 @@ 1914.528931 0.000000 2871.995850 0.000000 0.295134 0.000000 -0.955456 0.850270 0.850270 0.850270 1876.586426 0.000000 2860.673340 0.000000 0.510483 0.000000 -0.859888 0.958144 0.958144 0.958144 1887.528564 0.000000 2863.259033 0.000000 0.738868 0.000000 -0.673850 0.876645 0.876645 0.876645 -1924.191772 0.000000 2826.888672 0.000000 0.843622 0.000000 -0.536937 0.849583 0.849583 0.849583 1880.984253 0.000000 2845.848145 0.000000 0.999767 0.000000 0.021593 0.798098 0.798098 0.798098 1874.434692 0.000000 2830.542236 0.000000 0.970008 0.000000 0.243073 0.772342 0.772342 0.772342 1889.086548 0.000000 2853.134277 0.000000 0.488873 0.000000 -0.872355 0.904795 0.904795 0.904795 @@ -15179,7 +15064,6 @@ 1885.362671 0.000000 2858.752930 0.000000 0.140174 0.000000 0.990127 0.664608 0.664608 0.664608 1904.049194 0.000000 2866.353027 0.000000 0.850016 0.000000 0.526757 0.742493 0.742493 0.742493 1933.330444 0.000000 2820.062744 0.000000 0.686540 0.000000 0.727092 0.752686 0.752686 0.752686 -1909.019531 0.000000 2843.683594 0.000000 0.360266 0.000000 -0.932850 0.926061 0.926061 0.926061 1929.233154 0.000000 2828.462402 0.000000 0.673599 0.000000 0.739097 0.771096 0.771096 0.771096 1905.125732 0.000000 2829.232422 0.000000 0.940898 0.000000 0.338689 0.769360 0.769360 0.769360 1893.789062 0.000000 2845.784912 0.000000 0.235992 0.000000 0.971755 0.700196 0.700196 0.700196 @@ -15263,10 +15147,8 @@ 1890.289551 0.000000 2855.662842 0.000000 0.631956 0.000000 -0.775004 0.871725 0.871725 0.871725 1901.680298 0.000000 2818.203613 0.000000 0.972436 0.000000 -0.233171 0.816357 0.816357 0.816357 1893.306152 0.000000 2829.157227 0.000000 0.997463 0.000000 0.071191 0.794365 0.794365 0.794365 -1945.478760 0.000000 2825.229980 0.000000 0.998867 0.000000 -0.047592 0.802225 0.802225 0.802225 1969.634521 0.000000 2842.752686 0.000000 0.644839 0.000000 -0.764318 0.850042 0.850042 0.850042 1946.011719 0.000000 2855.779785 0.000000 0.519679 0.000000 -0.854362 0.956505 0.956505 0.956505 -1989.151001 0.000000 2877.076172 0.000000 0.818292 0.000000 0.574802 0.773949 0.773949 0.773949 1962.285278 0.000000 2858.419922 0.000000 0.879725 0.000000 -0.475483 0.858786 0.858786 0.858786 2009.501709 0.000000 2822.607178 0.000000 0.966531 0.000000 -0.256549 0.803731 0.803731 0.803731 1956.583130 0.000000 2849.926025 0.000000 0.274403 0.000000 -0.961615 0.997530 0.997530 0.997530 @@ -15281,7 +15163,6 @@ 1953.078125 0.000000 2856.321045 0.000000 0.543966 0.000000 -0.839107 0.909767 0.909767 0.909767 1994.657104 0.000000 2848.330078 0.000000 0.033719 0.000000 0.999431 0.749347 0.749347 0.749347 1949.698364 0.000000 2850.178223 0.000000 0.103534 0.000000 -0.994626 0.858016 0.858016 0.858016 -1982.321411 0.000000 2876.190186 0.000000 0.639472 0.000000 -0.768814 0.839410 0.839410 0.839410 1962.208008 0.000000 2877.302002 0.000000 0.946700 0.000000 -0.322117 0.841070 0.841070 0.841070 1972.707031 0.000000 2870.158203 0.000000 0.208100 0.000000 0.978108 0.709472 0.709472 0.709472 1968.612305 0.000000 2857.592773 0.000000 0.355057 0.000000 0.934845 0.691446 0.691446 0.691446 @@ -15328,7 +15209,6 @@ 1956.328125 0.000000 2861.954834 0.000000 0.841369 0.000000 0.540462 0.748340 0.748340 0.748340 1965.427368 0.000000 2858.652100 0.000000 0.568231 0.000000 -0.822869 0.846325 0.846325 0.846325 1958.604858 0.000000 2847.445312 0.000000 0.999923 0.000000 0.012410 0.798766 0.798766 0.798766 -1950.252319 0.000000 2847.195068 0.000000 0.982176 0.000000 0.187963 0.786971 0.786971 0.786971 1954.813477 0.000000 2842.732666 0.000000 0.666777 0.000000 -0.745257 0.869028 0.869028 0.869028 1963.208130 0.000000 2851.232422 0.000000 0.999798 0.000000 0.020098 0.798350 0.798350 0.798350 1945.764160 0.000000 2878.336914 0.000000 0.437979 0.000000 -0.898985 0.878336 0.878336 0.878336 @@ -15523,7 +15403,6 @@ 2075.039307 0.000000 2787.516846 0.000000 0.698417 0.000000 0.715692 0.786619 0.786619 0.786619 2036.122925 0.000000 2794.407715 0.000000 0.750103 0.000000 0.661321 0.767529 0.767529 0.767529 2040.604492 0.000000 2785.608398 0.000000 0.071241 0.000000 -0.997459 0.867384 0.867384 0.867384 -2042.197754 0.000000 2741.372559 0.000000 0.996753 0.000000 -0.080519 0.802463 0.802463 0.802463 2087.060547 0.000000 2798.486572 0.000000 0.557957 0.000000 -0.829870 0.949561 0.949561 0.949561 2080.660156 0.000000 2789.064453 0.000000 0.301418 0.000000 -0.953492 0.826520 0.826520 0.826520 2074.136230 0.000000 2782.327393 0.000000 0.797941 0.000000 0.602736 0.778681 0.778681 0.778681 @@ -15539,7 +15418,6 @@ 2080.491455 0.000000 2805.534424 0.000000 0.956666 0.000000 -0.291187 0.834522 0.834522 0.834522 2024.875122 0.000000 2736.911865 0.000000 0.989286 0.000000 0.145991 0.787885 0.787885 0.787885 2046.185547 0.000000 2740.522217 0.000000 0.997051 0.000000 0.076744 0.797422 0.797422 0.797422 -2052.010254 0.000000 2807.126465 0.000000 0.407549 0.000000 -0.913183 0.872415 0.872415 0.872415 2065.691895 0.000000 2772.613770 0.000000 0.799550 0.000000 0.600599 0.771049 0.771049 0.771049 2033.172607 0.000000 2796.291504 0.000000 0.930670 0.000000 -0.365859 0.816832 0.816832 0.816832 2085.067383 0.000000 2772.625000 0.000000 0.550428 0.000000 -0.834883 0.844395 0.844395 0.844395 @@ -15588,7 +15466,6 @@ 2157.278076 0.000000 2753.930908 0.000000 0.883166 0.000000 0.469060 0.781571 0.781571 0.781571 2116.118896 0.000000 2803.003906 0.000000 0.605630 0.000000 0.795746 0.779048 0.779048 0.779048 2150.523682 0.000000 2775.110352 0.000000 0.984389 0.000000 -0.176007 0.807951 0.807951 0.807951 -2112.265625 0.000000 2796.547363 0.000000 0.262324 0.000000 0.964980 0.695976 0.695976 0.695976 2129.721191 0.000000 2768.077148 0.000000 0.193554 0.000000 0.981090 0.738165 0.738165 0.738165 2113.658936 0.000000 2781.014404 0.000000 0.937817 0.000000 -0.347131 0.810621 0.810621 0.810621 2150.666992 0.000000 2740.530029 0.000000 0.354562 0.000000 0.935032 0.668954 0.668954 0.668954 @@ -15612,7 +15489,6 @@ 2126.032959 0.000000 2768.220215 0.000000 0.462531 0.000000 -0.886603 0.848980 0.848980 0.848980 2098.063477 0.000000 2754.754883 0.000000 0.897453 0.000000 0.441110 0.779471 0.779471 0.779471 2091.108398 0.000000 2765.127686 0.000000 0.987406 0.000000 0.158204 0.792956 0.792956 0.792956 -2105.164795 0.000000 2796.291504 0.000000 0.890249 0.000000 -0.455474 0.854403 0.854403 0.854403 2087.857422 0.000000 2770.367188 0.000000 0.962298 0.000000 0.271999 0.787621 0.787621 0.787621 2148.939941 0.000000 2797.029785 0.000000 0.688451 0.000000 0.725282 0.719778 0.719778 0.719778 2127.371338 0.000000 2744.279053 0.000000 0.393082 0.000000 -0.919503 0.904868 0.904868 0.904868 @@ -15649,7 +15525,6 @@ 2042.411255 0.000000 2864.109619 0.000000 0.503648 0.000000 0.863909 0.753756 0.753756 0.753756 2067.406982 0.000000 2856.105225 0.000000 0.022671 0.000000 -0.999743 0.820407 0.820407 0.820407 2060.700195 0.000000 2836.173340 0.000000 0.414808 0.000000 0.909909 0.748633 0.748633 0.748633 -2084.710693 0.000000 2848.062744 0.000000 0.074756 0.000000 -0.997202 0.860951 0.860951 0.860951 2075.039307 0.000000 2859.501221 0.000000 0.698947 0.000000 -0.715174 0.827693 0.827693 0.827693 2078.074951 0.000000 2830.483154 0.000000 0.989387 0.000000 0.145304 0.777720 0.777720 0.777720 2047.848389 0.000000 2878.238037 0.000000 0.740628 0.000000 -0.671915 0.912573 0.912573 0.912573 @@ -15719,10 +15594,8 @@ 2123.002930 0.000000 2870.317871 0.000000 0.779495 0.000000 0.626409 0.770391 0.770391 0.770391 2139.123047 0.000000 2866.404541 0.000000 0.165305 0.000000 0.986243 0.736875 0.736875 0.736875 2098.657715 0.000000 2818.917480 0.000000 0.674435 0.000000 -0.738334 0.926906 0.926906 0.926906 -2155.894043 0.000000 2875.703369 0.000000 0.818919 0.000000 0.573909 0.790844 0.790844 0.790844 2100.567627 0.000000 2849.926025 0.000000 0.125267 0.000000 -0.992123 1.020810 1.020810 1.020810 2097.404785 0.000000 2863.493896 0.000000 0.023562 0.000000 0.999722 0.790729 0.790729 0.790729 -2088.576416 0.000000 2845.828125 0.000000 0.358918 0.000000 -0.933369 0.919001 0.919001 0.919001 2115.915527 0.000000 2832.515381 0.000000 0.141286 0.000000 0.989969 0.685264 0.685264 0.685264 2114.403564 0.000000 2864.109619 0.000000 0.599189 0.000000 0.800608 0.748272 0.748272 0.748272 2106.005127 0.000000 2837.302734 0.000000 0.826989 0.000000 0.562218 0.740972 0.740972 0.740972 @@ -15736,7 +15609,6 @@ 2150.067139 0.000000 2830.483154 0.000000 0.551379 0.000000 -0.834255 0.821876 0.821876 0.821876 2131.594971 0.000000 2866.329346 0.000000 0.433623 0.000000 -0.901094 0.866572 0.866572 0.866572 2090.379883 0.000000 2818.035889 0.000000 0.123645 0.000000 -0.992327 0.965578 0.965578 0.965578 -2105.304688 0.000000 2844.459229 0.000000 0.530618 0.000000 -0.847611 0.850301 0.850301 0.850301 2097.062500 0.000000 2856.321045 0.000000 0.149326 0.000000 0.988788 0.659524 0.659524 0.659524 2087.887939 0.000000 2876.098145 0.000000 0.823619 0.000000 -0.567143 0.892137 0.892137 0.892137 2108.114990 0.000000 2866.392090 0.000000 0.426558 0.000000 0.904460 0.627332 0.627332 0.627332 @@ -15766,15 +15638,12 @@ 2121.102295 0.000000 2829.232422 0.000000 0.766489 0.000000 -0.642257 0.871876 0.871876 0.871876 2157.873291 0.000000 2852.555420 0.000000 0.991281 0.000000 -0.131765 0.805859 0.805859 0.805859 2134.678467 0.000000 2869.897461 0.000000 0.359596 0.000000 0.933108 0.760357 0.760357 0.760357 -2151.098145 0.000000 2856.619873 0.000000 0.405390 0.000000 0.914144 0.748169 0.748169 0.748169 2107.322266 0.000000 2871.873047 0.000000 0.023120 0.000000 -0.999733 1.012357 1.012357 1.012357 2153.139648 0.000000 2827.406494 0.000000 0.996881 0.000000 -0.078919 0.803361 0.803361 0.803361 2150.666992 0.000000 2812.514404 0.000000 1.000000 0.000000 0.000663 0.799973 0.799973 0.799973 2124.518799 0.000000 2824.720459 0.000000 0.977675 0.000000 -0.210121 0.811035 0.811035 0.811035 2108.870117 0.000000 2855.045410 0.000000 0.388976 0.000000 0.921248 0.684204 0.684204 0.684204 2105.820312 0.000000 2815.891602 0.000000 0.550388 0.000000 0.834909 0.665625 0.665625 0.665625 -2088.006592 0.000000 2859.631836 0.000000 0.727353 0.000000 -0.686264 0.874774 0.874774 0.874774 -2100.823975 0.000000 2854.170410 0.000000 0.949545 0.000000 -0.313632 0.828672 0.828672 0.828672 2105.528564 0.000000 2848.902588 0.000000 0.866776 0.000000 0.498698 0.781543 0.781543 0.781543 2111.150879 0.000000 2827.465332 0.000000 0.901543 0.000000 0.432690 0.767826 0.767826 0.767826 2141.359375 0.000000 2869.870850 0.000000 0.850066 0.000000 -0.526676 0.815953 0.815953 0.815953 @@ -15795,7 +15664,6 @@ 2113.634521 0.000000 2829.933838 0.000000 0.539138 0.000000 0.842218 0.759200 0.759200 0.759200 2103.554688 0.000000 2856.196045 0.000000 0.819239 0.000000 -0.573452 0.860377 0.860377 0.860377 2111.160889 0.000000 2864.956299 0.000000 0.861597 0.000000 -0.507593 0.863798 0.863798 0.863798 -2093.900391 0.000000 2839.009766 0.000000 0.013785 0.000000 0.999905 0.681520 0.681520 0.681520 2123.232910 0.000000 2866.977539 0.000000 0.801230 0.000000 0.598356 0.755801 0.755801 0.755801 2103.571777 0.000000 2835.024902 0.000000 0.049961 0.000000 0.998751 0.649647 0.649647 0.649647 2116.650391 0.000000 2866.669922 0.000000 0.580941 0.000000 -0.813946 0.853557 0.853557 0.853557 @@ -15806,7 +15674,6 @@ 2100.392334 0.000000 2832.431152 0.000000 0.717412 0.000000 0.696649 0.758901 0.758901 0.758901 2129.891602 0.000000 2869.018555 0.000000 0.825154 0.000000 -0.564908 0.841725 0.841725 0.841725 2119.583008 0.000000 2869.290039 0.000000 0.132131 0.000000 0.991232 0.670734 0.670734 0.670734 -2089.984863 0.000000 2862.402100 0.000000 0.698998 0.000000 -0.715124 0.857290 0.857290 0.857290 2128.444092 0.000000 2829.168945 0.000000 0.754209 0.000000 -0.656634 0.859232 0.859232 0.859232 2122.780273 0.000000 2831.536621 0.000000 0.954384 0.000000 0.298583 0.777291 0.777291 0.777291 2129.122070 0.000000 2865.208008 0.000000 0.995713 0.000000 -0.092499 0.807770 0.807770 0.807770 @@ -15824,7 +15691,6 @@ 2174.871826 0.000000 2798.912109 0.000000 0.715010 0.000000 0.699114 0.747585 0.747585 0.747585 2194.302246 0.000000 2790.158447 0.000000 0.378446 0.000000 0.925623 0.619300 0.619300 0.619300 2159.880127 0.000000 2804.113770 0.000000 0.886304 0.000000 -0.463104 0.848179 0.848179 0.848179 -2178.432129 0.000000 2739.630859 0.000000 0.997176 0.000000 -0.075097 0.803828 0.803828 0.803828 2198.298096 0.000000 2804.205811 0.000000 0.527826 0.000000 -0.849352 0.915523 0.915523 0.915523 2178.184570 0.000000 2805.317627 0.000000 0.877749 0.000000 0.479120 0.791019 0.791019 0.791019 2184.588867 0.000000 2785.608398 0.000000 0.031624 0.000000 -0.999500 0.841500 0.841500 0.841500 @@ -15865,39 +15731,29 @@ 2293.693115 0.000000 2736.252441 0.000000 0.589891 0.000000 -0.807483 0.855751 0.855751 0.855751 2290.191650 0.000000 2735.897461 0.000000 0.994852 0.000000 -0.101341 0.804805 0.804805 0.804805 2161.455322 0.000000 2825.229980 0.000000 0.885164 0.000000 0.465279 0.778832 0.778832 0.778832 -2223.486328 0.000000 2866.290771 0.000000 0.785237 0.000000 -0.619196 0.855611 0.855611 0.855611 2191.678467 0.000000 2816.014160 0.000000 0.796967 0.000000 0.604022 0.782902 0.782902 0.782902 2178.965088 0.000000 2826.986328 0.000000 0.542819 0.000000 0.839849 0.761170 0.761170 0.761170 2160.184082 0.000000 2811.095947 0.000000 0.949646 0.000000 -0.313324 0.810311 0.810311 0.810311 2199.698486 0.000000 2808.023926 0.000000 0.987868 0.000000 0.155294 0.785239 0.785239 0.785239 2227.886230 0.000000 2875.703369 0.000000 0.928822 0.000000 0.370526 0.762474 0.762474 0.762474 -2194.566162 0.000000 2839.183594 0.000000 0.531842 0.000000 -0.846844 0.845388 0.845388 0.845388 2199.728760 0.000000 2819.929443 0.000000 0.775041 0.000000 0.631911 0.790983 0.790983 0.790983 -2228.695068 0.000000 2848.062744 0.000000 0.998756 0.000000 -0.049871 0.804933 0.804933 0.804933 2181.844238 0.000000 2850.388672 0.000000 0.853450 0.000000 -0.521175 0.821023 0.821023 0.821023 -2219.023682 0.000000 2859.501221 0.000000 0.923224 0.000000 0.384263 0.775659 0.775659 0.775659 2192.958252 0.000000 2809.330322 0.000000 0.932006 0.000000 0.362444 0.782444 0.782444 0.782444 2159.880127 0.000000 2876.098145 0.000000 0.679678 0.000000 -0.733511 0.828617 0.828617 0.828617 -2178.432129 0.000000 2811.615234 0.000000 0.995441 0.000000 -0.095383 0.804293 0.804293 0.804293 2165.674805 0.000000 2850.178223 0.000000 0.995170 0.000000 0.098168 0.796936 0.796936 0.796936 2229.704590 0.000000 2864.864258 0.000000 0.014226 0.000000 -0.999899 0.977204 0.977204 0.977204 2223.547119 0.000000 2851.937744 0.000000 0.997922 0.000000 0.064435 0.793625 0.793625 0.793625 2173.105225 0.000000 2824.748535 0.000000 0.026496 0.000000 0.999649 0.746333 0.746333 0.746333 -2222.377197 0.000000 2872.361572 0.000000 0.603572 0.000000 0.797309 0.719272 0.719272 0.719272 2172.333740 0.000000 2835.596680 0.000000 0.840424 0.000000 0.541929 0.777351 0.777351 0.777351 2167.442627 0.000000 2824.157959 0.000000 0.280040 0.000000 -0.959988 0.857833 0.857833 0.857833 2225.357666 0.000000 2843.379395 0.000000 0.897636 0.000000 0.440737 0.793163 0.793163 0.793163 2231.044922 0.000000 2870.470947 0.000000 0.943053 0.000000 -0.332642 0.824382 0.824382 0.824382 2224.644531 0.000000 2861.048828 0.000000 0.179519 0.000000 -0.983755 0.934117 0.934117 0.934117 -2218.120605 0.000000 2854.311768 0.000000 0.723781 0.000000 0.690030 0.724713 0.724713 0.724713 2159.803711 0.000000 2851.043213 0.000000 0.990269 0.000000 0.139169 0.797239 0.797239 0.797239 2210.864258 0.000000 2836.495605 0.000000 0.205447 0.000000 -0.978668 0.853935 0.853935 0.853935 2180.436768 0.000000 2822.363037 0.000000 0.344477 0.000000 0.938795 0.745216 0.745216 0.745216 2164.455078 0.000000 2808.801514 0.000000 0.990175 0.000000 0.139830 0.787728 0.787728 0.787728 -2222.515869 0.000000 2847.094727 0.000000 0.619276 0.000000 0.785173 0.739404 0.739404 0.739404 2218.838623 0.000000 2864.256104 0.000000 0.992953 0.000000 -0.118507 0.805552 0.805552 0.805552 -2229.865479 0.000000 2852.555420 0.000000 0.655545 0.000000 -0.755157 0.882565 0.882565 0.882565 -2223.090332 0.000000 2856.619873 0.000000 0.989579 0.000000 0.143994 0.785715 0.785715 0.785715 2179.486328 0.000000 2807.397461 0.000000 0.463934 0.000000 0.885870 0.765438 0.765438 0.765438 2169.257812 0.000000 2852.308350 0.000000 0.087945 0.000000 -0.996125 0.866631 0.866631 0.866631 2168.859375 0.000000 2808.896240 0.000000 0.755796 0.000000 0.654807 0.751663 0.751663 0.751663 @@ -15932,10 +15788,8 @@ 2250.253906 0.000000 2858.419922 0.000000 0.291611 0.000000 0.956537 0.605212 0.605212 0.605212 2269.770752 0.000000 2830.917480 0.000000 0.652445 0.000000 0.757836 0.756201 0.756201 0.756201 2273.774414 0.000000 2844.663574 0.000000 0.958503 0.000000 0.285081 0.779907 0.779907 0.779907 -2298.436523 0.000000 2837.308838 0.000000 0.561698 0.000000 -0.827342 0.842034 0.842034 0.842034 2262.099121 0.000000 2854.423096 0.000000 0.350598 0.000000 -0.936526 0.885733 0.885733 0.885733 2266.987305 0.000000 2870.317871 0.000000 0.989543 0.000000 -0.144237 0.822115 0.822115 0.822115 -2299.878418 0.000000 2875.703369 0.000000 0.548597 0.000000 -0.836087 0.900852 0.900852 0.900852 2299.773193 0.000000 2856.677734 0.000000 0.875157 0.000000 -0.483839 0.811196 0.811196 0.811196 2288.415283 0.000000 2875.333984 0.000000 0.693854 0.000000 -0.720116 0.815897 0.815897 0.815897 2244.552002 0.000000 2849.926025 0.000000 0.326998 0.000000 -0.945025 0.846719 0.846719 0.846719 @@ -15944,13 +15798,11 @@ 2258.387939 0.000000 2864.109619 0.000000 0.696607 0.000000 -0.717453 0.922252 0.922252 0.922252 2278.492432 0.000000 2825.855225 0.000000 0.588011 0.000000 -0.808853 0.829921 0.829921 0.829921 2283.663086 0.000000 2841.463867 0.000000 0.832258 0.000000 0.554388 0.787677 0.787677 0.787677 -2232.321045 0.000000 2864.898438 0.000000 0.966170 0.000000 -0.257906 0.838918 0.838918 0.838918 2246.864014 0.000000 2870.896484 0.000000 0.507730 0.000000 0.861516 0.688646 0.688646 0.688646 2276.676758 0.000000 2836.173340 0.000000 0.770353 0.000000 0.637618 0.694362 0.694362 0.694362 2264.126953 0.000000 2824.615967 0.000000 0.474410 0.000000 0.880304 0.760009 0.760009 0.760009 2300.687256 0.000000 2848.062744 0.000000 0.208776 0.000000 -0.977964 0.968738 0.968738 0.968738 2253.836426 0.000000 2850.388672 0.000000 0.205060 0.000000 0.978749 0.665124 0.665124 0.665124 -2291.015869 0.000000 2859.501221 0.000000 0.558210 0.000000 -0.829700 0.949514 0.949514 0.949514 2266.313477 0.000000 2847.676758 0.000000 0.955935 0.000000 -0.293578 0.806427 0.806427 0.806427 2266.294434 0.000000 2862.142822 0.000000 0.429089 0.000000 -0.903262 0.970890 0.970890 0.970890 2276.586670 0.000000 2851.760986 0.000000 0.125810 0.000000 0.992054 0.713441 0.713441 0.713441 @@ -15962,7 +15814,6 @@ 2250.424316 0.000000 2811.615234 0.000000 0.417514 0.000000 0.908670 0.765161 0.765161 0.765161 2252.099365 0.000000 2866.392090 0.000000 0.835854 0.000000 0.548952 0.711213 0.711213 0.711213 2269.634277 0.000000 2853.369141 0.000000 0.894943 0.000000 0.446180 0.763144 0.763144 0.763144 -2237.666992 0.000000 2850.178223 0.000000 0.169454 0.000000 0.985538 0.682519 0.682519 0.682519 2301.696777 0.000000 2864.864258 0.000000 0.954871 0.000000 -0.297020 0.819153 0.819153 0.819153 2295.539307 0.000000 2851.937744 0.000000 0.072753 0.000000 0.997350 0.607027 0.607027 0.607027 2270.290283 0.000000 2876.190186 0.000000 0.343222 0.000000 0.939254 0.750274 0.750274 0.750274 @@ -15972,7 +15823,6 @@ 2294.369385 0.000000 2872.361572 0.000000 0.306962 0.000000 0.951722 0.717788 0.717788 0.717788 2280.366455 0.000000 2831.893799 0.000000 0.143846 0.000000 0.989600 0.582055 0.582055 0.582055 2297.349854 0.000000 2843.379395 0.000000 0.347100 0.000000 -0.937828 0.936283 0.936283 0.936283 -2254.117920 0.000000 2831.555176 0.000000 0.846388 0.000000 -0.532567 0.825239 0.825239 0.825239 2237.282959 0.000000 2867.490723 0.000000 0.869208 0.000000 0.494446 0.739881 0.739881 0.739881 2247.489502 0.000000 2863.259033 0.000000 0.955106 0.000000 -0.296263 0.845595 0.845595 0.845595 2284.152588 0.000000 2826.888672 0.000000 0.868077 0.000000 -0.496429 0.828947 0.828947 0.828947 @@ -15981,8 +15831,6 @@ 2271.239502 0.000000 2836.202148 0.000000 0.146678 0.000000 0.989184 0.737733 0.737733 0.737733 2249.047607 0.000000 2853.134277 0.000000 0.070035 0.000000 -0.997545 0.847657 0.847657 0.847657 2292.635010 0.000000 2825.144531 0.000000 0.487483 0.000000 0.873132 0.725579 0.725579 0.725579 -2231.795898 0.000000 2851.043213 0.000000 0.976047 0.000000 -0.217561 0.821682 0.821682 0.821682 -2262.772461 0.000000 2843.673340 0.000000 0.873990 0.000000 0.485944 0.777197 0.777197 0.777197 2233.220215 0.000000 2871.006592 0.000000 0.952623 0.000000 -0.304153 0.812962 0.812962 0.812962 2261.292969 0.000000 2859.575684 0.000000 0.867492 0.000000 -0.497451 0.860833 0.860833 0.860833 2242.176270 0.000000 2869.072266 0.000000 0.729557 0.000000 0.683920 0.707494 0.707494 0.707494 @@ -16002,14 +15850,10 @@ 2244.808350 0.000000 2854.170410 0.000000 0.285868 0.000000 -0.958269 0.858328 0.858328 0.858328 2273.700928 0.000000 2854.956299 0.000000 0.900623 0.000000 -0.434601 0.844449 0.844449 0.844449 2269.721436 0.000000 2860.214355 0.000000 0.142381 0.000000 0.989812 0.635730 0.635730 0.635730 -2241.250000 0.000000 2852.308350 0.000000 0.911751 0.000000 0.410743 0.760437 0.760437 0.760437 -2296.468018 0.000000 2877.518799 0.000000 0.417551 0.000000 0.908654 0.687291 0.687291 0.687291 2282.818604 0.000000 2859.585449 0.000000 0.076375 0.000000 -0.997079 0.867153 0.867153 0.867153 2237.842773 0.000000 2863.972168 0.000000 0.475704 0.000000 -0.879605 0.910146 0.910146 0.910146 2270.854004 0.000000 2856.924561 0.000000 0.812912 0.000000 0.582386 0.742265 0.742265 0.742265 -2234.527832 0.000000 2848.676025 0.000000 0.813471 0.000000 -0.581605 0.861365 0.861365 0.861365 2302.582275 0.000000 2877.879395 0.000000 0.847504 0.000000 0.530788 0.734625 0.734625 0.734625 -2234.916992 0.000000 2852.326904 0.000000 0.645971 0.000000 0.763362 0.725065 0.725065 0.725065 2247.415283 0.000000 2827.174316 0.000000 0.998828 0.000000 -0.048401 0.803336 0.803336 0.803336 2297.632324 0.000000 2873.124023 0.000000 0.841142 0.000000 0.540815 0.775692 0.775692 0.775692 2240.773926 0.000000 2849.121826 0.000000 0.907742 0.000000 0.419529 0.757199 0.757199 0.757199 @@ -16032,20 +15876,16 @@ 2271.371826 0.000000 2833.284424 0.000000 0.622225 0.000000 0.782838 0.742889 0.742889 0.742889 2273.822998 0.000000 2837.247803 0.000000 0.108855 0.000000 0.994058 0.701908 0.701908 0.701908 2255.589844 0.000000 2855.042969 0.000000 0.710244 0.000000 -0.703955 0.866445 0.866445 0.866445 -2296.043945 0.000000 2849.311279 0.000000 0.271492 0.000000 -0.962441 0.911031 0.911031 0.911031 2302.753906 0.000000 2867.951904 0.000000 0.987610 0.000000 0.156931 0.788198 0.788198 0.788198 1215.595825 0.000000 2938.275146 0.000000 0.633892 0.000000 0.773421 0.769801 0.769801 0.769801 1164.678833 0.000000 2880.260742 0.000000 0.992757 0.000000 0.120138 0.791485 0.791485 0.791485 1171.074463 0.000000 2898.970703 0.000000 0.849712 0.000000 -0.527248 0.861892 0.861892 0.861892 -1170.371216 0.000000 2930.404297 0.000000 0.444375 0.000000 -0.895841 0.842577 0.842577 0.842577 -1203.224609 0.000000 2938.388916 0.000000 0.206327 0.000000 -0.978483 0.960065 0.960065 0.960065 1162.759155 0.000000 2890.901855 0.000000 0.402617 0.000000 0.915369 0.623312 0.623312 0.623312 1176.145996 0.000000 2879.773682 0.000000 0.671776 0.000000 0.740754 0.777008 0.777008 0.777008 1152.134155 0.000000 2907.364502 0.000000 0.789029 0.000000 -0.614356 0.901080 0.901080 0.901080 1207.854004 0.000000 2894.542725 0.000000 0.401834 0.000000 -0.915712 0.870034 0.870034 0.870034 1152.438354 0.000000 2936.882812 0.000000 0.005556 0.000000 0.999985 0.664950 0.664950 0.664950 1173.953613 0.000000 2922.373047 0.000000 0.173110 0.000000 0.984903 0.643494 0.643494 0.643494 -1195.696533 0.000000 2938.313721 0.000000 0.089914 0.000000 0.995950 0.677562 0.677562 0.677562 1154.481567 0.000000 2890.020264 0.000000 0.472591 0.000000 -0.881282 0.964793 0.964793 0.964793 1169.406250 0.000000 2916.443604 0.000000 0.971027 0.000000 0.238969 0.763132 0.763132 0.763132 1151.989502 0.000000 2948.082520 0.000000 0.148183 0.000000 -0.988960 0.930365 0.930365 0.930365 @@ -16063,7 +15903,6 @@ 1169.630249 0.000000 2920.886963 0.000000 0.252141 0.000000 0.967691 0.719578 0.719578 0.719578 1158.048828 0.000000 2899.988525 0.000000 0.407204 0.000000 0.913337 0.735840 0.735840 0.735840 1222.367188 0.000000 2906.731201 0.000000 0.763073 0.000000 0.646312 0.767999 0.767999 0.767999 -1205.460938 0.000000 2941.855225 0.000000 0.961888 0.000000 0.273445 0.775771 0.775771 0.775771 1174.783936 0.000000 2883.459961 0.000000 0.929532 0.000000 -0.368741 0.828511 0.828511 0.828511 1196.009033 0.000000 2934.161621 0.000000 0.905972 0.000000 0.423338 0.741331 0.741331 0.741331 1168.924927 0.000000 2895.833740 0.000000 0.931632 0.000000 -0.363403 0.828747 0.828747 0.828747 @@ -16119,7 +15958,6 @@ 1267.662354 0.000000 2929.082764 0.000000 0.035017 0.000000 0.999387 0.672094 0.672094 0.672094 1153.564697 0.000000 2969.198730 0.000000 0.822112 0.000000 0.569326 0.786209 0.786209 0.786209 1193.730957 0.000000 3003.018311 0.000000 0.657629 0.000000 -0.753342 0.862363 0.862363 0.862363 -1164.678833 0.000000 2952.245117 0.000000 0.742823 0.000000 -0.669488 0.885264 0.885264 0.885264 1210.034424 0.000000 2992.799316 0.000000 0.999675 0.000000 0.025485 0.798229 0.798229 0.798229 1158.131714 0.000000 3017.236572 0.000000 0.937561 0.000000 -0.347821 0.811707 0.811707 0.811707 1200.233643 0.000000 2960.300049 0.000000 0.926761 0.000000 -0.375652 0.858839 0.858839 0.858839 @@ -16317,7 +16155,6 @@ 1351.838379 0.000000 2966.527100 0.000000 0.997784 0.000000 0.066533 0.794933 0.794933 0.794933 1296.422729 0.000000 3008.867188 0.000000 0.212375 0.000000 0.977188 0.627654 0.627654 0.627654 1362.982422 0.000000 2958.534180 0.000000 0.410027 0.000000 -0.912073 0.848851 0.848851 0.848851 -1305.148438 0.000000 3000.289795 0.000000 0.985620 0.000000 -0.168978 0.806715 0.806715 0.806715 1329.051880 0.000000 2953.299072 0.000000 0.997833 0.000000 -0.065798 0.806865 0.806865 0.806865 1301.768677 0.000000 2994.146973 0.000000 0.557545 0.000000 0.830147 0.650363 0.650363 0.650363 1307.516357 0.000000 3020.771484 0.000000 0.530401 0.000000 0.847747 0.735137 0.735137 0.735137 @@ -16346,19 +16183,14 @@ 1340.829712 0.000000 2967.656982 0.000000 0.999207 0.000000 -0.039813 0.803197 0.803197 0.803197 1391.438599 0.000000 3017.788330 0.000000 0.003323 0.000000 0.999994 0.773703 0.773703 0.773703 1369.541260 0.000000 2969.198730 0.000000 0.170457 0.000000 0.985365 0.697698 0.697698 0.697698 -1399.764404 0.000000 2959.982910 0.000000 0.736207 0.000000 0.676757 0.781739 0.781739 0.781739 1374.108276 0.000000 3017.236572 0.000000 0.775590 0.000000 -0.631237 0.804093 0.804093 0.804093 1377.039307 0.000000 2984.350342 0.000000 0.602884 0.000000 0.797829 0.772328 0.772328 0.772328 1433.564209 0.000000 2966.575928 0.000000 0.206584 0.000000 -0.978429 0.816330 0.816330 0.816330 1368.269897 0.000000 2955.064697 0.000000 0.811589 0.000000 -0.584229 0.814206 0.814206 0.814206 -1378.735718 0.000000 2962.886230 0.000000 0.777770 0.000000 0.628549 0.717736 0.717736 0.717736 1392.122559 0.000000 2951.758057 0.000000 0.979281 0.000000 -0.202508 0.801344 0.801344 0.801344 1368.110718 0.000000 2979.348877 0.000000 0.293958 0.000000 0.955818 0.679540 0.679540 0.679540 1368.654419 0.000000 2989.796875 0.000000 0.995522 0.000000 -0.094534 0.802666 0.802666 0.802666 1389.930176 0.000000 2994.357422 0.000000 0.685913 0.000000 0.727684 0.735058 0.735058 0.735058 -1402.407227 0.000000 2991.645508 0.000000 0.972871 0.000000 0.231348 0.788949 0.788949 0.788949 -1388.193237 0.000000 3010.360840 0.000000 0.669786 0.000000 -0.742554 0.840115 0.840115 0.840115 -1392.674805 0.000000 3001.561523 0.000000 0.822300 0.000000 0.569054 0.778237 0.778237 0.778237 1372.641113 0.000000 3004.642090 0.000000 0.049315 0.000000 -0.998783 0.923068 0.923068 0.923068 1377.038940 0.000000 2989.816895 0.000000 0.063922 0.000000 -0.997955 1.014878 1.014878 1.014878 1385.141235 0.000000 2997.103027 0.000000 0.961118 0.000000 -0.276138 0.839897 0.839897 0.839897 @@ -16368,7 +16200,6 @@ 1397.386719 0.000000 3003.544434 0.000000 0.424683 0.000000 0.905342 0.762011 0.762011 0.762011 1378.270020 0.000000 3013.041016 0.000000 0.122453 0.000000 0.992474 0.593506 0.593506 0.593506 1382.033447 0.000000 2984.698486 0.000000 0.987932 0.000000 0.154886 0.777824 0.777824 0.777824 -1393.736938 0.000000 2996.967529 0.000000 0.520715 0.000000 -0.853730 0.856398 0.856398 0.856398 1374.587402 0.000000 2963.928955 0.000000 0.144546 0.000000 0.989498 0.687237 0.687237 0.687237 1372.820312 0.000000 2988.504883 0.000000 0.129683 0.000000 -0.991555 0.977830 0.977830 0.977830 1371.541870 0.000000 2957.965332 0.000000 0.997977 0.000000 0.063572 0.793215 0.793215 0.793215 @@ -16524,33 +16355,24 @@ 1225.842285 0.000000 3094.290039 0.000000 0.432772 0.000000 -0.901503 0.878742 0.878742 0.878742 1277.532715 0.000000 3027.737549 0.000000 0.999037 0.000000 0.043866 0.796398 0.796398 0.796398 1206.188232 0.000000 3120.015381 0.000000 0.976333 0.000000 -0.216271 0.833307 0.833307 0.833307 -1177.720459 0.000000 3130.690186 0.000000 0.475058 0.000000 0.879955 0.635635 0.635635 0.635635 1158.131714 0.000000 3161.205322 0.000000 0.718951 0.000000 -0.695061 0.917419 0.917419 0.917419 1161.062744 0.000000 3128.319092 0.000000 0.764124 0.000000 0.645069 0.793699 0.793699 0.793699 1170.371216 0.000000 3146.357422 0.000000 0.905030 0.000000 -0.425348 0.867127 0.867127 0.867127 1193.891602 0.000000 3132.601074 0.000000 0.523095 0.000000 0.852274 0.644107 0.644107 0.644107 1218.553833 0.000000 3125.246338 0.000000 0.838161 0.000000 -0.545423 0.834220 0.834220 0.834220 1182.216187 0.000000 3142.360596 0.000000 0.524726 0.000000 0.851271 0.644399 0.644399 0.644399 -1187.104492 0.000000 3158.255371 0.000000 0.993347 0.000000 -0.115158 0.804357 0.804357 0.804357 1203.224609 0.000000 3154.342041 0.000000 0.225513 0.000000 -0.974240 0.807244 0.807244 0.807244 1219.995605 0.000000 3163.640869 0.000000 0.833439 0.000000 -0.552611 0.802806 0.802806 0.802806 -1161.506348 0.000000 3151.431396 0.000000 0.385751 0.000000 0.922603 0.734538 0.734538 0.734538 1152.677856 0.000000 3133.765625 0.000000 0.242897 0.000000 0.970052 0.627665 0.627665 0.627665 -1178.505005 0.000000 3152.047119 0.000000 0.081047 0.000000 0.996710 0.572397 0.572397 0.572397 1203.500732 0.000000 3144.042725 0.000000 0.274851 0.000000 0.961487 0.602542 0.602542 0.602542 1207.854004 0.000000 3110.495850 0.000000 0.900109 0.000000 0.435666 0.778393 0.778393 0.778393 1198.609497 0.000000 3113.792725 0.000000 0.790089 0.000000 0.612992 0.755325 0.755325 0.755325 1161.776123 0.000000 3118.198242 0.000000 0.991140 0.000000 0.132821 0.779646 0.779646 0.779646 -1186.675415 0.000000 3127.121094 0.000000 0.852059 0.000000 0.523446 0.715830 0.715830 0.715830 -1196.793945 0.000000 3124.110840 0.000000 0.483050 0.000000 -0.875593 0.874137 0.874137 0.874137 -1220.804443 0.000000 3136.000244 0.000000 0.918908 0.000000 -0.394472 0.814578 0.814578 0.814578 1211.133179 0.000000 3147.438721 0.000000 0.983718 0.000000 0.179720 0.791555 0.791555 0.791555 1214.168701 0.000000 3118.420654 0.000000 0.545204 0.000000 -0.838303 0.951897 0.951897 0.951897 -1183.942139 0.000000 3166.175537 0.000000 0.787839 0.000000 0.615882 0.698624 0.698624 0.698624 1186.430664 0.000000 3135.614258 0.000000 0.860269 0.000000 -0.509841 0.881742 0.881742 0.881742 1196.703735 0.000000 3139.698486 0.000000 0.898166 0.000000 -0.439657 0.869552 0.869552 0.869552 1212.084839 0.000000 3129.330078 0.000000 0.915164 0.000000 0.403082 0.786079 0.786079 0.786079 -1195.696533 0.000000 3154.266846 0.000000 0.431703 0.000000 -0.902016 0.971798 0.971798 0.971798 1161.164062 0.000000 3144.258545 0.000000 0.768967 0.000000 0.639288 0.790026 0.790026 0.790026 1220.984131 0.000000 3118.755615 0.000000 0.552497 0.000000 0.833515 0.649436 0.649436 0.649436 1151.989502 0.000000 3164.035645 0.000000 0.143728 0.000000 0.989617 0.661529 0.661529 0.661529 @@ -16564,7 +16386,6 @@ 1158.149414 0.000000 3167.260498 0.000000 0.988818 0.000000 -0.149128 0.815964 0.815964 0.815964 1210.883545 0.000000 3123.569580 0.000000 0.989017 0.000000 -0.147804 0.822666 0.822666 0.822666 1176.065063 0.000000 3124.876221 0.000000 0.935926 0.000000 -0.352196 0.842052 0.842052 0.842052 -1180.458374 0.000000 3136.651367 0.000000 0.941626 0.000000 0.336661 0.747537 0.747537 0.747537 1157.906128 0.000000 3122.696289 0.000000 0.696061 0.000000 -0.717983 0.847508 0.847508 0.847508 1200.483521 0.000000 3119.831299 0.000000 0.595794 0.000000 0.803137 0.763122 0.763122 0.763122 1217.467041 0.000000 3131.316895 0.000000 0.402144 0.000000 0.915576 0.772965 0.772965 0.772965 @@ -16586,9 +16407,7 @@ 1198.465820 0.000000 3134.066406 0.000000 0.999982 0.000000 -0.005956 0.800186 0.800186 0.800186 1173.192993 0.000000 3128.902344 0.000000 0.697643 0.000000 -0.716445 0.887575 0.887575 0.887575 1176.367310 0.000000 3156.469238 0.000000 0.509392 0.000000 -0.860535 0.877617 0.877617 0.877617 -1198.780029 0.000000 3157.834961 0.000000 0.342721 0.000000 -0.939437 0.859989 0.859989 0.859989 1193.822754 0.000000 3127.999023 0.000000 0.884434 0.000000 0.466664 0.767418 0.767418 0.767418 -1177.760376 0.000000 3140.936279 0.000000 0.604269 0.000000 0.796780 0.685652 0.685652 0.685652 1207.787231 0.000000 3127.260742 0.000000 0.418176 0.000000 -0.908366 0.920150 0.920150 0.920150 1201.152344 0.000000 3140.417969 0.000000 0.833115 0.000000 -0.553100 0.864263 0.864263 0.864263 1156.843750 0.000000 3132.473633 0.000000 0.354769 0.000000 0.934954 0.762358 0.762358 0.762358 @@ -16598,12 +16417,10 @@ 1191.146118 0.000000 3157.989258 0.000000 0.145919 0.000000 -0.989296 0.954471 0.954471 0.954471 1199.527466 0.000000 3153.294922 0.000000 0.152755 0.000000 0.988264 0.649676 0.649676 0.649676 1155.638306 0.000000 3110.024414 0.000000 0.006530 0.000000 0.999979 0.669720 0.669720 0.669720 -1160.405640 0.000000 3147.809082 0.000000 0.851783 0.000000 -0.523895 0.843282 0.843282 0.843282 1207.064331 0.000000 3101.799561 0.000000 0.975708 0.000000 -0.219077 0.814028 0.814028 0.814028 1190.134521 0.000000 3128.142090 0.000000 0.839151 0.000000 0.543899 0.737977 0.737977 0.737977 1206.483276 0.000000 3123.630127 0.000000 0.110186 0.000000 0.993911 0.647746 0.647746 0.647746 1155.209961 0.000000 3125.049561 0.000000 0.879424 0.000000 0.476039 0.779785 0.779785 0.779785 -1222.589478 0.000000 3110.393555 0.000000 0.732561 0.000000 0.680702 0.735400 0.735400 0.735400 1158.001831 0.000000 3126.947266 0.000000 0.953911 0.000000 -0.300090 0.825567 0.825567 0.825567 1167.532471 0.000000 3115.111816 0.000000 0.355326 0.000000 -0.934742 0.895505 0.895505 0.895505 1151.930786 0.000000 3126.810791 0.000000 0.578890 0.000000 0.815405 0.729163 0.729163 0.729163 @@ -16614,7 +16431,6 @@ 1205.279297 0.000000 3108.575439 0.000000 0.511830 0.000000 0.859087 0.684203 0.684203 0.684203 1171.046387 0.000000 3118.096191 0.000000 0.232337 0.000000 -0.972635 0.948927 0.948927 0.948927 1189.993652 0.000000 3115.617920 0.000000 0.771221 0.000000 0.636568 0.765270 0.765270 0.765270 -1200.145508 0.000000 3123.023193 0.000000 0.356439 0.000000 0.934319 0.685074 0.685074 0.685074 1183.071777 0.000000 3119.425537 0.000000 0.338865 0.000000 -0.940835 0.911574 0.911574 0.911574 1156.636963 0.000000 3113.209717 0.000000 0.863638 0.000000 -0.504112 0.849386 0.849386 0.849386 1201.644531 0.000000 3112.805908 0.000000 0.946785 0.000000 0.321866 0.773689 0.773689 0.773689 @@ -16629,14 +16445,11 @@ 1255.780029 0.000000 3103.951660 0.000000 0.225619 0.000000 -0.974216 0.856337 0.856337 0.856337 1226.089844 0.000000 3143.717285 0.000000 0.498239 0.000000 0.867040 0.781140 0.781140 0.781140 1243.066650 0.000000 3114.923828 0.000000 0.090791 0.000000 -0.995870 0.895764 0.895764 0.895764 -1233.054932 0.000000 3128.319092 0.000000 0.717644 0.000000 0.696410 0.715990 0.715990 0.715990 1261.880127 0.000000 3118.854980 0.000000 0.995714 0.000000 -0.092484 0.804772 0.804772 0.804772 1254.208374 0.000000 3142.360596 0.000000 0.928840 0.000000 -0.370482 0.802274 0.802274 0.802274 -1259.096680 0.000000 3158.255371 0.000000 0.542315 0.000000 -0.840175 0.817932 0.817932 0.817932 1263.800049 0.000000 3095.961426 0.000000 0.135003 0.000000 -0.990845 0.806880 0.806880 0.806880 1248.138184 0.000000 3095.726807 0.000000 0.954211 0.000000 0.299136 0.798544 0.798544 0.798544 1291.882690 0.000000 3144.615234 0.000000 0.426305 0.000000 -0.904580 0.804741 0.804741 0.804741 -1224.670044 0.000000 3133.765625 0.000000 0.801277 0.000000 0.598293 0.777711 0.777711 0.777711 1252.009277 0.000000 3120.452881 0.000000 0.682453 0.000000 -0.730929 0.925238 0.925238 0.925238 1245.960571 0.000000 3105.480225 0.000000 0.578847 0.000000 0.815436 0.654319 0.654319 0.654319 1242.098877 0.000000 3125.240234 0.000000 0.990026 0.000000 -0.140886 0.805759 0.805759 0.805759 @@ -16652,19 +16465,14 @@ 1241.398438 0.000000 3132.396729 0.000000 0.612914 0.000000 0.790149 0.768339 0.768339 0.768339 1249.435547 0.000000 3111.438477 0.000000 0.507648 0.000000 0.861564 0.739030 0.739030 0.739030 1223.981689 0.000000 3164.035645 0.000000 0.773608 0.000000 -0.633664 0.823027 0.823027 0.823027 -1244.208862 0.000000 3154.329590 0.000000 0.996096 0.000000 -0.088280 0.803549 0.803549 0.803549 -1293.806030 0.000000 3152.801758 0.000000 0.854085 0.000000 0.520134 0.764603 0.764603 0.764603 1274.432495 0.000000 3160.829346 0.000000 0.993070 0.000000 -0.117524 0.803811 0.803811 0.803811 1237.206787 0.000000 3112.686035 0.000000 0.023701 0.000000 -0.999719 1.036379 1.036379 1.036379 -1252.785156 0.000000 3158.095703 0.000000 0.831994 0.000000 -0.554784 0.818324 0.818324 0.818324 1250.283691 0.000000 3101.294434 0.000000 0.964131 0.000000 -0.265426 0.841046 0.841046 0.841046 1229.898315 0.000000 3122.696289 0.000000 0.986119 0.000000 -0.166039 0.825487 0.825487 0.825487 1240.448730 0.000000 3107.889648 0.000000 0.441548 0.000000 -0.897238 0.970126 0.970126 0.970126 1236.435425 0.000000 3123.534180 0.000000 0.343875 0.000000 -0.939016 0.981980 0.981980 0.981980 1226.974731 0.000000 3128.564209 0.000000 0.619714 0.000000 -0.784828 0.916251 0.916251 0.916251 1246.227173 0.000000 3119.492676 0.000000 0.903156 0.000000 -0.429312 0.838551 0.838551 0.838551 -1266.599243 0.000000 3159.933350 0.000000 0.715512 0.000000 -0.698601 0.852367 0.852367 0.852367 -1228.656738 0.000000 3148.610840 0.000000 0.172630 0.000000 -0.984987 0.861117 0.861117 0.861117 1239.164673 0.000000 3118.710449 0.000000 0.008695 0.000000 -0.999962 1.034928 1.034928 1.034928 1263.348999 0.000000 3124.139648 0.000000 0.715251 0.000000 0.698868 0.773108 0.773108 0.773108 1288.745972 0.000000 3148.986328 0.000000 0.991865 0.000000 -0.127295 0.806271 0.806271 0.806271 @@ -16683,11 +16491,8 @@ 1243.587769 0.000000 3095.334961 0.000000 0.999656 0.000000 -0.026239 0.803616 0.803616 0.803616 1256.166260 0.000000 3161.364258 0.000000 0.195729 0.000000 -0.980658 0.852681 0.852681 0.852681 1241.914062 0.000000 3103.829102 0.000000 0.800091 0.000000 0.599879 0.722134 0.722134 0.722134 -1257.725220 0.000000 3139.848633 0.000000 0.539600 0.000000 0.841922 0.735835 0.735835 0.735835 1247.244751 0.000000 3115.402832 0.000000 0.998835 0.000000 0.048247 0.798496 0.798496 0.798496 1286.437866 0.000000 3125.882812 0.000000 0.644360 0.000000 0.764722 0.693063 0.693063 0.693063 -1224.002441 0.000000 3109.377441 0.000000 0.863029 0.000000 -0.505154 0.834903 0.834903 0.834903 -1229.794312 0.000000 3142.212891 0.000000 0.439941 0.000000 -0.898027 0.874174 0.874174 0.874174 1271.519653 0.000000 3153.294922 0.000000 0.546667 0.000000 0.837350 0.726266 0.726266 0.726266 1254.271484 0.000000 3100.444092 0.000000 0.411909 0.000000 0.911225 0.734067 0.734067 0.734067 1283.398438 0.000000 3133.368896 0.000000 0.824682 0.000000 0.565596 0.777308 0.777308 0.777308 @@ -16712,7 +16517,6 @@ 1263.481323 0.000000 3121.221924 0.000000 0.099713 0.000000 0.995016 0.713629 0.713629 0.713629 1245.593506 0.000000 3126.203125 0.000000 0.177583 0.000000 0.984106 0.681543 0.681543 0.681543 1269.997192 0.000000 3155.306641 0.000000 0.733595 0.000000 -0.679587 0.854620 0.854620 0.854620 -1350.172607 0.000000 3048.031006 0.000000 0.153313 0.000000 0.988178 0.786417 0.786417 0.786417 1337.715332 0.000000 3075.002686 0.000000 0.975996 0.000000 0.217789 0.785135 0.785135 0.785135 1308.663208 0.000000 3024.229492 0.000000 0.349446 0.000000 -0.936957 0.813091 0.813091 0.813091 1315.058838 0.000000 3042.939453 0.000000 0.114232 0.000000 0.993454 0.794765 0.794765 0.794765 @@ -16741,7 +16545,6 @@ 1324.204834 0.000000 3090.941406 0.000000 0.309787 0.000000 0.950806 0.697666 0.697666 0.697666 1336.375488 0.000000 3065.128418 0.000000 0.549186 0.000000 -0.835700 0.856911 0.856911 0.856911 1350.055542 0.000000 3067.724854 0.000000 0.070574 0.000000 -0.997506 0.934828 0.934828 0.934828 -1351.771606 0.000000 3055.276367 0.000000 0.811791 0.000000 0.583948 0.734988 0.734988 0.734988 1361.225708 0.000000 3043.359619 0.000000 0.998098 0.000000 -0.061647 0.807318 0.807318 0.807318 1345.136719 0.000000 3068.433594 0.000000 0.933345 0.000000 -0.358981 0.845540 0.845540 0.845540 1358.430054 0.000000 3053.898438 0.000000 0.403357 0.000000 -0.915043 0.897630 0.897630 0.897630 @@ -16768,13 +16571,10 @@ 1380.655396 0.000000 3024.229492 0.000000 0.970958 0.000000 0.239249 0.775971 0.775971 0.775971 1426.010986 0.000000 3064.783691 0.000000 0.467789 0.000000 0.883840 0.759081 0.759081 0.759081 1413.213501 0.000000 3093.029297 0.000000 0.781311 0.000000 0.624142 0.790711 0.790711 0.790711 -1405.864502 0.000000 3046.870605 0.000000 0.819395 0.000000 0.573229 0.789759 0.789759 0.789759 1435.867065 0.000000 3072.630859 0.000000 0.396411 0.000000 0.918073 0.787455 0.787455 0.787455 -1424.509033 0.000000 3091.287109 0.000000 0.845653 0.000000 0.533733 0.765254 0.765254 0.765254 1368.654419 0.000000 3061.781250 0.000000 0.153158 0.000000 0.988202 0.697265 0.697265 0.697265 1395.993652 0.000000 3048.468506 0.000000 0.738255 0.000000 0.674522 0.790685 0.790685 0.790685 1423.830566 0.000000 3038.511475 0.000000 0.660889 0.000000 -0.750484 0.858486 0.858486 0.858486 -1400.220581 0.000000 3040.569092 0.000000 0.060992 0.000000 0.998138 0.774671 0.774671 0.774671 1436.781006 0.000000 3064.015869 0.000000 0.997349 0.000000 0.072764 0.792145 0.792145 0.792145 1427.346802 0.000000 3031.560547 0.000000 0.920905 0.000000 -0.389787 0.807437 0.807437 0.807437 1411.673096 0.000000 3082.282471 0.000000 0.148995 0.000000 0.988838 0.754867 0.754867 0.754867 @@ -16791,7 +16591,6 @@ 1390.097168 0.000000 3077.725342 0.000000 0.884636 0.000000 0.466283 0.788083 0.788083 0.788083 1437.356079 0.000000 3041.868408 0.000000 0.353175 0.000000 -0.935557 0.846394 0.846394 0.846394 1388.522827 0.000000 3038.316162 0.000000 0.190533 0.000000 -0.981681 0.996662 0.996662 0.996662 -1401.180420 0.000000 3045.185547 0.000000 0.756312 0.000000 0.654212 0.739324 0.739324 0.739324 1437.951294 0.000000 3068.508545 0.000000 0.484358 0.000000 0.874870 0.712564 0.712564 0.712564 1417.960449 0.000000 3093.957031 0.000000 0.975369 0.000000 0.220578 0.786274 0.786274 0.786274 1387.572144 0.000000 3023.350586 0.000000 0.724889 0.000000 0.688866 0.714854 0.714854 0.714854 @@ -16828,17 +16627,13 @@ 1305.047119 0.000000 3128.319092 0.000000 0.493865 0.000000 -0.869538 0.831584 0.831584 0.831584 1344.218018 0.000000 3104.268799 0.000000 0.326888 0.000000 -0.945063 0.843015 0.843015 0.843015 1333.872314 0.000000 3118.854980 0.000000 0.607076 0.000000 0.794643 0.785142 0.785142 0.785142 -1337.875977 0.000000 3132.601074 0.000000 0.172222 0.000000 -0.985058 0.922270 0.922270 0.922270 -1362.538208 0.000000 3125.246338 0.000000 0.995620 0.000000 -0.093491 0.809705 0.809705 0.809705 1363.874878 0.000000 3144.615234 0.000000 0.738815 0.000000 0.673908 0.746831 0.746831 0.746831 1352.516846 0.000000 3163.271484 0.000000 0.670718 0.000000 0.741713 0.791488 0.791488 0.791488 1351.838379 0.000000 3110.495850 0.000000 0.966134 0.000000 0.258040 0.795621 0.795621 0.795621 1305.760498 0.000000 3118.198242 0.000000 0.974322 0.000000 0.225157 0.794965 0.794965 0.794965 1330.659790 0.000000 3127.121094 0.000000 0.150279 0.000000 0.988644 0.789791 0.789791 0.789791 -1335.822510 0.000000 3107.866943 0.000000 0.983657 0.000000 0.180050 0.782644 0.782644 0.782644 1358.153076 0.000000 3118.420654 0.000000 0.170275 0.000000 -0.985397 1.012179 1.012179 1.012179 1340.688110 0.000000 3139.698486 0.000000 0.795633 0.000000 0.605779 0.748142 0.748142 0.748142 -1356.069214 0.000000 3129.330078 0.000000 0.868231 0.000000 -0.496160 0.826130 0.826130 0.826130 1314.526001 0.000000 3099.552734 0.000000 0.955520 0.000000 0.294927 0.794080 0.794080 0.794080 1359.640747 0.000000 3139.875244 0.000000 0.980094 0.000000 -0.198534 0.805269 0.805269 0.805269 1346.424683 0.000000 3160.829346 0.000000 0.614591 0.000000 0.788846 0.765145 0.765145 0.765145 @@ -16849,11 +16644,9 @@ 1308.427612 0.000000 3123.534180 0.000000 0.941938 0.000000 0.335787 0.795281 0.795281 0.795281 1361.451416 0.000000 3131.316895 0.000000 0.080331 0.000000 -0.996768 1.027713 1.027713 1.027713 1349.694458 0.000000 3105.312256 0.000000 0.581888 0.000000 -0.813269 0.835282 0.835282 0.835282 -1346.072510 0.000000 3109.569824 0.000000 0.913463 0.000000 0.406923 0.770370 0.770370 0.770370 1356.736572 0.000000 3113.082031 0.000000 0.974612 0.000000 -0.223902 0.828819 0.828819 0.828819 1325.322754 0.000000 3126.648438 0.000000 0.105130 0.000000 -0.994458 0.925564 0.925564 0.925564 1329.125488 0.000000 3121.916504 0.000000 0.120198 0.000000 0.992750 0.739171 0.739171 0.739171 -1354.214355 0.000000 3142.249268 0.000000 0.960716 0.000000 0.277532 0.780791 0.780791 0.780791 1323.184692 0.000000 3106.492920 0.000000 0.214459 0.000000 -0.976733 0.903082 0.903082 0.903082 1341.123779 0.000000 3108.868164 0.000000 0.980019 0.000000 0.198904 0.789922 0.789922 0.789922 1357.392944 0.000000 3108.000244 0.000000 0.674129 0.000000 0.738614 0.755685 0.755685 0.755685 @@ -16865,12 +16658,10 @@ 1359.184082 0.000000 3144.557373 0.000000 0.262113 0.000000 -0.965037 0.979922 0.979922 0.979922 1361.225708 0.000000 3115.343994 0.000000 0.854469 0.000000 -0.519502 0.815056 0.815056 0.815056 1308.909912 0.000000 3142.107910 0.000000 0.551474 0.000000 0.834192 0.698317 0.698317 0.698317 -1361.512329 0.000000 3121.137451 0.000000 0.999383 0.000000 -0.035126 0.803095 0.803095 0.803095 1351.467163 0.000000 3145.398438 0.000000 0.822320 0.000000 -0.569026 0.837357 0.837357 0.837357 1339.592896 0.000000 3105.296631 0.000000 0.001062 0.000000 0.999999 0.687135 0.687135 0.687135 1353.244629 0.000000 3106.772217 0.000000 0.440272 0.000000 0.897864 0.746559 0.746559 0.746559 1351.294434 0.000000 3153.331055 0.000000 0.943897 0.000000 -0.330241 0.841945 0.841945 0.841945 -1334.118896 0.000000 3128.142090 0.000000 0.993748 0.000000 0.111646 0.794034 0.794034 0.794034 1299.194336 0.000000 3125.049561 0.000000 0.997214 0.000000 -0.074599 0.804295 0.804295 0.804295 1335.457397 0.000000 3104.200928 0.000000 0.882800 0.000000 0.469748 0.780955 0.780955 0.780955 1346.816650 0.000000 3150.947998 0.000000 0.968348 0.000000 0.249603 0.769316 0.769316 0.769316 @@ -16879,8 +16670,6 @@ 1362.400635 0.000000 3152.396729 0.000000 0.879715 0.000000 0.475502 0.753088 0.753088 0.753088 1357.463501 0.000000 3149.920166 0.000000 0.423047 0.000000 0.906108 0.672942 0.672942 0.672942 1346.637329 0.000000 3106.423096 0.000000 0.870225 0.000000 -0.492654 0.836421 0.836421 0.836421 -1328.155762 0.000000 3124.917725 0.000000 0.995117 0.000000 -0.098700 0.806220 0.806220 0.806220 -1351.666748 0.000000 3113.663574 0.000000 0.997538 0.000000 -0.070132 0.803491 0.803491 0.803491 1308.478271 0.000000 3120.368652 0.000000 0.745400 0.000000 -0.666617 0.838036 0.838036 0.838036 1311.270874 0.000000 3166.052490 0.000000 0.806606 0.000000 -0.591089 0.831071 0.831071 0.831071 1307.691284 0.000000 3126.645508 0.000000 0.281612 0.000000 -0.959529 0.898577 0.898577 0.898577 @@ -16927,12 +16716,10 @@ 1485.205688 0.000000 2949.060547 0.000000 0.766578 0.000000 -0.642151 0.815041 0.815041 0.815041 1488.202393 0.000000 2888.315674 0.000000 0.989421 0.000000 -0.145074 0.800349 0.800349 0.800349 1481.860352 0.000000 2916.647949 0.000000 0.972038 0.000000 -0.234822 0.801136 0.801136 0.801136 -1479.776611 0.000000 2880.008301 0.000000 0.990906 0.000000 -0.134554 0.802669 0.802669 0.802669 1496.501221 0.000000 2947.318359 0.000000 0.755179 0.000000 -0.655518 0.841976 0.841976 0.841976 1452.637817 0.000000 2921.910400 0.000000 0.984279 0.000000 -0.176622 0.810639 0.810639 0.810639 1466.473755 0.000000 2936.093994 0.000000 0.507330 0.000000 0.861752 0.788175 0.788175 0.788175 1491.469482 0.000000 2928.089600 0.000000 0.932716 0.000000 -0.360612 0.803979 0.803979 0.803979 -1502.137451 0.000000 2902.467529 0.000000 0.826319 0.000000 -0.563202 0.809678 0.809678 0.809678 1474.399414 0.000000 2919.661133 0.000000 0.944999 0.000000 0.327075 0.789219 0.789219 0.789219 1483.665283 0.000000 2938.313721 0.000000 0.355789 0.000000 0.934566 0.779027 0.779027 0.779027 1490.711792 0.000000 2920.314453 0.000000 0.065842 0.000000 0.997830 0.726061 0.726061 0.726061 @@ -16983,7 +16770,6 @@ 1575.556763 0.000000 2938.275146 0.000000 0.324226 0.000000 0.945980 0.799257 0.799257 0.799257 1553.691895 0.000000 2931.033936 0.000000 0.821202 0.000000 -0.570638 0.803639 0.803639 0.803639 1569.995361 0.000000 2920.814941 0.000000 0.254445 0.000000 -0.967087 0.803935 0.803935 0.803935 -1530.332153 0.000000 2930.404297 0.000000 0.266751 0.000000 0.963765 0.775060 0.775060 0.775060 1577.548584 0.000000 2894.591553 0.000000 0.867081 0.000000 -0.498167 0.810936 0.810936 0.810936 1578.514771 0.000000 2909.293213 0.000000 0.503821 0.000000 -0.863808 0.827491 0.827491 0.827491 1542.177124 0.000000 2926.407471 0.000000 0.967648 0.000000 -0.252303 0.827814 0.827814 0.827814 @@ -16993,7 +16779,6 @@ 1563.461670 0.000000 2928.089600 0.000000 0.415889 0.000000 0.909416 0.756212 0.756212 0.756212 1512.399292 0.000000 2936.882812 0.000000 0.276995 0.000000 -0.960871 0.822417 0.822417 0.822417 1526.942139 0.000000 2942.880859 0.000000 0.998580 0.000000 -0.053272 0.800415 0.800415 0.800415 -1546.636353 0.000000 2911.167969 0.000000 0.492268 0.000000 -0.870443 0.865177 0.865177 0.865177 1551.799072 0.000000 2891.913818 0.000000 0.471871 0.000000 0.881668 0.792239 0.792239 0.792239 1556.754883 0.000000 2908.157715 0.000000 0.571607 0.000000 -0.820528 0.824794 0.824794 0.824794 1544.204956 0.000000 2896.600342 0.000000 0.875759 0.000000 -0.482748 0.809056 0.809056 0.809056 @@ -17014,10 +16799,8 @@ 1570.190918 0.000000 2926.296143 0.000000 0.250629 0.000000 0.968083 0.612126 0.612126 0.612126 1550.573975 0.000000 2937.870850 0.000000 0.885160 0.000000 -0.465287 0.815369 0.815369 0.815369 1522.254395 0.000000 2941.056641 0.000000 0.843742 0.000000 -0.536749 0.854656 0.854656 0.854656 -1546.797729 0.000000 2892.214600 0.000000 0.953584 0.000000 0.301127 0.766278 0.766278 0.766278 1534.081543 0.000000 2933.756592 0.000000 0.999923 0.000000 0.012402 0.799487 0.799487 0.799487 1583.374390 0.000000 2932.083252 0.000000 0.557277 0.000000 0.830326 0.660293 0.660293 0.660293 -1573.369507 0.000000 2892.047119 0.000000 0.164465 0.000000 0.986383 0.729257 0.729257 0.729257 1566.032104 0.000000 2923.756104 0.000000 0.876901 0.000000 -0.480672 0.831245 0.831245 0.831245 1581.935669 0.000000 2924.539795 0.000000 0.993971 0.000000 0.109640 0.791114 0.791114 0.791114 1558.740967 0.000000 2941.881836 0.000000 0.044091 0.000000 -0.999027 0.870436 0.870436 0.870436 @@ -17142,7 +16925,6 @@ 1610.458130 0.000000 2936.093994 0.000000 0.760513 0.000000 -0.649323 0.812703 0.812703 0.812703 1635.453857 0.000000 2928.089600 0.000000 0.026230 0.000000 0.999656 0.788895 0.788895 0.788895 1652.757568 0.000000 2920.047119 0.000000 0.317042 0.000000 0.948412 0.783547 0.783547 0.783547 -1650.951172 0.000000 2886.549805 0.000000 0.985422 0.000000 0.170128 0.797542 0.797542 0.797542 1627.649658 0.000000 2938.313721 0.000000 0.985336 0.000000 0.170624 0.794452 0.794452 0.794452 1593.117188 0.000000 2928.305420 0.000000 0.164305 0.000000 -0.986410 0.848010 0.848010 0.848010 1617.020630 0.000000 2881.314697 0.000000 0.981014 0.000000 -0.193939 0.810057 0.810057 0.810057 @@ -17152,7 +16934,6 @@ 1634.393433 0.000000 2944.876221 0.000000 0.481583 0.000000 0.876401 0.757112 0.757112 0.757112 1622.360474 0.000000 2948.174561 0.000000 0.977787 0.000000 0.209600 0.797596 0.797596 0.797596 1612.411499 0.000000 2920.698242 0.000000 0.992122 0.000000 -0.125273 0.802860 0.802860 0.802860 -1589.859253 0.000000 2906.743164 0.000000 0.603307 0.000000 0.797509 0.743581 0.743581 0.743581 1655.107422 0.000000 2942.455322 0.000000 0.985236 0.000000 0.171201 0.793918 0.793918 0.793918 1589.353394 0.000000 2939.475098 0.000000 0.505821 0.000000 0.862638 0.680928 0.680928 0.680928 1599.559814 0.000000 2935.243408 0.000000 0.989513 0.000000 -0.144441 0.813983 0.813983 0.813983 @@ -17163,7 +16944,6 @@ 1594.246582 0.000000 2941.056641 0.000000 0.033209 0.000000 0.999448 0.580737 0.580737 0.580737 1606.073730 0.000000 2933.756592 0.000000 0.252277 0.000000 -0.967655 0.833111 0.833111 0.833111 1597.393921 0.000000 2930.737305 0.000000 0.990657 0.000000 0.136374 0.792705 0.792705 0.792705 -1588.517456 0.000000 2880.785889 0.000000 0.022330 0.000000 -0.999751 0.926180 0.926180 0.926180 1605.146118 0.000000 2912.949219 0.000000 0.325899 0.000000 0.945405 0.767340 0.767340 0.767340 1633.937012 0.000000 2949.988281 0.000000 0.649190 0.000000 0.760626 0.755983 0.755983 0.755983 1633.105469 0.000000 2924.464844 0.000000 0.282397 0.000000 0.959298 0.759979 0.759979 0.759979 @@ -17177,9 +16957,7 @@ 1589.912964 0.000000 2935.956543 0.000000 0.781111 0.000000 0.624392 0.769696 0.769696 0.769696 1654.652588 0.000000 2949.863770 0.000000 0.936091 0.000000 -0.351759 0.820676 0.820676 0.820676 1634.785400 0.000000 2934.994873 0.000000 0.982045 0.000000 -0.188644 0.810575 0.810575 0.810575 -1650.181396 0.000000 2891.247559 0.000000 0.969708 0.000000 0.244266 0.785067 0.785067 0.785067 1650.369385 0.000000 2936.443604 0.000000 0.638365 0.000000 0.769734 0.749473 0.749473 0.749473 -1650.699585 0.000000 2922.824707 0.000000 0.481374 0.000000 -0.876515 0.894758 0.894758 0.894758 1611.761475 0.000000 2917.256348 0.000000 0.185017 0.000000 0.982735 0.730307 0.730307 0.730307 1610.057251 0.000000 2911.477783 0.000000 0.471015 0.000000 0.882125 0.721675 0.721675 0.721675 1612.545044 0.000000 2923.792725 0.000000 0.187929 0.000000 0.982183 0.727973 0.727973 0.727973 @@ -17193,7 +16971,6 @@ 1662.077026 0.000000 2945.252197 0.000000 0.840197 0.000000 0.542282 0.792101 0.792101 0.792101 1722.499146 0.000000 2909.293213 0.000000 0.764241 0.000000 -0.644931 0.814279 0.814279 0.814279 1707.169922 0.000000 2938.388916 0.000000 0.256692 0.000000 -0.966493 0.811784 0.811784 0.811784 -1666.704468 0.000000 2890.901855 0.000000 0.660839 0.000000 0.750528 0.745070 0.745070 0.745070 1723.940918 0.000000 2947.687744 0.000000 0.632873 0.000000 -0.774256 0.804245 0.804245 0.804245 1665.721436 0.000000 2902.245117 0.000000 0.679795 0.000000 -0.733402 0.823185 0.823185 0.823185 1670.926514 0.000000 2942.880859 0.000000 0.999949 0.000000 -0.010147 0.800304 0.800304 0.800304 @@ -17204,13 +16981,11 @@ 1655.934814 0.000000 2948.082520 0.000000 0.186332 0.000000 0.982487 0.720428 0.720428 0.720428 1667.477295 0.000000 2948.787109 0.000000 0.353391 0.000000 -0.935476 0.840587 0.840587 0.840587 1706.385620 0.000000 2944.876221 0.000000 0.055558 0.000000 0.998455 0.695595 0.695595 0.695595 -1727.099609 0.000000 2942.455322 0.000000 0.856724 0.000000 0.515775 0.786363 0.786363 0.786363 1696.645508 0.000000 2897.994629 0.000000 0.946840 0.000000 -0.321705 0.810401 0.810401 0.810401 1658.458130 0.000000 2902.526611 0.000000 0.487855 0.000000 -0.872925 0.827976 0.827976 0.827976 1702.124023 0.000000 2913.300293 0.000000 0.249092 0.000000 -0.968480 0.834775 0.834775 0.834775 1714.175293 0.000000 2926.296143 0.000000 0.938437 0.000000 -0.345450 0.821134 0.821134 0.821134 1655.858398 0.000000 2923.027588 0.000000 0.921857 0.000000 -0.387531 0.807392 0.807392 0.807392 -1683.145630 0.000000 2890.539795 0.000000 0.170072 0.000000 -0.985432 0.898137 0.898137 0.898137 1657.282593 0.000000 2942.990967 0.000000 0.799676 0.000000 0.600432 0.767199 0.767199 0.767199 1711.959595 0.000000 2916.147949 0.000000 0.903920 0.000000 0.427702 0.785701 0.785701 0.785701 1684.165771 0.000000 2946.972656 0.000000 0.551319 0.000000 0.834294 0.768070 0.768070 0.768070 @@ -17301,7 +17076,6 @@ 1494.156982 0.000000 3048.031006 0.000000 0.527189 0.000000 -0.849748 0.806693 0.806693 0.806693 1503.564575 0.000000 3082.243896 0.000000 0.970009 0.000000 0.243069 0.779698 0.779698 0.779698 1465.689209 0.000000 3058.705811 0.000000 0.586284 0.000000 -0.810106 0.841305 0.841305 0.841305 -1442.066406 0.000000 3071.732910 0.000000 0.988157 0.000000 0.153449 0.796954 0.796954 0.796954 1481.699707 0.000000 3075.002686 0.000000 0.839512 0.000000 0.543342 0.760764 0.760764 0.760764 1449.031494 0.000000 3056.334717 0.000000 0.805303 0.000000 0.592863 0.784030 0.784030 0.784030 1458.339966 0.000000 3074.373047 0.000000 0.973064 0.000000 0.230536 0.788849 0.788849 0.788849 @@ -17316,7 +17090,6 @@ 1471.910889 0.000000 3094.191162 0.000000 0.730974 0.000000 -0.682405 0.829700 0.829700 0.829700 1474.399414 0.000000 3063.629883 0.000000 0.078626 0.000000 -0.996904 1.027974 1.027974 1.027974 1506.966797 0.000000 3030.518555 0.000000 0.945246 0.000000 -0.326358 0.814143 0.814143 0.814143 -1499.338989 0.000000 3031.560547 0.000000 0.475428 0.000000 -0.879755 0.893426 0.893426 0.893426 1449.132812 0.000000 3072.274170 0.000000 0.999998 0.000000 -0.001962 0.800300 0.800300 0.800300 1508.952881 0.000000 3046.771240 0.000000 0.046469 0.000000 -0.998920 0.820093 0.820093 0.820093 1439.958252 0.000000 3092.051270 0.000000 0.789239 0.000000 -0.614086 0.840411 0.840411 0.840411 @@ -17559,7 +17332,6 @@ 1625.844727 0.000000 3060.616699 0.000000 0.991552 0.000000 -0.129707 0.800390 0.800390 0.800390 1584.246460 0.000000 3027.049072 0.000000 0.052477 0.000000 0.998622 0.716306 0.716306 0.716306 1614.169312 0.000000 3070.376221 0.000000 0.138489 0.000000 0.990364 0.782841 0.782841 0.782841 -1635.177734 0.000000 3082.357666 0.000000 0.502262 0.000000 -0.864715 0.905149 0.905149 0.905149 1640.485596 0.000000 3091.287109 0.000000 0.648609 0.000000 0.761122 0.792225 0.792225 0.792225 1593.459473 0.000000 3079.447021 0.000000 0.231308 0.000000 -0.972880 0.903370 0.903370 0.903370 1610.458130 0.000000 3080.062744 0.000000 0.948650 0.000000 -0.316327 0.818706 0.818706 0.818706 @@ -17621,7 +17393,6 @@ 1590.001953 0.000000 3043.957275 0.000000 0.936207 0.000000 0.351449 0.772888 0.772888 0.772888 1654.320312 0.000000 3050.699951 0.000000 0.882484 0.000000 -0.470342 0.860734 0.860734 0.860734 1625.771240 0.000000 3070.909424 0.000000 0.499235 0.000000 -0.866466 0.936900 0.936900 0.936900 -1637.414062 0.000000 3085.823975 0.000000 0.752794 0.000000 -0.658256 0.875769 0.875769 0.875769 1597.900024 0.000000 3082.846191 0.000000 0.847875 0.000000 0.530196 0.744417 0.744417 0.744417 1602.512451 0.000000 3049.242432 0.000000 0.183738 0.000000 0.982975 0.683736 0.683736 0.683736 1606.737061 0.000000 3027.428711 0.000000 0.961687 0.000000 -0.274150 0.810816 0.810816 0.810816 @@ -17648,7 +17419,6 @@ 1611.761475 0.000000 3061.225098 0.000000 0.518102 0.000000 0.855319 0.744664 0.744664 0.744664 1612.857422 0.000000 3039.694824 0.000000 0.799909 0.000000 -0.600121 0.867105 0.867105 0.867105 1594.111328 0.000000 3038.072998 0.000000 0.365973 0.000000 -0.930625 0.935452 0.935452 0.935452 -1634.034180 0.000000 3085.522217 0.000000 0.908102 0.000000 -0.418750 0.832102 0.832102 0.832102 1596.447021 0.000000 3048.384277 0.000000 0.999997 0.000000 -0.002303 0.800190 0.800190 0.800190 1655.805786 0.000000 3047.947754 0.000000 0.213012 0.000000 0.977050 0.721182 0.721182 0.721182 1586.039551 0.000000 3078.355225 0.000000 0.620884 0.000000 -0.783903 0.889609 0.889609 0.889609 @@ -17660,23 +17430,19 @@ 1609.677002 0.000000 3090.960938 0.000000 0.730087 0.000000 -0.683354 0.857250 0.857250 0.857250 1719.541138 0.000000 3082.243896 0.000000 0.569269 0.000000 -0.822151 0.854361 0.854361 0.854361 1717.755737 0.000000 3024.189941 0.000000 0.985201 0.000000 -0.171402 0.810940 0.810940 0.810940 -1665.008057 0.000000 3056.334717 0.000000 0.160983 0.000000 0.986957 0.623542 0.623542 0.623542 1704.178955 0.000000 3032.284424 0.000000 0.676260 0.000000 0.736663 0.691831 0.691831 0.691831 1666.704468 0.000000 3034.870605 0.000000 0.055076 0.000000 0.998482 0.711909 0.711909 0.711909 1680.091309 0.000000 3023.742432 0.000000 0.836075 0.000000 -0.548615 0.873764 0.873764 0.873764 1712.477783 0.000000 3091.287109 0.000000 0.406317 0.000000 0.913732 0.766857 0.766857 0.766857 1656.079468 0.000000 3051.333252 0.000000 0.976931 0.000000 -0.213554 0.832882 0.832882 0.832882 -1656.623169 0.000000 3061.781250 0.000000 0.557209 0.000000 0.830372 0.685525 0.685525 0.685525 1677.913696 0.000000 3033.495850 0.000000 0.100745 0.000000 -0.994912 0.824660 0.824660 0.824660 1674.052002 0.000000 3053.255859 0.000000 0.065316 0.000000 -0.997865 0.819844 0.819844 0.819844 1665.721436 0.000000 3046.213867 0.000000 0.993618 0.000000 0.112797 0.782729 0.782729 0.782729 1695.783447 0.000000 3035.882568 0.000000 0.834433 0.000000 -0.551109 0.889182 0.889182 0.889182 1688.189331 0.000000 3040.569092 0.000000 0.616934 0.000000 -0.787015 0.938420 0.938420 0.938420 -1722.943359 0.000000 3030.518555 0.000000 0.463920 0.000000 0.885877 0.696312 0.696312 0.696312 1689.012817 0.000000 3025.283447 0.000000 0.994965 0.000000 -0.100226 0.811128 0.811128 0.811128 1669.159912 0.000000 3040.701660 0.000000 0.998562 0.000000 0.053607 0.798425 0.798425 0.798425 1718.431885 0.000000 3088.314697 0.000000 0.654612 0.000000 -0.755965 0.852384 0.852384 0.852384 -1680.010376 0.000000 3052.891846 0.000000 0.573412 0.000000 -0.819267 0.838544 0.838544 0.838544 1672.401855 0.000000 3035.905273 0.000000 0.248591 0.000000 -0.968609 0.836370 0.836370 0.836370 1668.388550 0.000000 3051.549805 0.000000 0.490823 0.000000 0.871259 0.638386 0.638386 0.638386 1663.497314 0.000000 3040.111084 0.000000 0.152598 0.000000 0.988288 0.732899 0.732899 0.732899 @@ -17684,7 +17450,6 @@ 1727.099609 0.000000 3086.424072 0.000000 0.067248 0.000000 -0.997736 0.883779 0.883779 0.883779 1696.645508 0.000000 3041.963379 0.000000 0.042367 0.000000 0.999102 0.683695 0.683695 0.683695 1658.458130 0.000000 3046.495361 0.000000 0.940155 0.000000 -0.340748 0.820001 0.820001 0.820001 -1701.084717 0.000000 3036.883789 0.000000 0.987052 0.000000 -0.160402 0.816120 0.816120 0.816120 1684.266113 0.000000 3043.541016 0.000000 0.770401 0.000000 0.637560 0.701415 0.701415 0.701415 1676.491577 0.000000 3038.316162 0.000000 0.583407 0.000000 0.812180 0.763084 0.763084 0.763084 1689.149170 0.000000 3045.185547 0.000000 0.342567 0.000000 -0.939494 0.902435 0.902435 0.902435 @@ -17730,20 +17495,17 @@ 1585.517822 0.000000 3113.167480 0.000000 0.999711 0.000000 0.024049 0.797680 0.797680 0.797680 1615.740967 0.000000 3103.951660 0.000000 0.686720 0.000000 -0.726922 0.841936 0.841936 0.841936 1593.015869 0.000000 3128.319092 0.000000 0.910702 0.000000 0.413065 0.784947 0.784947 0.784947 -1632.186768 0.000000 3104.268799 0.000000 0.075680 0.000000 -0.997132 0.889579 0.889579 0.889579 1649.540771 0.000000 3110.544678 0.000000 0.963903 0.000000 -0.266252 0.817601 0.817601 0.817601 1650.506958 0.000000 3125.246338 0.000000 0.764549 0.000000 -0.644566 0.805456 0.805456 0.805456 1623.760986 0.000000 3095.961426 0.000000 0.149440 0.000000 -0.988771 0.985583 0.985583 0.985583 1584.630981 0.000000 3133.765625 0.000000 0.806480 0.000000 0.591262 0.773846 0.773846 0.773846 1605.921509 0.000000 3105.480225 0.000000 0.924164 0.000000 -0.381996 0.848614 0.848614 0.848614 -1616.197144 0.000000 3112.553467 0.000000 0.350311 0.000000 -0.936634 0.837063 0.837063 0.837063 1652.757568 0.000000 3136.000244 0.000000 0.423325 0.000000 0.905978 0.681807 0.681807 0.681807 1637.322266 0.000000 3096.935303 0.000000 0.837550 0.000000 -0.546361 0.807273 0.807273 0.807273 1586.434692 0.000000 3105.973389 0.000000 0.532627 0.000000 -0.846350 0.846556 0.846556 0.846556 1609.396484 0.000000 3111.438477 0.000000 0.682025 0.000000 -0.731329 0.834404 0.834404 0.834404 1617.020630 0.000000 3097.267822 0.000000 0.336841 0.000000 0.941562 0.658082 0.658082 0.658082 1652.937256 0.000000 3118.755615 0.000000 0.810922 0.000000 0.585154 0.777154 0.777154 0.777154 -1630.442627 0.000000 3097.658691 0.000000 0.571314 0.000000 0.820732 0.751547 0.751547 0.751547 1647.609497 0.000000 3139.875244 0.000000 0.064706 0.000000 0.997904 0.776538 0.776538 0.776538 1625.933716 0.000000 3101.790771 0.000000 0.864825 0.000000 -0.502073 0.806618 0.806618 0.806618 1610.244629 0.000000 3101.294434 0.000000 0.737718 0.000000 -0.675109 0.892807 0.892807 0.892807 @@ -17753,7 +17515,6 @@ 1593.015503 0.000000 3133.785645 0.000000 0.921310 0.000000 0.388830 0.790429 0.790429 0.790429 1597.443848 0.000000 3101.635742 0.000000 0.643091 0.000000 -0.765790 0.846515 0.846515 0.846515 1586.465942 0.000000 3118.479736 0.000000 0.862746 0.000000 -0.505637 0.843833 0.843833 0.843833 -1613.291504 0.000000 3126.648438 0.000000 0.481846 0.000000 -0.876256 0.873593 0.873593 0.873593 1583.866211 0.000000 3138.980713 0.000000 0.441724 0.000000 0.897151 0.725291 0.725291 0.725291 1611.153442 0.000000 3106.492920 0.000000 0.534933 0.000000 -0.844894 0.849445 0.849445 0.849445 1612.273926 0.000000 3115.525391 0.000000 0.167433 0.000000 -0.985883 0.842019 0.842019 0.842019 @@ -17938,9 +17699,7 @@ 1200.233643 0.000000 3176.253174 0.000000 0.999841 0.000000 0.017828 0.797276 0.797276 0.797276 1217.587646 0.000000 3182.529053 0.000000 0.002920 0.000000 0.999996 0.713573 0.713573 0.713573 1218.553833 0.000000 3197.230713 0.000000 0.223026 0.000000 0.974813 0.787904 0.787904 0.787904 -1152.293335 0.000000 3171.017822 0.000000 0.964670 0.000000 0.263463 0.766134 0.766134 0.766134 1162.759155 0.000000 3178.839355 0.000000 0.480150 0.000000 0.877186 0.795512 0.795512 0.795512 -1176.145996 0.000000 3167.711182 0.000000 0.994610 0.000000 0.103690 0.784129 0.784129 0.784129 1219.890503 0.000000 3216.599609 0.000000 0.982768 0.000000 0.184844 0.778390 0.778390 0.778390 1164.669067 0.000000 3209.847900 0.000000 0.579310 0.000000 -0.815107 0.807993 0.807993 0.807993 1180.017090 0.000000 3192.437256 0.000000 0.209338 0.000000 0.977843 0.734815 0.734815 0.734815 @@ -17960,7 +17719,6 @@ 1159.511353 0.000000 3172.586426 0.000000 0.856134 0.000000 -0.516753 0.880695 0.880695 0.880695 1180.792969 0.000000 3230.080078 0.000000 0.135302 0.000000 -0.990804 0.860190 0.860190 0.860190 1193.980591 0.000000 3173.775146 0.000000 0.728045 0.000000 0.685530 0.684594 0.684594 0.684594 -1178.291504 0.000000 3173.278809 0.000000 0.987986 0.000000 -0.154542 0.809483 0.809483 0.809483 1204.269897 0.000000 3186.810547 0.000000 0.717492 0.000000 0.696567 0.785687 0.785687 0.785687 1165.490723 0.000000 3173.620117 0.000000 0.570190 0.000000 -0.821513 0.944409 0.944409 0.944409 1185.141113 0.000000 3193.900879 0.000000 0.997696 0.000000 -0.067840 0.802237 0.802237 0.802237 @@ -17992,7 +17750,6 @@ 1152.472534 0.000000 3167.481445 0.000000 0.456957 0.000000 -0.889489 0.941875 0.941875 0.941875 1191.228271 0.000000 3171.481934 0.000000 0.369502 0.000000 0.929230 0.731417 0.731417 0.731417 1201.785522 0.000000 3204.520020 0.000000 0.787963 0.000000 -0.615722 0.827025 0.827025 0.827025 -1162.247925 0.000000 3175.075439 0.000000 0.999888 0.000000 0.014989 0.798788 0.798788 0.798788 1173.782349 0.000000 3236.890625 0.000000 0.814191 0.000000 0.580597 0.772534 0.772534 0.772534 1165.921143 0.000000 3177.289062 0.000000 0.473809 0.000000 -0.880627 0.840016 0.840016 0.840016 1177.736206 0.000000 3189.855713 0.000000 0.603138 0.000000 0.797637 0.711479 0.711479 0.711479 @@ -18290,7 +18047,6 @@ 1345.628906 0.000000 3256.774658 0.000000 0.711437 0.000000 -0.702749 0.845757 0.845757 0.845757 1357.274414 0.000000 3286.278076 0.000000 0.312142 0.000000 0.950036 0.689607 0.689607 0.689607 1330.422729 0.000000 3258.586426 0.000000 0.882841 0.000000 -0.469672 0.836325 0.836325 0.836325 -1429.786987 0.000000 3240.143066 0.000000 0.777089 0.000000 -0.629390 0.812645 0.812645 0.812645 1387.051025 0.000000 3258.892578 0.000000 0.463284 0.000000 0.886210 0.778466 0.778466 0.778466 1416.210205 0.000000 3248.237549 0.000000 0.463440 0.000000 -0.886128 0.810439 0.810439 0.810439 1409.868164 0.000000 3276.569824 0.000000 0.836767 0.000000 0.547558 0.759032 0.759032 0.759032 @@ -18300,8 +18056,6 @@ 1402.651978 0.000000 3271.089844 0.000000 0.472623 0.000000 0.881265 0.741840 0.741840 0.741840 1412.770508 0.000000 3268.079590 0.000000 0.753434 0.000000 0.657524 0.749269 0.749269 0.749269 1400.220581 0.000000 3256.522217 0.000000 0.591507 0.000000 -0.806300 0.912389 0.912389 0.912389 -1427.346802 0.000000 3247.513672 0.000000 0.599989 0.000000 0.800008 0.726103 0.726103 0.726103 -1370.458130 0.000000 3249.942139 0.000000 0.993423 0.000000 -0.114498 0.807494 0.807494 0.807494 1393.419922 0.000000 3255.407227 0.000000 0.984479 0.000000 0.175503 0.796406 0.796406 0.796406 1401.044067 0.000000 3241.236572 0.000000 0.256099 0.000000 -0.966651 0.916328 0.916328 0.916328 1392.674805 0.000000 3289.499023 0.000000 0.066036 0.000000 -0.997817 0.919009 0.919009 0.919009 @@ -18330,7 +18084,6 @@ 1386.535889 0.000000 3265.195557 0.000000 0.995671 0.000000 -0.092948 0.809649 0.809649 0.809649 1425.236816 0.000000 3250.740967 0.000000 0.112232 0.000000 -0.993682 0.849806 0.849806 0.849806 1413.604004 0.000000 3245.248047 0.000000 0.990962 0.000000 -0.134144 0.813141 0.813141 0.813141 -1423.040894 0.000000 3245.768311 0.000000 0.739200 0.000000 -0.673486 0.838075 0.838075 0.838075 1407.204834 0.000000 3243.466309 0.000000 0.082979 0.000000 -0.996551 0.884683 0.884683 0.884683 1406.111084 0.000000 3272.110840 0.000000 0.570176 0.000000 0.821522 0.696024 0.696024 0.696024 1417.024902 0.000000 3260.309326 0.000000 0.032534 0.000000 0.999471 0.738247 0.738247 0.738247 @@ -18392,7 +18145,6 @@ 1359.580200 0.000000 3370.181396 0.000000 0.870737 0.000000 0.491748 0.754719 0.754719 0.754719 1302.116089 0.000000 3377.158447 0.000000 0.643304 0.000000 -0.765611 0.808882 0.808882 0.808882 1306.743530 0.000000 3322.808105 0.000000 0.164685 0.000000 -0.986346 0.911151 0.911151 0.911151 -1352.516846 0.000000 3379.224609 0.000000 0.840094 0.000000 0.542441 0.743318 0.743318 0.743318 1308.653442 0.000000 3353.816650 0.000000 0.997442 0.000000 0.071475 0.798928 0.798928 0.798928 1322.489380 0.000000 3368.000244 0.000000 0.216155 0.000000 0.976359 0.735149 0.735149 0.735149 1305.760498 0.000000 3334.151367 0.000000 0.308791 0.000000 0.951130 0.790963 0.790963 0.790963 @@ -18434,7 +18186,6 @@ 1356.816162 0.000000 3370.172852 0.000000 0.631395 0.000000 -0.775462 0.860617 0.860617 0.860617 1338.602661 0.000000 3323.810791 0.000000 0.191781 0.000000 0.981438 0.683597 0.683597 0.683597 1370.074219 0.000000 3359.670410 0.000000 0.417570 0.000000 -0.908645 0.813662 0.813662 0.813662 -1374.108276 0.000000 3377.158447 0.000000 0.869293 0.000000 -0.494298 0.817968 0.817968 0.817968 1405.864502 0.000000 3334.808105 0.000000 0.316286 0.000000 0.948664 0.794013 0.794013 0.794013 1435.972168 0.000000 3379.593994 0.000000 0.987913 0.000000 -0.155011 0.803823 0.803823 0.803823 1368.654419 0.000000 3349.718750 0.000000 0.820864 0.000000 0.571124 0.779239 0.779239 0.779239 @@ -18550,7 +18301,6 @@ 1503.564575 0.000000 3226.212646 0.000000 0.172100 0.000000 0.985079 0.769848 0.769848 0.769848 1471.756592 0.000000 3175.936035 0.000000 0.894700 0.000000 0.446668 0.743957 0.743957 0.743957 1485.205688 0.000000 3236.998047 0.000000 0.354643 0.000000 0.935002 0.710229 0.710229 0.710229 -1488.202393 0.000000 3176.253174 0.000000 0.961069 0.000000 -0.276309 0.814426 0.814426 0.814426 1470.184937 0.000000 3214.344971 0.000000 0.867518 0.000000 0.497406 0.756953 0.756953 0.756953 1479.776611 0.000000 3167.945801 0.000000 0.835363 0.000000 0.549699 0.750482 0.750482 0.750482 1450.727905 0.000000 3178.839355 0.000000 0.606031 0.000000 0.795441 0.766384 0.766384 0.766384 @@ -18723,14 +18473,12 @@ 1553.691895 0.000000 3290.955811 0.000000 0.421079 0.000000 -0.907024 0.810892 0.810892 0.810892 1524.639771 0.000000 3240.182617 0.000000 0.291900 0.000000 -0.956449 0.816038 0.816038 0.816038 1531.035400 0.000000 3258.892578 0.000000 0.597719 0.000000 0.801705 0.784953 0.784953 0.784953 -1530.332153 0.000000 3290.326172 0.000000 0.965770 0.000000 -0.259399 0.820911 0.820911 0.820911 1560.194580 0.000000 3248.237549 0.000000 0.402808 0.000000 0.915285 0.753584 0.753584 0.753584 1547.065430 0.000000 3302.224121 0.000000 0.601100 0.000000 -0.799174 0.920388 0.920388 0.920388 1563.185547 0.000000 3298.310791 0.000000 0.907853 0.000000 0.419289 0.794815 0.794815 0.794815 1551.768799 0.000000 3239.930176 0.000000 0.999090 0.000000 -0.042659 0.800563 0.800563 0.800563 1579.851440 0.000000 3288.583984 0.000000 0.508874 0.000000 0.860841 0.744084 0.744084 0.744084 1512.638794 0.000000 3277.734375 0.000000 0.741180 0.000000 -0.671307 0.912448 0.912448 0.912448 -1538.465942 0.000000 3296.015869 0.000000 0.314816 0.000000 -0.949153 0.856196 0.856196 0.856196 1567.814941 0.000000 3254.464600 0.000000 0.956130 0.000000 0.292942 0.792518 0.792518 0.792518 1521.737061 0.000000 3262.166992 0.000000 0.368493 0.000000 0.929631 0.762817 0.762817 0.762817 1546.636353 0.000000 3271.089844 0.000000 0.330400 0.000000 -0.943841 0.892427 0.892427 0.892427 @@ -18745,7 +18493,6 @@ 1530.502563 0.000000 3243.521484 0.000000 0.906097 0.000000 -0.423069 0.816228 0.816228 0.816228 1532.177612 0.000000 3298.298340 0.000000 0.304855 0.000000 0.952399 0.767511 0.767511 0.767511 1549.712402 0.000000 3285.275391 0.000000 0.370575 0.000000 0.928803 0.731483 0.731483 0.731483 -1517.745239 0.000000 3282.084473 0.000000 0.123131 0.000000 -0.992390 0.846829 0.846829 0.846829 1581.774780 0.000000 3296.770508 0.000000 0.299474 0.000000 -0.954104 0.861474 0.861474 0.861474 1575.617310 0.000000 3283.843994 0.000000 0.933602 0.000000 -0.358311 0.812735 0.812735 0.812735 1550.368286 0.000000 3308.096436 0.000000 0.490746 0.000000 -0.871303 0.836129 0.836129 0.836129 @@ -18765,7 +18512,6 @@ 1581.602783 0.000000 3250.848389 0.000000 0.584643 0.000000 -0.811291 0.939489 0.939489 0.939489 1567.975220 0.000000 3276.069824 0.000000 0.390028 0.000000 0.920803 0.762841 0.762841 0.762841 1558.365112 0.000000 3288.262451 0.000000 0.995044 0.000000 -0.099440 0.803700 0.803700 0.803700 -1546.403687 0.000000 3289.016602 0.000000 0.533679 0.000000 0.845687 0.772826 0.772826 0.772826 1534.081543 0.000000 3293.678467 0.000000 0.718155 0.000000 0.695883 0.779248 0.779248 0.779248 1583.374390 0.000000 3292.005127 0.000000 0.999915 0.000000 -0.013018 0.801529 0.801529 0.801529 1581.340454 0.000000 3257.821533 0.000000 0.371111 0.000000 0.928589 0.689428 0.689428 0.689428 @@ -18802,7 +18548,6 @@ 1578.189209 0.000000 3251.169434 0.000000 0.997889 0.000000 0.064936 0.793186 0.793186 0.793186 1549.118286 0.000000 3305.005859 0.000000 0.129061 0.000000 0.991637 0.698092 0.698092 0.698092 1578.377197 0.000000 3296.365479 0.000000 0.312273 0.000000 0.949992 0.690370 0.690370 0.690370 -1537.803955 0.000000 3292.706299 0.000000 0.267898 0.000000 -0.963447 0.885654 0.885654 0.885654 1547.295410 0.000000 3298.883789 0.000000 0.990168 0.000000 -0.139884 0.814884 0.814884 0.814884 1563.413208 0.000000 3262.426270 0.000000 0.983533 0.000000 0.180731 0.790527 0.790527 0.790527 1574.302612 0.000000 3275.754150 0.000000 0.591993 0.000000 -0.805943 0.846611 0.846611 0.846611 @@ -18839,7 +18584,6 @@ 1680.091309 0.000000 3167.711182 0.000000 0.977119 0.000000 0.212692 0.796147 0.796147 0.796147 1723.940918 0.000000 3235.625244 0.000000 0.717916 0.000000 -0.696130 0.820761 0.820761 0.820761 1682.450317 0.000000 3224.031494 0.000000 0.934180 0.000000 -0.356802 0.843502 0.843502 0.843502 -1690.620728 0.000000 3199.105469 0.000000 0.108990 0.000000 -0.994043 0.842911 0.842911 0.842911 1690.375977 0.000000 3207.598633 0.000000 0.860938 0.000000 0.508711 0.748517 0.748517 0.748517 1700.649048 0.000000 3211.682861 0.000000 0.998416 0.000000 -0.056271 0.800708 0.800708 0.800708 1706.688354 0.000000 3208.251953 0.000000 0.629663 0.000000 -0.776868 0.911945 0.911945 0.911945 @@ -18853,7 +18597,6 @@ 1684.403687 0.000000 3208.635742 0.000000 0.716167 0.000000 -0.697929 0.900441 0.900441 0.900441 1727.099609 0.000000 3230.392822 0.000000 0.325791 0.000000 -0.945442 0.820786 0.820786 0.820786 1685.283691 0.000000 3198.632812 0.000000 0.717135 0.000000 0.696934 0.762114 0.762114 0.762114 -1689.086426 0.000000 3193.900879 0.000000 0.478340 0.000000 -0.878175 0.861664 0.861664 0.861664 1685.355469 0.000000 3219.497559 0.000000 0.968833 0.000000 -0.247716 0.835697 0.835697 0.835697 1702.349487 0.000000 3216.278076 0.000000 0.102207 0.000000 0.994763 0.624914 0.624914 0.624914 1690.388062 0.000000 3217.032227 0.000000 0.275407 0.000000 0.961328 0.615788 0.615788 0.615788 @@ -18951,7 +18694,6 @@ 1702.349487 0.000000 3288.262451 0.000000 0.913388 0.000000 0.407090 0.740211 0.740211 0.740211 1690.388062 0.000000 3289.016602 0.000000 0.150860 0.000000 0.988555 0.758328 0.758328 0.758328 1678.065918 0.000000 3293.678467 0.000000 0.531687 0.000000 0.846941 0.695285 0.695285 0.695285 -1669.386108 0.000000 3290.659180 0.000000 0.951476 0.000000 -0.307723 0.835985 0.835985 0.835985 1688.072632 0.000000 3298.259277 0.000000 0.993219 0.000000 -0.116256 0.809285 0.809285 0.809285 1684.165771 0.000000 3306.894531 0.000000 0.870476 0.000000 -0.492210 0.873387 0.873387 0.873387 1693.042969 0.000000 3275.589844 0.000000 0.037523 0.000000 0.999296 0.764171 0.764171 0.764171 @@ -19329,9 +19071,7 @@ 1661.345581 0.000000 3371.381348 0.000000 0.578188 0.000000 0.815904 0.782275 0.782275 0.782275 1660.609863 0.000000 3364.563965 0.000000 0.949729 0.000000 -0.313074 0.806869 0.806869 0.806869 1696.645508 0.000000 3329.900879 0.000000 0.031689 0.000000 -0.999498 0.833199 0.833199 0.833199 -1671.117798 0.000000 3334.663574 0.000000 0.847339 0.000000 -0.531052 0.834215 0.834215 0.834215 1710.093628 0.000000 3365.506592 0.000000 0.661087 0.000000 -0.750310 0.921003 0.921003 0.921003 -1695.302124 0.000000 3340.092773 0.000000 0.992142 0.000000 0.125116 0.784216 0.784216 0.784216 1658.458130 0.000000 3334.432861 0.000000 0.995825 0.000000 0.091285 0.795892 0.795892 0.795892 1673.109985 0.000000 3357.024902 0.000000 0.999555 0.000000 -0.029836 0.801538 0.801538 0.801538 1716.697510 0.000000 3329.035156 0.000000 0.733417 0.000000 0.679779 0.761484 0.761484 0.761484 @@ -19359,7 +19099,6 @@ 1707.034790 0.000000 3316.823486 0.000000 0.669307 0.000000 0.742986 0.749818 0.749818 0.749818 1684.460693 0.000000 3313.152100 0.000000 0.599360 0.000000 -0.800480 0.890642 0.890642 0.890642 1705.097656 0.000000 3356.371094 0.000000 0.926805 0.000000 -0.375544 0.821683 0.821683 0.821683 -1676.916870 0.000000 3358.936035 0.000000 0.160840 0.000000 -0.986980 0.902171 0.902171 0.902171 1659.510620 0.000000 3317.887207 0.000000 0.197401 0.000000 -0.980323 0.964423 0.964423 0.964423 1718.390991 0.000000 3341.835938 0.000000 0.999617 0.000000 -0.027673 0.803615 0.803615 0.803615 1726.905273 0.000000 3319.047119 0.000000 0.463056 0.000000 0.886329 0.764754 0.764754 0.764754 @@ -19419,7 +19158,6 @@ 1644.037964 0.000000 3417.267578 0.000000 0.196869 0.000000 -0.980430 0.828786 0.828786 0.828786 1586.434692 0.000000 3393.910889 0.000000 0.536596 0.000000 0.843840 0.687462 0.687462 0.687462 1601.359375 0.000000 3420.334229 0.000000 0.989752 0.000000 -0.142796 0.814252 0.814252 0.814252 -1593.117188 0.000000 3432.196045 0.000000 0.947347 0.000000 0.320208 0.774416 0.774416 0.774416 1602.494751 0.000000 3387.490234 0.000000 0.616004 0.000000 0.787743 0.684771 0.684771 0.684771 1630.442627 0.000000 3385.596191 0.000000 0.745373 0.000000 0.666648 0.785572 0.785572 0.785572 1653.182129 0.000000 3384.172852 0.000000 0.885716 0.000000 -0.464227 0.817934 0.817934 0.817934 @@ -19428,7 +19166,6 @@ 1608.018188 0.000000 3412.813721 0.000000 0.296105 0.000000 -0.955155 0.889044 0.889044 0.889044 1612.411499 0.000000 3424.588867 0.000000 0.146976 0.000000 -0.989140 0.822173 0.822173 0.822173 1596.396362 0.000000 3411.471680 0.000000 0.504433 0.000000 0.863451 0.672002 0.672002 0.672002 -1632.436646 0.000000 3407.768799 0.000000 0.782313 0.000000 0.622886 0.759710 0.759710 0.759710 1649.420166 0.000000 3419.254395 0.000000 0.491558 0.000000 -0.870845 0.880426 0.880426 0.880426 1586.935669 0.000000 3416.501709 0.000000 0.802844 0.000000 -0.596189 0.820284 0.820284 0.820284 1606.188110 0.000000 3407.430176 0.000000 0.512727 0.000000 0.858551 0.784535 0.784535 0.784535 @@ -19586,27 +19323,20 @@ 1727.927002 0.000000 2948.082520 0.000000 0.998305 0.000000 0.058195 0.794662 0.794662 0.794662 1748.154175 0.000000 2938.376465 0.000000 0.592416 0.000000 -0.805632 0.833676 0.833676 0.833676 1765.688965 0.000000 2925.353516 0.000000 0.794706 0.000000 0.606995 0.719490 0.719490 0.719490 -1775.747559 0.000000 2933.190674 0.000000 0.905044 0.000000 0.425318 0.792893 0.792893 0.792893 1734.086914 0.000000 2951.307373 0.000000 0.460861 0.000000 -0.887472 0.843831 0.843831 0.843831 1786.821045 0.000000 2907.616455 0.000000 0.691818 0.000000 0.722072 0.696551 0.696551 0.696551 -1776.421021 0.000000 2903.878174 0.000000 0.702801 0.000000 0.711387 0.724124 0.724124 0.724124 1793.404541 0.000000 2915.363770 0.000000 0.190850 0.000000 0.981619 0.671126 0.671126 0.671126 -1732.602051 0.000000 2932.657715 0.000000 0.982122 0.000000 0.188245 0.790923 0.790923 0.790923 -1743.544189 0.000000 2935.243408 0.000000 0.046503 0.000000 -0.998918 0.905030 0.905030 0.905030 1792.691284 0.000000 2933.033203 0.000000 0.434341 0.000000 -0.900749 0.841662 0.841662 0.841662 1761.078613 0.000000 2905.963379 0.000000 0.284794 0.000000 0.958589 0.645604 0.645604 0.645604 1786.167480 0.000000 2926.296143 0.000000 0.421763 0.000000 -0.906706 0.961912 0.961912 0.961912 -1771.109985 0.000000 2902.633545 0.000000 0.009200 0.000000 -0.999958 0.946899 0.946899 0.946899 1758.827148 0.000000 2915.657715 0.000000 0.802417 0.000000 -0.596763 0.891189 0.891189 0.891189 1766.550537 0.000000 2937.870850 0.000000 0.820472 0.000000 0.571687 0.724156 0.724156 0.724156 -1738.230957 0.000000 2941.056641 0.000000 0.807375 0.000000 -0.590039 0.864284 0.864284 0.864284 1778.911255 0.000000 2908.479980 0.000000 0.306654 0.000000 -0.951821 0.905620 0.905620 0.905620 1762.380249 0.000000 2929.094727 0.000000 0.042502 0.000000 0.999096 0.582063 0.582063 0.582063 1756.258301 0.000000 2899.572266 0.000000 0.250719 0.000000 0.968060 0.765269 0.765269 0.765269 1741.378296 0.000000 2930.737305 0.000000 0.368823 0.000000 0.929500 0.629867 0.629867 0.629867 1761.141357 0.000000 2901.216797 0.000000 0.804183 0.000000 0.594382 0.786271 0.786271 0.786271 1782.008667 0.000000 2923.756104 0.000000 0.965946 0.000000 0.258744 0.762678 0.762678 0.762678 -1790.562866 0.000000 2919.079102 0.000000 0.689095 0.000000 0.724671 0.702868 0.702868 0.702868 1797.912231 0.000000 2924.539795 0.000000 0.994270 0.000000 -0.106897 0.802567 0.802567 0.802567 1769.760254 0.000000 2912.045898 0.000000 0.637762 0.000000 -0.770233 0.847412 0.847412 0.847412 1791.137207 0.000000 2928.604248 0.000000 0.983052 0.000000 -0.183324 0.826291 0.826291 0.826291 @@ -19616,13 +19346,11 @@ 1769.755615 0.000000 2926.940674 0.000000 0.941880 0.000000 0.335949 0.760996 0.760996 0.760996 1733.739624 0.000000 2926.259766 0.000000 0.326061 0.000000 -0.945349 0.906130 0.906130 0.906130 1731.732666 0.000000 2948.341553 0.000000 0.694314 0.000000 -0.719672 0.853428 0.853428 0.853428 -1787.343750 0.000000 2917.415771 0.000000 0.875289 0.000000 0.483601 0.761590 0.761590 0.761590 1758.127075 0.000000 2935.065430 0.000000 0.913451 0.000000 -0.406948 0.842188 0.842188 0.842188 1766.072021 0.000000 2912.188965 0.000000 0.839808 0.000000 0.542883 0.758051 0.758051 0.758051 1778.873291 0.000000 2931.569824 0.000000 0.015287 0.000000 0.999883 0.669518 0.669518 0.669518 1751.199951 0.000000 2936.940674 0.000000 0.461789 0.000000 0.886990 0.713076 0.713076 0.713076 1764.876099 0.000000 2922.033691 0.000000 0.217293 0.000000 0.976106 0.721436 0.721436 0.721436 -1770.135498 0.000000 2905.924072 0.000000 0.565840 0.000000 0.824515 0.730884 0.730884 0.730884 1794.683960 0.000000 2922.824707 0.000000 0.818007 0.000000 0.575208 0.735739 0.735739 0.735739 1752.838257 0.000000 2905.478027 0.000000 0.740605 0.000000 -0.671941 0.886090 0.886090 0.886090 1773.348145 0.000000 2904.892578 0.000000 0.818520 0.000000 0.574478 0.751966 0.751966 0.751966 @@ -19646,7 +19374,6 @@ 1809.705811 0.000000 2902.245117 0.000000 0.549146 0.000000 -0.835726 0.846243 0.846243 0.846243 1800.368042 0.000000 2936.882812 0.000000 0.534707 0.000000 0.845038 0.673339 0.673339 0.673339 1844.723633 0.000000 2908.157715 0.000000 0.437257 0.000000 0.899337 0.700166 0.700166 0.700166 -1821.883301 0.000000 2922.373047 0.000000 0.634696 0.000000 0.772762 0.717448 0.717448 0.717448 1859.062866 0.000000 2931.485596 0.000000 0.214801 0.000000 -0.976658 1.006923 1.006923 1.006923 1844.633423 0.000000 2923.745361 0.000000 0.929576 0.000000 -0.368631 0.857683 0.857683 0.857683 1850.672729 0.000000 2920.314453 0.000000 0.823015 0.000000 -0.568020 0.824613 0.824613 0.824613 @@ -19654,12 +19381,10 @@ 1858.813232 0.000000 2907.616455 0.000000 0.603602 0.000000 0.797285 0.682784 0.682784 0.682784 1828.388062 0.000000 2920.698242 0.000000 0.880170 0.000000 0.474659 0.750808 0.750808 0.750808 1805.835815 0.000000 2906.743164 0.000000 0.284133 0.000000 0.958785 0.746201 0.746201 0.746201 -1812.372925 0.000000 2907.581055 0.000000 0.917668 0.000000 -0.397349 0.841867 0.841867 0.841867 1848.413208 0.000000 2903.878174 0.000000 0.217109 0.000000 -0.976147 0.972540 0.972540 0.972540 1865.396729 0.000000 2915.363770 0.000000 0.798818 0.000000 0.601572 0.781436 0.781436 0.781436 1805.329956 0.000000 2939.475098 0.000000 0.975380 0.000000 0.220531 0.777218 0.777218 0.777218 1804.594238 0.000000 2932.657715 0.000000 0.138370 0.000000 -0.990381 0.912398 0.912398 0.912398 -1815.536377 0.000000 2935.243408 0.000000 0.668811 0.000000 0.743433 0.752289 0.752289 0.752289 1808.992065 0.000000 2917.832520 0.000000 0.882925 0.000000 0.469514 0.739675 0.739675 0.739675 1854.078003 0.000000 2933.600342 0.000000 0.646436 0.000000 -0.762968 0.822361 0.822361 0.822361 1817.094360 0.000000 2925.118652 0.000000 0.038607 0.000000 0.999254 0.578753 0.578753 0.578753 @@ -19678,7 +19403,6 @@ 1820.901245 0.000000 2927.029785 0.000000 0.206769 0.000000 -0.978390 0.857964 0.857964 0.857964 1812.855225 0.000000 2926.154785 0.000000 0.903015 0.000000 -0.429610 0.830066 0.830066 0.830066 1833.662720 0.000000 2923.895508 0.000000 0.357960 0.000000 0.933737 0.744419 0.744419 0.744419 -1817.559937 0.000000 2920.886963 0.000000 0.999927 0.000000 -0.012072 0.801157 0.801157 0.801157 1870.296875 0.000000 2906.731201 0.000000 0.904886 0.000000 -0.425655 0.826872 0.826872 0.826872 1813.876587 0.000000 2938.877441 0.000000 0.970238 0.000000 0.242153 0.789449 0.789449 0.789449 1813.061035 0.000000 2916.689453 0.000000 0.478061 0.000000 -0.878327 0.884170 0.884170 0.884170 @@ -19692,7 +19416,6 @@ 1869.090942 0.000000 2916.593750 0.000000 0.217819 0.000000 0.975989 0.745756 0.745756 0.745756 1861.939575 0.000000 2906.129883 0.000000 0.336204 0.000000 -0.941789 0.845615 0.845615 0.845615 1860.144043 0.000000 2923.535645 0.000000 0.996531 0.000000 0.083217 0.790016 0.790016 0.790016 -1815.585938 0.000000 2928.180420 0.000000 0.537294 0.000000 -0.843395 0.903426 0.903426 0.903426 1861.408813 0.000000 2933.967041 0.000000 0.713922 0.000000 -0.700226 0.886915 0.886915 0.886915 1847.524414 0.000000 2921.376953 0.000000 0.380912 0.000000 -0.924611 0.924437 0.924437 0.924437 1844.164551 0.000000 2920.502686 0.000000 0.999999 0.000000 0.001730 0.799797 0.799797 0.799797 @@ -19904,7 +19627,6 @@ 1941.301392 0.000000 2969.884033 0.000000 0.132801 0.000000 -0.991143 0.864603 0.864603 0.864603 1905.125732 0.000000 2973.201172 0.000000 0.059346 0.000000 -0.998237 0.868825 0.868825 0.868825 1934.547241 0.000000 2991.063477 0.000000 0.404077 0.000000 0.914725 0.748105 0.748105 0.748105 -1930.869995 0.000000 3008.224854 0.000000 0.627872 0.000000 0.778316 0.759916 0.759916 0.759916 1927.709106 0.000000 2983.291992 0.000000 0.959893 0.000000 -0.280366 0.812770 0.812770 0.812770 1932.535034 0.000000 3021.185791 0.000000 0.463555 0.000000 0.886068 0.751072 0.751072 0.751072 1937.163208 0.000000 2971.375244 0.000000 0.986866 0.000000 0.161542 0.792709 0.792709 0.792709 @@ -19921,7 +19643,6 @@ 1900.826172 0.000000 2967.710449 0.000000 0.899030 0.000000 0.437886 0.779632 0.779632 0.779632 1936.735962 0.000000 2984.180664 0.000000 0.496595 0.000000 -0.867982 0.847235 0.847235 0.847235 1907.724487 0.000000 2973.030762 0.000000 0.934930 0.000000 0.354831 0.773702 0.773702 0.773702 -1945.478760 0.000000 2969.198730 0.000000 0.681474 0.000000 -0.731842 0.836895 0.836895 0.836895 1989.151001 0.000000 3021.044922 0.000000 0.664718 0.000000 0.747094 0.774725 0.774725 0.774725 1981.802002 0.000000 2974.886230 0.000000 0.994960 0.000000 -0.100272 0.804514 0.804514 0.804514 2010.467896 0.000000 2981.277588 0.000000 0.792725 0.000000 0.609579 0.779969 0.779969 0.779969 @@ -19936,7 +19657,6 @@ 1946.395630 0.000000 2962.004639 0.000000 0.893297 0.000000 -0.449466 0.808938 0.808938 0.808938 2012.898193 0.000000 2974.786865 0.000000 0.241788 0.000000 0.970329 0.649773 0.649773 0.649773 1972.372437 0.000000 2992.682617 0.000000 0.645592 0.000000 -0.763683 0.839051 0.839051 0.839051 -1983.270874 0.000000 2980.170898 0.000000 0.202457 0.000000 -0.979291 0.836856 0.836856 0.836856 2004.666260 0.000000 2969.113281 0.000000 0.292365 0.000000 -0.956307 0.933596 0.933596 0.933596 1974.803711 0.000000 2987.642090 0.000000 0.721009 0.000000 0.692925 0.765598 0.765598 0.765598 2013.555908 0.000000 2962.910889 0.000000 0.995803 0.000000 0.091526 0.795057 0.795057 0.795057 @@ -20029,10 +19749,8 @@ 1759.725342 0.000000 3103.951660 0.000000 0.927923 0.000000 0.372772 0.787183 0.787183 0.787183 1769.668457 0.000000 3146.987061 0.000000 0.618023 0.000000 0.786160 0.737129 0.737129 0.737129 1734.069214 0.000000 3161.205322 0.000000 0.827269 0.000000 0.561806 0.787489 0.787489 0.787489 -1747.011963 0.000000 3114.923828 0.000000 0.211269 0.000000 0.977428 0.734910 0.734910 0.734910 1737.000244 0.000000 3128.319092 0.000000 0.926614 0.000000 0.376015 0.767432 0.767432 0.767432 1765.825439 0.000000 3118.854980 0.000000 0.549193 0.000000 -0.835695 0.951169 0.951169 0.951169 -1763.041992 0.000000 3158.255371 0.000000 0.152232 0.000000 0.988345 0.774512 0.774512 0.774512 1738.696655 0.000000 3106.854980 0.000000 0.150375 0.000000 0.988629 0.653674 0.653674 0.653674 1752.083496 0.000000 3095.726807 0.000000 0.618076 0.000000 -0.786119 0.888338 0.888338 0.888338 1795.933105 0.000000 3163.640869 0.000000 0.328854 0.000000 0.944381 0.680796 0.680796 0.680796 @@ -20060,7 +19778,6 @@ 1741.994385 0.000000 3128.667236 0.000000 0.990330 0.000000 0.138733 0.794579 0.794579 0.794579 1756.258301 0.000000 3115.525391 0.000000 0.506477 0.000000 -0.862253 0.902165 0.902165 0.902165 1748.483765 0.000000 3110.300537 0.000000 0.575883 0.000000 -0.817532 0.880286 0.880286 0.880286 -1768.328613 0.000000 3137.112793 0.000000 0.351326 0.000000 -0.936253 0.866073 0.866073 0.866073 1788.550659 0.000000 3165.154541 0.000000 0.936887 0.000000 0.349632 0.778385 0.778385 0.778385 1747.533081 0.000000 3095.334961 0.000000 0.343720 0.000000 0.939072 0.628960 0.628960 0.628960 1764.557739 0.000000 3112.657959 0.000000 0.809921 0.000000 -0.586539 0.852577 0.852577 0.852577 @@ -20200,7 +19917,6 @@ 2009.381104 0.000000 3059.332520 0.000000 0.948791 0.000000 -0.315904 0.806355 0.806355 0.806355 1946.426880 0.000000 3046.495361 0.000000 0.914493 0.000000 -0.404602 0.807487 0.807487 0.807487 1945.251343 0.000000 3086.959717 0.000000 0.940400 0.000000 -0.340070 0.822454 0.822454 0.822454 -1954.207520 0.000000 3085.025391 0.000000 0.646825 0.000000 -0.762638 0.851451 0.851451 0.851451 1957.970947 0.000000 3056.682861 0.000000 0.636512 0.000000 -0.771267 0.839583 0.839583 0.839583 1990.379883 0.000000 3062.082031 0.000000 0.920772 0.000000 0.390101 0.769266 0.769266 0.769266 1997.985229 0.000000 3067.724854 0.000000 0.839149 0.000000 0.543902 0.766232 0.766232 0.766232 @@ -20217,13 +19933,11 @@ 1937.509521 0.000000 3110.544678 0.000000 0.528324 0.000000 -0.849043 0.820661 0.820661 0.820661 1913.813477 0.000000 3132.601074 0.000000 0.901540 0.000000 0.432695 0.767826 0.767826 0.767826 1938.475708 0.000000 3125.246338 0.000000 0.437075 0.000000 -0.899425 0.970887 0.970887 0.970887 -1923.422607 0.000000 3144.042725 0.000000 0.991737 0.000000 0.128289 0.789209 0.789209 0.789209 1918.531372 0.000000 3113.792725 0.000000 0.936658 0.000000 -0.350246 0.810077 0.810077 0.810077 1911.760010 0.000000 3107.866943 0.000000 0.961698 0.000000 0.274113 0.782365 0.782365 0.782365 1916.715820 0.000000 3124.110840 0.000000 0.200696 0.000000 0.979654 0.642540 0.642540 0.642540 1940.726318 0.000000 3136.000244 0.000000 0.411550 0.000000 -0.911387 0.908552 0.908552 0.908552 1906.352539 0.000000 3135.614258 0.000000 0.277061 0.000000 0.960852 0.678644 0.678644 0.678644 -1916.625610 0.000000 3139.698486 0.000000 0.150317 0.000000 -0.988638 0.939526 0.939526 0.939526 1932.006714 0.000000 3129.330078 0.000000 0.814931 0.000000 -0.579558 0.893341 0.893341 0.893341 1904.989380 0.000000 3097.267822 0.000000 0.970559 0.000000 -0.240862 0.809620 0.809620 0.809620 1940.906006 0.000000 3118.755615 0.000000 0.546092 0.000000 -0.837725 0.929719 0.929719 0.929719 @@ -20353,15 +20067,12 @@ 2077.716553 0.000000 2880.221191 0.000000 0.657510 0.000000 -0.753446 0.806646 0.806646 0.806646 2057.637207 0.000000 2931.033936 0.000000 0.857787 0.000000 0.514005 0.790943 0.790943 0.790943 2053.794189 0.000000 2902.901855 0.000000 0.950277 0.000000 0.311407 0.760344 0.760344 0.760344 -2081.493896 0.000000 2894.591553 0.000000 0.782000 0.000000 -0.623279 0.836691 0.836691 0.836691 2057.797852 0.000000 2916.647949 0.000000 0.655129 0.000000 -0.755517 0.867223 0.867223 0.867223 -2055.714111 0.000000 2880.008301 0.000000 0.687403 0.000000 -0.726276 0.924200 0.924200 0.924200 2040.052246 0.000000 2879.773682 0.000000 0.012210 0.000000 -0.999925 0.832685 0.832685 0.832685 2083.901855 0.000000 2947.687744 0.000000 0.363636 0.000000 -0.931541 0.838064 0.838064 0.838064 2083.796631 0.000000 2928.662109 0.000000 0.654891 0.000000 0.755723 0.760472 0.760472 0.760472 2072.438721 0.000000 2947.318359 0.000000 0.685016 0.000000 0.728528 0.763323 0.763323 0.763323 2071.760254 0.000000 2894.542725 0.000000 0.016656 0.000000 0.999861 0.787894 0.787894 0.787894 -2062.515869 0.000000 2897.839600 0.000000 0.348922 0.000000 0.937152 0.614457 0.614457 0.614457 2067.686523 0.000000 2913.448242 0.000000 0.896561 0.000000 -0.442921 0.846464 0.846464 0.846464 2030.887451 0.000000 2942.880859 0.000000 0.941958 0.000000 0.335732 0.794256 0.794256 0.794256 2055.744385 0.000000 2891.913818 0.000000 0.347984 0.000000 0.937501 0.695136 0.695136 0.695136 @@ -20394,7 +20105,6 @@ 2052.563232 0.000000 2886.176514 0.000000 0.977417 0.000000 0.211322 0.785966 0.785966 0.785966 2085.548096 0.000000 2890.926514 0.000000 0.526833 0.000000 -0.849969 0.848697 0.848697 0.848697 2066.879883 0.000000 2908.479980 0.000000 0.960369 0.000000 -0.278731 0.824880 0.824880 0.824880 -2050.348877 0.000000 2929.094727 0.000000 0.389636 0.000000 0.920969 0.770543 0.770543 0.770543 2087.319824 0.000000 2932.083252 0.000000 0.245305 0.000000 -0.969446 0.910183 0.910183 0.910183 2085.285889 0.000000 2897.899658 0.000000 0.958036 0.000000 -0.286647 0.819684 0.819684 0.819684 2044.126709 0.000000 2946.972656 0.000000 0.650056 0.000000 0.759886 0.754489 0.754489 0.754489 @@ -20435,7 +20145,6 @@ 2080.720215 0.000000 2912.196289 0.000000 0.132092 0.000000 -0.991238 0.929270 0.929270 0.929270 2054.085449 0.000000 2918.772217 0.000000 0.803497 0.000000 0.595308 0.748804 0.748804 0.748804 2071.588623 0.000000 2897.710449 0.000000 0.532703 0.000000 0.846302 0.747403 0.747403 0.747403 -2067.358398 0.000000 2902.504395 0.000000 0.824564 0.000000 0.565769 0.748114 0.748114 0.748114 2064.051758 0.000000 2907.070068 0.000000 0.569087 0.000000 0.822277 0.729430 0.729430 0.729430 2057.899414 0.000000 2941.002930 0.000000 0.088000 0.000000 0.996120 0.716492 0.716492 0.716492 2060.140381 0.000000 2879.436035 0.000000 0.853297 0.000000 -0.521426 0.848970 0.848970 0.848970 @@ -20466,7 +20175,6 @@ 2115.915527 0.000000 2904.499756 0.000000 0.887070 0.000000 -0.461635 0.823863 0.823863 0.823863 2109.866943 0.000000 2889.527100 0.000000 0.978357 0.000000 -0.206924 0.804995 0.804995 0.804995 2143.752441 0.000000 2894.542725 0.000000 0.069123 0.000000 0.997608 0.732521 0.732521 0.732521 -2134.508057 0.000000 2897.839600 0.000000 0.268515 0.000000 -0.963275 0.901178 0.901178 0.901178 2097.674561 0.000000 2902.245117 0.000000 0.050031 0.000000 0.998748 0.790888 0.790888 0.790888 2088.336670 0.000000 2936.882812 0.000000 0.993040 0.000000 -0.117780 0.804103 0.804103 0.804103 2156.702881 0.000000 2920.047119 0.000000 0.970174 0.000000 0.242410 0.762590 0.762590 0.762590 @@ -20702,7 +20410,6 @@ 2152.138184 0.000000 2979.783203 0.000000 0.965117 0.000000 -0.261818 0.817460 0.817460 0.817460 2183.352539 0.000000 2945.803955 0.000000 0.248877 0.000000 0.968535 0.637163 0.637163 0.637163 2161.988281 0.000000 2927.764160 0.000000 0.990255 0.000000 0.139264 0.778653 0.778653 0.778653 -2221.700928 0.000000 2880.221191 0.000000 0.647620 0.000000 -0.761964 0.860214 0.860214 0.860214 2217.925049 0.000000 2920.814941 0.000000 0.930264 0.000000 0.366891 0.778842 0.778842 0.778842 2178.261719 0.000000 2930.404297 0.000000 0.823984 0.000000 -0.566614 0.870021 0.870021 0.870021 2225.478271 0.000000 2894.591553 0.000000 0.334170 0.000000 -0.942513 0.834640 0.834640 0.834640 @@ -20716,7 +20423,6 @@ 2215.744629 0.000000 2894.542725 0.000000 0.194393 0.000000 -0.980924 0.953256 0.953256 0.953256 2160.328857 0.000000 2936.882812 0.000000 0.949746 0.000000 -0.313020 0.848644 0.848644 0.848644 2174.871826 0.000000 2942.880859 0.000000 0.981628 0.000000 0.190807 0.770667 0.770667 0.770667 -2192.134766 0.000000 2896.600342 0.000000 0.924542 0.000000 -0.381081 0.814524 0.814524 0.814524 2219.023682 0.000000 2931.485596 0.000000 0.962491 0.000000 -0.271314 0.807079 0.807079 0.807079 2222.059326 0.000000 2902.467529 0.000000 0.835453 0.000000 0.549562 0.765486 0.765486 0.765486 2191.832764 0.000000 2950.222412 0.000000 0.857522 0.000000 -0.514448 0.825578 0.825578 0.825578 @@ -20807,7 +20513,6 @@ 2286.071045 0.000000 2904.062256 0.000000 0.428808 0.000000 0.903396 0.714194 0.714194 0.714194 2263.670654 0.000000 2887.998535 0.000000 0.900875 0.000000 -0.434079 0.868605 0.868605 0.868605 2293.693115 0.000000 2880.221191 0.000000 0.986241 0.000000 0.165312 0.780497 0.780497 0.780497 -2273.613770 0.000000 2931.033936 0.000000 0.195401 0.000000 -0.980723 0.809057 0.809057 0.809057 2238.014404 0.000000 2945.252197 0.000000 0.186042 0.000000 -0.982542 0.969127 0.969127 0.969127 2250.957275 0.000000 2898.970703 0.000000 0.997354 0.000000 0.072694 0.788883 0.788883 0.788883 2240.945557 0.000000 2912.365967 0.000000 0.909707 0.000000 -0.415250 0.802822 0.802822 0.802822 @@ -20816,29 +20521,23 @@ 2269.770752 0.000000 2902.901855 0.000000 0.986372 0.000000 0.164529 0.792969 0.792969 0.792969 2297.470459 0.000000 2894.591553 0.000000 0.105503 0.000000 0.994419 0.670079 0.670079 0.670079 2262.099121 0.000000 2926.407471 0.000000 0.910690 0.000000 -0.413090 0.865064 0.865064 0.865064 -2242.642090 0.000000 2890.901855 0.000000 0.396334 0.000000 0.918107 0.622264 0.622264 0.622264 2244.552002 0.000000 2921.910400 0.000000 0.287099 0.000000 0.957901 0.753998 0.753998 0.753998 2241.389160 0.000000 2935.478271 0.000000 0.775612 0.000000 0.631210 0.695628 0.695628 0.695628 2232.560791 0.000000 2917.812500 0.000000 0.816631 0.000000 0.577161 0.772352 0.772352 0.772352 2259.899902 0.000000 2904.499756 0.000000 0.403360 0.000000 -0.915041 0.976564 0.976564 0.976564 -2283.383545 0.000000 2928.089600 0.000000 0.895151 0.000000 -0.445763 0.813288 0.813288 0.813288 -2253.851318 0.000000 2889.527100 0.000000 0.697484 0.000000 -0.716601 0.922065 0.922065 0.922065 2287.736816 0.000000 2894.542725 0.000000 0.685941 0.000000 0.727657 0.726760 0.726760 0.726760 2249.989502 0.000000 2909.287109 0.000000 0.800303 0.000000 0.599595 0.720250 0.720250 0.720250 2241.658936 0.000000 2902.245117 0.000000 0.913832 0.000000 0.406093 0.789477 0.789477 0.789477 2271.720947 0.000000 2891.913818 0.000000 0.113830 0.000000 -0.993500 0.824439 0.824439 0.824439 2276.676758 0.000000 2908.157715 0.000000 0.859784 0.000000 -0.510658 0.863583 0.863583 0.863583 2264.126953 0.000000 2896.600342 0.000000 0.915947 0.000000 -0.401299 0.837855 0.837855 0.837855 -2253.836426 0.000000 2922.373047 0.000000 0.903756 0.000000 0.428049 0.788604 0.788604 0.788604 2298.880859 0.000000 2886.549805 0.000000 0.868180 0.000000 0.496250 0.788177 0.788177 0.788177 -2266.294434 0.000000 2934.127197 0.000000 0.989763 0.000000 0.142720 0.794594 0.794594 0.794594 2291.252930 0.000000 2887.591797 0.000000 0.686594 0.000000 0.727041 0.675630 0.675630 0.675630 2234.364258 0.000000 2890.020264 0.000000 0.976137 0.000000 -0.217153 0.828199 0.828199 0.828199 2249.289062 0.000000 2916.443604 0.000000 0.344612 0.000000 -0.938745 0.948266 0.948266 0.948266 2241.046875 0.000000 2928.305420 0.000000 0.836463 0.000000 0.548023 0.711383 0.711383 0.711383 2257.326172 0.000000 2895.485352 0.000000 0.998127 0.000000 -0.061179 0.809353 0.809353 0.809353 2282.625732 0.000000 2920.314453 0.000000 0.138468 0.000000 -0.990367 0.938129 0.938129 0.938129 -2250.424316 0.000000 2883.599609 0.000000 0.934270 0.000000 -0.356566 0.827088 0.827088 0.827088 2269.634277 0.000000 2925.353516 0.000000 0.162536 0.000000 -0.986703 0.964454 0.964454 0.964454 2237.666992 0.000000 2922.162598 0.000000 0.998316 0.000000 0.058008 0.796766 0.796766 0.796766 2243.414795 0.000000 2948.787109 0.000000 0.604051 0.000000 -0.796946 0.901673 0.901673 0.901673 @@ -20863,7 +20562,6 @@ 2247.055176 0.000000 2902.757324 0.000000 0.842422 0.000000 0.538818 0.753972 0.753972 0.753972 2245.373535 0.000000 2885.682617 0.000000 0.997962 0.000000 0.063817 0.792615 0.792615 0.792615 2271.239502 0.000000 2908.186523 0.000000 0.374303 0.000000 -0.927306 0.826318 0.826318 0.826318 -2234.395508 0.000000 2902.526611 0.000000 0.648617 0.000000 0.761115 0.748688 0.748688 0.748688 2292.635010 0.000000 2897.128906 0.000000 0.498121 0.000000 -0.867108 0.903744 0.903744 0.903744 2261.221191 0.000000 2910.695312 0.000000 0.300866 0.000000 -0.953666 0.914468 0.914468 0.914468 2275.055176 0.000000 2902.633545 0.000000 0.821971 0.000000 0.569529 0.723395 0.723395 0.723395 @@ -20880,7 +20578,6 @@ 2285.954102 0.000000 2923.756104 0.000000 0.637846 0.000000 -0.770164 0.856887 0.856887 0.856887 2294.508057 0.000000 2919.079102 0.000000 0.989845 0.000000 -0.142149 0.804957 0.804957 0.804957 2287.670166 0.000000 2911.307617 0.000000 0.997211 0.000000 -0.074631 0.808549 0.808549 0.808549 -2252.854492 0.000000 2927.029785 0.000000 0.138134 0.000000 0.990414 0.671278 0.671278 0.671278 2236.726562 0.000000 2916.520508 0.000000 0.988165 0.000000 -0.153395 0.806921 0.806921 0.806921 2244.808350 0.000000 2926.154785 0.000000 0.167372 0.000000 0.985894 0.664693 0.664693 0.664693 2249.512939 0.000000 2920.886963 0.000000 0.459532 0.000000 -0.888161 0.902849 0.902849 0.902849 @@ -21025,7 +20722,6 @@ 2225.987793 0.000000 2974.247070 0.000000 0.669665 0.000000 0.742663 0.750850 0.750850 0.750850 2185.708496 0.000000 2954.414307 0.000000 0.847624 0.000000 0.530598 0.760456 0.760456 0.760456 2197.233398 0.000000 2964.948975 0.000000 0.845375 0.000000 -0.534174 0.846933 0.846933 0.846933 -2244.561768 0.000000 2952.245117 0.000000 0.099294 0.000000 0.995058 0.772671 0.772671 0.772671 2240.945557 0.000000 2984.350342 0.000000 0.988029 0.000000 0.154268 0.793040 0.793040 0.793040 2269.770752 0.000000 2974.886230 0.000000 0.878549 0.000000 -0.477651 0.806564 0.806564 0.806564 2242.642090 0.000000 2962.886230 0.000000 0.861121 0.000000 -0.508401 0.881486 0.881486 0.881486 @@ -21048,10 +20744,8 @@ 2242.626709 0.000000 2955.838135 0.000000 0.788871 0.000000 0.614558 0.761138 0.761138 0.761138 2236.519775 0.000000 2969.240967 0.000000 0.070011 0.000000 -0.997546 0.879129 0.879129 0.879129 2077.716553 0.000000 3024.189941 0.000000 0.268655 0.000000 0.963237 0.764981 0.764981 0.764981 -2067.406982 0.000000 3072.058350 0.000000 0.708632 0.000000 0.705578 0.788737 0.788737 0.788737 2067.686523 0.000000 3057.416992 0.000000 0.483702 0.000000 -0.875233 0.807025 0.807025 0.807025 2060.700195 0.000000 3052.126465 0.000000 0.994073 0.000000 -0.108717 0.800783 0.800783 0.800783 -2033.312500 0.000000 3060.412354 0.000000 0.021520 0.000000 0.999768 0.742447 0.742447 0.742447 2066.649170 0.000000 3064.283203 0.000000 0.817516 0.000000 0.575905 0.784556 0.784556 0.784556 2085.720215 0.000000 3080.817383 0.000000 0.920779 0.000000 -0.390086 0.808163 0.808163 0.808163 2062.084961 0.000000 3057.269043 0.000000 0.042376 0.000000 -0.999102 0.843042 0.843042 0.843042 @@ -21090,7 +20784,6 @@ 2118.177734 0.000000 3028.459717 0.000000 0.994132 0.000000 -0.108170 0.803572 0.803572 0.803572 2133.525879 0.000000 3029.294922 0.000000 0.916066 0.000000 -0.401027 0.828185 0.828185 0.828185 2146.207275 0.000000 3023.834961 0.000000 0.054976 0.000000 0.998488 0.651960 0.651960 0.651960 -2153.647949 0.000000 3089.077148 0.000000 0.965301 0.000000 0.261138 0.787494 0.787494 0.787494 2115.706787 0.000000 3061.225098 0.000000 0.829768 0.000000 0.558108 0.773392 0.773392 0.773392 2137.542969 0.000000 3040.821533 0.000000 0.631204 0.000000 0.775617 0.716495 0.716495 0.716495 2159.750977 0.000000 3047.947754 0.000000 0.987744 0.000000 -0.156083 0.808921 0.808921 0.808921 @@ -21101,13 +20794,11 @@ 2042.411255 0.000000 3152.047119 0.000000 0.044987 0.000000 0.998988 0.767088 0.767088 0.767088 2016.344604 0.000000 3152.835938 0.000000 0.858822 0.000000 -0.512274 0.861228 0.861228 0.861228 2050.317871 0.000000 3150.080322 0.000000 0.945883 0.000000 0.324507 0.780792 0.780792 0.780792 -2059.602783 0.000000 3154.266846 0.000000 0.770015 0.000000 0.638025 0.783002 0.783002 0.783002 2021.306519 0.000000 3155.428223 0.000000 0.805158 0.000000 -0.593060 0.868089 0.868089 0.868089 2020.570801 0.000000 3148.610840 0.000000 0.973065 0.000000 -0.230533 0.816168 0.816168 0.816168 2054.519287 0.000000 3153.823975 0.000000 0.648627 0.000000 0.761107 0.752835 0.752835 0.752835 2017.243530 0.000000 3158.944092 0.000000 0.584784 0.000000 -0.811189 0.827212 0.827212 0.827212 2050.348877 0.000000 3145.047852 0.000000 0.280423 0.000000 -0.959876 0.867837 0.867837 0.867837 -2038.026855 0.000000 3149.709717 0.000000 0.667250 0.000000 -0.744834 0.847327 0.847327 0.847327 2041.749268 0.000000 3148.737549 0.000000 0.846670 0.000000 0.532118 0.751252 0.751252 0.751252 2024.797241 0.000000 3137.059326 0.000000 0.956229 0.000000 0.292619 0.769396 0.769396 0.769396 2053.525879 0.000000 3151.107666 0.000000 0.950111 0.000000 0.311913 0.778143 0.778143 0.778143 @@ -21128,7 +20819,6 @@ 2127.736572 0.000000 3107.866943 0.000000 0.548690 0.000000 -0.836026 0.854572 0.854572 0.854572 2132.602295 0.000000 3139.698486 0.000000 0.997441 0.000000 -0.071488 0.802444 0.802444 0.802444 2131.594971 0.000000 3154.266846 0.000000 0.963673 0.000000 -0.267085 0.822031 0.822031 0.822031 -2134.387939 0.000000 3097.658691 0.000000 0.964485 0.000000 -0.264139 0.806086 0.806086 0.806086 2093.682617 0.000000 3138.115723 0.000000 0.997132 0.000000 0.075685 0.794008 0.794008 0.794008 2157.712402 0.000000 3152.801758 0.000000 0.296199 0.000000 0.955126 0.762711 0.762711 0.762711 2126.305908 0.000000 3164.127686 0.000000 0.953053 0.000000 0.302805 0.775485 0.775485 0.775485 @@ -21225,7 +20915,6 @@ 2179.263428 0.000000 3034.920166 0.000000 0.747281 0.000000 -0.664508 0.845292 0.845292 0.845292 2233.980469 0.000000 3071.732910 0.000000 0.966862 0.000000 -0.255301 0.810518 0.810518 0.810518 2289.917236 0.000000 3064.783691 0.000000 0.801144 0.000000 -0.598472 0.848053 0.848053 0.848053 -2250.957275 0.000000 3042.939453 0.000000 0.527701 0.000000 0.849430 0.732501 0.732501 0.732501 2266.987305 0.000000 3086.270996 0.000000 0.995111 0.000000 0.098763 0.795436 0.795436 0.795436 2241.658936 0.000000 3046.213867 0.000000 0.523646 0.000000 -0.851936 0.825049 0.825049 0.825049 2232.321045 0.000000 3080.851562 0.000000 0.901907 0.000000 0.431929 0.794915 0.794915 0.794915 @@ -21235,7 +20924,6 @@ 2264.010254 0.000000 3082.306152 0.000000 0.952644 0.000000 0.304089 0.782227 0.782227 0.782227 2260.103271 0.000000 3090.941406 0.000000 0.943853 0.000000 0.330365 0.790922 0.790922 0.790922 2264.056885 0.000000 3089.379883 0.000000 0.856160 0.000000 0.516710 0.754776 0.754776 0.754776 -2255.135254 0.000000 3043.418457 0.000000 0.711422 0.000000 -0.702765 0.851361 0.851361 0.851361 2266.475586 0.000000 3091.937012 0.000000 0.243237 0.000000 0.969967 0.717428 0.717428 0.717428 2269.040039 0.000000 3089.052734 0.000000 0.822458 0.000000 0.568825 0.762658 0.762658 0.762658 2267.217285 0.000000 3082.930664 0.000000 0.964562 0.000000 0.263856 0.782721 0.782721 0.782721 @@ -21255,7 +20943,6 @@ 2197.778564 0.000000 3118.854980 0.000000 0.742526 0.000000 0.669818 0.779771 0.779771 0.779771 2226.444336 0.000000 3125.246338 0.000000 0.536241 0.000000 -0.844065 0.909575 0.909575 0.909575 2199.698486 0.000000 3095.961426 0.000000 0.195591 0.000000 -0.980686 0.806586 0.806586 0.806586 -2170.649902 0.000000 3106.854980 0.000000 0.029082 0.000000 0.999577 0.727024 0.727024 0.727024 2227.886230 0.000000 3163.640869 0.000000 0.892696 0.000000 -0.450660 0.810925 0.810925 0.810925 2227.781006 0.000000 3144.615234 0.000000 0.225737 0.000000 -0.974188 0.835409 0.835409 0.835409 2160.024902 0.000000 3123.317627 0.000000 0.918936 0.000000 -0.394406 0.805587 0.805587 0.805587 @@ -21404,7 +21091,6 @@ 2287.657471 0.000000 3096.070312 0.000000 0.048330 0.000000 -0.998831 0.924060 0.924060 0.924060 1759.725342 0.000000 3175.936035 0.000000 0.427253 0.000000 -0.904132 0.943454 0.943454 0.943454 1789.747925 0.000000 3168.158691 0.000000 0.791970 0.000000 -0.610560 0.818495 0.818495 0.818495 -1769.668457 0.000000 3218.971436 0.000000 0.938390 0.000000 -0.345577 0.821565 0.821565 0.821565 1734.069214 0.000000 3233.189697 0.000000 0.800379 0.000000 0.599494 0.748770 0.748770 0.748770 1728.230835 0.000000 3171.017822 0.000000 0.496984 0.000000 0.867760 0.752785 0.752785 0.752785 1763.041992 0.000000 3230.239746 0.000000 0.305966 0.000000 0.952043 0.678467 0.678467 0.678467 @@ -21412,7 +21098,6 @@ 1762.368164 0.000000 3207.598633 0.000000 0.971246 0.000000 -0.238076 0.803169 0.803169 0.803169 1787.307739 0.000000 3175.529297 0.000000 0.212981 0.000000 0.977056 0.781311 0.781311 0.781311 1772.641235 0.000000 3211.682861 0.000000 0.851897 0.000000 -0.523710 0.842604 0.842604 0.842604 -1765.688965 0.000000 3213.291016 0.000000 0.809321 0.000000 -0.587366 0.874104 0.874104 0.874104 1797.166504 0.000000 3168.219727 0.000000 0.135028 0.000000 -0.990842 0.905783 0.905783 0.905783 1756.395874 0.000000 3208.635742 0.000000 0.872340 0.000000 0.488899 0.790818 0.790818 0.790818 1743.544189 0.000000 3223.180908 0.000000 0.897455 0.000000 -0.441106 0.837226 0.837226 0.837226 @@ -21438,7 +21123,6 @@ 1745.203857 0.000000 3228.197754 0.000000 0.767546 0.000000 -0.640993 0.865870 0.865870 0.865870 1797.426758 0.000000 3171.989746 0.000000 0.878372 0.000000 -0.477978 0.837623 0.837623 0.837623 1727.892578 0.000000 3188.212891 0.000000 0.712261 0.000000 -0.701915 0.851283 0.851283 0.851283 -1764.876099 0.000000 3209.971191 0.000000 0.759241 0.000000 0.650809 0.729516 0.729516 0.729516 1763.271973 0.000000 3226.899414 0.000000 0.471650 0.000000 0.881786 0.738546 0.738546 0.738546 1756.689453 0.000000 3226.591797 0.000000 0.999964 0.000000 0.008433 0.799444 0.799444 0.799444 1753.825073 0.000000 3231.523926 0.000000 0.209225 0.000000 0.977868 0.722586 0.722586 0.722586 @@ -21446,13 +21130,10 @@ 1765.557007 0.000000 3223.092041 0.000000 0.265446 0.000000 -0.964126 0.888943 0.888943 0.888943 1759.511841 0.000000 3216.815186 0.000000 0.944952 0.000000 -0.327210 0.830559 0.830559 0.830559 1784.229858 0.000000 3176.233887 0.000000 0.349353 0.000000 0.936991 0.695990 0.695990 0.695990 -1823.391724 0.000000 3233.741455 0.000000 0.776456 0.000000 0.630172 0.771405 0.771405 0.771405 1854.117920 0.000000 3191.999756 0.000000 0.994981 0.000000 -0.100063 0.806786 0.806786 0.806786 -1857.964111 0.000000 3208.752441 0.000000 0.842137 0.000000 0.539263 0.726628 0.726628 0.726628 1865.517334 0.000000 3182.529053 0.000000 0.680624 0.000000 0.732633 0.764531 0.764531 0.764531 1866.483521 0.000000 3197.230713 0.000000 0.986659 0.000000 0.162803 0.785988 0.785988 0.785988 1800.223022 0.000000 3171.017822 0.000000 0.035075 0.000000 0.999385 0.644494 0.644494 0.644494 -1851.430420 0.000000 3216.027100 0.000000 0.656872 0.000000 0.754002 0.705322 0.705322 0.705322 1844.723633 0.000000 3196.095215 0.000000 0.027681 0.000000 -0.999617 0.943311 0.943311 0.943311 1802.411255 0.000000 3177.957764 0.000000 0.535577 0.000000 0.844486 0.742760 0.742760 0.742760 1807.441040 0.000000 3172.586426 0.000000 0.956048 0.000000 0.293210 0.792511 0.792511 0.792511 @@ -21757,15 +21438,12 @@ 1964.252319 0.000000 3280.024902 0.000000 0.823540 0.000000 -0.567258 0.852404 0.852404 0.852404 1967.621094 0.000000 3286.949219 0.000000 0.913757 0.000000 -0.406260 0.826571 0.826571 0.826571 2011.707275 0.000000 3248.960693 0.000000 0.504979 0.000000 -0.863132 0.887360 0.887360 0.887360 -1791.533325 0.000000 3370.181396 0.000000 0.998978 0.000000 -0.045191 0.804442 0.804442 0.804442 -1753.657959 0.000000 3346.643311 0.000000 0.920700 0.000000 0.390272 0.789430 0.789430 0.789430 1773.174438 0.000000 3380.966797 0.000000 0.213110 0.000000 0.977028 0.664312 0.664312 0.664312 1769.829102 0.000000 3348.554199 0.000000 0.068128 0.000000 -0.997677 0.807203 0.807203 0.807203 1763.041992 0.000000 3374.208496 0.000000 0.540236 0.000000 0.841514 0.789214 0.789214 0.789214 1795.828003 0.000000 3360.568359 0.000000 0.297733 0.000000 -0.954649 0.889684 0.889684 0.889684 1784.469971 0.000000 3379.224609 0.000000 0.710926 0.000000 -0.703267 0.883187 0.883187 0.883187 1740.606567 0.000000 3353.816650 0.000000 0.432693 0.000000 0.901541 0.764328 0.764328 0.764328 -1779.438232 0.000000 3359.995850 0.000000 0.198519 0.000000 0.980097 0.735928 0.735928 0.735928 1762.368164 0.000000 3351.567383 0.000000 0.999871 0.000000 0.016057 0.798182 0.798182 0.798182 1762.349121 0.000000 3366.033447 0.000000 0.943103 0.000000 0.332500 0.794517 0.794517 0.794517 1772.641235 0.000000 3355.651611 0.000000 0.415697 0.000000 -0.909503 0.815055 0.815055 0.815055 @@ -21778,18 +21456,15 @@ 1792.691284 0.000000 3364.939453 0.000000 0.844181 0.000000 -0.536059 0.814915 0.814915 0.814915 1766.550537 0.000000 3369.777100 0.000000 0.844158 0.000000 -0.536095 0.871532 0.871532 0.871532 1757.347656 0.000000 3363.466309 0.000000 0.941225 0.000000 -0.337781 0.848929 0.848929 0.848929 -1774.341675 0.000000 3360.246826 0.000000 0.362591 0.000000 0.931948 0.691453 0.691453 0.691453 1762.380249 0.000000 3361.000977 0.000000 0.598208 0.000000 0.801341 0.667446 0.667446 0.667446 1794.395508 0.000000 3373.789307 0.000000 0.307705 0.000000 0.951482 0.656784 0.656784 0.656784 1749.804688 0.000000 3349.675537 0.000000 0.103777 0.000000 0.994601 0.591704 0.591704 0.591704 1774.717529 0.000000 3373.788086 0.000000 0.953214 0.000000 -0.302297 0.843794 0.843794 0.843794 1777.921387 0.000000 3381.894531 0.000000 0.067896 0.000000 0.997692 0.629812 0.629812 0.629812 -1753.697876 0.000000 3356.889404 0.000000 0.724356 0.000000 -0.689426 0.835096 0.835096 0.835096 1777.089844 0.000000 3356.371094 0.000000 0.968757 0.000000 0.248011 0.771018 0.771018 0.771018 1760.111572 0.000000 3377.317383 0.000000 0.721604 0.000000 0.692306 0.772968 0.772968 0.772968 1761.670532 0.000000 3355.801758 0.000000 0.490158 0.000000 0.871634 0.653491 0.653491 0.653491 1798.897461 0.000000 3319.047119 0.000000 0.992460 0.000000 -0.122571 0.806037 0.806037 0.806037 -1765.776123 0.000000 3364.104980 0.000000 0.984304 0.000000 0.176480 0.789158 0.789158 0.789158 1767.083618 0.000000 3373.942383 0.000000 0.992173 0.000000 0.124874 0.785822 0.785822 0.785822 1785.022583 0.000000 3383.255127 0.000000 0.400211 0.000000 -0.916423 0.840974 0.840974 0.840974 1727.839478 0.000000 3318.801270 0.000000 0.969898 0.000000 -0.243510 0.807959 0.807959 0.807959 @@ -21802,7 +21477,6 @@ 1794.353760 0.000000 3368.349854 0.000000 0.999661 0.000000 -0.026036 0.801451 0.801451 0.801451 1763.271973 0.000000 3370.868164 0.000000 0.680712 0.000000 -0.732551 0.861077 0.861077 0.861077 1755.745850 0.000000 3349.162598 0.000000 0.850573 0.000000 0.525857 0.774785 0.774785 0.774785 -1759.643555 0.000000 3353.280273 0.000000 0.952691 0.000000 -0.303940 0.824610 0.824610 0.824610 1766.116577 0.000000 3350.678467 0.000000 0.855037 0.000000 -0.518567 0.837892 0.837892 0.837892 1796.301392 0.000000 3371.427734 0.000000 0.388811 0.000000 0.921318 0.708051 0.708051 0.708051 1776.537842 0.000000 3379.331543 0.000000 0.424398 0.000000 0.905476 0.735537 0.735537 0.735537 @@ -21820,8 +21494,6 @@ 1839.737549 0.000000 3311.914551 0.000000 0.882748 0.000000 -0.469846 0.812016 0.812016 0.812016 1867.925293 0.000000 3379.593994 0.000000 0.755281 0.000000 0.655401 0.721633 0.721633 0.721633 1812.598755 0.000000 3353.816650 0.000000 0.585595 0.000000 0.810604 0.784143 0.784143 0.784143 -1809.436035 0.000000 3367.384521 0.000000 0.929006 0.000000 0.370066 0.759570 0.759570 0.759570 -1800.368042 0.000000 3368.789062 0.000000 0.380759 0.000000 0.924675 0.705245 0.705245 0.705245 1834.605103 0.000000 3343.074219 0.000000 0.990874 0.000000 -0.134790 0.805185 0.805185 0.805185 1868.734131 0.000000 3351.953369 0.000000 0.028777 0.000000 0.999586 0.619833 0.619833 0.619833 1853.298828 0.000000 3312.888428 0.000000 0.269631 0.000000 0.962964 0.751011 0.751011 0.751011 @@ -21845,7 +21517,6 @@ 1858.159668 0.000000 3358.202393 0.000000 0.980632 0.000000 0.195860 0.775313 0.775313 0.775313 1843.102173 0.000000 3334.539795 0.000000 0.999678 0.000000 -0.025374 0.800502 0.800502 0.800502 1801.266968 0.000000 3374.897217 0.000000 0.610327 0.000000 -0.792150 0.917237 0.917237 0.917237 -1810.223145 0.000000 3372.962891 0.000000 0.470641 0.000000 -0.882325 0.890660 0.890660 0.890660 1855.943970 0.000000 3348.054199 0.000000 0.996242 0.000000 0.086614 0.795531 0.795531 0.795531 1822.050293 0.000000 3365.662842 0.000000 0.250383 0.000000 -0.968147 0.831582 0.831582 0.831582 1837.027344 0.000000 3347.574219 0.000000 0.976405 0.000000 -0.215948 0.827127 0.827127 0.827127 @@ -21898,7 +21569,6 @@ 1817.427246 0.000000 3369.446289 0.000000 0.960892 0.000000 0.276924 0.780162 0.780162 0.780162 1856.222046 0.000000 3320.202637 0.000000 0.951765 0.000000 0.306828 0.775335 0.775335 0.775335 1863.602539 0.000000 3329.174561 0.000000 0.172275 0.000000 -0.985049 0.914729 0.914729 0.914729 -1782.125732 0.000000 3407.952881 0.000000 0.983638 0.000000 0.180156 0.788278 0.788278 0.788278 1767.745361 0.000000 3383.898926 0.000000 0.226618 0.000000 -0.973984 0.897309 0.897309 0.897309 1795.828003 0.000000 3432.552734 0.000000 0.885525 0.000000 0.464592 0.736888 0.736888 0.736888 1783.791504 0.000000 3398.433350 0.000000 0.857672 0.000000 -0.514197 0.852422 0.852422 0.852422 @@ -21971,7 +21641,6 @@ 1821.883301 0.000000 3426.263672 0.000000 0.344587 0.000000 -0.938754 0.811686 0.811686 0.811686 1862.098389 0.000000 3406.358154 0.000000 0.569391 0.000000 -0.822067 0.836428 0.836428 0.836428 1843.626221 0.000000 3442.204346 0.000000 0.044544 0.000000 -0.999007 0.902422 0.902422 0.902422 -1817.335938 0.000000 3420.334229 0.000000 0.985083 0.000000 -0.172079 0.809119 0.809119 0.809119 1825.373047 0.000000 3399.375977 0.000000 0.959354 0.000000 0.282204 0.783887 0.783887 0.783887 1868.913818 0.000000 3406.693115 0.000000 0.917113 0.000000 0.398626 0.746935 0.746935 0.746935 1807.441040 0.000000 3388.539551 0.000000 0.855007 0.000000 -0.518616 0.867298 0.867298 0.867298 @@ -22000,7 +21669,6 @@ 1820.475952 0.000000 3398.238037 0.000000 0.988451 0.000000 -0.151539 0.813034 0.813034 0.813034 1804.494019 0.000000 3384.676514 0.000000 0.496544 0.000000 0.868012 0.650098 0.650098 0.650098 1857.427002 0.000000 3387.145996 0.000000 0.493235 0.000000 0.869896 0.739316 0.739316 0.739316 -1821.122681 0.000000 3416.839844 0.000000 0.713331 0.000000 0.700827 0.755332 0.755332 0.755332 1824.296997 0.000000 3444.406738 0.000000 0.272273 0.000000 -0.962220 0.984677 0.984677 0.984677 1863.129395 0.000000 3432.494873 0.000000 0.436794 0.000000 0.899561 0.665263 0.665263 0.665263 1825.690063 0.000000 3428.873779 0.000000 0.239467 0.000000 -0.970905 0.895554 0.895554 0.895554 @@ -22042,17 +21710,13 @@ 1835.225830 0.000000 3435.572266 0.000000 0.269211 0.000000 0.963081 0.705101 0.705101 0.705101 1895.383911 0.000000 3377.710205 0.000000 0.994857 0.000000 0.101291 0.799878 0.799878 0.799878 1935.517700 0.000000 3370.181396 0.000000 0.136120 0.000000 -0.990692 0.819765 0.819765 0.819765 -1897.642334 0.000000 3346.643311 0.000000 0.423359 0.000000 -0.905962 0.911397 0.911397 0.911397 1874.019531 0.000000 3359.670410 0.000000 0.137183 0.000000 -0.990546 1.018974 1.018974 1.018974 1913.652832 0.000000 3362.940186 0.000000 0.468318 0.000000 -0.883560 0.898022 0.898022 0.898022 1929.956299 0.000000 3352.721191 0.000000 0.149301 0.000000 0.988792 0.748066 0.748066 0.748066 1878.053589 0.000000 3377.158447 0.000000 0.522739 0.000000 -0.852493 0.861160 0.861160 0.861160 1890.996338 0.000000 3330.876953 0.000000 0.836377 0.000000 0.548155 0.742644 0.742644 0.742644 -1909.809814 0.000000 3334.808105 0.000000 0.985731 0.000000 -0.168330 0.807905 0.807905 0.807905 1907.026367 0.000000 3374.208496 0.000000 0.319023 0.000000 0.947747 0.648435 0.648435 0.648435 1939.812378 0.000000 3360.568359 0.000000 0.974441 0.000000 -0.224644 0.807738 0.807738 0.807738 -1881.428223 0.000000 3367.384521 0.000000 0.367615 0.000000 -0.929978 0.880150 0.880150 0.880150 -1872.599731 0.000000 3349.718750 0.000000 0.432861 0.000000 -0.901461 0.865276 0.865276 0.865276 1898.426880 0.000000 3368.000244 0.000000 0.109606 0.000000 -0.993975 0.936558 0.936558 0.936558 1923.422607 0.000000 3359.995850 0.000000 0.311556 0.000000 -0.950228 0.929231 0.929231 0.929231 1872.360229 0.000000 3368.789062 0.000000 0.342959 0.000000 0.939350 0.674926 0.674926 0.674926 @@ -22077,7 +21741,6 @@ 1877.322144 0.000000 3371.381348 0.000000 0.063920 0.000000 0.997955 0.770206 0.770206 0.770206 1876.586426 0.000000 3364.563965 0.000000 0.858277 0.000000 0.513187 0.749629 0.749629 0.749629 1912.622070 0.000000 3329.900879 0.000000 0.288545 0.000000 -0.957466 0.853606 0.853606 0.853606 -1880.984253 0.000000 3349.738770 0.000000 0.988254 0.000000 -0.152822 0.804504 0.804504 0.804504 1926.070190 0.000000 3365.506592 0.000000 0.982724 0.000000 0.185078 0.786393 0.786393 0.786393 1936.675659 0.000000 3364.939453 0.000000 0.060048 0.000000 -0.998195 0.952975 0.952975 0.952975 1918.100586 0.000000 3345.206543 0.000000 0.610223 0.000000 0.792230 0.750140 0.750140 0.750140 @@ -22111,7 +21774,6 @@ 1922.857666 0.000000 3363.476074 0.000000 0.968469 0.000000 -0.249134 0.828513 0.828513 0.828513 1877.881714 0.000000 3367.862793 0.000000 0.972981 0.000000 -0.230885 0.827501 0.827501 0.827501 1910.892944 0.000000 3360.815186 0.000000 0.143177 0.000000 -0.989697 0.892350 0.892350 0.892350 -1874.566772 0.000000 3352.566650 0.000000 0.821388 0.000000 0.570370 0.759633 0.759633 0.759633 1940.300537 0.000000 3365.646973 0.000000 0.038267 0.000000 -0.999268 0.911107 0.911107 0.911107 1897.658081 0.000000 3333.824463 0.000000 0.985129 0.000000 0.171817 0.789137 0.789137 0.789137 1908.860474 0.000000 3353.939941 0.000000 0.998296 0.000000 -0.058353 0.802869 0.802869 0.802869 @@ -22160,7 +21822,6 @@ 1957.970947 0.000000 3344.620361 0.000000 0.293992 0.000000 -0.955808 0.880050 0.880050 0.880050 2010.372070 0.000000 3373.789307 0.000000 0.827989 0.000000 0.560745 0.782523 0.782523 0.782523 1965.107056 0.000000 3344.855469 0.000000 0.778569 0.000000 0.627559 0.713825 0.713825 0.713825 -1990.694092 0.000000 3373.788086 0.000000 0.281398 0.000000 0.959591 0.709109 0.709109 0.709109 1999.701294 0.000000 3343.213867 0.000000 0.529592 0.000000 0.848252 0.762380 0.762380 0.762380 2004.527222 0.000000 3381.107666 0.000000 0.798155 0.000000 0.602452 0.778305 0.778305 0.778305 1944.022339 0.000000 3363.522461 0.000000 0.918254 0.000000 0.395992 0.777313 0.777313 0.777313 @@ -22211,7 +21872,6 @@ 1898.213379 0.000000 3389.231934 0.000000 0.864078 0.000000 0.503358 0.746587 0.746587 0.746587 1878.071289 0.000000 3455.197998 0.000000 0.863273 0.000000 -0.504737 0.812046 0.812046 0.812046 1895.986938 0.000000 3412.813721 0.000000 0.244752 0.000000 -0.969586 0.854719 0.854719 0.854719 -1900.380249 0.000000 3424.588867 0.000000 0.271149 0.000000 -0.962538 0.822523 0.822523 0.822523 1920.405396 0.000000 3407.768799 0.000000 0.659570 0.000000 0.751643 0.692979 0.692979 0.692979 1937.388916 0.000000 3419.254395 0.000000 0.990771 0.000000 0.135543 0.792424 0.792424 0.792424 1914.528931 0.000000 3447.870850 0.000000 0.865731 0.000000 -0.500509 0.856848 0.856848 0.856848 @@ -22219,7 +21879,6 @@ 1912.622070 0.000000 3401.885254 0.000000 0.603468 0.000000 -0.797387 0.815484 0.815484 0.815484 1924.191772 0.000000 3402.763672 0.000000 0.479651 0.000000 0.877460 0.737781 0.737781 0.737781 1880.984253 0.000000 3421.723145 0.000000 0.871528 0.000000 -0.490346 0.873082 0.873082 0.873082 -1887.094360 0.000000 3406.647949 0.000000 0.204885 0.000000 -0.978786 0.937347 0.937347 0.937347 1874.434692 0.000000 3406.417236 0.000000 0.983274 0.000000 -0.182132 0.826118 0.826118 0.826118 1889.086548 0.000000 3429.009277 0.000000 0.596200 0.000000 0.802836 0.666531 0.666531 0.666531 1908.578857 0.000000 3390.067139 0.000000 0.407669 0.000000 -0.913130 0.896542 0.896542 0.896542 @@ -22321,7 +21980,6 @@ 1967.979126 0.000000 3412.813721 0.000000 0.631049 0.000000 -0.775743 0.872352 0.872352 0.872352 1956.357300 0.000000 3411.471680 0.000000 0.999654 0.000000 -0.026320 0.800505 0.800505 0.800505 1948.578613 0.000000 3436.548340 0.000000 0.239672 0.000000 -0.970854 0.829458 0.829458 0.829458 -1984.614258 0.000000 3401.885254 0.000000 0.888399 0.000000 0.459072 0.768851 0.768851 0.768851 1959.086548 0.000000 3406.647949 0.000000 0.463883 0.000000 -0.885896 0.959125 0.959125 0.959125 1998.062378 0.000000 3437.490967 0.000000 0.661681 0.000000 -0.749786 0.920890 0.920890 0.920890 1983.270874 0.000000 3412.077148 0.000000 0.871120 0.000000 -0.491070 0.863666 0.863666 0.863666 @@ -22578,7 +22236,6 @@ 2081.493896 0.000000 3254.513428 0.000000 0.708393 0.000000 0.705819 0.797183 0.797183 0.797183 2046.122437 0.000000 3286.329346 0.000000 0.522665 0.000000 -0.852538 0.818961 0.818961 0.818961 2055.714111 0.000000 3239.930176 0.000000 0.782493 0.000000 0.622659 0.713414 0.713414 0.713414 -2028.575317 0.000000 3281.832275 0.000000 0.946373 0.000000 0.323075 0.792115 0.792115 0.792115 2025.412598 0.000000 3295.400146 0.000000 0.694062 0.000000 -0.719916 0.827448 0.827448 0.827448 2037.874634 0.000000 3249.448975 0.000000 0.960216 0.000000 0.279260 0.770324 0.770324 0.770324 2048.150391 0.000000 3256.522217 0.000000 0.572669 0.000000 -0.819787 0.920348 0.920348 0.920348 @@ -22619,7 +22276,6 @@ 2081.456543 0.000000 3241.511230 0.000000 0.991321 0.000000 -0.131462 0.804503 0.804503 0.804503 2080.491455 0.000000 3309.425049 0.000000 0.151060 0.000000 0.988525 0.696261 0.696261 0.696261 2059.514648 0.000000 3249.265381 0.000000 0.991372 0.000000 0.131076 0.788028 0.788028 0.788028 -2073.166504 0.000000 3250.740967 0.000000 0.798921 0.000000 -0.601436 0.839051 0.839051 0.839051 2024.875122 0.000000 3240.802490 0.000000 0.487789 0.000000 0.872962 0.684908 0.684908 0.684908 2061.533691 0.000000 3245.248047 0.000000 0.675788 0.000000 -0.737096 0.883920 0.883920 0.883920 2055.134521 0.000000 3243.466309 0.000000 0.865357 0.000000 -0.501156 0.847808 0.847808 0.847808 @@ -23293,7 +22949,6 @@ 2149.708740 0.000000 3312.127441 0.000000 0.010410 0.000000 0.999946 0.721465 0.721465 0.721465 2129.629395 0.000000 3362.940186 0.000000 0.910865 0.000000 0.412704 0.735001 0.735001 0.735001 2100.577393 0.000000 3312.166992 0.000000 0.718506 0.000000 0.695520 0.682483 0.682483 0.682483 -2145.932861 0.000000 3352.721191 0.000000 0.997032 0.000000 -0.076988 0.807711 0.807711 0.807711 2133.135498 0.000000 3380.966797 0.000000 0.803977 0.000000 0.594660 0.796184 0.796184 0.796184 2096.961182 0.000000 3344.272217 0.000000 0.833685 0.000000 -0.552240 0.872913 0.872913 0.872913 2125.786377 0.000000 3334.808105 0.000000 0.909755 0.000000 -0.415146 0.831294 0.831294 0.831294 @@ -23436,7 +23091,6 @@ 2034.277466 0.000000 3434.294922 0.000000 0.592922 0.000000 -0.805260 0.911618 0.911618 0.911618 2016.199585 0.000000 3386.970947 0.000000 0.897215 0.000000 0.441594 0.792875 0.792875 0.792875 2040.052246 0.000000 3383.664307 0.000000 0.707836 0.000000 0.706377 0.710236 0.710236 0.710236 -2028.575317 0.000000 3425.801025 0.000000 0.841673 0.000000 0.539988 0.748733 0.748733 0.748733 2043.923340 0.000000 3408.390381 0.000000 0.916327 0.000000 -0.400431 0.832831 0.832831 0.832831 2042.411255 0.000000 3439.984619 0.000000 0.982234 0.000000 0.187659 0.784051 0.784051 0.784051 2037.874634 0.000000 3393.417725 0.000000 0.798966 0.000000 0.601376 0.772938 0.772938 0.772938 @@ -23483,7 +23137,6 @@ 2085.549561 0.000000 3416.905762 0.000000 0.999233 0.000000 -0.039169 0.801526 0.801526 0.801526 2049.110107 0.000000 3405.107422 0.000000 0.884692 0.000000 -0.466176 0.868867 0.868867 0.868867 2056.297363 0.000000 3425.050293 0.000000 0.687530 0.000000 -0.726156 0.915895 0.915895 0.915895 -2020.470581 0.000000 3384.676514 0.000000 0.993924 0.000000 -0.110073 0.811631 0.811631 0.811631 2062.372070 0.000000 3422.003906 0.000000 0.234410 0.000000 -0.972138 0.990259 0.990259 0.990259 2073.403564 0.000000 3387.145996 0.000000 0.912295 0.000000 -0.409533 0.860170 0.860170 0.860170 2069.977539 0.000000 3427.646729 0.000000 0.980740 0.000000 -0.195318 0.828033 0.828033 0.828033 @@ -23500,7 +23153,6 @@ 2020.750000 0.000000 3420.411133 0.000000 0.975785 0.000000 -0.218730 0.828803 0.828803 0.828803 2049.639160 0.000000 3427.786133 0.000000 0.891773 0.000000 -0.452483 0.859081 0.859081 0.859081 2086.866211 0.000000 3391.031494 0.000000 0.931581 0.000000 -0.363534 0.847706 0.847706 0.847706 -2038.690186 0.000000 3387.350586 0.000000 0.386675 0.000000 0.922216 0.693803 0.693803 0.693803 2015.808228 0.000000 3390.785645 0.000000 0.890181 0.000000 0.455608 0.778175 0.778175 0.778175 2022.404419 0.000000 3392.148438 0.000000 0.194768 0.000000 0.980849 0.632784 0.632784 0.632784 2046.095825 0.000000 3438.956055 0.000000 0.888173 0.000000 0.459510 0.747363 0.747363 0.747363 @@ -23657,7 +23309,6 @@ 2206.380127 0.000000 3313.611816 0.000000 0.375725 0.000000 -0.926731 0.822732 0.822732 0.822732 2229.704590 0.000000 3368.754883 0.000000 0.999989 0.000000 -0.004612 0.800564 0.800564 0.800564 2223.547119 0.000000 3355.828369 0.000000 0.940722 0.000000 -0.339180 0.831308 0.831308 0.831308 -2198.298096 0.000000 3380.080811 0.000000 0.940489 0.000000 0.339824 0.781510 0.781510 0.781510 2178.184570 0.000000 3381.192627 0.000000 0.988784 0.000000 -0.149354 0.804581 0.804581 0.804581 2188.683594 0.000000 3374.048828 0.000000 0.388636 0.000000 0.921391 0.620986 0.620986 0.620986 2222.377197 0.000000 3376.252197 0.000000 0.583610 0.000000 0.812034 0.777288 0.777288 0.777288 @@ -23670,7 +23321,6 @@ 2173.381348 0.000000 3317.588867 0.000000 0.646668 0.000000 -0.762772 0.833269 0.833269 0.833269 2224.644531 0.000000 3364.939453 0.000000 0.098089 0.000000 0.995178 0.681771 0.681771 0.681771 2218.120605 0.000000 3358.202393 0.000000 0.848605 0.000000 0.529027 0.733198 0.733198 0.733198 -2203.062988 0.000000 3334.539795 0.000000 0.901388 0.000000 -0.433013 0.815295 0.815295 0.815295 2229.532471 0.000000 3322.832764 0.000000 0.463546 0.000000 0.886073 0.732153 0.732153 0.732153 2182.011230 0.000000 3365.662842 0.000000 0.638604 0.000000 -0.769536 0.870503 0.870503 0.870503 2231.304199 0.000000 3363.989502 0.000000 0.662877 0.000000 0.748728 0.756906 0.756906 0.756906 @@ -23704,7 +23354,6 @@ 2201.766113 0.000000 3380.392090 0.000000 0.134788 0.000000 -0.990874 0.884297 0.884297 0.884297 2226.118896 0.000000 3323.153809 0.000000 0.654431 0.000000 -0.756122 0.898118 0.898118 0.898118 2220.104980 0.000000 3355.441895 0.000000 0.986307 0.000000 -0.164922 0.812905 0.812905 0.812905 -2185.626709 0.000000 3333.824463 0.000000 0.790188 0.000000 0.612864 0.746640 0.746640 0.746640 2166.577881 0.000000 3335.402588 0.000000 0.732265 0.000000 0.681020 0.767232 0.767232 0.767232 2175.423096 0.000000 3331.064941 0.000000 0.624147 0.000000 -0.781307 0.899940 0.899940 0.899940 2159.821533 0.000000 3342.763916 0.000000 0.951630 0.000000 -0.307247 0.815905 0.815905 0.815905 @@ -23873,7 +23522,6 @@ 2208.124268 0.000000 3392.206299 0.000000 0.981917 0.000000 0.189310 0.796919 0.796919 0.796919 2197.778564 0.000000 3406.792480 0.000000 0.419840 0.000000 0.907598 0.754335 0.754335 0.754335 2194.995117 0.000000 3446.192871 0.000000 0.980909 0.000000 0.194469 0.778540 0.778540 0.778540 -2199.698486 0.000000 3383.898926 0.000000 0.708360 0.000000 0.705851 0.749291 0.749291 0.749291 2184.036621 0.000000 3383.664307 0.000000 0.811314 0.000000 0.584611 0.704599 0.704599 0.704599 2227.886230 0.000000 3451.578369 0.000000 0.666072 0.000000 0.745887 0.771752 0.771752 0.771752 2172.559814 0.000000 3425.801025 0.000000 0.216254 0.000000 -0.976337 0.962114 0.962114 0.962114 @@ -23911,7 +23559,6 @@ 2164.555176 0.000000 3436.548340 0.000000 0.091372 0.000000 0.995817 0.676797 0.676797 0.676797 2175.497314 0.000000 3439.134033 0.000000 0.719445 0.000000 0.694549 0.706612 0.706612 0.706612 2209.978760 0.000000 3397.507324 0.000000 0.997268 0.000000 0.073864 0.796235 0.796235 0.796235 -2173.381348 0.000000 3389.573242 0.000000 0.273097 0.000000 -0.961987 0.872116 0.872116 0.872116 2162.403320 0.000000 3406.417236 0.000000 0.998414 0.000000 0.056292 0.791462 0.791462 0.791462 2177.055420 0.000000 3429.009277 0.000000 0.923632 0.000000 0.383280 0.786566 0.786566 0.786566 2189.229004 0.000000 3414.585938 0.000000 0.992555 0.000000 0.121793 0.796415 0.796415 0.796415 @@ -24181,7 +23828,6 @@ 824.166382 0.000000 3514.212402 0.000000 0.509399 0.000000 -0.860531 0.821732 0.821732 0.821732 812.585327 0.000000 3470.222412 0.000000 0.309317 0.000000 0.950959 0.690098 0.690098 0.690098 825.242981 0.000000 3477.091797 0.000000 0.997345 0.000000 0.072825 0.797642 0.797642 0.797642 -796.603394 0.000000 3456.660889 0.000000 0.957635 0.000000 0.287986 0.783547 0.783547 0.783547 820.554382 0.000000 3457.120850 0.000000 0.842714 0.000000 0.538362 0.750950 0.750950 0.750950 852.652222 0.000000 3525.076416 0.000000 0.486004 0.000000 -0.873957 0.835677 0.835677 0.835677 817.208069 0.000000 3525.797852 0.000000 0.674847 0.000000 -0.737957 0.870124 0.870124 0.870124 @@ -24259,7 +23905,6 @@ 812.585327 0.000000 3542.206787 0.000000 0.860083 0.000000 0.510154 0.737449 0.737449 0.737449 849.350403 0.000000 3548.306152 0.000000 0.015267 0.000000 -0.999883 0.920232 0.920232 0.920232 838.504883 0.000000 3565.972656 0.000000 0.078230 0.000000 -0.996935 0.838453 0.838453 0.838453 -855.238770 0.000000 3576.463623 0.000000 0.751092 0.000000 -0.660197 0.847094 0.847094 0.847094 857.280396 0.000000 3547.250244 0.000000 0.449588 0.000000 -0.893236 0.849634 0.849634 0.849634 854.807678 0.000000 3532.358154 0.000000 0.996394 0.000000 0.084843 0.796997 0.796997 0.796997 811.634705 0.000000 3527.241211 0.000000 0.212451 0.000000 -0.977172 0.924374 0.924374 0.924374 @@ -24302,7 +23947,6 @@ 586.227661 0.000000 3618.567383 0.000000 0.145554 0.000000 0.989350 0.728293 0.728293 0.728293 586.220642 0.000000 3613.947998 0.000000 0.469016 0.000000 -0.883190 0.856435 0.856435 0.856435 595.108948 0.000000 3621.986816 0.000000 0.148042 0.000000 -0.988981 0.873285 0.873285 0.873285 -750.263062 0.000000 3646.251221 0.000000 0.117819 0.000000 0.993035 0.732107 0.732107 0.732107 759.854736 0.000000 3599.852051 0.000000 0.843490 0.000000 -0.537144 0.861157 0.861157 0.861157 754.458496 0.000000 3653.970947 0.000000 0.979381 0.000000 -0.202021 0.815723 0.815723 0.815723 725.447144 0.000000 3659.318848 0.000000 0.894074 0.000000 0.447919 0.784138 0.784138 0.784138 @@ -24333,7 +23977,6 @@ 850.922607 0.000000 3627.460205 0.000000 0.271351 0.000000 0.962480 0.676532 0.676532 0.676532 820.497437 0.000000 3640.541992 0.000000 0.569086 0.000000 -0.822278 0.815618 0.815618 0.815618 814.274109 0.000000 3623.383301 0.000000 0.960361 0.000000 0.278758 0.779857 0.779857 0.779857 -832.739258 0.000000 3617.838379 0.000000 0.808568 0.000000 -0.588403 0.842970 0.842970 0.842970 825.180237 0.000000 3625.807129 0.000000 0.533884 0.000000 -0.845558 0.897804 0.897804 0.897804 843.012817 0.000000 3628.323730 0.000000 0.999757 0.000000 -0.022028 0.800488 0.800488 0.800488 826.875916 0.000000 3612.058350 0.000000 0.840902 0.000000 0.541187 0.741409 0.741409 0.741409 @@ -24349,7 +23992,6 @@ 857.589294 0.000000 3601.433105 0.000000 0.884868 0.000000 -0.465842 0.851682 0.851682 0.851682 839.566528 0.000000 3657.185547 0.000000 0.065611 0.000000 -0.997845 0.961429 0.961429 0.961429 822.318298 0.000000 3604.334717 0.000000 0.609901 0.000000 -0.792477 0.876742 0.876742 0.876742 -816.910034 0.000000 3640.021729 0.000000 0.869106 0.000000 -0.494626 0.862623 0.862623 0.862623 808.122009 0.000000 3600.983154 0.000000 0.890900 0.000000 0.454199 0.765253 0.765253 0.765253 854.049011 0.000000 3625.973633 0.000000 0.574611 0.000000 0.818426 0.759792 0.759792 0.759792 861.528259 0.000000 3603.895996 0.000000 0.341665 0.000000 -0.939822 0.856383 0.856383 0.856383 @@ -24414,7 +24056,6 @@ 869.431519 0.000000 3587.334473 0.000000 0.199292 0.000000 -0.979940 1.009345 1.009345 1.009345 879.637939 0.000000 3583.102783 0.000000 0.814043 0.000000 -0.580805 0.868322 0.868322 0.868322 879.203735 0.000000 3550.616699 0.000000 0.915640 0.000000 0.401999 0.790581 0.790581 0.790581 -903.388062 0.000000 3556.045898 0.000000 0.053290 0.000000 -0.998579 0.840006 0.840006 0.840006 881.195984 0.000000 3572.978027 0.000000 0.963972 0.000000 0.266004 0.790321 0.790321 0.790321 893.369690 0.000000 3558.554688 0.000000 0.977843 0.000000 0.209340 0.780666 0.780666 0.780666 900.688232 0.000000 3534.035889 0.000000 0.557898 0.000000 -0.829910 0.824635 0.824635 0.824635 @@ -24496,7 +24137,6 @@ 864.139465 0.000000 3651.459961 0.000000 0.983109 0.000000 -0.183023 0.819410 0.819410 0.819410 864.041443 0.000000 3613.268066 0.000000 0.937026 0.000000 -0.349260 0.811116 0.811116 0.811116 877.162537 0.000000 3636.533203 0.000000 0.275874 0.000000 -0.961194 0.854933 0.854933 0.854933 -882.590515 0.000000 3625.117432 0.000000 0.063660 0.000000 0.997972 0.716020 0.716020 0.716020 873.000122 0.000000 3600.724365 0.000000 0.940705 0.000000 -0.339225 0.812857 0.812857 0.812857 870.529419 0.000000 3608.101562 0.000000 0.096671 0.000000 0.995316 0.684306 0.684306 0.684306 880.956116 0.000000 3615.677490 0.000000 0.127900 0.000000 -0.991787 0.912363 0.912363 0.912363 @@ -24921,7 +24561,6 @@ 1516.625488 0.000000 3508.532715 0.000000 0.993549 0.000000 -0.113405 0.816411 0.816411 0.816411 1525.451660 0.000000 3461.557617 0.000000 0.958547 0.000000 0.284936 0.794460 0.794460 0.794460 1551.317749 0.000000 3484.061523 0.000000 0.191230 0.000000 -0.981545 0.827254 0.827254 0.827254 -1514.473755 0.000000 3478.401611 0.000000 0.093015 0.000000 -0.995665 0.933690 0.933690 0.933690 1541.299316 0.000000 3486.570312 0.000000 0.993846 0.000000 -0.110773 0.804722 0.804722 0.804722 1545.102051 0.000000 3481.838379 0.000000 0.640286 0.000000 0.768137 0.782156 0.782156 0.782156 1526.017822 0.000000 3488.589111 0.000000 0.465257 0.000000 0.885176 0.768741 0.768741 0.768741 @@ -25031,12 +24670,10 @@ 1638.141357 0.000000 3551.921631 0.000000 0.830878 0.000000 -0.556455 0.808132 0.808132 0.808132 1625.844727 0.000000 3564.507324 0.000000 0.994966 0.000000 -0.100211 0.802225 0.802225 0.802225 1596.622192 0.000000 3569.769775 0.000000 0.669640 0.000000 -0.742685 0.814043 0.814043 0.814043 -1635.453857 0.000000 3575.948975 0.000000 0.501846 0.000000 0.864957 0.701691 0.701691 0.701691 1584.391479 0.000000 3584.742188 0.000000 0.262868 0.000000 -0.964832 0.913361 0.913361 0.913361 1598.934326 0.000000 3590.740234 0.000000 0.304205 0.000000 -0.952607 0.809828 0.809828 0.809828 1605.906738 0.000000 3570.232422 0.000000 0.658764 0.000000 0.752349 0.782651 0.782651 0.782651 1618.364746 0.000000 3581.986572 0.000000 0.288700 0.000000 -0.957420 0.859724 0.859724 0.859724 -1628.656860 0.000000 3571.604736 0.000000 0.192067 0.000000 0.981382 0.686098 0.686098 0.686098 1622.360474 0.000000 3596.033936 0.000000 0.998902 0.000000 -0.046854 0.801769 0.801769 0.801769 1602.247070 0.000000 3597.145752 0.000000 0.568008 0.000000 -0.823023 0.897889 0.897889 0.897889 1632.436646 0.000000 3551.737549 0.000000 0.725714 0.000000 -0.687996 0.915925 0.915925 0.915925 @@ -25335,7 +24972,6 @@ 1665.451660 0.000000 3655.322021 0.000000 0.884320 0.000000 0.466881 0.778171 0.778171 0.778171 1656.623169 0.000000 3637.656250 0.000000 0.848922 0.000000 -0.528518 0.803670 0.803670 0.803670 1656.383667 0.000000 3656.726562 0.000000 0.868382 0.000000 0.495897 0.755854 0.755854 0.755854 -1658.426880 0.000000 3609.864014 0.000000 0.100041 0.000000 0.994983 0.761230 0.761230 0.761230 1702.434814 0.000000 3601.549316 0.000000 0.339963 0.000000 -0.940439 0.838134 0.838134 0.838134 1674.239258 0.000000 3669.130127 0.000000 0.885096 0.000000 -0.465409 0.819724 0.819724 0.819724 1672.401855 0.000000 3611.780273 0.000000 0.235472 0.000000 0.971881 0.707345 0.707345 0.707345 @@ -25463,7 +25099,6 @@ 1839.767822 0.000000 3467.788818 0.000000 0.999664 0.000000 0.025920 0.798198 0.798198 0.798198 1862.098389 0.000000 3478.342529 0.000000 0.632716 0.000000 -0.774384 0.855194 0.855194 0.855194 1866.927734 0.000000 3462.424805 0.000000 0.996347 0.000000 0.085400 0.793340 0.793340 0.793340 -1859.299927 0.000000 3463.466797 0.000000 0.501478 0.000000 0.865170 0.722949 0.722949 0.722949 1802.411255 0.000000 3465.895264 0.000000 0.970834 0.000000 -0.239754 0.806673 0.806673 0.806673 1825.373047 0.000000 3471.360352 0.000000 0.152585 0.000000 0.988290 0.645410 0.645410 0.645410 1868.913818 0.000000 3478.677490 0.000000 0.155846 0.000000 0.987781 0.760171 0.760171 0.760171 @@ -25592,7 +25227,6 @@ 1914.742798 0.000000 3674.031738 0.000000 0.932016 0.000000 0.362417 0.783334 0.783334 0.783334 1926.405151 0.000000 3699.505127 0.000000 0.992352 0.000000 0.123440 0.794439 0.794439 0.794439 1944.352417 0.000000 3728.710938 0.000000 0.031840 0.000000 -0.999493 0.834118 0.834118 0.834118 -2070.094482 0.000000 3479.937256 0.000000 0.331730 0.000000 -0.943374 0.956578 0.956578 0.956578 2041.626709 0.000000 3490.612061 0.000000 0.805026 0.000000 -0.593239 0.803044 0.803044 0.803044 2057.637207 0.000000 3506.908936 0.000000 0.774658 0.000000 -0.632381 0.811486 0.811486 0.811486 2028.585083 0.000000 3456.135742 0.000000 0.998233 0.000000 0.059420 0.795191 0.795191 0.795191 @@ -25605,7 +25239,6 @@ 2025.412598 0.000000 3511.353271 0.000000 0.975610 0.000000 -0.219509 0.806498 0.806498 0.806498 2042.411255 0.000000 3511.968994 0.000000 0.872448 0.000000 -0.488706 0.826311 0.826311 0.826311 2067.406982 0.000000 3503.964600 0.000000 0.000113 0.000000 1.000000 0.698360 0.698360 0.698360 -2071.760254 0.000000 3470.417725 0.000000 0.705716 0.000000 -0.708495 0.838213 0.838213 0.838213 2062.515869 0.000000 3473.714600 0.000000 0.831622 0.000000 0.555341 0.791533 0.791533 0.791533 2034.012939 0.000000 3485.162109 0.000000 0.849927 0.000000 -0.526900 0.814963 0.814963 0.814963 2050.581787 0.000000 3487.042969 0.000000 0.514371 0.000000 0.857568 0.791973 0.791973 0.791973 @@ -25626,7 +25259,6 @@ 2032.362793 0.000000 3467.811523 0.000000 0.967054 0.000000 -0.254571 0.818970 0.818970 0.818970 2023.458252 0.000000 3472.017334 0.000000 0.323048 0.000000 0.946383 0.732289 0.732289 0.732289 2031.512939 0.000000 3511.118408 0.000000 0.958830 0.000000 0.283980 0.785163 0.785163 0.785163 -2068.176025 0.000000 3474.748047 0.000000 0.391537 0.000000 0.920162 0.662075 0.662075 0.662075 2065.994385 0.000000 3469.491699 0.000000 0.089613 0.000000 -0.995977 0.920688 0.920688 0.920688 2070.054688 0.000000 3509.475342 0.000000 0.990563 0.000000 -0.137058 0.816064 0.816064 0.816064 2029.396973 0.000000 3461.557617 0.000000 0.606348 0.000000 0.795199 0.699747 0.699747 0.699747 @@ -25694,7 +25326,6 @@ 2082.322510 0.000000 3512.318604 0.000000 0.628456 0.000000 -0.777845 0.891848 0.891848 0.891848 2077.385498 0.000000 3509.842041 0.000000 0.653044 0.000000 -0.757320 0.885458 0.885458 0.885458 2082.652588 0.000000 3498.699707 0.000000 0.355515 0.000000 0.934671 0.726213 0.726213 0.726213 -2074.962158 0.000000 3470.189697 0.000000 0.822315 0.000000 -0.569032 0.864560 0.864560 0.864560 2048.077637 0.000000 3484.839600 0.000000 0.413237 0.000000 0.910623 0.743754 0.743754 0.743754 2071.588623 0.000000 3473.585449 0.000000 0.999707 0.000000 0.024204 0.797766 0.797766 0.797766 2044.576050 0.000000 3463.479004 0.000000 0.994004 0.000000 -0.109343 0.812145 0.812145 0.812145 @@ -25724,11 +25355,9 @@ 2139.123047 0.000000 3514.263916 0.000000 0.935597 0.000000 -0.353069 0.807784 0.807784 0.807784 2144.430908 0.000000 3523.193359 0.000000 0.798028 0.000000 0.602620 0.793412 0.793412 0.793412 2100.567627 0.000000 3497.785400 0.000000 0.178495 0.000000 -0.983941 0.964229 0.964229 0.964229 -2097.404785 0.000000 3511.353271 0.000000 0.148532 0.000000 0.988908 0.641556 0.641556 0.641556 2088.576416 0.000000 3493.687500 0.000000 0.697025 0.000000 0.717047 0.783712 0.783712 0.783712 2109.866943 0.000000 3465.402100 0.000000 0.981358 0.000000 0.192186 0.786327 0.786327 0.786327 2143.752441 0.000000 3470.417725 0.000000 0.130838 0.000000 -0.991404 1.019952 1.019952 1.019952 -2134.508057 0.000000 3473.714600 0.000000 0.975497 0.000000 0.220014 0.795880 0.795880 0.795880 2097.674561 0.000000 3478.120117 0.000000 0.999989 0.000000 0.004711 0.799280 0.799280 0.799280 2122.573975 0.000000 3487.042969 0.000000 0.790075 0.000000 -0.613011 0.810675 0.810675 0.810675 2150.067139 0.000000 3478.342529 0.000000 0.737176 0.000000 -0.675701 0.883128 0.883128 0.883128 @@ -25738,7 +25367,6 @@ 2105.304688 0.000000 3492.318604 0.000000 0.206066 0.000000 0.978538 0.675844 0.675844 0.675844 2138.641357 0.000000 3496.189453 0.000000 0.969029 0.000000 -0.246946 0.816895 0.816895 0.816895 2156.882568 0.000000 3478.677490 0.000000 0.928735 0.000000 -0.370745 0.841646 0.841646 0.841646 -2087.887939 0.000000 3523.957520 0.000000 0.655356 0.000000 -0.755320 0.839499 0.839499 0.839499 2093.682617 0.000000 3498.037598 0.000000 0.954577 0.000000 0.297964 0.780784 0.780784 0.780784 2099.430420 0.000000 3524.662109 0.000000 0.641456 0.000000 -0.767160 0.823052 0.823052 0.823052 2126.305908 0.000000 3524.049561 0.000000 0.537061 0.000000 -0.843544 0.837292 0.837292 0.837292 @@ -25748,7 +25376,6 @@ 2094.047852 0.000000 3527.182373 0.000000 0.855313 0.000000 0.518111 0.738976 0.738976 0.738976 2111.963379 0.000000 3484.798096 0.000000 0.081184 0.000000 -0.996699 0.863366 0.863366 0.863366 2116.356689 0.000000 3496.573242 0.000000 0.869450 0.000000 0.494021 0.756656 0.756656 0.756656 -2093.804443 0.000000 3482.618164 0.000000 0.704944 0.000000 -0.709263 0.827400 0.827400 0.827400 2104.354980 0.000000 3467.811523 0.000000 0.920514 0.000000 0.390709 0.789658 0.789658 0.789658 2100.341553 0.000000 3483.456055 0.000000 0.986546 0.000000 0.163481 0.775008 0.775008 0.775008 2141.608398 0.000000 3465.234131 0.000000 0.287098 0.000000 -0.957901 0.839102 0.839102 0.839102 @@ -25916,7 +25543,6 @@ 2101.389160 0.000000 3533.541992 0.000000 0.835549 0.000000 0.549416 0.727160 0.727160 0.727160 2090.411133 0.000000 3550.385986 0.000000 0.380092 0.000000 0.924949 0.763914 0.763914 0.763914 2105.063232 0.000000 3572.978027 0.000000 0.835296 0.000000 -0.549801 0.882664 0.882664 0.882664 -2148.650635 0.000000 3544.988281 0.000000 0.934072 0.000000 0.357084 0.747711 0.747711 0.747711 2124.555420 0.000000 3534.035889 0.000000 0.438780 0.000000 -0.898594 0.945175 0.945175 0.945175 2087.811523 0.000000 3570.886963 0.000000 0.971377 0.000000 0.237542 0.786779 0.786779 0.786779 2118.788086 0.000000 3563.517090 0.000000 0.969076 0.000000 -0.246762 0.823455 0.823455 0.823455 @@ -25946,7 +25572,6 @@ 2107.322266 0.000000 3591.716797 0.000000 0.687944 0.000000 0.725764 0.715816 0.715816 0.715816 2150.666992 0.000000 3532.358154 0.000000 0.265108 0.000000 -0.964219 0.900673 0.900673 0.900673 2113.067383 0.000000 3597.782227 0.000000 0.474485 0.000000 0.880264 0.749693 0.749693 0.749693 -2094.509277 0.000000 3539.803955 0.000000 0.874095 0.000000 0.485754 0.754109 0.754109 0.754109 2105.528564 0.000000 3568.746338 0.000000 0.026125 0.000000 0.999659 0.589907 0.589907 0.589907 2153.426514 0.000000 3553.043701 0.000000 0.987765 0.000000 0.155950 0.787709 0.787709 0.787709 2111.150879 0.000000 3547.309082 0.000000 0.651592 0.000000 0.758570 0.698873 0.698873 0.698873 @@ -26010,7 +25635,6 @@ 2185.611084 0.000000 3490.612061 0.000000 0.998222 0.000000 -0.059611 0.801108 0.801108 0.801108 2191.678467 0.000000 3463.873535 0.000000 0.782173 0.000000 0.623061 0.714557 0.714557 0.714557 2201.621582 0.000000 3506.908936 0.000000 0.974244 0.000000 0.225495 0.797274 0.797274 0.797274 -2172.569580 0.000000 3456.135742 0.000000 0.866580 0.000000 0.499038 0.720170 0.720170 0.720170 2166.022217 0.000000 3521.127197 0.000000 0.622768 0.000000 -0.782407 0.817228 0.817228 0.817228 2205.127686 0.000000 3524.935547 0.000000 0.524045 0.000000 -0.851691 0.879999 0.879999 0.879999 2178.261719 0.000000 3506.279297 0.000000 0.998718 0.000000 0.050611 0.793508 0.793508 0.793508 @@ -26030,13 +25654,11 @@ 2162.372070 0.000000 3465.895264 0.000000 0.431192 0.000000 0.902260 0.631485 0.631485 0.631485 2192.958252 0.000000 3457.189697 0.000000 0.708996 0.000000 0.705213 0.723555 0.723555 0.723555 2167.402100 0.000000 3460.523926 0.000000 0.634535 0.000000 -0.772894 0.934972 0.934972 0.934972 -2178.432129 0.000000 3459.474609 0.000000 0.162007 0.000000 -0.986790 1.009232 1.009232 1.009232 2180.107178 0.000000 3514.251465 0.000000 0.016011 0.000000 -0.999872 0.865211 0.865211 0.865211 2197.642090 0.000000 3501.228516 0.000000 0.714923 0.000000 0.699203 0.768917 0.768917 0.768917 2229.704590 0.000000 3512.723633 0.000000 0.982380 0.000000 0.186897 0.777584 0.777584 0.777584 2173.105225 0.000000 3472.607910 0.000000 0.992537 0.000000 -0.121942 0.818678 0.818678 0.818678 2176.347168 0.000000 3467.811523 0.000000 0.640945 0.000000 0.767587 0.666300 0.666300 0.666300 -2167.442627 0.000000 3472.017334 0.000000 0.504171 0.000000 -0.863604 0.922414 0.922414 0.922414 2175.497314 0.000000 3511.118408 0.000000 0.352608 0.000000 0.935771 0.768089 0.768089 0.768089 2168.952881 0.000000 3493.707520 0.000000 0.051254 0.000000 0.998686 0.583312 0.583312 0.583312 2175.062988 0.000000 3478.632324 0.000000 0.881938 0.000000 -0.471365 0.869995 0.869995 0.869995 @@ -26058,7 +25680,6 @@ 2231.304199 0.000000 3507.958252 0.000000 0.976047 0.000000 -0.217560 0.825099 0.825099 0.825099 2188.211426 0.000000 3475.447266 0.000000 0.604447 0.000000 0.796645 0.668559 0.668559 0.668559 2173.331299 0.000000 3506.612305 0.000000 0.986009 0.000000 -0.166695 0.823883 0.823883 0.823883 -2180.436768 0.000000 3470.222412 0.000000 0.334000 0.000000 -0.942573 0.975437 0.975437 0.975437 2200.281738 0.000000 3497.034668 0.000000 0.411225 0.000000 -0.911534 0.879721 0.879721 0.879721 2206.356445 0.000000 3493.988281 0.000000 0.061665 0.000000 -0.998097 1.015201 1.015201 1.015201 2226.348633 0.000000 3517.758057 0.000000 0.219271 0.000000 -0.975664 0.966596 0.966596 0.966596 @@ -26253,7 +25874,6 @@ 2247.290771 0.000000 3490.709961 0.000000 0.872055 0.000000 -0.489407 0.842899 0.842899 0.842899 2287.657471 0.000000 3455.992188 0.000000 0.875949 0.000000 -0.482403 0.836798 0.836798 0.836798 2299.354980 0.000000 3487.549561 0.000000 0.378621 0.000000 -0.925552 0.890690 0.890690 0.890690 -2161.455322 0.000000 3545.073730 0.000000 0.627670 0.000000 0.778479 0.781823 0.781823 0.781823 2214.078857 0.000000 3551.921631 0.000000 0.674755 0.000000 -0.738042 0.901472 0.901472 0.901472 2178.965088 0.000000 3546.830078 0.000000 0.642653 0.000000 -0.766158 0.913487 0.913487 0.913487 2178.261719 0.000000 3578.263672 0.000000 0.969024 0.000000 0.246966 0.788935 0.788935 0.788935 @@ -26950,7 +26570,6 @@ 2576.512207 0.000000 2404.940186 0.000000 0.847126 0.000000 -0.531392 0.843303 0.843303 0.843303 2335.662842 0.000000 2456.092285 0.000000 0.720900 0.000000 0.693039 0.787613 0.787613 0.787613 2316.553955 0.000000 2448.354492 0.000000 0.870688 0.000000 0.491835 0.782747 0.782747 0.782747 -2338.979492 0.000000 2510.395996 0.000000 0.946256 0.000000 0.323418 0.774347 0.774347 0.774347 2328.020996 0.000000 2447.867432 0.000000 0.325955 0.000000 0.945385 0.787382 0.787382 0.787382 2330.166504 0.000000 2453.435059 0.000000 0.787832 0.000000 0.615890 0.777737 0.777737 0.777737 2346.481934 0.000000 2512.073975 0.000000 0.924378 0.000000 0.381479 0.788274 0.788274 0.788274 @@ -26964,7 +26583,6 @@ 2443.862793 0.000000 2515.781494 0.000000 0.763505 0.000000 -0.645802 0.810937 0.810937 0.810937 2390.848389 0.000000 2510.974609 0.000000 0.987754 0.000000 0.156020 0.795588 0.795588 0.795588 2419.563721 0.000000 2506.407471 0.000000 0.708880 0.000000 0.705329 0.791087 0.791087 0.791087 -2381.651367 0.000000 2490.256348 0.000000 0.562953 0.000000 -0.826489 0.823316 0.823316 0.823316 2399.932129 0.000000 2477.016846 0.000000 0.996585 0.000000 -0.082578 0.805201 0.805201 0.805201 2391.473877 0.000000 2503.337158 0.000000 0.372309 0.000000 0.928109 0.760095 0.760095 0.760095 2421.006592 0.000000 2461.008789 0.000000 0.996381 0.000000 0.085005 0.795258 0.795258 0.795258 @@ -26994,7 +26612,6 @@ 2369.403076 0.000000 2545.262451 0.000000 0.120903 0.000000 -0.992664 0.863405 0.863405 0.863405 2359.357666 0.000000 2569.523438 0.000000 0.988126 0.000000 0.153643 0.795102 0.795102 0.795102 2366.320557 0.000000 2550.007812 0.000000 0.449384 0.000000 0.893339 0.762933 0.762933 0.762933 -2303.777100 0.000000 2526.973145 0.000000 0.415653 0.000000 0.909523 0.713774 0.713774 0.713774 2369.972168 0.000000 2542.340820 0.000000 0.466276 0.000000 0.884639 0.739501 0.739501 0.739501 2437.677490 0.000000 2520.299316 0.000000 0.937106 0.000000 -0.349045 0.800427 0.800427 0.800427 2394.941650 0.000000 2539.048828 0.000000 0.987640 0.000000 0.156742 0.793776 0.793776 0.793776 @@ -27870,13 +27487,10 @@ 2540.809326 0.000000 2670.220703 0.000000 0.982562 0.000000 -0.185936 0.815240 0.815240 0.815240 2532.265625 0.000000 2717.986084 0.000000 0.810894 0.000000 0.585193 0.767788 0.767788 0.767788 2327.336914 0.000000 2801.835205 0.000000 0.599111 0.000000 -0.800666 0.919599 0.919599 0.919599 -2310.006592 0.000000 2801.283447 0.000000 0.836616 0.000000 0.547789 0.711425 0.711425 0.711425 2349.112061 0.000000 2805.091797 0.000000 0.392311 0.000000 0.919833 0.797202 0.797202 0.797202 2369.462646 0.000000 2750.622803 0.000000 0.439196 0.000000 0.898391 0.755195 0.755195 0.755195 -2338.979492 0.000000 2798.333496 0.000000 0.838297 0.000000 -0.545213 0.864610 0.864610 0.864610 2360.407471 0.000000 2803.349609 0.000000 0.729375 0.000000 -0.684114 0.809931 0.809931 0.809931 2359.729004 0.000000 2750.573975 0.000000 0.456239 0.000000 -0.889857 0.814461 0.814461 0.814461 -2318.856201 0.000000 2798.912109 0.000000 0.272576 0.000000 0.962134 0.654932 0.654932 0.654932 2343.713135 0.000000 2747.945068 0.000000 0.338611 0.000000 0.940926 0.744935 0.744935 0.744935 2357.244141 0.000000 2737.013428 0.000000 0.711374 0.000000 -0.702813 0.851366 0.851366 0.851366 2370.873047 0.000000 2742.581055 0.000000 0.708893 0.000000 -0.705316 0.919614 0.919614 0.919614 @@ -27888,7 +27502,6 @@ 2322.168945 0.000000 2805.317627 0.000000 0.984675 0.000000 -0.174398 0.821216 0.821216 0.821216 2345.855469 0.000000 2741.868896 0.000000 0.131829 0.000000 -0.991272 0.854303 0.854303 0.854303 2366.361572 0.000000 2800.377197 0.000000 0.390998 0.000000 -0.920392 0.852536 0.852536 0.852536 -2346.481934 0.000000 2800.011475 0.000000 0.454310 0.000000 0.890844 0.724919 0.724919 0.724919 2309.275146 0.000000 2795.506348 0.000000 0.507578 0.000000 -0.861606 0.862219 0.862219 0.862219 2312.937256 0.000000 2773.863770 0.000000 0.367926 0.000000 -0.929855 0.853657 0.853657 0.853657 2373.516846 0.000000 2746.957764 0.000000 0.910381 0.000000 0.413771 0.786709 0.786709 0.786709 @@ -27902,11 +27515,8 @@ 2369.116211 0.000000 2755.422119 0.000000 0.099315 0.000000 0.995056 0.733882 0.733882 0.733882 2366.643555 0.000000 2740.530029 0.000000 0.816188 0.000000 0.577787 0.737622 0.737622 0.737622 2340.495361 0.000000 2752.736084 0.000000 0.809756 0.000000 -0.586767 0.818786 0.818786 0.818786 -2329.043945 0.000000 2805.954102 0.000000 0.423644 0.000000 0.905829 0.724624 0.724624 0.724624 -2336.049072 0.000000 2801.442383 0.000000 0.540040 0.000000 0.841640 0.720885 0.720885 0.720885 2317.821777 0.000000 2794.908691 0.000000 0.995392 0.000000 -0.095894 0.804373 0.804373 0.804373 2367.321289 0.000000 2744.623779 0.000000 0.863996 0.000000 -0.503499 0.818969 0.818969 0.818969 -2343.021240 0.000000 2798.067383 0.000000 0.030784 0.000000 0.999526 0.686504 0.686504 0.686504 2360.960205 0.000000 2807.380127 0.000000 0.967410 0.000000 -0.253215 0.814879 0.814879 0.814879 2312.843750 0.000000 2736.911865 0.000000 0.987282 0.000000 -0.158978 0.806409 0.806409 0.806409 2353.605713 0.000000 2735.578857 0.000000 0.239088 0.000000 0.970998 0.758581 0.758581 0.758581 @@ -27915,8 +27525,6 @@ 2321.141357 0.000000 2796.291504 0.000000 0.556865 0.000000 -0.830603 0.854619 0.854619 0.854619 2338.467773 0.000000 2803.999512 0.000000 0.981909 0.000000 0.189356 0.783221 0.783221 0.783221 2362.183838 0.000000 2735.897461 0.000000 0.507561 0.000000 0.861616 0.678670 0.678670 0.678670 -2341.032227 0.000000 2801.115234 0.000000 0.112078 0.000000 -0.993699 0.963416 0.963416 0.963416 -2326.390381 0.000000 2798.931885 0.000000 0.341869 0.000000 -0.939748 0.892247 0.892247 0.892247 2343.634766 0.000000 2806.560547 0.000000 0.074846 0.000000 -0.997195 0.924584 0.924584 0.924584 2364.297119 0.000000 2741.379395 0.000000 0.141159 0.000000 -0.989987 0.908752 0.908752 0.908752 2407.655029 0.000000 2744.029785 0.000000 0.383318 0.000000 -0.923617 0.931923 0.931923 0.931923 @@ -27971,7 +27579,6 @@ 2445.842041 0.000000 2780.571045 0.000000 0.090387 0.000000 -0.995907 0.965859 0.965859 0.965859 2404.382568 0.000000 2737.277100 0.000000 0.974612 0.000000 0.223899 0.774699 0.774699 0.774699 2393.789062 0.000000 2743.907227 0.000000 0.660468 0.000000 0.750854 0.704834 0.704834 0.704834 -2409.600098 0.000000 2779.926758 0.000000 0.828289 0.000000 0.560301 0.778262 0.778262 0.778262 2406.486816 0.000000 2748.786133 0.000000 0.420224 0.000000 -0.907421 0.927407 0.927407 0.927407 2398.651123 0.000000 2739.491211 0.000000 0.905266 0.000000 0.424846 0.750836 0.750836 0.750836 2419.475586 0.000000 2745.374756 0.000000 0.978416 0.000000 0.206645 0.776678 0.776678 0.776678 @@ -28025,9 +27632,6 @@ 2369.462646 0.000000 2822.607178 0.000000 0.566045 0.000000 -0.824374 0.872001 0.872001 0.872001 2370.428711 0.000000 2837.308838 0.000000 0.561204 0.000000 0.827677 0.770208 0.770208 0.770208 2338.979492 0.000000 2870.317871 0.000000 0.618334 0.000000 -0.785916 0.896433 0.896433 0.896433 -2343.682861 0.000000 2808.023926 0.000000 0.911198 0.000000 0.411968 0.768198 0.768198 0.768198 -2328.020996 0.000000 2807.789307 0.000000 0.692794 0.000000 0.721136 0.784074 0.784074 0.784074 -2316.544189 0.000000 2849.926025 0.000000 0.803672 0.000000 -0.595072 0.897381 0.897381 0.897381 2304.552979 0.000000 2845.828125 0.000000 0.081745 0.000000 -0.996653 1.027496 1.027496 1.027496 2359.729004 0.000000 2822.558350 0.000000 0.864803 0.000000 0.502111 0.741060 0.741060 0.741060 2313.651123 0.000000 2830.260742 0.000000 0.811852 0.000000 -0.583863 0.828018 0.828018 0.828018 @@ -28040,7 +27644,6 @@ 2321.281250 0.000000 2844.459229 0.000000 0.633061 0.000000 -0.774102 0.935263 0.935263 0.935263 2372.859131 0.000000 2830.818115 0.000000 0.132018 0.000000 -0.991247 0.868086 0.868086 0.868086 2303.864502 0.000000 2876.098145 0.000000 0.405879 0.000000 -0.913927 0.934698 0.934698 0.934698 -2350.364502 0.000000 2809.721191 0.000000 0.923621 0.000000 0.383308 0.755924 0.755924 0.755924 2309.659180 0.000000 2850.178223 0.000000 0.156735 0.000000 -0.987641 0.926185 0.926185 0.926185 2342.282471 0.000000 2876.190186 0.000000 0.694904 0.000000 -0.719102 0.922614 0.922614 0.922614 2322.168945 0.000000 2877.302002 0.000000 0.557239 0.000000 0.830352 0.744819 0.744819 0.744819 @@ -28067,7 +27670,6 @@ 2369.116211 0.000000 2827.406494 0.000000 0.761456 0.000000 -0.648216 0.831692 0.831692 0.831692 2336.049072 0.000000 2873.426758 0.000000 0.376885 0.000000 -0.926260 0.896511 0.896511 0.896511 2324.846680 0.000000 2855.045410 0.000000 0.985717 0.000000 -0.168407 0.820785 0.820785 0.820785 -2308.718750 0.000000 2844.536133 0.000000 0.955138 0.000000 -0.296161 0.834229 0.834229 0.834229 2303.983154 0.000000 2859.631836 0.000000 0.085854 0.000000 0.996308 0.735054 0.735054 0.735054 2316.800537 0.000000 2854.170410 0.000000 0.737059 0.000000 0.675828 0.772877 0.772877 0.772877 2369.403076 0.000000 2833.199951 0.000000 0.955295 0.000000 -0.295653 0.833629 0.833629 0.833629 @@ -28591,7 +28193,6 @@ 2986.909180 0.000000 2510.395996 0.000000 0.763577 0.000000 0.645716 0.735228 0.735228 0.735228 3003.029297 0.000000 2506.482666 0.000000 0.647862 0.000000 0.761757 0.785990 0.785990 0.785990 3019.695068 0.000000 2496.755859 0.000000 0.661001 0.000000 -0.750385 0.929663 0.929663 0.929663 -2964.473877 0.000000 2490.004150 0.000000 0.152338 0.000000 -0.988328 0.819539 0.819539 0.819539 2961.311035 0.000000 2503.572021 0.000000 0.415803 0.000000 0.909455 0.758946 0.758946 0.758946 2978.309814 0.000000 2504.187744 0.000000 0.290687 0.000000 -0.956818 0.859627 0.859627 0.859627 3003.305420 0.000000 2496.183350 0.000000 0.159517 0.000000 0.987195 0.760276 0.760276 0.760276 @@ -28616,7 +28217,6 @@ 2999.614746 0.000000 2501.284424 0.000000 0.910567 0.000000 0.413363 0.775743 0.775743 0.775743 2957.954102 0.000000 2519.401123 0.000000 0.978627 0.000000 0.205641 0.791561 0.791561 0.791561 2980.262939 0.000000 2488.791992 0.000000 0.776304 0.000000 -0.630359 0.841273 0.841273 0.841273 -3000.288330 0.000000 2471.971924 0.000000 0.477049 0.000000 0.878877 0.695800 0.695800 0.695800 2957.204834 0.000000 2507.568848 0.000000 0.983108 0.000000 0.183025 0.791287 0.791287 0.791287 3004.074463 0.000000 2466.966797 0.000000 0.983179 0.000000 -0.182646 0.821791 0.821791 0.821791 2991.161377 0.000000 2476.280273 0.000000 0.296636 0.000000 0.954991 0.683609 0.683609 0.683609 @@ -28640,7 +28240,6 @@ 3015.004395 0.000000 2496.697998 0.000000 0.238317 0.000000 0.971187 0.653353 0.653353 0.653353 2971.228516 0.000000 2511.951172 0.000000 0.670915 0.000000 -0.741535 0.843045 0.843045 0.843045 3000.957031 0.000000 2492.558594 0.000000 0.039543 0.000000 -0.999218 0.872481 0.872481 0.872481 -2958.415527 0.000000 2460.038330 0.000000 0.411038 0.000000 0.911618 0.717515 0.717515 0.717515 2985.537598 0.000000 2491.989258 0.000000 0.099969 0.000000 0.994991 0.664299 0.664299 0.664299 2955.370117 0.000000 2454.074707 0.000000 0.715019 0.000000 0.699105 0.773097 0.773097 0.773097 2993.622803 0.000000 2495.034424 0.000000 0.903087 0.000000 0.429458 0.773669 0.773669 0.773669 @@ -28790,7 +28389,6 @@ 3081.831299 0.000000 2488.908691 0.000000 0.503622 0.000000 -0.863924 0.850620 0.850620 0.850620 3042.871338 0.000000 2467.064453 0.000000 0.588351 0.000000 -0.808606 0.943893 0.943893 0.943893 3042.167969 0.000000 2498.498047 0.000000 0.435819 0.000000 0.900034 0.676539 0.676539 0.676539 -3061.684814 0.000000 2470.995605 0.000000 0.908766 0.000000 -0.417305 0.825535 0.825535 0.825535 3089.384521 0.000000 2462.685303 0.000000 0.964411 0.000000 0.264408 0.759115 0.759115 0.759115 3065.688477 0.000000 2484.741699 0.000000 0.962443 0.000000 0.271483 0.757993 0.757993 0.757993 3090.350586 0.000000 2477.386963 0.000000 0.855548 0.000000 -0.517723 0.883146 0.883146 0.883146 @@ -28816,7 +28414,6 @@ 3041.203125 0.000000 2484.537354 0.000000 0.798673 0.000000 -0.601766 0.878152 0.878152 0.878152 3032.960938 0.000000 2496.399170 0.000000 0.925109 0.000000 0.379702 0.740493 0.740493 0.740493 3074.539795 0.000000 2488.408203 0.000000 0.974004 0.000000 0.226530 0.765086 0.765086 0.765086 -3092.781006 0.000000 2470.896240 0.000000 0.751678 0.000000 0.659531 0.689962 0.689962 0.689962 3044.013428 0.000000 2506.470215 0.000000 0.602528 0.000000 -0.798097 0.817719 0.817719 0.817719 3070.286377 0.000000 2449.799316 0.000000 0.631167 0.000000 -0.775647 0.837234 0.837234 0.837234 3061.548340 0.000000 2493.447266 0.000000 0.215424 0.000000 0.976521 0.593174 0.593174 0.593174 @@ -28874,7 +28471,6 @@ 3055.369873 0.000000 2467.245605 0.000000 0.994209 0.000000 0.107461 0.791549 0.791549 0.791549 3091.908447 0.000000 2473.591064 0.000000 0.101882 0.000000 0.994797 0.682077 0.682077 0.682077 3119.250977 0.000000 2513.897705 0.000000 0.801272 0.000000 0.598300 0.736591 0.736591 0.736591 -3097.353760 0.000000 2465.308105 0.000000 0.618050 0.000000 -0.786139 0.874250 0.874250 0.874250 3159.384766 0.000000 2506.368896 0.000000 0.998518 0.000000 -0.054425 0.801207 0.801207 0.801207 3121.509521 0.000000 2482.830811 0.000000 0.830012 0.000000 -0.557745 0.890400 0.890400 0.890400 3097.886719 0.000000 2495.857910 0.000000 0.449373 0.000000 0.893344 0.768890 0.768890 0.768890 @@ -28883,7 +28479,6 @@ 3153.823486 0.000000 2488.908691 0.000000 0.919394 0.000000 0.393339 0.795882 0.795882 0.795882 3101.920654 0.000000 2513.345947 0.000000 0.238720 0.000000 0.971088 0.640650 0.640650 0.640650 3104.851807 0.000000 2480.459717 0.000000 0.756076 0.000000 -0.654483 0.909015 0.909015 0.909015 -3133.677002 0.000000 2470.995605 0.000000 0.957768 0.000000 0.287543 0.791088 0.791088 0.791088 3161.376709 0.000000 2462.685303 0.000000 0.921451 0.000000 -0.388494 0.801195 0.801195 0.801195 3137.680664 0.000000 2484.741699 0.000000 0.633227 0.000000 -0.773966 0.820682 0.820682 0.820682 3135.596924 0.000000 2448.102051 0.000000 0.597422 0.000000 -0.801927 0.873595 0.873595 0.873595 @@ -28908,7 +28503,6 @@ 3148.058838 0.000000 2466.966797 0.000000 0.983885 0.000000 -0.178805 0.813033 0.813033 0.813033 3145.877197 0.000000 2461.710449 0.000000 0.589083 0.000000 0.808072 0.690634 0.690634 0.690634 3149.937500 0.000000 2501.694092 0.000000 0.674929 0.000000 -0.737882 0.817902 0.817902 0.817902 -3098.301758 0.000000 2470.620361 0.000000 0.274558 0.000000 0.961570 0.703184 0.703184 0.703184 3160.542969 0.000000 2501.126953 0.000000 0.722764 0.000000 -0.691095 0.821944 0.821944 0.821944 3141.967773 0.000000 2481.394043 0.000000 0.634106 0.000000 0.773246 0.757100 0.757100 0.757100 3142.193115 0.000000 2496.434326 0.000000 0.549680 0.000000 0.835375 0.731866 0.731866 0.731866 @@ -28924,8 +28518,6 @@ 3113.419189 0.000000 2488.980713 0.000000 0.872677 0.000000 0.488299 0.738868 0.738868 0.738868 3161.317139 0.000000 2473.278076 0.000000 0.724156 0.000000 0.689636 0.765347 0.765347 0.765347 3151.271729 0.000000 2497.539062 0.000000 0.137464 0.000000 -0.990507 0.846362 0.846362 0.846362 -3101.837891 0.000000 2468.082275 0.000000 0.320176 0.000000 -0.947358 0.892491 0.892491 0.892491 -3166.156250 0.000000 2474.824951 0.000000 0.819859 0.000000 0.572565 0.772604 0.772604 0.772604 3137.607178 0.000000 2495.034424 0.000000 0.949163 0.000000 -0.314786 0.813239 0.813239 0.813239 3105.156250 0.000000 2492.386475 0.000000 0.998759 0.000000 0.049801 0.793343 0.793343 0.793343 3118.572998 0.000000 2451.553711 0.000000 0.856870 0.000000 0.515532 0.732823 0.732823 0.732823 @@ -28936,7 +28528,6 @@ 3156.830566 0.000000 2509.092285 0.000000 0.650595 0.000000 -0.759425 0.868210 0.868210 0.868210 3146.724854 0.000000 2499.663574 0.000000 0.328027 0.000000 0.944668 0.719980 0.719980 0.719980 3132.311768 0.000000 2449.500488 0.000000 0.993177 0.000000 0.116621 0.789635 0.789635 0.789635 -3121.525146 0.000000 2470.011963 0.000000 0.886145 0.000000 0.463408 0.760448 0.760448 0.760448 3132.329834 0.000000 2474.335449 0.000000 0.591455 0.000000 -0.806338 0.878116 0.878116 0.878116 3143.383789 0.000000 2489.470703 0.000000 0.193967 0.000000 -0.981008 0.898082 0.898082 0.898082 3106.532959 0.000000 2451.947510 0.000000 0.760871 0.000000 0.648903 0.761921 0.761921 0.761921 @@ -29030,12 +28621,9 @@ 3219.005859 0.000000 2506.482666 0.000000 0.128518 0.000000 0.991707 0.700645 0.700645 0.700645 3207.589111 0.000000 2448.102051 0.000000 0.593624 0.000000 0.804743 0.695771 0.695771 0.695771 3178.540527 0.000000 2458.995605 0.000000 0.846929 0.000000 0.531706 0.789251 0.789251 0.789251 -3167.915527 0.000000 2475.458252 0.000000 0.774697 0.000000 -0.632332 0.830763 0.830763 0.830763 3195.798340 0.000000 2472.593506 0.000000 0.991632 0.000000 0.129094 0.788520 0.788520 0.788520 -3185.887939 0.000000 2477.380859 0.000000 0.404757 0.000000 0.914424 0.694201 0.694201 0.694201 3168.219482 0.000000 2504.976562 0.000000 0.248166 0.000000 -0.968718 0.887791 0.887791 0.887791 3170.262695 0.000000 2458.114014 0.000000 0.543377 0.000000 0.839489 0.680007 0.680007 0.680007 -3200.848877 0.000000 2449.408447 0.000000 0.661547 0.000000 -0.749904 0.861982 0.861982 0.861982 3236.765381 0.000000 2470.896240 0.000000 0.921401 0.000000 0.388613 0.780868 0.780868 0.780868 3225.229248 0.000000 2508.856689 0.000000 0.306000 0.000000 -0.952031 0.901149 0.901149 0.901149 3214.270752 0.000000 2449.799316 0.000000 0.978016 0.000000 0.208529 0.797357 0.797357 0.797357 @@ -29069,11 +28657,8 @@ 3183.730713 0.000000 2500.392090 0.000000 0.690267 0.000000 -0.723554 0.852347 0.852347 0.852347 3189.382568 0.000000 2478.343750 0.000000 0.909441 0.000000 0.415833 0.770964 0.770964 0.770964 3176.105469 0.000000 2458.126221 0.000000 0.943649 0.000000 -0.330947 0.826678 0.826678 0.826678 -3263.235352 0.000000 2513.897705 0.000000 0.834605 0.000000 -0.550848 0.845091 0.845091 0.845091 3240.066895 0.000000 2451.174072 0.000000 0.496266 0.000000 0.868170 0.793700 0.793700 0.793700 -3249.279785 0.000000 2503.572021 0.000000 0.423579 0.000000 0.905859 0.754500 0.754500 0.754500 3239.907715 0.000000 2475.458252 0.000000 0.962471 0.000000 0.271386 0.786662 0.786662 0.786662 -3240.451416 0.000000 2485.906250 0.000000 0.068479 0.000000 -0.997653 0.909814 0.909814 0.909814 3261.741943 0.000000 2457.620850 0.000000 0.951714 0.000000 0.306985 0.794952 0.794952 0.794952 3295.627441 0.000000 2462.636475 0.000000 0.316538 0.000000 0.948580 0.644375 0.644375 0.644375 3240.211670 0.000000 2504.976562 0.000000 0.021159 0.000000 0.999776 0.785144 0.785144 0.785144 @@ -29099,7 +28684,6 @@ 3257.695312 0.000000 2455.969727 0.000000 0.820081 0.000000 -0.572247 0.851106 0.851106 0.851106 3273.506348 0.000000 2491.989258 0.000000 0.278644 0.000000 -0.960395 0.861759 0.861759 0.861759 3245.575684 0.000000 2494.353516 0.000000 0.253124 0.000000 -0.967434 0.867755 0.867755 0.867755 -3296.858643 0.000000 2519.442627 0.000000 0.874328 0.000000 -0.485335 0.845848 0.845848 0.845848 3283.381836 0.000000 2457.437256 0.000000 0.655991 0.000000 0.754769 0.739528 0.739528 0.739528 3295.083496 0.000000 2505.471680 0.000000 0.061517 0.000000 0.998106 0.679729 0.679729 0.679729 3248.179199 0.000000 2499.949707 0.000000 0.190440 0.000000 -0.981699 0.937177 0.937177 0.937177 @@ -29128,7 +28712,6 @@ 3219.561523 0.000000 2553.526367 0.000000 0.487194 0.000000 0.873294 0.765641 0.765641 0.765641 3236.585693 0.000000 2560.125244 0.000000 0.974285 0.000000 0.225319 0.786519 0.786519 0.786519 3226.914307 0.000000 2571.563721 0.000000 0.078735 0.000000 -0.996896 0.813409 0.813409 0.813409 -3227.151367 0.000000 2527.669922 0.000000 0.309588 0.000000 0.950871 0.734525 0.734525 0.734525 3225.229248 0.000000 2580.841064 0.000000 0.845055 0.000000 -0.534679 0.852391 0.852391 0.852391 3237.595215 0.000000 2576.926758 0.000000 0.701945 0.000000 0.712231 0.751556 0.751556 0.751556 3230.267822 0.000000 2584.424072 0.000000 0.864208 0.000000 0.503135 0.772833 0.772833 0.772833 @@ -29176,29 +28759,23 @@ 3301.583740 0.000000 2520.299316 0.000000 0.171591 0.000000 0.985168 0.741350 0.741350 0.741350 3245.905029 0.000000 2585.330322 0.000000 0.359904 0.000000 0.932989 0.771897 0.771897 0.771897 3290.998047 0.000000 2578.467041 0.000000 0.944694 0.000000 -0.327954 0.804004 0.804004 0.804004 -3263.919434 0.000000 2519.851807 0.000000 0.731923 0.000000 0.681387 0.728582 0.728582 0.728582 3296.305908 0.000000 2587.396484 0.000000 0.993901 0.000000 0.110279 0.794637 0.794637 0.794637 3249.279785 0.000000 2575.556396 0.000000 0.796190 0.000000 -0.605047 0.814406 0.814406 0.814406 3266.278564 0.000000 2576.172119 0.000000 0.042005 0.000000 -0.999117 0.977704 0.977704 0.977704 -3295.627441 0.000000 2534.620850 0.000000 0.185311 0.000000 0.982680 0.689677 0.689677 0.689677 3286.383057 0.000000 2537.917725 0.000000 0.930756 0.000000 0.365640 0.752901 0.752901 0.752901 3240.211670 0.000000 2576.960938 0.000000 0.572781 0.000000 -0.819708 0.859302 0.859302 0.859302 -3279.611572 0.000000 2531.991943 0.000000 0.930315 0.000000 -0.366761 0.818225 0.818225 0.818225 -3293.142578 0.000000 2521.060303 0.000000 0.978613 0.000000 0.205710 0.785724 0.785724 0.785724 3299.143555 0.000000 2527.669922 0.000000 0.264191 0.000000 -0.964470 0.857792 0.857792 0.857792 3284.477295 0.000000 2563.823486 0.000000 0.993993 0.000000 0.109444 0.798029 0.798029 0.798029 3248.937500 0.000000 2568.383545 0.000000 0.762542 0.000000 -0.646938 0.832460 0.832460 0.832460 3290.516357 0.000000 2560.392578 0.000000 0.496643 0.000000 0.867955 0.750248 0.750248 0.750248 3239.762939 0.000000 2588.160645 0.000000 0.941430 0.000000 -0.337208 0.816693 0.816693 0.816693 3297.221436 0.000000 2580.841064 0.000000 0.922717 0.000000 0.385478 0.792887 0.792887 0.792887 -3258.314941 0.000000 2523.677734 0.000000 0.076713 0.000000 0.997053 0.694370 0.694370 0.694370 3245.557617 0.000000 2562.240723 0.000000 0.798581 0.000000 -0.601887 0.850308 0.850308 0.850308 3287.583496 0.000000 2573.268799 0.000000 0.428720 0.000000 0.903437 0.724998 0.724998 0.724998 3245.922852 0.000000 2591.385498 0.000000 0.902413 0.000000 -0.430872 0.810409 0.810409 0.810409 3288.257080 0.000000 2543.956299 0.000000 0.411480 0.000000 -0.911419 0.815803 0.815803 0.815803 3245.173584 0.000000 2579.553223 0.000000 0.480482 0.000000 -0.877004 0.830121 0.830121 0.830121 3244.437988 0.000000 2572.735840 0.000000 0.765912 0.000000 0.642945 0.751044 0.751044 0.751044 -3289.861572 0.000000 2533.694824 0.000000 0.386211 0.000000 0.922411 0.690943 0.690943 0.690943 3239.686523 0.000000 2563.105713 0.000000 0.602265 0.000000 -0.798297 0.821049 0.821049 0.821049 3241.110840 0.000000 2583.069092 0.000000 0.722083 0.000000 -0.691807 0.821515 0.821515 0.821515 3295.787842 0.000000 2556.226074 0.000000 0.076163 0.000000 0.997095 0.743584 0.743584 0.743584 @@ -29206,10 +28783,8 @@ 3274.610352 0.000000 2532.292725 0.000000 0.992456 0.000000 -0.122599 0.807291 0.807291 0.807291 3301.181885 0.000000 2532.125244 0.000000 0.825920 0.000000 0.563787 0.721764 0.721764 0.721764 3293.844727 0.000000 2563.834229 0.000000 0.746287 0.000000 -0.665625 0.821820 0.821820 0.821820 -3295.560791 0.000000 2551.385742 0.000000 0.655927 0.000000 -0.754824 0.829214 0.829214 0.829214 3300.386719 0.000000 2589.279541 0.000000 0.320615 0.000000 -0.947210 0.943905 0.943905 0.943905 3302.541992 0.000000 2524.576904 0.000000 0.988354 0.000000 0.152175 0.786911 0.786911 0.786911 -3288.925781 0.000000 2564.542969 0.000000 0.028939 0.000000 0.999581 0.683597 0.683597 0.683597 3239.881592 0.000000 2571.694336 0.000000 0.958469 0.000000 0.285198 0.785964 0.785964 0.785964 3303.219727 0.000000 2528.670654 0.000000 0.696835 0.000000 0.717232 0.700799 0.700799 0.700799 3245.575684 0.000000 2566.337891 0.000000 0.343566 0.000000 0.939128 0.740055 0.740055 0.740055 @@ -29217,7 +28792,6 @@ 3297.033691 0.000000 2530.897217 0.000000 0.950989 0.000000 0.309224 0.782482 0.782482 0.782482 3243.568604 0.000000 2588.419678 0.000000 0.766488 0.000000 0.642259 0.765733 0.765733 0.765733 3248.179199 0.000000 2571.934082 0.000000 0.635396 0.000000 0.772186 0.763524 0.763524 0.763524 -3294.256592 0.000000 2547.755127 0.000000 0.123120 0.000000 0.992392 0.739295 0.739295 0.739295 3245.733398 0.000000 2576.034668 0.000000 0.881142 0.000000 0.472851 0.776392 0.776392 0.776392 3298.082275 0.000000 2519.944336 0.000000 0.996398 0.000000 0.084800 0.790691 0.790691 0.790691 3242.418457 0.000000 2560.738525 0.000000 0.600429 0.000000 -0.799678 0.881072 0.881072 0.881072 @@ -29239,16 +28813,12 @@ 3260.356445 0.000000 2521.885742 0.000000 0.217998 0.000000 -0.975949 0.920616 0.920616 0.920616 3284.074463 0.000000 2566.462646 0.000000 0.602538 0.000000 -0.798090 0.869767 0.869767 0.869767 3292.819092 0.000000 2576.225586 0.000000 0.629459 0.000000 0.777034 0.730147 0.730147 0.730147 -3357.002686 0.000000 2517.154297 0.000000 0.986746 0.000000 0.162273 0.790039 0.790039 0.790039 3330.840088 0.000000 2467.064453 0.000000 0.048192 0.000000 -0.998838 0.958738 0.958738 0.958738 3349.653564 0.000000 2470.995605 0.000000 0.999938 0.000000 0.011115 0.798628 0.798628 0.798628 3353.657227 0.000000 2484.741699 0.000000 0.804844 0.000000 0.593487 0.777919 0.777919 0.777919 3379.761230 0.000000 2515.781494 0.000000 0.767690 0.000000 -0.640821 0.810002 0.810002 0.810002 -3368.298096 0.000000 2515.412109 0.000000 0.043979 0.000000 0.999032 0.631674 0.631674 0.631674 3321.271973 0.000000 2503.572021 0.000000 0.419753 0.000000 -0.907639 0.821812 0.821812 0.821812 3321.541748 0.000000 2470.338867 0.000000 0.865985 0.000000 -0.500069 0.863696 0.863696 0.863696 -3343.707764 0.000000 2518.316162 0.000000 0.691102 0.000000 0.722758 0.739500 0.739500 0.739500 -3356.469482 0.000000 2491.839111 0.000000 0.624750 0.000000 0.780825 0.721620 0.721620 0.721620 3320.929688 0.000000 2496.399170 0.000000 0.999525 0.000000 0.030805 0.799631 0.799631 0.799631 3317.549805 0.000000 2490.256348 0.000000 0.921631 0.000000 0.388067 0.785434 0.785434 0.785434 3324.980225 0.000000 2464.826660 0.000000 0.506348 0.000000 -0.862329 0.826168 0.826168 0.826168 @@ -29268,10 +28838,7 @@ 3318.452881 0.000000 2471.590088 0.000000 0.699977 0.000000 0.714165 0.759489 0.759489 0.759489 3327.298096 0.000000 2467.252441 0.000000 0.732272 0.000000 0.681013 0.725488 0.725488 0.725488 3348.306396 0.000000 2474.335449 0.000000 0.685352 0.000000 -0.728212 0.893351 0.893351 0.893351 -3347.100098 0.000000 2507.055664 0.000000 0.353349 0.000000 -0.935492 0.865231 0.865231 0.865231 -3356.000488 0.000000 2488.596436 0.000000 0.992089 0.000000 -0.125537 0.809578 0.809578 0.809578 3355.435791 0.000000 2497.176514 0.000000 0.470753 0.000000 0.882265 0.704171 0.704171 0.704171 -3358.805908 0.000000 2519.393799 0.000000 0.246029 0.000000 0.969262 0.698594 0.698594 0.698594 3343.338623 0.000000 2467.245605 0.000000 0.271058 0.000000 -0.962563 0.902526 0.902526 0.902526 3407.219727 0.000000 2513.897705 0.000000 0.921053 0.000000 0.389438 0.799760 0.799760 0.799760 3389.157959 0.000000 2507.568848 0.000000 0.671735 0.000000 0.740792 0.785504 0.785504 0.785504 @@ -29344,7 +28911,6 @@ 3450.311523 0.000000 2549.371338 0.000000 0.657699 0.000000 0.753281 0.711066 0.711066 0.711066 3384.051270 0.000000 2523.158447 0.000000 0.241725 0.000000 -0.970345 0.917644 0.917644 0.917644 3434.982422 0.000000 2578.467041 0.000000 0.487713 0.000000 -0.873004 0.855961 0.855961 0.855961 -3451.753418 0.000000 2587.765869 0.000000 0.761602 0.000000 -0.648045 0.851958 0.851958 0.851958 3393.264160 0.000000 2575.556396 0.000000 0.996692 0.000000 0.081276 0.797026 0.797026 0.797026 3435.258545 0.000000 2568.167725 0.000000 0.856365 0.000000 0.516370 0.772040 0.772040 0.772040 3439.611816 0.000000 2534.620850 0.000000 0.988466 0.000000 0.151444 0.792257 0.792257 0.792257 @@ -29411,20 +28977,11 @@ 3403.051758 0.000000 2563.294922 0.000000 0.545542 0.000000 0.838083 0.738075 0.738075 0.738075 3447.997559 0.000000 2547.876953 0.000000 0.306904 0.000000 0.951741 0.715522 0.715522 0.715522 3428.603027 0.000000 2535.750732 0.000000 0.106305 0.000000 -0.994334 0.897387 0.897387 0.897387 -3091.792480 0.000000 2731.734619 0.000000 0.885967 0.000000 0.463748 0.771107 0.771107 0.771107 -3094.951172 0.000000 2726.502197 0.000000 0.987427 0.000000 0.158076 0.794388 0.794388 0.794388 3088.382080 0.000000 2733.550049 0.000000 0.819625 0.000000 -0.572901 0.835821 0.835821 0.835821 -3119.250977 0.000000 2729.850830 0.000000 0.083799 0.000000 0.996483 0.658346 0.658346 0.658346 -3157.599365 0.000000 2664.268066 0.000000 0.993512 0.000000 0.113728 0.790166 0.790166 0.790166 3114.863525 0.000000 2683.017578 0.000000 0.006335 0.000000 0.999980 0.793438 0.793438 0.793438 3144.022705 0.000000 2672.362549 0.000000 0.860849 0.000000 -0.508860 0.834546 0.834546 0.834546 -3123.806152 0.000000 2688.546631 0.000000 0.734981 0.000000 -0.678088 0.851791 0.851791 0.851791 3142.398682 0.000000 2681.886475 0.000000 0.157987 0.000000 0.987441 0.615547 0.615547 0.615547 -3128.033203 0.000000 2680.647217 0.000000 0.164216 0.000000 -0.986424 0.869914 0.869914 0.869914 -3165.018066 0.000000 2664.329102 0.000000 0.533455 0.000000 0.845829 0.749261 0.749261 0.749261 -3114.083008 0.000000 2733.333252 0.000000 0.460052 0.000000 -0.887892 0.904758 0.904758 0.904758 3108.232178 0.000000 2691.627930 0.000000 0.786874 0.000000 0.617114 0.757361 0.757361 0.757361 -3144.272705 0.000000 2687.925049 0.000000 0.432505 0.000000 0.901631 0.720564 0.720564 0.720564 3125.127441 0.000000 2694.742188 0.000000 0.969148 0.000000 -0.246481 0.821488 0.821488 0.821488 3097.126465 0.000000 2727.037842 0.000000 0.197724 0.000000 -0.980258 0.897808 0.897808 0.897808 3130.231689 0.000000 2713.141602 0.000000 0.890147 0.000000 -0.455674 0.825230 0.825230 0.825230 @@ -29437,7 +28994,6 @@ 3121.676514 0.000000 2727.633301 0.000000 0.979389 0.000000 -0.201981 0.823519 0.823519 0.823519 3114.835449 0.000000 2686.189941 0.000000 0.584345 0.000000 0.811505 0.732497 0.732497 0.732497 3124.381104 0.000000 2707.839600 0.000000 0.743288 0.000000 -0.668972 0.875084 0.875084 0.875084 -3124.364014 0.000000 2697.700684 0.000000 0.788060 0.000000 0.615598 0.752717 0.752717 0.752717 3099.990234 0.000000 2726.291016 0.000000 0.996037 0.000000 0.088937 0.794451 0.794451 0.794451 3127.513184 0.000000 2702.478516 0.000000 0.896444 0.000000 -0.443158 0.836037 0.836037 0.836037 3117.173340 0.000000 2685.188477 0.000000 0.281540 0.000000 0.959549 0.706809 0.706809 0.706809 @@ -29566,7 +29122,6 @@ 3024.474854 0.000000 2773.843750 0.000000 0.640046 0.000000 0.768336 0.666121 0.666121 0.666121 3050.302002 0.000000 2792.125244 0.000000 0.932425 0.000000 0.361364 0.744174 0.744174 0.744174 3075.297607 0.000000 2784.120850 0.000000 0.855519 0.000000 0.517772 0.756303 0.756303 0.756303 -3079.650879 0.000000 2750.573975 0.000000 0.049181 0.000000 -0.998790 0.913962 0.913962 0.913962 3070.406494 0.000000 2753.870850 0.000000 0.224613 0.000000 -0.974448 1.005386 1.005386 1.005386 3024.235107 0.000000 2792.914062 0.000000 0.900751 0.000000 0.434335 0.750197 0.750197 0.750197 3058.472412 0.000000 2767.199219 0.000000 0.148095 0.000000 -0.988973 1.017289 1.017289 1.017289 @@ -29617,7 +29172,6 @@ 3093.176514 0.000000 2753.930908 0.000000 0.587988 0.000000 -0.808870 0.879602 0.879602 0.879602 3085.205322 0.000000 2748.078369 0.000000 0.166232 0.000000 0.986087 0.694861 0.694861 0.694861 3060.894531 0.000000 2771.699219 0.000000 0.721040 0.000000 0.692893 0.706433 0.706433 0.706433 -3081.294189 0.000000 2739.286621 0.000000 0.695692 0.000000 -0.718340 0.895076 0.895076 0.895076 3049.557373 0.000000 2781.014404 0.000000 0.283391 0.000000 -0.959004 0.952266 0.952266 0.952266 3030.407715 0.000000 2747.975830 0.000000 0.241172 0.000000 -0.970482 0.916104 0.916104 0.916104 3036.722412 0.000000 2782.186035 0.000000 0.898383 0.000000 -0.439213 0.840869 0.840869 0.840869 @@ -29626,7 +29180,6 @@ 3029.599121 0.000000 2782.291016 0.000000 0.592831 0.000000 -0.805327 0.849364 0.849364 0.849364 3033.164062 0.000000 2780.323975 0.000000 0.677711 0.000000 0.735328 0.742084 0.742084 0.742084 3080.882080 0.000000 2807.380127 0.000000 0.097053 0.000000 -0.995279 0.882113 0.882113 0.882113 -3089.347168 0.000000 2737.620605 0.000000 0.607605 0.000000 -0.794239 0.884683 0.884683 0.884683 3038.995361 0.000000 2802.930908 0.000000 0.973736 0.000000 -0.227681 0.825599 0.825599 0.825599 3033.690918 0.000000 2801.385498 0.000000 0.759806 0.000000 0.650150 0.732147 0.732147 0.732147 3079.106934 0.000000 2793.409180 0.000000 0.995346 0.000000 -0.096370 0.807345 0.807345 0.807345 @@ -29666,14 +29219,12 @@ 3097.353760 0.000000 2753.245605 0.000000 0.711371 0.000000 -0.702817 0.865842 0.865842 0.865842 3114.863525 0.000000 2755.001953 0.000000 0.989675 0.000000 -0.143331 0.807928 0.807928 0.807928 3096.082520 0.000000 2739.111572 0.000000 0.999580 0.000000 -0.028970 0.800937 0.800937 0.800937 -3106.548340 0.000000 2746.933105 0.000000 0.987127 0.000000 -0.159941 0.812801 0.812801 0.812801 3108.458252 0.000000 2777.941650 0.000000 0.264083 0.000000 -0.964500 0.845301 0.845301 0.845301 3095.923340 0.000000 2763.395752 0.000000 0.788802 0.000000 0.614647 0.698863 0.698863 0.698863 3096.467041 0.000000 2773.843750 0.000000 0.917209 0.000000 0.398407 0.737390 0.737390 0.737390 3105.565186 0.000000 2758.276367 0.000000 0.989092 0.000000 -0.147296 0.822587 0.822587 0.822587 3096.227295 0.000000 2792.914062 0.000000 0.997328 0.000000 -0.073058 0.801227 0.801227 0.801227 3155.159180 0.000000 2743.623047 0.000000 0.252850 0.000000 -0.967505 0.885893 0.885893 0.885893 -3114.330566 0.000000 2739.630859 0.000000 0.999067 0.000000 -0.043195 0.801864 0.801864 0.801864 3101.573242 0.000000 2778.193848 0.000000 0.939696 0.000000 0.342011 0.746668 0.746668 0.746668 3101.695068 0.000000 2762.774414 0.000000 0.928027 0.000000 -0.372512 0.858322 0.858322 0.858322 3112.245605 0.000000 2747.967773 0.000000 0.291183 0.000000 0.956667 0.648700 0.648700 0.648700 @@ -29709,7 +29260,6 @@ 3137.952393 0.000000 2822.840332 0.000000 0.262163 0.000000 -0.965024 0.925940 0.925940 0.925940 3109.027588 0.000000 2821.211426 0.000000 0.772329 0.000000 -0.635223 0.840004 0.840004 0.840004 3134.833984 0.000000 2823.138428 0.000000 0.804877 0.000000 0.593442 0.754700 0.754700 0.754700 -3191.243164 0.000000 2657.866455 0.000000 0.860707 0.000000 0.509100 0.762875 0.762875 0.762875 3221.969482 0.000000 2616.124756 0.000000 0.990478 0.000000 -0.137670 0.821101 0.821101 0.821101 3229.591553 0.000000 2592.283691 0.000000 0.864691 0.000000 0.502305 0.767837 0.767837 0.767837 3209.512207 0.000000 2643.096436 0.000000 0.900778 0.000000 -0.434279 0.868639 0.868639 0.868639 @@ -29779,14 +29329,11 @@ 3205.915771 0.000000 2624.251465 0.000000 0.118880 0.000000 0.992909 0.716501 0.716501 0.716501 3216.829590 0.000000 2612.449951 0.000000 0.992590 0.000000 -0.121512 0.805766 0.805766 0.805766 3185.047607 0.000000 2652.322754 0.000000 0.775249 0.000000 0.631656 0.753300 0.753300 0.753300 -3228.822754 0.000000 2653.061035 0.000000 0.016115 0.000000 0.999870 0.691012 0.691012 0.691012 3229.791260 0.000000 2618.192383 0.000000 0.123531 0.000000 0.992341 0.710702 0.710702 0.710702 3226.090088 0.000000 2591.928711 0.000000 0.813026 0.000000 -0.582227 0.829044 0.829044 0.829044 3206.752441 0.000000 2640.971436 0.000000 0.791287 0.000000 -0.611445 0.877655 0.877655 0.877655 -3238.480713 0.000000 2661.926270 0.000000 0.509666 0.000000 -0.860372 0.913596 0.913596 0.913596 3186.793945 0.000000 2647.219482 0.000000 0.933366 0.000000 -0.358927 0.828376 0.828376 0.828376 3204.719727 0.000000 2634.096191 0.000000 0.343174 0.000000 0.939272 0.718095 0.718095 0.718095 -3229.260498 0.000000 2646.029541 0.000000 0.810875 0.000000 0.585219 0.758797 0.758797 0.758797 3193.624268 0.000000 2644.846924 0.000000 0.818580 0.000000 0.574393 0.769205 0.769205 0.769205 3233.530762 0.000000 2657.170898 0.000000 0.272719 0.000000 -0.962094 0.943500 0.943500 0.943500 3205.960449 0.000000 2630.834717 0.000000 0.500313 0.000000 0.865844 0.747940 0.747940 0.747940 @@ -29813,13 +29360,10 @@ 3261.741943 0.000000 2601.589600 0.000000 0.093904 0.000000 -0.995581 0.833624 0.833624 0.833624 3286.383057 0.000000 2609.902100 0.000000 0.782183 0.000000 -0.623049 0.883829 0.883829 0.883829 3279.611572 0.000000 2603.976318 0.000000 0.685372 0.000000 0.728193 0.778984 0.778984 0.778984 -3308.577881 0.000000 2632.109619 0.000000 0.080273 0.000000 0.996773 0.714269 0.714269 0.714269 3290.516357 0.000000 2632.376953 0.000000 0.455042 0.000000 0.890470 0.746693 0.746693 0.746693 -3239.762939 0.000000 2660.145020 0.000000 0.440864 0.000000 0.897574 0.677826 0.677826 0.677826 3247.284912 0.000000 2596.711426 0.000000 0.735784 0.000000 0.677216 0.757652 0.757652 0.757652 3258.314941 0.000000 2595.662109 0.000000 0.778565 0.000000 -0.627564 0.815040 0.815040 0.815040 3309.002441 0.000000 2592.344727 0.000000 0.981836 0.000000 -0.189734 0.816241 0.816241 0.816241 -3258.067383 0.000000 2661.348877 0.000000 0.565437 0.000000 -0.824791 0.867407 0.867407 0.867407 3263.838379 0.000000 2620.985596 0.000000 0.758719 0.000000 0.651418 0.770669 0.770669 0.770669 3245.679443 0.000000 2618.805664 0.000000 0.953743 0.000000 -0.300623 0.846653 0.846653 0.846653 3242.286133 0.000000 2614.589111 0.000000 0.839536 0.000000 -0.543303 0.832005 0.832005 0.832005 @@ -29888,7 +29432,6 @@ 3399.840820 0.000000 2593.201904 0.000000 0.926246 0.000000 0.376918 0.780780 0.780780 0.780780 3417.545166 0.000000 2596.673828 0.000000 0.922253 0.000000 0.386587 0.770747 0.770747 0.770747 3404.340820 0.000000 2593.870117 0.000000 0.885514 0.000000 -0.464613 0.840533 0.840533 0.840533 -3312.443604 0.000000 2701.859375 0.000000 0.997929 0.000000 -0.064328 0.802391 0.802391 0.802391 3314.748291 0.000000 2696.657959 0.000000 0.267880 0.000000 0.963452 0.762623 0.762623 0.762623 3385.855469 0.000000 2711.811035 0.000000 0.974239 0.000000 -0.225516 0.800273 0.800273 0.800273 3425.488770 0.000000 2715.080811 0.000000 0.356651 0.000000 0.934238 0.760976 0.760976 0.760976 @@ -29910,7 +29453,6 @@ 3200.922363 0.000000 2761.994629 0.000000 0.621195 0.000000 0.783656 0.770863 0.770863 0.770863 3202.618164 0.000000 2748.245850 0.000000 0.955719 0.000000 -0.294281 0.810917 0.810917 0.810917 3200.985107 0.000000 2757.248047 0.000000 0.415022 0.000000 -0.909812 0.845878 0.845878 0.845878 -3225.278564 0.000000 2739.286621 0.000000 0.980052 0.000000 0.198743 0.792567 0.792567 0.792567 3293.961670 0.000000 2760.093506 0.000000 0.644361 0.000000 -0.764721 0.829212 0.829212 0.829212 3297.807861 0.000000 2776.846191 0.000000 0.880691 0.000000 -0.473691 0.822472 0.822472 0.822472 3269.989746 0.000000 2782.438721 0.000000 0.599355 0.000000 -0.800483 0.817239 0.817239 0.817239 @@ -29968,7 +29510,6 @@ 2338.711914 0.000000 2892.214600 0.000000 0.691996 0.000000 -0.721901 0.900518 0.900518 0.900518 2324.421143 0.000000 2894.347412 0.000000 0.876109 0.000000 0.482114 0.758404 0.758404 0.758404 2308.439453 0.000000 2880.785889 0.000000 0.976071 0.000000 -0.217450 0.812215 0.812215 0.812215 -2328.242188 0.000000 2940.516113 0.000000 0.943098 0.000000 0.332515 0.783549 0.783549 0.783549 2332.390381 0.000000 2881.245850 0.000000 0.605646 0.000000 0.795734 0.732733 0.732733 0.732733 2323.470703 0.000000 2879.381836 0.000000 0.977307 0.000000 -0.211828 0.825706 0.825706 0.825706 2321.796875 0.000000 2887.875977 0.000000 0.671911 0.000000 -0.740632 0.873458 0.873458 0.873458 @@ -29987,7 +29528,6 @@ 2437.677490 0.000000 2880.221191 0.000000 0.986053 0.000000 0.166429 0.795993 0.795993 0.795993 2376.001465 0.000000 2907.364502 0.000000 0.294955 0.000000 -0.955511 0.831995 0.831995 0.831995 2390.848389 0.000000 2942.880859 0.000000 0.561200 0.000000 -0.827680 0.832129 0.832129 0.832129 -2415.705322 0.000000 2891.913818 0.000000 0.964392 0.000000 0.264479 0.787972 0.787972 0.787972 2389.081787 0.000000 2896.732910 0.000000 0.886305 0.000000 0.463102 0.784998 0.784998 0.784998 2404.660156 0.000000 2942.142578 0.000000 0.474725 0.000000 -0.880134 0.822568 0.822568 0.822568 2381.773193 0.000000 2906.743164 0.000000 0.260793 0.000000 0.965395 0.779640 0.779640 0.779640 @@ -56235,18 +55775,22 @@ 6377.168457 0.000000 2571.112061 0.000000 0.537879 0.000000 0.843022 0.758538 0.758538 0.758538 6353.808594 0.000000 2570.482422 0.000000 0.915375 0.000000 -0.402603 0.805710 0.805710 0.805710 6373.325195 0.000000 2542.979980 0.000000 0.887326 0.000000 -0.461142 0.801723 0.801723 0.801723 +6365.653809 0.000000 2566.485596 0.000000 0.791430 0.000000 0.611259 0.744440 0.744440 0.744440 6344.943848 0.000000 2575.556396 0.000000 0.262769 0.000000 0.964859 0.791400 0.791400 0.791400 6361.942383 0.000000 2576.172119 0.000000 0.334311 0.000000 0.942463 0.791894 0.791894 0.791894 6391.291504 0.000000 2534.620850 0.000000 0.475454 0.000000 0.879740 0.772939 0.772939 0.772939 6357.391113 0.000000 2562.451172 0.000000 0.859646 0.000000 0.510890 0.794538 0.794538 0.794538 6367.379883 0.000000 2590.300537 0.000000 0.971567 0.000000 0.236764 0.796706 0.796706 0.796706 6369.849121 0.000000 2574.205322 0.000000 0.855169 0.000000 0.518349 0.765064 0.765064 0.765064 +6373.188965 0.000000 2565.431641 0.000000 0.820149 0.000000 0.572151 0.751094 0.751094 0.751094 +6360.135742 0.000000 2569.655273 0.000000 0.973838 0.000000 0.227245 0.771155 0.771155 0.771155 6383.247559 0.000000 2573.268799 0.000000 0.623930 0.000000 -0.781480 0.811287 0.811287 0.811287 6363.895996 0.000000 2560.776367 0.000000 0.712489 0.000000 -0.701683 0.824699 0.824699 0.824699 6381.841797 0.000000 2568.418701 0.000000 0.881355 0.000000 -0.472454 0.820639 0.820639 0.820639 6369.880371 0.000000 2569.172852 0.000000 0.999999 0.000000 -0.001415 0.800050 0.800050 0.800050 6357.558105 0.000000 2573.834717 0.000000 0.553860 0.000000 -0.832610 0.840673 0.840673 0.840673 6375.828613 0.000000 2561.237793 0.000000 0.563097 0.000000 0.826391 0.762118 0.762118 0.762118 +6361.197754 0.000000 2565.061279 0.000000 0.559510 0.000000 -0.828823 0.866735 0.866735 0.866735 6356.409180 0.000000 2567.107910 0.000000 0.312514 0.000000 -0.949913 0.878077 0.878077 0.878077 6369.170410 0.000000 2563.973633 0.000000 0.082620 0.000000 -0.996581 0.880246 0.880246 0.880246 6373.276367 0.000000 2572.276855 0.000000 0.204293 0.000000 0.978910 0.667500 0.667500 0.667500 @@ -64394,6 +63938,7 @@ 6997.423828 0.000000 2696.760986 0.000000 0.970721 0.000000 0.240209 0.786773 0.786773 0.786773 7034.340820 0.000000 2692.526855 0.000000 0.732937 0.000000 0.680297 0.785655 0.785655 0.785655 7039.381348 0.000000 2700.194824 0.000000 0.989200 0.000000 0.146572 0.789952 0.789952 0.789952 +7017.810059 0.000000 2713.141602 0.000000 0.663979 0.000000 -0.747751 0.834921 0.834921 0.834921 7005.487793 0.000000 2717.803467 0.000000 0.715636 0.000000 -0.698473 0.836139 0.836139 0.836139 7015.494629 0.000000 2722.384277 0.000000 0.837420 0.000000 -0.546559 0.815591 0.815591 0.815591 7020.464844 0.000000 2699.714844 0.000000 0.575571 0.000000 0.817752 0.727713 0.727713 0.727713 diff --git a/gfx/map/map_object_data/generated/tree_pine_01_a_generator_1.txt b/gfx/map/map_object_data/generated/tree_pine_01_a_generator_1.txt index ef5a8c6b..1d0a2184 100644 --- a/gfx/map/map_object_data/generated/tree_pine_01_a_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_pine_01_a_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_pine_single_01_a_mesh" - count=17378 + count=17856 transform="737.544373 0.000000 2217.696289 0.000000 0.254922 0.000000 0.966962 1.000000 1.000000 1.000000 735.473572 0.000000 2217.484375 0.000000 0.456295 0.000000 0.889828 1.000000 1.000000 1.000000 740.794617 0.000000 2222.829346 0.000000 0.742221 0.000000 0.670155 1.000000 1.000000 1.000000 @@ -64,9 +64,284 @@ 1146.104980 0.000000 2748.964355 0.000000 0.051133 0.000000 0.998692 1.000000 1.000000 1.000000 1147.096436 0.000000 2751.094971 0.000000 0.813787 0.000000 0.581164 1.000000 1.000000 1.000000 1146.895874 0.000000 2749.898438 0.000000 0.566868 0.000000 0.823808 1.000000 1.000000 1.000000 +423.681763 0.000000 3370.181396 0.000000 0.352670 0.000000 0.935748 1.000000 1.000000 1.000000 +417.534027 0.000000 3372.669189 0.000000 0.744553 0.000000 0.667564 1.000000 1.000000 1.000000 +422.572479 0.000000 3376.252197 0.000000 0.779497 0.000000 0.626405 1.000000 1.000000 1.000000 +424.839722 0.000000 3364.939453 0.000000 0.020030 0.000000 0.999799 1.000000 1.000000 1.000000 +426.543915 0.000000 3373.789307 0.000000 0.194260 0.000000 0.980950 1.000000 1.000000 1.000000 +420.699097 0.000000 3381.107666 0.000000 0.251100 0.000000 0.967961 1.000000 1.000000 1.000000 +425.835388 0.000000 3377.014648 0.000000 0.064470 0.000000 0.997920 1.000000 1.000000 1.000000 +420.664124 0.000000 3375.042725 0.000000 0.555219 0.000000 0.831704 1.000000 1.000000 1.000000 +428.123535 0.000000 3369.437744 0.000000 0.151471 0.000000 0.988462 1.000000 1.000000 1.000000 +419.356903 0.000000 3373.493408 0.000000 0.741166 0.000000 0.671322 1.000000 1.000000 1.000000 +416.538574 0.000000 3373.792480 0.000000 0.050117 0.000000 0.998743 1.000000 1.000000 1.000000 +427.564575 0.000000 3366.592773 0.000000 0.230969 0.000000 0.972961 1.000000 1.000000 1.000000 +428.152161 0.000000 3397.265381 0.000000 0.359614 0.000000 0.933101 1.000000 1.000000 1.000000 +422.961334 0.000000 3394.464111 0.000000 0.582423 0.000000 0.812886 1.000000 1.000000 1.000000 +430.138794 0.000000 3392.849121 0.000000 0.675627 0.000000 0.737244 1.000000 1.000000 1.000000 +417.588135 0.000000 3396.909668 0.000000 0.600361 0.000000 0.799729 1.000000 1.000000 1.000000 +424.682220 0.000000 3393.940918 0.000000 0.169822 0.000000 0.985475 1.000000 1.000000 1.000000 +426.183075 0.000000 3396.823730 0.000000 0.725039 0.000000 0.688708 1.000000 1.000000 1.000000 +431.319092 0.000000 3394.065674 0.000000 0.044295 0.000000 0.999018 1.000000 1.000000 1.000000 +424.972290 0.000000 3395.418213 0.000000 0.396115 0.000000 0.918201 1.000000 1.000000 1.000000 +422.632812 0.000000 3396.709717 0.000000 0.862482 0.000000 0.506088 1.000000 1.000000 1.000000 +428.577881 0.000000 3394.085449 0.000000 0.083651 0.000000 0.996495 1.000000 1.000000 1.000000 +455.540131 0.000000 3377.710205 0.000000 0.436743 0.000000 0.899586 1.000000 1.000000 1.000000 +464.020325 0.000000 3382.128662 0.000000 0.314197 0.000000 0.949358 1.000000 1.000000 1.000000 +460.871063 0.000000 3374.048828 0.000000 0.817667 0.000000 0.575691 1.000000 1.000000 1.000000 +442.371643 0.000000 3372.962891 0.000000 0.705244 0.000000 0.708965 1.000000 1.000000 1.000000 +460.298584 0.000000 3378.878906 0.000000 0.607414 0.000000 0.794385 1.000000 1.000000 1.000000 +456.445404 0.000000 3372.422363 0.000000 0.139965 0.000000 0.990156 1.000000 1.000000 1.000000 +451.501984 0.000000 3375.763672 0.000000 0.838568 0.000000 0.544797 1.000000 1.000000 1.000000 +435.873352 0.000000 3380.247803 0.000000 0.809508 0.000000 0.587109 1.000000 1.000000 1.000000 +468.182007 0.000000 3383.001465 0.000000 0.332202 0.000000 0.943208 1.000000 1.000000 1.000000 +447.734375 0.000000 3360.086670 0.000000 0.132493 0.000000 0.991184 1.000000 1.000000 1.000000 +457.921112 0.000000 3364.690674 0.000000 0.059136 0.000000 0.998250 1.000000 1.000000 1.000000 +453.591492 0.000000 3362.542725 0.000000 0.756484 0.000000 0.654012 1.000000 1.000000 1.000000 +433.791534 0.000000 3371.717529 0.000000 0.348114 0.000000 0.937452 1.000000 1.000000 1.000000 +463.762695 0.000000 3373.180664 0.000000 0.832838 0.000000 0.553517 1.000000 1.000000 1.000000 +434.164520 0.000000 3366.292725 0.000000 0.714815 0.000000 0.699314 1.000000 1.000000 1.000000 +460.991669 0.000000 3382.270996 0.000000 0.692925 0.000000 0.721010 1.000000 1.000000 1.000000 +444.196869 0.000000 3375.489014 0.000000 0.452700 0.000000 0.891663 1.000000 1.000000 1.000000 +444.593994 0.000000 3378.276855 0.000000 0.775344 0.000000 0.631539 1.000000 1.000000 1.000000 +458.265259 0.000000 3354.363770 0.000000 0.746886 0.000000 0.664952 1.000000 1.000000 1.000000 +445.482361 0.000000 3368.169922 0.000000 0.724147 0.000000 0.689646 1.000000 1.000000 1.000000 +460.024353 0.000000 3366.062012 0.000000 0.236549 0.000000 0.971619 1.000000 1.000000 1.000000 +442.637878 0.000000 3358.243652 0.000000 0.462373 0.000000 0.886686 1.000000 1.000000 1.000000 +458.837982 0.000000 3351.170898 0.000000 0.007924 0.000000 0.999969 1.000000 1.000000 1.000000 +459.609863 0.000000 3376.812500 0.000000 0.761600 0.000000 0.648047 1.000000 1.000000 1.000000 +452.113373 0.000000 3360.852539 0.000000 0.765313 0.000000 0.643659 1.000000 1.000000 1.000000 +447.209961 0.000000 3358.001709 0.000000 0.193621 0.000000 0.981076 1.000000 1.000000 1.000000 +460.712891 0.000000 3368.380127 0.000000 0.765128 0.000000 0.643878 1.000000 1.000000 1.000000 +464.741882 0.000000 3379.330078 0.000000 0.653535 0.000000 0.756897 1.000000 1.000000 1.000000 +468.450134 0.000000 3378.856934 0.000000 0.183582 0.000000 0.983004 1.000000 1.000000 1.000000 +462.537079 0.000000 3369.077881 0.000000 0.080884 0.000000 0.996724 1.000000 1.000000 1.000000 +435.616913 0.000000 3370.831787 0.000000 0.493949 0.000000 0.869491 1.000000 1.000000 1.000000 +454.229767 0.000000 3372.994385 0.000000 0.189928 0.000000 0.981798 1.000000 1.000000 1.000000 +445.909210 0.000000 3359.608643 0.000000 0.845836 0.000000 0.533442 1.000000 1.000000 1.000000 +457.751221 0.000000 3373.626221 0.000000 0.537623 0.000000 0.843186 1.000000 1.000000 1.000000 +462.560150 0.000000 3378.154297 0.000000 0.382670 0.000000 0.923885 1.000000 1.000000 1.000000 +459.585419 0.000000 3375.133057 0.000000 0.601250 0.000000 0.799061 1.000000 1.000000 1.000000 +465.373322 0.000000 3380.784668 0.000000 0.757830 0.000000 0.652452 1.000000 1.000000 1.000000 +443.645569 0.000000 3377.003418 0.000000 0.583649 0.000000 0.812006 1.000000 1.000000 1.000000 +456.023315 0.000000 3374.042480 0.000000 0.761474 0.000000 0.648195 1.000000 1.000000 1.000000 +432.017059 0.000000 3367.297852 0.000000 0.068467 0.000000 0.997653 1.000000 1.000000 1.000000 +436.595001 0.000000 3368.115479 0.000000 0.185556 0.000000 0.982634 1.000000 1.000000 1.000000 +436.982849 0.000000 3381.202148 0.000000 0.187453 0.000000 0.982274 1.000000 1.000000 1.000000 +456.867218 0.000000 3360.024658 0.000000 0.249576 0.000000 0.968355 1.000000 1.000000 1.000000 +462.342010 0.000000 3373.747070 0.000000 0.540993 0.000000 0.841027 1.000000 1.000000 1.000000 +463.925781 0.000000 3380.594727 0.000000 0.538455 0.000000 0.842655 1.000000 1.000000 1.000000 +444.160400 0.000000 3361.979980 0.000000 0.327530 0.000000 0.944841 1.000000 1.000000 1.000000 +460.952179 0.000000 3364.815918 0.000000 0.297675 0.000000 0.954667 1.000000 1.000000 1.000000 +459.919250 0.000000 3360.978271 0.000000 0.630835 0.000000 0.775917 1.000000 1.000000 1.000000 +445.967712 0.000000 3378.263916 0.000000 0.462590 0.000000 0.886572 1.000000 1.000000 1.000000 +435.189728 0.000000 3367.509521 0.000000 0.616351 0.000000 0.787471 1.000000 1.000000 1.000000 +466.944580 0.000000 3378.539307 0.000000 0.098763 0.000000 0.995111 1.000000 1.000000 1.000000 +457.283813 0.000000 3350.750244 0.000000 0.323484 0.000000 0.946234 1.000000 1.000000 1.000000 +445.262299 0.000000 3371.844482 0.000000 0.677619 0.000000 0.735413 1.000000 1.000000 1.000000 +463.577576 0.000000 3378.893799 0.000000 0.111652 0.000000 0.993747 1.000000 1.000000 1.000000 +440.767853 0.000000 3379.173340 0.000000 0.733176 0.000000 0.680039 1.000000 1.000000 1.000000 +456.513245 0.000000 3362.728760 0.000000 0.074092 0.000000 0.997251 1.000000 1.000000 1.000000 +456.781860 0.000000 3364.292725 0.000000 0.792165 0.000000 0.610307 1.000000 1.000000 1.000000 +458.611481 0.000000 3374.569092 0.000000 0.520933 0.000000 0.853598 1.000000 1.000000 1.000000 +564.683472 0.000000 3381.107666 0.000000 0.558399 0.000000 0.829573 1.000000 1.000000 1.000000 +571.218506 0.000000 3382.344238 0.000000 0.217028 0.000000 0.976165 1.000000 1.000000 1.000000 +562.888550 0.000000 3382.431396 0.000000 0.467231 0.000000 0.884135 1.000000 1.000000 1.000000 +567.101318 0.000000 3383.235596 0.000000 0.503031 0.000000 0.864268 1.000000 1.000000 1.000000 +575.439880 0.000000 3382.852539 0.000000 0.607337 0.000000 0.794444 1.000000 1.000000 1.000000 +471.886017 0.000000 3383.898926 0.000000 0.040250 0.000000 0.999190 1.000000 1.000000 1.000000 +454.046570 0.000000 3393.417725 0.000000 0.375319 0.000000 0.926896 1.000000 1.000000 1.000000 +489.526215 0.000000 3444.653564 0.000000 0.829009 0.000000 0.559235 1.000000 1.000000 1.000000 +458.369598 0.000000 3389.231934 0.000000 0.646495 0.000000 0.762919 1.000000 1.000000 1.000000 +486.226501 0.000000 3437.490967 0.000000 0.422147 0.000000 0.906527 1.000000 1.000000 1.000000 +462.774017 0.000000 3383.402100 0.000000 0.696655 0.000000 0.717406 1.000000 1.000000 1.000000 +455.809235 0.000000 3389.866943 0.000000 0.507973 0.000000 0.861373 1.000000 1.000000 1.000000 +469.420868 0.000000 3396.855225 0.000000 0.421253 0.000000 0.906943 1.000000 1.000000 1.000000 +455.072174 0.000000 3398.641602 0.000000 0.634624 0.000000 0.772821 1.000000 1.000000 1.000000 +451.963379 0.000000 3392.769287 0.000000 0.230010 0.000000 0.973188 1.000000 1.000000 1.000000 +458.818176 0.000000 3391.300293 0.000000 0.761267 0.000000 0.648439 1.000000 1.000000 1.000000 +465.509338 0.000000 3392.755859 0.000000 0.365019 0.000000 0.931000 1.000000 1.000000 1.000000 +462.471130 0.000000 3390.726074 0.000000 0.407376 0.000000 0.913260 1.000000 1.000000 1.000000 +432.509979 0.000000 3395.458496 0.000000 0.820049 0.000000 0.572294 1.000000 1.000000 1.000000 +455.080963 0.000000 3394.905762 0.000000 0.600282 0.000000 0.799788 1.000000 1.000000 1.000000 +451.947357 0.000000 3396.607910 0.000000 0.487470 0.000000 0.873140 1.000000 1.000000 1.000000 +462.149750 0.000000 3392.444824 0.000000 0.452705 0.000000 0.891660 1.000000 1.000000 1.000000 +439.951447 0.000000 3395.224609 0.000000 0.826419 0.000000 0.563056 1.000000 1.000000 1.000000 +434.813507 0.000000 3392.635254 0.000000 0.218864 0.000000 0.975755 1.000000 1.000000 1.000000 +465.737122 0.000000 3395.465820 0.000000 0.283740 0.000000 0.958901 1.000000 1.000000 1.000000 +453.390045 0.000000 3397.249756 0.000000 0.517802 0.000000 0.855501 1.000000 1.000000 1.000000 +483.024414 0.000000 3436.704346 0.000000 0.183316 0.000000 0.983054 1.000000 1.000000 1.000000 +464.669067 0.000000 3393.503174 0.000000 0.155121 0.000000 0.987895 1.000000 1.000000 1.000000 +461.216980 0.000000 3390.535400 0.000000 0.103801 0.000000 0.994598 1.000000 1.000000 1.000000 +565.880676 0.000000 3384.111816 0.000000 0.545756 0.000000 0.837944 1.000000 1.000000 1.000000 +549.307251 0.000000 3452.951172 0.000000 0.763864 0.000000 0.645377 1.000000 1.000000 1.000000 +522.177002 0.000000 3413.177734 0.000000 0.856799 0.000000 0.515650 1.000000 1.000000 1.000000 +513.846375 0.000000 3406.135742 0.000000 0.599378 0.000000 0.800466 1.000000 1.000000 1.000000 +547.766907 0.000000 3442.204346 0.000000 0.471811 0.000000 0.881700 1.000000 1.000000 1.000000 +573.299316 0.000000 3384.172852 0.000000 0.545450 0.000000 0.838143 1.000000 1.000000 1.000000 +509.976410 0.000000 3410.633789 0.000000 0.167744 0.000000 0.985831 1.000000 1.000000 1.000000 +569.537354 0.000000 3419.254395 0.000000 0.860799 0.000000 0.508945 1.000000 1.000000 1.000000 +521.235046 0.000000 3429.009277 0.000000 0.259009 0.000000 0.965875 1.000000 1.000000 1.000000 +575.483765 0.000000 3435.973877 0.000000 0.444623 0.000000 0.895718 1.000000 1.000000 1.000000 +573.713623 0.000000 3416.905762 0.000000 0.227379 0.000000 0.973806 1.000000 1.000000 1.000000 +566.695618 0.000000 3422.969727 0.000000 0.646959 0.000000 0.762525 1.000000 1.000000 1.000000 +521.700562 0.000000 3424.777588 0.000000 0.362273 0.000000 0.932072 1.000000 1.000000 1.000000 +569.620544 0.000000 3385.479980 0.000000 0.501704 0.000000 0.865039 1.000000 1.000000 1.000000 +512.947754 0.000000 3412.653564 0.000000 0.079503 0.000000 0.996835 1.000000 1.000000 1.000000 +573.231567 0.000000 3420.484375 0.000000 0.673016 0.000000 0.739628 1.000000 1.000000 1.000000 +564.284729 0.000000 3427.426270 0.000000 0.689981 0.000000 0.723828 1.000000 1.000000 1.000000 +510.757660 0.000000 3407.386963 0.000000 0.167165 0.000000 0.985929 1.000000 1.000000 1.000000 +529.913330 0.000000 3436.675049 0.000000 0.771131 0.000000 0.636676 1.000000 1.000000 1.000000 +521.913025 0.000000 3417.162598 0.000000 0.525468 0.000000 0.850814 1.000000 1.000000 1.000000 +515.777283 0.000000 3414.583008 0.000000 0.755145 0.000000 0.655558 1.000000 1.000000 1.000000 +569.663940 0.000000 3430.388916 0.000000 0.671439 0.000000 0.741059 1.000000 1.000000 1.000000 +510.615753 0.000000 3417.846191 0.000000 0.745215 0.000000 0.666824 1.000000 1.000000 1.000000 +514.969727 0.000000 3418.607666 0.000000 0.249744 0.000000 0.968312 1.000000 1.000000 1.000000 +565.360291 0.000000 3430.246826 0.000000 0.286002 0.000000 0.958229 1.000000 1.000000 1.000000 +558.642761 0.000000 3430.535889 0.000000 0.392526 0.000000 0.919741 1.000000 1.000000 1.000000 +552.992065 0.000000 3417.745605 0.000000 0.717393 0.000000 0.696668 1.000000 1.000000 1.000000 +527.777344 0.000000 3430.917969 0.000000 0.426431 0.000000 0.904520 1.000000 1.000000 1.000000 +558.529846 0.000000 3417.665039 0.000000 0.796694 0.000000 0.604382 1.000000 1.000000 1.000000 +575.833557 0.000000 3424.169678 0.000000 0.210112 0.000000 0.977677 1.000000 1.000000 1.000000 +519.478210 0.000000 3418.725586 0.000000 0.030481 0.000000 0.999535 1.000000 1.000000 1.000000 +568.460938 0.000000 3383.344971 0.000000 0.593233 0.000000 0.805031 1.000000 1.000000 1.000000 +572.344299 0.000000 3430.153076 0.000000 0.047676 0.000000 0.998863 1.000000 1.000000 1.000000 +570.982300 0.000000 3383.397217 0.000000 0.586356 0.000000 0.810053 1.000000 1.000000 1.000000 +528.483948 0.000000 3438.746094 0.000000 0.832616 0.000000 0.553851 1.000000 1.000000 1.000000 +574.242371 0.000000 3426.040771 0.000000 0.230650 0.000000 0.973037 1.000000 1.000000 1.000000 +568.280640 0.000000 3421.230225 0.000000 0.087942 0.000000 0.996126 1.000000 1.000000 1.000000 +508.041992 0.000000 3448.688477 0.000000 0.557728 0.000000 0.830024 1.000000 1.000000 1.000000 +519.202148 0.000000 3429.986084 0.000000 0.683152 0.000000 0.730276 1.000000 1.000000 1.000000 +515.908936 0.000000 3406.321289 0.000000 0.331692 0.000000 0.943388 1.000000 1.000000 1.000000 +515.356995 0.000000 3416.590332 0.000000 0.167472 0.000000 0.985877 1.000000 1.000000 1.000000 +567.428223 0.000000 3429.820068 0.000000 0.809489 0.000000 0.587134 1.000000 1.000000 1.000000 +508.062408 0.000000 3411.096436 0.000000 0.576639 0.000000 0.816999 1.000000 1.000000 1.000000 +548.046936 0.000000 3444.132812 0.000000 0.335860 0.000000 0.941912 1.000000 1.000000 1.000000 +558.713318 0.000000 3421.701172 0.000000 0.589163 0.000000 0.808014 1.000000 1.000000 1.000000 +529.702881 0.000000 3430.776367 0.000000 0.580942 0.000000 0.813945 1.000000 1.000000 1.000000 +531.721313 0.000000 3436.123535 0.000000 0.503726 0.000000 0.863863 1.000000 1.000000 1.000000 +513.869507 0.000000 3414.285156 0.000000 0.311841 0.000000 0.950134 1.000000 1.000000 1.000000 +511.203827 0.000000 3409.112061 0.000000 0.098708 0.000000 0.995116 1.000000 1.000000 1.000000 +531.319214 0.000000 3441.601074 0.000000 0.603726 0.000000 0.797192 1.000000 1.000000 1.000000 +557.158386 0.000000 3418.782715 0.000000 0.022343 0.000000 0.999750 1.000000 1.000000 1.000000 +517.254944 0.000000 3422.380615 0.000000 0.796153 0.000000 0.605095 1.000000 1.000000 1.000000 +569.070068 0.000000 3426.717041 0.000000 0.807038 0.000000 0.590500 1.000000 1.000000 1.000000 +522.344666 0.000000 3418.858643 0.000000 0.490664 0.000000 0.871349 1.000000 1.000000 1.000000 +562.762756 0.000000 3385.876709 0.000000 0.296688 0.000000 0.954974 1.000000 1.000000 1.000000 +520.220459 0.000000 3417.218262 0.000000 0.825602 0.000000 0.564252 1.000000 1.000000 1.000000 +513.526917 0.000000 3417.866211 0.000000 0.492125 0.000000 0.870525 1.000000 1.000000 1.000000 +530.345276 0.000000 3438.281738 0.000000 0.702002 0.000000 0.712175 1.000000 1.000000 1.000000 +549.544495 0.000000 3444.765381 0.000000 0.417471 0.000000 0.908690 1.000000 1.000000 1.000000 +573.377686 0.000000 3385.849854 0.000000 0.768775 0.000000 0.639520 1.000000 1.000000 1.000000 +558.552490 0.000000 3419.621582 0.000000 0.499448 0.000000 0.866344 1.000000 1.000000 1.000000 +527.319275 0.000000 3434.095215 0.000000 0.053526 0.000000 0.998566 1.000000 1.000000 1.000000 +568.990417 0.000000 3428.844482 0.000000 0.785066 0.000000 0.619412 1.000000 1.000000 1.000000 +554.379089 0.000000 3416.791504 0.000000 0.651243 0.000000 0.758869 1.000000 1.000000 1.000000 +574.713257 0.000000 3420.400879 0.000000 0.749850 0.000000 0.661608 1.000000 1.000000 1.000000 +518.204590 0.000000 3425.414307 0.000000 0.518794 0.000000 0.854899 1.000000 1.000000 1.000000 +519.669617 0.000000 3428.536865 0.000000 0.715716 0.000000 0.698392 1.000000 1.000000 1.000000 +564.462830 0.000000 3383.316162 0.000000 0.467525 0.000000 0.883980 1.000000 1.000000 1.000000 +528.859375 0.000000 3432.009033 0.000000 0.844019 0.000000 0.536313 1.000000 1.000000 1.000000 +524.769043 0.000000 3425.553955 0.000000 0.592075 0.000000 0.805883 1.000000 1.000000 1.000000 +574.098450 0.000000 3424.634521 0.000000 0.086964 0.000000 0.996211 1.000000 1.000000 1.000000 +514.677856 0.000000 3422.116699 0.000000 0.781816 0.000000 0.623510 1.000000 1.000000 1.000000 +518.926331 0.000000 3415.120850 0.000000 0.474799 0.000000 0.880094 1.000000 1.000000 1.000000 +515.986816 0.000000 3421.739502 0.000000 0.111270 0.000000 0.993790 1.000000 1.000000 1.000000 +564.899231 0.000000 3426.243408 0.000000 0.768107 0.000000 0.640321 1.000000 1.000000 1.000000 +563.369934 0.000000 3425.318848 0.000000 0.333902 0.000000 0.942608 1.000000 1.000000 1.000000 +575.410522 0.000000 3425.428223 0.000000 0.644535 0.000000 0.764575 1.000000 1.000000 1.000000 +569.879028 0.000000 3425.661621 0.000000 0.663508 0.000000 0.748169 1.000000 1.000000 1.000000 +570.980286 0.000000 3429.951660 0.000000 0.598593 0.000000 0.801054 1.000000 1.000000 1.000000 +570.260620 0.000000 3416.048340 0.000000 0.026801 0.000000 0.999641 1.000000 1.000000 1.000000 +516.746582 0.000000 3410.228760 0.000000 0.169307 0.000000 0.985563 1.000000 1.000000 1.000000 +522.803894 0.000000 3432.795166 0.000000 0.803361 0.000000 0.595493 1.000000 1.000000 1.000000 +569.913330 0.000000 3427.722412 0.000000 0.412425 0.000000 0.910991 1.000000 1.000000 1.000000 +575.919250 0.000000 3420.824707 0.000000 0.505086 0.000000 0.863069 1.000000 1.000000 1.000000 +508.360382 0.000000 3447.562744 0.000000 0.111064 0.000000 0.993813 1.000000 1.000000 1.000000 +517.676025 0.000000 3410.954346 0.000000 0.251411 0.000000 0.967880 1.000000 1.000000 1.000000 +562.199463 0.000000 3427.524902 0.000000 0.588601 0.000000 0.808424 1.000000 1.000000 1.000000 +523.394043 0.000000 3433.752930 0.000000 0.107039 0.000000 0.994255 1.000000 1.000000 1.000000 +563.799683 0.000000 3426.428467 0.000000 0.239105 0.000000 0.970994 1.000000 1.000000 1.000000 +523.717163 0.000000 3422.947754 0.000000 0.607036 0.000000 0.794674 1.000000 1.000000 1.000000 +572.961304 0.000000 3417.795898 0.000000 0.687518 0.000000 0.726168 1.000000 1.000000 1.000000 +529.789978 0.000000 3433.880615 0.000000 0.001829 0.000000 0.999998 1.000000 1.000000 1.000000 +510.430237 0.000000 3411.591309 0.000000 0.098629 0.000000 0.995124 1.000000 1.000000 1.000000 +556.464111 0.000000 3419.580322 0.000000 0.695487 0.000000 0.718539 1.000000 1.000000 1.000000 +576.044067 0.000000 3382.015625 0.000000 0.551087 0.000000 0.834448 1.000000 1.000000 1.000000 +617.793457 0.000000 3434.924561 0.000000 0.779562 0.000000 0.626325 1.000000 1.000000 1.000000 +576.355896 0.000000 3386.970947 0.000000 0.863157 0.000000 0.504936 1.000000 1.000000 1.000000 +627.287048 0.000000 3442.279541 0.000000 0.032197 0.000000 0.999482 1.000000 1.000000 1.000000 +602.567566 0.000000 3439.984619 0.000000 0.124589 0.000000 0.992208 1.000000 1.000000 1.000000 +627.563232 0.000000 3431.980225 0.000000 0.704752 0.000000 0.709454 1.000000 1.000000 1.000000 +630.210876 0.000000 3437.490967 0.000000 0.685059 0.000000 0.728487 1.000000 1.000000 1.000000 +608.189819 0.000000 3442.228027 0.000000 0.375599 0.000000 0.926782 1.000000 1.000000 1.000000 +616.453613 0.000000 3425.050293 0.000000 0.796742 0.000000 0.604320 1.000000 1.000000 1.000000 +625.214844 0.000000 3428.355469 0.000000 0.049086 0.000000 0.998795 1.000000 1.000000 1.000000 +631.372559 0.000000 3441.268555 0.000000 0.655207 0.000000 0.755449 1.000000 1.000000 1.000000 +576.535034 0.000000 3383.434570 0.000000 0.261137 0.000000 0.965302 1.000000 1.000000 1.000000 +616.609009 0.000000 3438.363281 0.000000 0.609827 0.000000 0.792534 1.000000 1.000000 1.000000 +615.033630 0.000000 3432.799561 0.000000 0.160077 0.000000 0.987105 1.000000 1.000000 1.000000 +623.657288 0.000000 3425.267578 0.000000 0.258640 0.000000 0.965974 1.000000 1.000000 1.000000 +611.396973 0.000000 3442.852539 0.000000 0.536851 0.000000 0.843677 1.000000 1.000000 1.000000 +603.370972 0.000000 3431.652588 0.000000 0.764530 0.000000 0.644589 1.000000 1.000000 1.000000 +621.285095 0.000000 3435.144287 0.000000 0.112389 0.000000 0.993664 1.000000 1.000000 1.000000 +604.654480 0.000000 3427.683350 0.000000 0.110321 0.000000 0.993896 1.000000 1.000000 1.000000 +616.957581 0.000000 3427.981689 0.000000 0.027240 0.000000 0.999629 1.000000 1.000000 1.000000 +607.747070 0.000000 3445.165039 0.000000 0.718434 0.000000 0.695596 1.000000 1.000000 1.000000 +630.634949 0.000000 3430.535889 0.000000 0.080174 0.000000 0.996781 1.000000 1.000000 1.000000 +627.767151 0.000000 3429.264893 0.000000 0.778859 0.000000 0.627199 1.000000 1.000000 1.000000 +609.143005 0.000000 3430.429932 0.000000 0.830883 0.000000 0.556447 1.000000 1.000000 1.000000 +613.613831 0.000000 3443.982666 0.000000 0.496742 0.000000 0.867898 1.000000 1.000000 1.000000 +607.173767 0.000000 3427.661865 0.000000 0.115193 0.000000 0.993343 1.000000 1.000000 1.000000 +600.476135 0.000000 3438.746094 0.000000 0.699519 0.000000 0.714614 1.000000 1.000000 1.000000 +575.978271 0.000000 3424.494629 0.000000 0.508578 0.000000 0.861016 1.000000 1.000000 1.000000 +616.062744 0.000000 3443.695312 0.000000 0.799452 0.000000 0.600730 1.000000 1.000000 1.000000 +605.289307 0.000000 3432.978516 0.000000 0.854162 0.000000 0.520007 1.000000 1.000000 1.000000 +583.062256 0.000000 3428.101562 0.000000 0.858489 0.000000 0.512832 1.000000 1.000000 1.000000 +632.870056 0.000000 3439.693848 0.000000 0.681703 0.000000 0.731629 1.000000 1.000000 1.000000 +609.935059 0.000000 3425.652100 0.000000 0.796652 0.000000 0.604438 1.000000 1.000000 1.000000 +609.575317 0.000000 3443.974854 0.000000 0.570689 0.000000 0.821167 1.000000 1.000000 1.000000 +598.571289 0.000000 3432.643799 0.000000 0.828172 0.000000 0.560474 1.000000 1.000000 1.000000 +635.199463 0.000000 3437.869385 0.000000 0.670510 0.000000 0.741901 1.000000 1.000000 1.000000 +580.128662 0.000000 3431.206543 0.000000 0.365855 0.000000 0.930672 1.000000 1.000000 1.000000 +617.943726 0.000000 3442.938965 0.000000 0.270722 0.000000 0.962658 1.000000 1.000000 1.000000 +577.835999 0.000000 3426.355469 0.000000 0.717178 0.000000 0.696890 1.000000 1.000000 1.000000 +630.997742 0.000000 3439.342529 0.000000 0.584926 0.000000 0.811087 1.000000 1.000000 1.000000 +614.416992 0.000000 3424.597656 0.000000 0.713067 0.000000 0.701096 1.000000 1.000000 1.000000 +578.056213 0.000000 3429.767090 0.000000 0.423044 0.000000 0.906109 1.000000 1.000000 1.000000 +615.610107 0.000000 3436.803467 0.000000 0.561319 0.000000 0.827599 1.000000 1.000000 1.000000 +603.311401 0.000000 3441.601074 0.000000 0.449672 0.000000 0.893194 1.000000 1.000000 1.000000 +577.209961 0.000000 3428.202637 0.000000 0.473521 0.000000 0.880782 1.000000 1.000000 1.000000 +631.250793 0.000000 3436.034424 0.000000 0.074036 0.000000 0.997256 1.000000 1.000000 1.000000 +618.289429 0.000000 3438.357178 0.000000 0.390084 0.000000 0.920779 1.000000 1.000000 1.000000 +613.028320 0.000000 3442.400879 0.000000 0.803085 0.000000 0.595864 1.000000 1.000000 1.000000 +608.500122 0.000000 3426.712891 0.000000 0.548027 0.000000 0.836461 1.000000 1.000000 1.000000 +609.092407 0.000000 3433.760010 0.000000 0.757519 0.000000 0.652814 1.000000 1.000000 1.000000 +606.618286 0.000000 3442.646240 0.000000 0.690338 0.000000 0.723487 1.000000 1.000000 1.000000 +603.082336 0.000000 3427.840820 0.000000 0.842536 0.000000 0.538640 1.000000 1.000000 1.000000 +607.659729 0.000000 3431.163086 0.000000 0.625753 0.000000 0.780022 1.000000 1.000000 1.000000 +602.465576 0.000000 3424.685791 0.000000 0.301031 0.000000 0.953614 1.000000 1.000000 1.000000 +623.534790 0.000000 3430.968506 0.000000 0.540768 0.000000 0.841172 1.000000 1.000000 1.000000 +617.302185 0.000000 3426.432861 0.000000 0.422883 0.000000 0.906184 1.000000 1.000000 1.000000 +610.431091 0.000000 3431.490723 0.000000 0.663243 0.000000 0.748404 1.000000 1.000000 1.000000 +600.851562 0.000000 3432.009033 0.000000 0.311051 0.000000 0.950393 1.000000 1.000000 1.000000 +607.868225 0.000000 3443.682373 0.000000 0.226612 0.000000 0.973985 1.000000 1.000000 1.000000 +613.408264 0.000000 3427.466553 0.000000 0.781710 0.000000 0.623642 1.000000 1.000000 1.000000 +618.741028 0.000000 3441.287109 0.000000 0.650270 0.000000 0.759703 1.000000 1.000000 1.000000 +619.369568 0.000000 3427.375977 0.000000 0.713582 0.000000 0.700571 1.000000 1.000000 1.000000 +622.343567 0.000000 3441.686035 0.000000 0.327482 0.000000 0.944857 1.000000 1.000000 1.000000 +602.673401 0.000000 3429.913330 0.000000 0.195049 0.000000 0.980793 1.000000 1.000000 1.000000 +630.128235 0.000000 3433.761475 0.000000 0.454994 0.000000 0.890495 1.000000 1.000000 1.000000 +610.744568 0.000000 3444.519775 0.000000 0.612364 0.000000 0.790576 1.000000 1.000000 1.000000 +621.357056 0.000000 3438.263184 0.000000 0.801695 0.000000 0.597733 1.000000 1.000000 1.000000 +622.850708 0.000000 3426.117920 0.000000 0.302788 0.000000 0.953058 1.000000 1.000000 1.000000 +613.263306 0.000000 3424.784668 0.000000 0.426020 0.000000 0.904714 1.000000 1.000000 1.000000 +603.491882 0.000000 3425.180420 0.000000 0.177235 0.000000 0.984168 1.000000 1.000000 1.000000 +615.036316 0.000000 3435.783203 0.000000 0.622589 0.000000 0.782549 1.000000 1.000000 1.000000 +605.958374 0.000000 3434.465820 0.000000 0.316529 0.000000 0.948583 1.000000 1.000000 1.000000 +616.868530 0.000000 3442.943115 0.000000 0.520086 0.000000 0.854114 1.000000 1.000000 1.000000 1189.887939 0.000000 2686.948730 0.000000 0.052013 0.000000 0.998646 1.000000 1.000000 1.000000 1161.776123 0.000000 2686.291992 0.000000 0.517611 0.000000 0.855616 1.000000 1.000000 1.000000 -1175.262451 0.000000 2720.987549 0.000000 0.139255 0.000000 0.990257 1.000000 1.000000 1.000000 1167.532471 0.000000 2683.205566 0.000000 0.578274 0.000000 0.815843 1.000000 1.000000 1.000000 1171.046387 0.000000 2686.189941 0.000000 0.732616 0.000000 0.680642 1.000000 1.000000 1.000000 1200.145508 0.000000 2691.116943 0.000000 0.081204 0.000000 0.996698 1.000000 1.000000 1.000000 @@ -108,15 +383,11 @@ 1284.288086 0.000000 2714.357666 0.000000 0.070509 0.000000 0.997511 1.000000 1.000000 1.000000 1287.083984 0.000000 2714.197021 0.000000 0.236408 0.000000 0.971654 1.000000 1.000000 1.000000 1288.017456 0.000000 2715.885010 0.000000 0.259122 0.000000 0.965845 1.000000 1.000000 1.000000 -1341.221313 0.000000 2661.123047 0.000000 0.059221 0.000000 0.998245 1.000000 1.000000 1.000000 -1345.968262 0.000000 2662.050781 0.000000 0.770060 0.000000 0.637971 1.000000 1.000000 1.000000 1344.584717 0.000000 2659.487793 0.000000 0.474410 0.000000 0.880304 1.000000 1.000000 1.000000 1336.334717 0.000000 2658.036377 0.000000 0.796762 0.000000 0.604293 1.000000 1.000000 1.000000 1335.744141 0.000000 2662.591797 0.000000 0.629225 0.000000 0.777223 1.000000 1.000000 1.000000 1326.622681 0.000000 2659.949219 0.000000 0.272599 0.000000 0.962128 1.000000 1.000000 1.000000 -1362.538208 0.000000 2693.340088 0.000000 0.243952 0.000000 0.969787 1.000000 1.000000 1.000000 1335.792236 0.000000 2664.055176 0.000000 0.154312 0.000000 0.988022 1.000000 1.000000 1.000000 -1342.473877 0.000000 2665.752441 0.000000 0.555536 0.000000 0.831493 1.000000 1.000000 1.000000 1360.738159 0.000000 2717.080078 0.000000 0.795848 0.000000 0.605496 1.000000 1.000000 1.000000 1297.321655 0.000000 2727.037842 0.000000 0.091410 0.000000 0.995813 1.000000 1.000000 1.000000 1365.959106 0.000000 2708.586670 0.000000 0.660483 0.000000 0.750841 1.000000 1.000000 1.000000 @@ -197,12 +468,223 @@ 1414.466064 0.000000 2737.736816 0.000000 0.761456 0.000000 0.648217 1.000000 1.000000 1.000000 1410.797485 0.000000 2738.234863 0.000000 0.412918 0.000000 0.910768 1.000000 1.000000 1.000000 1380.500488 0.000000 2746.568115 0.000000 0.395917 0.000000 0.918286 1.000000 1.000000 1.000000 -1637.414062 0.000000 2797.886475 0.000000 0.131865 0.000000 0.991268 1.000000 1.000000 1.000000 1658.527954 0.000000 2797.522217 0.000000 0.079356 0.000000 0.996846 1.000000 1.000000 1.000000 -1687.733154 0.000000 2816.014160 0.000000 0.324352 0.000000 0.945936 1.000000 1.000000 1.000000 +1605.906738 0.000000 2850.388672 0.000000 0.855619 0.000000 0.517606 1.000000 1.000000 1.000000 +1613.363281 0.000000 2859.575684 0.000000 0.783888 0.000000 0.620903 1.000000 1.000000 1.000000 +1609.713501 0.000000 2852.998779 0.000000 0.275122 0.000000 0.961409 1.000000 1.000000 1.000000 +1601.583374 0.000000 2848.902588 0.000000 0.417226 0.000000 0.908803 1.000000 1.000000 1.000000 +1608.824097 0.000000 2848.193604 0.000000 0.293691 0.000000 0.955900 1.000000 1.000000 1.000000 +1609.796143 0.000000 2860.800049 0.000000 0.486316 0.000000 0.873783 1.000000 1.000000 1.000000 +1612.705078 0.000000 2866.669922 0.000000 0.275398 0.000000 0.961330 1.000000 1.000000 1.000000 +1612.545044 0.000000 2851.808350 0.000000 0.788739 0.000000 0.614728 1.000000 1.000000 1.000000 +1603.247192 0.000000 2851.232422 0.000000 0.005303 0.000000 0.999986 1.000000 1.000000 1.000000 +1610.140259 0.000000 2850.473145 0.000000 0.220151 0.000000 0.975466 1.000000 1.000000 1.000000 +1606.927734 0.000000 2852.694580 0.000000 0.451191 0.000000 0.892427 1.000000 1.000000 1.000000 +1615.064331 0.000000 2851.786865 0.000000 0.114077 0.000000 0.993472 1.000000 1.000000 1.000000 +1611.899414 0.000000 2862.171387 0.000000 0.504621 0.000000 0.863341 1.000000 1.000000 1.000000 +1611.152222 0.000000 2858.450684 0.000000 0.004993 0.000000 0.999988 1.000000 1.000000 1.000000 +1606.367798 0.000000 2867.184326 0.000000 0.819682 0.000000 0.572819 1.000000 1.000000 1.000000 +1613.749756 0.000000 2850.226318 0.000000 0.837761 0.000000 0.546038 1.000000 1.000000 1.000000 +1607.012451 0.000000 2850.326172 0.000000 0.556676 0.000000 0.830730 1.000000 1.000000 1.000000 1686.224609 0.000000 2812.506592 0.000000 0.789779 0.000000 0.613391 1.000000 1.000000 1.000000 1689.732666 0.000000 2812.626953 0.000000 0.291796 0.000000 0.956481 1.000000 1.000000 1.000000 1281.115967 0.000000 2881.398193 0.000000 0.628236 0.000000 0.778023 1.000000 1.000000 1.000000 +499.968567 0.000000 3504.537109 0.000000 0.605583 0.000000 0.795782 1.000000 1.000000 1.000000 +480.561676 0.000000 3479.753174 0.000000 0.060078 0.000000 0.998194 1.000000 1.000000 1.000000 +490.308075 0.000000 3502.171143 0.000000 0.077043 0.000000 0.997028 1.000000 1.000000 1.000000 +456.949097 0.000000 3496.052979 0.000000 0.188132 0.000000 0.982144 1.000000 1.000000 1.000000 +492.837891 0.000000 3480.176758 0.000000 0.668577 0.000000 0.743643 1.000000 1.000000 1.000000 +480.510071 0.000000 3474.239746 0.000000 0.122259 0.000000 0.992498 1.000000 1.000000 1.000000 +486.942413 0.000000 3503.919678 0.000000 0.704664 0.000000 0.709541 1.000000 1.000000 1.000000 +489.537506 0.000000 3503.159424 0.000000 0.609805 0.000000 0.792551 1.000000 1.000000 1.000000 +565.880676 0.000000 3456.096191 0.000000 0.357594 0.000000 0.933877 1.000000 1.000000 1.000000 +504.363678 0.000000 3458.955322 0.000000 0.827127 0.000000 0.562016 1.000000 1.000000 1.000000 +539.174805 0.000000 3518.177246 0.000000 0.304131 0.000000 0.952630 1.000000 1.000000 1.000000 +513.234314 0.000000 3504.180420 0.000000 0.702490 0.000000 0.711694 1.000000 1.000000 1.000000 +524.286987 0.000000 3514.251465 0.000000 0.631888 0.000000 0.775060 1.000000 1.000000 1.000000 +508.734802 0.000000 3508.532715 0.000000 0.464794 0.000000 0.885419 1.000000 1.000000 1.000000 +536.197632 0.000000 3514.212402 0.000000 0.759918 0.000000 0.650019 1.000000 1.000000 1.000000 +563.018433 0.000000 3512.115479 0.000000 0.626341 0.000000 0.779549 1.000000 1.000000 1.000000 +523.494141 0.000000 3519.732422 0.000000 0.134750 0.000000 0.990880 1.000000 1.000000 1.000000 +513.437439 0.000000 3500.167725 0.000000 0.835541 0.000000 0.549428 1.000000 1.000000 1.000000 +543.216492 0.000000 3517.911133 0.000000 0.049248 0.000000 0.998787 1.000000 1.000000 1.000000 +528.941284 0.000000 3496.052979 0.000000 0.800930 0.000000 0.598757 1.000000 1.000000 1.000000 +510.072144 0.000000 3486.869141 0.000000 0.651669 0.000000 0.758504 1.000000 1.000000 1.000000 +539.404785 0.000000 3514.836914 0.000000 0.421729 0.000000 0.906722 1.000000 1.000000 1.000000 +564.383179 0.000000 3458.673340 0.000000 0.546058 0.000000 0.837748 1.000000 1.000000 1.000000 +568.231567 0.000000 3497.170654 0.000000 0.493443 0.000000 0.869778 1.000000 1.000000 1.000000 +564.492310 0.000000 3461.223145 0.000000 0.757802 0.000000 0.652484 1.000000 1.000000 1.000000 +561.633606 0.000000 3514.140137 0.000000 0.017789 0.000000 0.999842 1.000000 1.000000 1.000000 +516.503357 0.000000 3463.573730 0.000000 0.575825 0.000000 0.817573 1.000000 1.000000 1.000000 +560.877869 0.000000 3511.678223 0.000000 0.833247 0.000000 0.552901 1.000000 1.000000 1.000000 +506.620758 0.000000 3455.933350 0.000000 0.509387 0.000000 0.860537 1.000000 1.000000 1.000000 +526.546265 0.000000 3495.712402 0.000000 0.548671 0.000000 0.836038 1.000000 1.000000 1.000000 +564.768616 0.000000 3494.816650 0.000000 0.124969 0.000000 0.992161 1.000000 1.000000 1.000000 +564.024292 0.000000 3456.755127 0.000000 0.391386 0.000000 0.920227 1.000000 1.000000 1.000000 +572.413818 0.000000 3485.871338 0.000000 0.269540 0.000000 0.962989 1.000000 1.000000 1.000000 +556.940552 0.000000 3502.883789 0.000000 0.439156 0.000000 0.898411 1.000000 1.000000 1.000000 +540.011047 0.000000 3516.673340 0.000000 0.150310 0.000000 0.988639 1.000000 1.000000 1.000000 +511.182709 0.000000 3484.316895 0.000000 0.430474 0.000000 0.902603 1.000000 1.000000 1.000000 +513.660828 0.000000 3492.358643 0.000000 0.337575 0.000000 0.941299 1.000000 1.000000 1.000000 +561.821411 0.000000 3512.743408 0.000000 0.256014 0.000000 0.966673 1.000000 1.000000 1.000000 +529.276001 0.000000 3494.718994 0.000000 0.574882 0.000000 0.818236 1.000000 1.000000 1.000000 +564.208130 0.000000 3459.801025 0.000000 0.282561 0.000000 0.959249 1.000000 1.000000 1.000000 +481.939972 0.000000 3531.766113 0.000000 0.056628 0.000000 0.998395 1.000000 1.000000 1.000000 +480.527313 0.000000 3531.399414 0.000000 0.650848 0.000000 0.759208 1.000000 1.000000 1.000000 +560.602844 0.000000 3595.177734 0.000000 0.403473 0.000000 0.914992 1.000000 1.000000 1.000000 +547.766907 0.000000 3586.173096 0.000000 0.671235 0.000000 0.741245 1.000000 1.000000 1.000000 +573.299316 0.000000 3528.141602 0.000000 0.235213 0.000000 0.971944 1.000000 1.000000 1.000000 +550.474426 0.000000 3576.199951 0.000000 0.157646 0.000000 0.987496 1.000000 1.000000 1.000000 +543.216492 0.000000 3589.895508 0.000000 0.711232 0.000000 0.702957 1.000000 1.000000 1.000000 +548.079346 0.000000 3582.020996 0.000000 0.374521 0.000000 0.927218 1.000000 1.000000 1.000000 +568.655579 0.000000 3597.362549 0.000000 0.631358 0.000000 0.775492 1.000000 1.000000 1.000000 +551.597778 0.000000 3585.201172 0.000000 0.174717 0.000000 0.984619 1.000000 1.000000 1.000000 +549.292908 0.000000 3579.113037 0.000000 0.668817 0.000000 0.743427 1.000000 1.000000 1.000000 +546.063477 0.000000 3588.862305 0.000000 0.211396 0.000000 0.977401 1.000000 1.000000 1.000000 +550.075317 0.000000 3587.212891 0.000000 0.607216 0.000000 0.794537 1.000000 1.000000 1.000000 +557.116028 0.000000 3584.006836 0.000000 0.755022 0.000000 0.655699 1.000000 1.000000 1.000000 +571.823669 0.000000 3530.337891 0.000000 0.557257 0.000000 0.830340 1.000000 1.000000 1.000000 +552.772400 0.000000 3583.355225 0.000000 0.463880 0.000000 0.885898 1.000000 1.000000 1.000000 +566.628296 0.000000 3597.887695 0.000000 0.061054 0.000000 0.998134 1.000000 1.000000 1.000000 +553.897766 0.000000 3581.094727 0.000000 0.506447 0.000000 0.862271 1.000000 1.000000 1.000000 +545.017517 0.000000 3590.719971 0.000000 0.487463 0.000000 0.873143 1.000000 1.000000 1.000000 +568.310608 0.000000 3531.148193 0.000000 0.323315 0.000000 0.946292 1.000000 1.000000 1.000000 +565.298035 0.000000 3595.546387 0.000000 0.335516 0.000000 0.942034 1.000000 1.000000 1.000000 +548.897949 0.000000 3575.918213 0.000000 0.430750 0.000000 0.902471 1.000000 1.000000 1.000000 +557.060608 0.000000 3582.482422 0.000000 0.182378 0.000000 0.983229 1.000000 1.000000 1.000000 +550.971191 0.000000 3577.526855 0.000000 0.211472 0.000000 0.977384 1.000000 1.000000 1.000000 +569.685486 0.000000 3528.079590 0.000000 0.478297 0.000000 0.878198 1.000000 1.000000 1.000000 +553.890076 0.000000 3578.603760 0.000000 0.841853 0.000000 0.539707 1.000000 1.000000 1.000000 +565.953247 0.000000 3596.786133 0.000000 0.536032 0.000000 0.844198 1.000000 1.000000 1.000000 +568.258972 0.000000 3598.802734 0.000000 0.783603 0.000000 0.621261 1.000000 1.000000 1.000000 +555.159790 0.000000 3604.760986 0.000000 0.550230 0.000000 0.835013 1.000000 1.000000 1.000000 +575.030212 0.000000 3606.984619 0.000000 0.010506 0.000000 0.999945 1.000000 1.000000 1.000000 +569.620544 0.000000 3601.433105 0.000000 0.142368 0.000000 0.989814 1.000000 1.000000 1.000000 +574.659851 0.000000 3614.284180 0.000000 0.692610 0.000000 0.721313 1.000000 1.000000 1.000000 +553.381042 0.000000 3602.268311 0.000000 0.720470 0.000000 0.693486 1.000000 1.000000 1.000000 +569.671570 0.000000 3604.053223 0.000000 0.746484 0.000000 0.665403 1.000000 1.000000 1.000000 +571.863525 0.000000 3608.882568 0.000000 0.676336 0.000000 0.736593 1.000000 1.000000 1.000000 +570.982300 0.000000 3599.350342 0.000000 0.185042 0.000000 0.982731 1.000000 1.000000 1.000000 +555.557800 0.000000 3602.616455 0.000000 0.293008 0.000000 0.956110 1.000000 1.000000 1.000000 +573.136597 0.000000 3606.191650 0.000000 0.073579 0.000000 0.997289 1.000000 1.000000 1.000000 +550.880676 0.000000 3603.512939 0.000000 0.690653 0.000000 0.723187 1.000000 1.000000 1.000000 +572.081482 0.000000 3611.398682 0.000000 0.657308 0.000000 0.753622 1.000000 1.000000 1.000000 +575.303467 0.000000 3610.018799 0.000000 0.731378 0.000000 0.681973 1.000000 1.000000 1.000000 +572.910278 0.000000 3607.735107 0.000000 0.073107 0.000000 0.997324 1.000000 1.000000 1.000000 +556.994202 0.000000 3602.265381 0.000000 0.358271 0.000000 0.933618 1.000000 1.000000 1.000000 +554.510071 0.000000 3602.153564 0.000000 0.781163 0.000000 0.624327 1.000000 1.000000 1.000000 +575.421143 0.000000 3613.337646 0.000000 0.397285 0.000000 0.917695 1.000000 1.000000 1.000000 +627.287048 0.000000 3514.263916 0.000000 0.186961 0.000000 0.982367 1.000000 1.000000 1.000000 +644.058105 0.000000 3523.562744 0.000000 0.151514 0.000000 0.988455 1.000000 1.000000 1.000000 +629.523499 0.000000 3517.730225 0.000000 0.070324 0.000000 0.997524 1.000000 1.000000 1.000000 +633.147644 0.000000 3527.223877 0.000000 0.099418 0.000000 0.995046 1.000000 1.000000 1.000000 +646.761963 0.000000 3525.738770 0.000000 0.585339 0.000000 0.810789 1.000000 1.000000 1.000000 +641.811951 0.000000 3520.983398 0.000000 0.837319 0.000000 0.546714 1.000000 1.000000 1.000000 +578.148926 0.000000 3510.261475 0.000000 0.484241 0.000000 0.874935 1.000000 1.000000 1.000000 +576.821167 0.000000 3480.021973 0.000000 0.361543 0.000000 0.932356 1.000000 1.000000 1.000000 +581.515076 0.000000 3484.822266 0.000000 0.335532 0.000000 0.942029 1.000000 1.000000 1.000000 +636.246338 0.000000 3526.982178 0.000000 0.194487 0.000000 0.980905 1.000000 1.000000 1.000000 +644.818726 0.000000 3525.242432 0.000000 0.220240 0.000000 0.975446 1.000000 1.000000 1.000000 +622.369812 0.000000 3523.423828 0.000000 0.505236 0.000000 0.862981 1.000000 1.000000 1.000000 +642.757935 0.000000 3524.677490 0.000000 0.540360 0.000000 0.841434 1.000000 1.000000 1.000000 +624.449219 0.000000 3517.383301 0.000000 0.845364 0.000000 0.534191 1.000000 1.000000 1.000000 +639.305542 0.000000 3524.531494 0.000000 0.470693 0.000000 0.882297 1.000000 1.000000 1.000000 +623.644531 0.000000 3522.258301 0.000000 0.647427 0.000000 0.762128 1.000000 1.000000 1.000000 +639.093506 0.000000 3527.204346 0.000000 0.175646 0.000000 0.984453 1.000000 1.000000 1.000000 +623.512817 0.000000 3520.917236 0.000000 0.608379 0.000000 0.793647 1.000000 1.000000 1.000000 +645.270935 0.000000 3524.006836 0.000000 0.804655 0.000000 0.593742 1.000000 1.000000 1.000000 +623.840149 0.000000 3518.566650 0.000000 0.572094 0.000000 0.820188 1.000000 1.000000 1.000000 +625.320374 0.000000 3516.499512 0.000000 0.135808 0.000000 0.990735 1.000000 1.000000 1.000000 +607.850342 0.000000 3535.857910 0.000000 0.044581 0.000000 0.999006 1.000000 1.000000 1.000000 +637.872864 0.000000 3528.080566 0.000000 0.341314 0.000000 0.939949 1.000000 1.000000 1.000000 +582.194153 0.000000 3593.111572 0.000000 0.520372 0.000000 0.853940 1.000000 1.000000 1.000000 +635.432739 0.000000 3535.451172 0.000000 0.595003 0.000000 0.803723 1.000000 1.000000 1.000000 +619.759094 0.000000 3586.173096 0.000000 0.806542 0.000000 0.591177 1.000000 1.000000 1.000000 +645.876343 0.000000 3584.708008 0.000000 0.523259 0.000000 0.852174 1.000000 1.000000 1.000000 +583.614563 0.000000 3544.001709 0.000000 0.410575 0.000000 0.911827 1.000000 1.000000 1.000000 +616.762695 0.000000 3545.854004 0.000000 0.529527 0.000000 0.848293 1.000000 1.000000 1.000000 +598.183105 0.000000 3581.615967 0.000000 0.043306 0.000000 0.999062 1.000000 1.000000 1.000000 +637.471008 0.000000 3539.906494 0.000000 0.270065 0.000000 0.962842 1.000000 1.000000 1.000000 +616.453613 0.000000 3569.019043 0.000000 0.001678 0.000000 0.999999 1.000000 1.000000 1.000000 +642.520447 0.000000 3589.742432 0.000000 0.442245 0.000000 0.896894 1.000000 1.000000 1.000000 +582.111328 0.000000 3547.847900 0.000000 0.506884 0.000000 0.862014 1.000000 1.000000 1.000000 +639.508667 0.000000 3536.451904 0.000000 0.436812 0.000000 0.899553 1.000000 1.000000 1.000000 +615.208679 0.000000 3589.895508 0.000000 0.770545 0.000000 0.637385 1.000000 1.000000 1.000000 +634.371277 0.000000 3527.725586 0.000000 0.822463 0.000000 0.568819 1.000000 1.000000 1.000000 +595.075134 0.000000 3583.016357 0.000000 0.705307 0.000000 0.708902 1.000000 1.000000 1.000000 +620.297424 0.000000 3568.362061 0.000000 0.273512 0.000000 0.961869 1.000000 1.000000 1.000000 +604.732300 0.000000 3535.463379 0.000000 0.726922 0.000000 0.686720 1.000000 1.000000 1.000000 +638.926514 0.000000 3595.074951 0.000000 0.849950 0.000000 0.526863 1.000000 1.000000 1.000000 +632.354797 0.000000 3536.155762 0.000000 0.032581 0.000000 0.999469 1.000000 1.000000 1.000000 +641.663757 0.000000 3532.068848 0.000000 0.681504 0.000000 0.731814 1.000000 1.000000 1.000000 +620.411865 0.000000 3564.699707 0.000000 0.615028 0.000000 0.788506 1.000000 1.000000 1.000000 +618.133545 0.000000 3567.168213 0.000000 0.717479 0.000000 0.696580 1.000000 1.000000 1.000000 +640.453125 0.000000 3527.313721 0.000000 0.478907 0.000000 0.877865 1.000000 1.000000 1.000000 +642.040894 0.000000 3586.771729 0.000000 0.080301 0.000000 0.996771 1.000000 1.000000 1.000000 +633.559448 0.000000 3533.699219 0.000000 0.346320 0.000000 0.938116 1.000000 1.000000 1.000000 +640.656006 0.000000 3534.351318 0.000000 0.851491 0.000000 0.524369 1.000000 1.000000 1.000000 +606.909058 0.000000 3530.021484 0.000000 0.578046 0.000000 0.816004 1.000000 1.000000 1.000000 +627.549988 0.000000 3530.632080 0.000000 0.250922 0.000000 0.968007 1.000000 1.000000 1.000000 +641.684265 0.000000 3536.313965 0.000000 0.140665 0.000000 0.990057 1.000000 1.000000 1.000000 +635.452271 0.000000 3539.085938 0.000000 0.052770 0.000000 0.998607 1.000000 1.000000 1.000000 +583.395569 0.000000 3546.091797 0.000000 0.136846 0.000000 0.990592 1.000000 1.000000 1.000000 +602.822327 0.000000 3567.124023 0.000000 0.524308 0.000000 0.851528 1.000000 1.000000 1.000000 +614.588562 0.000000 3545.461182 0.000000 0.761183 0.000000 0.648537 1.000000 1.000000 1.000000 +604.473450 0.000000 3533.464844 0.000000 0.841770 0.000000 0.539836 1.000000 1.000000 1.000000 +621.684753 0.000000 3569.736816 0.000000 0.526464 0.000000 0.850197 1.000000 1.000000 1.000000 +617.009705 0.000000 3590.719971 0.000000 0.743218 0.000000 0.669049 1.000000 1.000000 1.000000 +631.534729 0.000000 3537.945801 0.000000 0.561339 0.000000 0.827586 1.000000 1.000000 1.000000 +631.904358 0.000000 3532.007812 0.000000 0.070850 0.000000 0.997487 1.000000 1.000000 1.000000 +630.523560 0.000000 3535.486328 0.000000 0.390302 0.000000 0.920687 1.000000 1.000000 1.000000 +606.455505 0.000000 3534.694824 0.000000 0.536883 0.000000 0.843656 1.000000 1.000000 1.000000 +643.074036 0.000000 3591.560059 0.000000 0.857024 0.000000 0.515277 1.000000 1.000000 1.000000 +585.239807 0.000000 3544.959717 0.000000 0.166794 0.000000 0.985992 1.000000 1.000000 1.000000 +616.724243 0.000000 3543.861816 0.000000 0.317975 0.000000 0.948099 1.000000 1.000000 1.000000 +580.377930 0.000000 3594.547852 0.000000 0.447235 0.000000 0.894416 1.000000 1.000000 1.000000 +626.475586 0.000000 3528.993652 0.000000 0.665296 0.000000 0.746580 1.000000 1.000000 1.000000 +640.302795 0.000000 3531.148193 0.000000 0.019657 0.000000 0.999807 1.000000 1.000000 1.000000 +599.843018 0.000000 3581.202637 0.000000 0.596706 0.000000 0.802460 1.000000 1.000000 1.000000 +600.456848 0.000000 3563.455566 0.000000 0.263145 0.000000 0.964756 1.000000 1.000000 1.000000 +637.538147 0.000000 3529.624756 0.000000 0.429300 0.000000 0.903162 1.000000 1.000000 1.000000 +616.526672 0.000000 3589.144531 0.000000 0.742665 0.000000 0.669663 1.000000 1.000000 1.000000 +602.137939 0.000000 3565.757324 0.000000 0.858937 0.000000 0.512082 1.000000 1.000000 1.000000 +646.878296 0.000000 3531.551514 0.000000 0.211184 0.000000 0.977446 1.000000 1.000000 1.000000 +621.388000 0.000000 3566.841309 0.000000 0.273848 0.000000 0.961773 1.000000 1.000000 1.000000 +604.179016 0.000000 3566.750977 0.000000 0.183506 0.000000 0.983019 1.000000 1.000000 1.000000 +641.103027 0.000000 3589.643311 0.000000 0.125498 0.000000 0.992094 1.000000 1.000000 1.000000 +624.929810 0.000000 3528.983643 0.000000 0.619250 0.000000 0.785194 1.000000 1.000000 1.000000 +617.756897 0.000000 3544.771240 0.000000 0.536721 0.000000 0.843760 1.000000 1.000000 1.000000 +643.370056 0.000000 3586.546387 0.000000 0.314605 0.000000 0.949223 1.000000 1.000000 1.000000 +627.423340 0.000000 3534.089355 0.000000 0.178095 0.000000 0.984013 1.000000 1.000000 1.000000 +636.678284 0.000000 3536.080078 0.000000 0.733355 0.000000 0.679846 1.000000 1.000000 1.000000 +644.268616 0.000000 3527.260254 0.000000 0.043770 0.000000 0.999042 1.000000 1.000000 1.000000 +632.322632 0.000000 3533.264160 0.000000 0.366502 0.000000 0.930417 1.000000 1.000000 1.000000 +641.104248 0.000000 3594.143311 0.000000 0.680073 0.000000 0.733144 1.000000 1.000000 1.000000 +598.592407 0.000000 3579.187256 0.000000 0.193330 0.000000 0.981134 1.000000 1.000000 1.000000 +606.910828 0.000000 3533.480957 0.000000 0.512327 0.000000 0.858791 1.000000 1.000000 1.000000 +634.708557 0.000000 3536.185303 0.000000 0.037020 0.000000 0.999314 1.000000 1.000000 1.000000 +648.348083 0.000000 3530.939697 0.000000 0.748037 0.000000 0.663658 1.000000 1.000000 1.000000 +655.606750 0.000000 3544.001709 0.000000 0.851938 0.000000 0.523642 1.000000 1.000000 1.000000 +652.719177 0.000000 3580.517090 0.000000 0.516808 0.000000 0.856101 1.000000 1.000000 1.000000 +654.665527 0.000000 3539.803955 0.000000 0.014612 0.000000 0.999893 1.000000 1.000000 1.000000 +652.691589 0.000000 3545.115967 0.000000 0.119704 0.000000 0.992810 1.000000 1.000000 1.000000 +669.527344 0.000000 3544.957520 0.000000 0.435678 0.000000 0.900103 1.000000 1.000000 1.000000 +651.267090 0.000000 3584.877441 0.000000 0.680534 0.000000 0.732716 1.000000 1.000000 1.000000 +654.087463 0.000000 3542.182129 0.000000 0.708993 0.000000 0.705216 1.000000 1.000000 1.000000 +652.224670 0.000000 3582.589844 0.000000 0.612523 0.000000 0.790453 1.000000 1.000000 1.000000 +650.401428 0.000000 3580.324463 0.000000 0.120339 0.000000 0.992733 1.000000 1.000000 1.000000 +648.343140 0.000000 3581.621826 0.000000 0.454800 0.000000 0.890594 1.000000 1.000000 1.000000 +651.490906 0.000000 3581.340332 0.000000 0.838010 0.000000 0.545655 1.000000 1.000000 1.000000 +669.870667 0.000000 3542.254395 0.000000 0.747111 0.000000 0.664699 1.000000 1.000000 1.000000 +576.535034 0.000000 3599.387695 0.000000 0.767853 0.000000 0.640626 1.000000 1.000000 1.000000 +599.987000 0.000000 3612.298340 0.000000 0.828548 0.000000 0.559918 1.000000 1.000000 1.000000 +592.547729 0.000000 3609.422363 0.000000 0.672122 0.000000 0.740441 1.000000 1.000000 1.000000 +590.362976 0.000000 3611.223877 0.000000 0.547486 0.000000 0.836815 1.000000 1.000000 1.000000 +575.997314 0.000000 3615.617432 0.000000 0.603868 0.000000 0.797084 1.000000 1.000000 1.000000 +590.052490 0.000000 3607.207764 0.000000 0.505050 0.000000 0.863090 1.000000 1.000000 1.000000 +592.809448 0.000000 3608.147217 0.000000 0.523498 0.000000 0.852027 1.000000 1.000000 1.000000 +597.374451 0.000000 3613.202881 0.000000 0.303841 0.000000 0.952723 1.000000 1.000000 1.000000 +581.456543 0.000000 3601.548584 0.000000 0.750057 0.000000 0.661373 1.000000 1.000000 1.000000 702.242981 0.000000 3695.890381 0.000000 0.487858 0.000000 0.872923 1.000000 1.000000 1.000000 692.848633 0.000000 3699.985840 0.000000 0.321396 0.000000 0.946945 1.000000 1.000000 1.000000 682.485413 0.000000 3711.489258 0.000000 0.510654 0.000000 0.859786 1.000000 1.000000 1.000000 @@ -571,7 +1053,6 @@ 771.020630 0.000000 3844.276855 0.000000 0.612480 0.000000 0.790486 1.000000 1.000000 1.000000 785.288208 0.000000 3835.187744 0.000000 0.427727 0.000000 0.903908 1.000000 1.000000 1.000000 770.950012 0.000000 3841.351562 0.000000 0.579648 0.000000 0.814867 1.000000 1.000000 1.000000 -767.467773 0.000000 3830.607178 0.000000 0.199277 0.000000 0.979943 1.000000 1.000000 1.000000 782.724976 0.000000 3830.575439 0.000000 0.685527 0.000000 0.728047 1.000000 1.000000 1.000000 788.113098 0.000000 3829.171631 0.000000 0.412545 0.000000 0.910937 1.000000 1.000000 1.000000 770.143311 0.000000 3847.132568 0.000000 0.739490 0.000000 0.673168 1.000000 1.000000 1.000000 @@ -587,7 +1068,6 @@ 783.790161 0.000000 3834.655029 0.000000 0.213860 0.000000 0.976864 1.000000 1.000000 1.000000 772.970764 0.000000 3818.218506 0.000000 0.317750 0.000000 0.948174 1.000000 1.000000 1.000000 767.362427 0.000000 3835.009277 0.000000 0.563993 0.000000 0.825780 1.000000 1.000000 1.000000 -764.585815 0.000000 3830.052002 0.000000 0.582437 0.000000 0.812876 1.000000 1.000000 1.000000 775.403076 0.000000 3844.480957 0.000000 0.741027 0.000000 0.671476 1.000000 1.000000 1.000000 785.338745 0.000000 3837.028320 0.000000 0.812945 0.000000 0.582340 1.000000 1.000000 1.000000 765.499084 0.000000 3832.619385 0.000000 0.801657 0.000000 0.597784 1.000000 1.000000 1.000000 @@ -768,7 +1248,6 @@ 1641.055664 0.000000 3725.484619 0.000000 0.346147 0.000000 0.938180 1.000000 1.000000 1.000000 1636.812622 0.000000 3702.504639 0.000000 0.034076 0.000000 0.999419 1.000000 1.000000 1.000000 1621.572632 0.000000 3726.982666 0.000000 0.475942 0.000000 0.879477 1.000000 1.000000 1.000000 -1630.679443 0.000000 3717.401611 0.000000 0.130286 0.000000 0.991476 1.000000 1.000000 1.000000 1640.786377 0.000000 3723.185303 0.000000 0.369754 0.000000 0.929130 1.000000 1.000000 1.000000 1620.321289 0.000000 3728.801025 0.000000 0.191161 0.000000 0.981559 1.000000 1.000000 1.000000 1648.505615 0.000000 3701.786865 0.000000 0.558310 0.000000 0.829633 1.000000 1.000000 1.000000 @@ -2068,7 +2547,6 @@ 1819.964966 0.000000 3648.790039 0.000000 0.592420 0.000000 0.805629 1.000000 1.000000 1.000000 1813.174561 0.000000 3634.516846 0.000000 0.143195 0.000000 0.989694 1.000000 1.000000 1.000000 1807.911133 0.000000 3626.700928 0.000000 0.149830 0.000000 0.988712 1.000000 1.000000 1.000000 -1817.057251 0.000000 3642.804443 0.000000 0.793565 0.000000 0.608485 1.000000 1.000000 1.000000 1816.604980 0.000000 3646.611572 0.000000 0.785014 0.000000 0.619478 1.000000 1.000000 1.000000 1804.468750 0.000000 3625.475342 0.000000 0.819572 0.000000 0.572977 1.000000 1.000000 1.000000 1823.178711 0.000000 3650.048340 0.000000 0.536931 0.000000 0.843626 1.000000 1.000000 1.000000 @@ -17392,7 +17870,7 @@ object={ generated_content=yes layer="tree_high_layer" pdxmesh="tree_pine_single_01_b_mesh" - count=17268 + count=17757 transform="737.313232 0.000000 2220.416504 0.000000 0.980042 0.000000 0.198790 1.000000 1.000000 1.000000 732.460938 0.000000 2214.095459 0.000000 0.968446 0.000000 -0.249224 1.000000 1.000000 1.000000 742.562195 0.000000 2223.056885 0.000000 0.974578 0.000000 0.224047 1.000000 1.000000 1.000000 @@ -17407,7 +17885,6 @@ object={ 1020.134338 0.000000 2583.660889 0.000000 0.889045 0.000000 0.457819 1.000000 1.000000 1.000000 1092.334106 0.000000 2587.774170 0.000000 0.997036 0.000000 0.076942 1.000000 1.000000 1.000000 1094.073975 0.000000 2590.849854 0.000000 0.954037 0.000000 -0.299688 1.000000 1.000000 1.000000 -859.106812 0.000000 2643.402832 0.000000 0.900410 0.000000 -0.435042 1.000000 1.000000 1.000000 861.526550 0.000000 2642.595703 0.000000 0.895394 0.000000 0.445275 1.000000 1.000000 1.000000 857.601379 0.000000 2640.683350 0.000000 0.906284 0.000000 0.422669 1.000000 1.000000 1.000000 858.730347 0.000000 2641.896729 0.000000 0.927786 0.000000 0.373112 1.000000 1.000000 1.000000 @@ -17415,7 +17892,6 @@ object={ 847.613647 0.000000 2638.361572 0.000000 1.000000 0.000000 0.000088 1.000000 1.000000 1.000000 889.393005 0.000000 2647.731201 0.000000 0.988247 0.000000 0.152867 1.000000 1.000000 1.000000 991.087769 0.000000 2597.908936 0.000000 0.954614 0.000000 0.297845 1.000000 1.000000 1.000000 -986.676331 0.000000 2602.532471 0.000000 0.974184 0.000000 -0.225756 1.000000 1.000000 1.000000 1000.263062 0.000000 2619.861328 0.000000 0.968071 0.000000 0.250677 1.000000 1.000000 1.000000 1006.640381 0.000000 2612.354492 0.000000 0.932197 0.000000 0.361952 1.000000 1.000000 1.000000 985.044495 0.000000 2607.356934 0.000000 0.873165 0.000000 0.487425 1.000000 1.000000 1.000000 @@ -17441,6 +17917,295 @@ object={ 1150.060669 0.000000 2744.989746 0.000000 0.963713 0.000000 -0.266940 1.000000 1.000000 1.000000 1148.019043 0.000000 2747.586182 0.000000 0.972569 0.000000 0.232616 1.000000 1.000000 1.000000 1151.344849 0.000000 2744.412842 0.000000 0.899037 0.000000 0.437873 1.000000 1.000000 1.000000 +416.014648 0.000000 3375.339844 0.000000 0.937934 0.000000 0.346813 1.000000 1.000000 1.000000 +423.929749 0.000000 3373.000732 0.000000 0.988023 0.000000 -0.154307 1.000000 1.000000 1.000000 +420.917664 0.000000 3370.172852 0.000000 0.988246 0.000000 -0.152874 1.000000 1.000000 1.000000 +424.757751 0.000000 3375.107666 0.000000 0.992928 0.000000 -0.118722 1.000000 1.000000 1.000000 +419.373566 0.000000 3371.594727 0.000000 0.996867 0.000000 0.079102 1.000000 1.000000 1.000000 +426.253998 0.000000 3366.394043 0.000000 0.905796 0.000000 -0.423713 1.000000 1.000000 1.000000 +422.464478 0.000000 3374.273682 0.000000 0.987303 0.000000 -0.158847 1.000000 1.000000 1.000000 +424.002228 0.000000 3377.564941 0.000000 0.892932 0.000000 0.450192 1.000000 1.000000 1.000000 +421.313660 0.000000 3379.593262 0.000000 0.944349 0.000000 -0.328944 1.000000 1.000000 1.000000 +427.037170 0.000000 3364.839844 0.000000 0.964567 0.000000 -0.263839 1.000000 1.000000 1.000000 +422.622070 0.000000 3372.726807 0.000000 0.982849 0.000000 -0.184414 1.000000 1.000000 1.000000 +425.673645 0.000000 3398.482178 0.000000 0.998640 0.000000 -0.052132 1.000000 1.000000 1.000000 +415.939972 0.000000 3398.433350 0.000000 0.999826 0.000000 0.018652 1.000000 1.000000 1.000000 +427.084015 0.000000 3390.440430 0.000000 0.993242 0.000000 -0.116060 1.000000 1.000000 1.000000 +431.045837 0.000000 3391.031494 0.000000 0.996239 0.000000 -0.086646 1.000000 1.000000 1.000000 +419.141754 0.000000 3398.205322 0.000000 0.959045 0.000000 0.283253 1.000000 1.000000 1.000000 +425.707703 0.000000 3392.345215 0.000000 0.987862 0.000000 0.155334 1.000000 1.000000 1.000000 +429.692566 0.000000 3396.977783 0.000000 0.979045 0.000000 0.203644 1.000000 1.000000 1.000000 +431.422974 0.000000 3392.272217 0.000000 0.969662 0.000000 -0.244451 1.000000 1.000000 1.000000 +427.412018 0.000000 3394.415283 0.000000 0.998425 0.000000 -0.056101 1.000000 1.000000 1.000000 +424.984619 0.000000 3397.044922 0.000000 0.946481 0.000000 -0.322760 1.000000 1.000000 1.000000 +457.798615 0.000000 3346.643311 0.000000 0.874543 0.000000 0.484947 1.000000 1.000000 1.000000 +450.449280 0.000000 3362.310547 0.000000 0.998006 0.000000 0.063127 1.000000 1.000000 1.000000 +441.584412 0.000000 3367.384521 0.000000 0.998142 0.000000 0.060926 1.000000 1.000000 1.000000 +441.242126 0.000000 3360.211670 0.000000 0.912918 0.000000 0.408143 1.000000 1.000000 1.000000 +456.776306 0.000000 3361.483398 0.000000 0.998337 0.000000 0.057648 1.000000 1.000000 1.000000 +437.478363 0.000000 3371.381348 0.000000 0.951777 0.000000 -0.306790 1.000000 1.000000 1.000000 +454.198730 0.000000 3365.662842 0.000000 0.977327 0.000000 -0.211736 1.000000 1.000000 1.000000 +453.945343 0.000000 3349.675537 0.000000 0.995946 0.000000 -0.089950 1.000000 1.000000 1.000000 +446.024963 0.000000 3370.783691 0.000000 0.986499 0.000000 -0.163768 1.000000 1.000000 1.000000 +441.972168 0.000000 3377.260498 0.000000 0.945528 0.000000 0.325541 1.000000 1.000000 1.000000 +456.949097 0.000000 3352.084229 0.000000 0.999189 0.000000 0.040270 1.000000 1.000000 1.000000 +440.112701 0.000000 3380.241699 0.000000 0.935812 0.000000 0.352499 1.000000 1.000000 1.000000 +459.386597 0.000000 3359.668213 0.000000 0.881309 0.000000 0.472541 1.000000 1.000000 1.000000 +435.290497 0.000000 3368.924316 0.000000 0.889518 0.000000 0.456900 1.000000 1.000000 1.000000 +443.491486 0.000000 3369.551514 0.000000 0.931541 0.000000 -0.363637 1.000000 1.000000 1.000000 +444.971252 0.000000 3373.078857 0.000000 0.912002 0.000000 -0.410186 1.000000 1.000000 1.000000 +444.296722 0.000000 3360.416748 0.000000 0.999529 0.000000 0.030674 1.000000 1.000000 1.000000 +456.491791 0.000000 3366.761719 0.000000 0.951333 0.000000 -0.308164 1.000000 1.000000 1.000000 +455.757019 0.000000 3363.652344 0.000000 0.966370 0.000000 -0.257155 1.000000 1.000000 1.000000 +441.316681 0.000000 3375.111816 0.000000 0.999992 0.000000 -0.003956 1.000000 1.000000 1.000000 +459.226135 0.000000 3380.828857 0.000000 0.893200 0.000000 -0.449661 1.000000 1.000000 1.000000 +461.559265 0.000000 3350.631104 0.000000 0.869909 0.000000 0.493212 1.000000 1.000000 1.000000 +436.049805 0.000000 3376.704102 0.000000 0.979556 0.000000 0.201170 1.000000 1.000000 1.000000 +436.248108 0.000000 3366.636719 0.000000 0.976534 0.000000 -0.215361 1.000000 1.000000 1.000000 +454.586914 0.000000 3360.659424 0.000000 0.937565 0.000000 0.347811 1.000000 1.000000 1.000000 +468.591858 0.000000 3380.892822 0.000000 0.977639 0.000000 -0.210290 1.000000 1.000000 1.000000 +462.003326 0.000000 3372.206543 0.000000 0.993651 0.000000 -0.112510 1.000000 1.000000 1.000000 +448.196228 0.000000 3362.047363 0.000000 0.986665 0.000000 -0.162766 1.000000 1.000000 1.000000 +466.640045 0.000000 3381.760498 0.000000 0.994934 0.000000 -0.100530 1.000000 1.000000 1.000000 +456.078522 0.000000 3375.900146 0.000000 0.994428 0.000000 -0.105415 1.000000 1.000000 1.000000 +447.989960 0.000000 3370.992676 0.000000 0.994125 0.000000 -0.108236 1.000000 1.000000 1.000000 +441.695068 0.000000 3369.188232 0.000000 0.997944 0.000000 0.064096 1.000000 1.000000 1.000000 +465.739868 0.000000 3378.015625 0.000000 0.957991 0.000000 -0.286797 1.000000 1.000000 1.000000 +458.353088 0.000000 3366.297363 0.000000 0.978959 0.000000 0.204059 1.000000 1.000000 1.000000 +462.529480 0.000000 3381.441895 0.000000 0.888763 0.000000 0.458368 1.000000 1.000000 1.000000 +433.916443 0.000000 3367.941162 0.000000 0.987469 0.000000 0.157811 1.000000 1.000000 1.000000 +455.327087 0.000000 3362.110840 0.000000 0.901216 0.000000 0.433371 1.000000 1.000000 1.000000 +458.481201 0.000000 3352.701416 0.000000 0.969441 0.000000 0.245325 1.000000 1.000000 1.000000 +460.506042 0.000000 3372.038574 0.000000 0.953260 0.000000 0.302152 1.000000 1.000000 1.000000 +441.583862 0.000000 3380.782227 0.000000 0.995524 0.000000 -0.094515 1.000000 1.000000 1.000000 +443.034210 0.000000 3378.304199 0.000000 0.918344 0.000000 0.395783 1.000000 1.000000 1.000000 +443.822510 0.000000 3359.067383 0.000000 0.984665 0.000000 0.174454 1.000000 1.000000 1.000000 +459.366791 0.000000 3373.701904 0.000000 0.998762 0.000000 0.049750 1.000000 1.000000 1.000000 +435.117981 0.000000 3381.450195 0.000000 0.936274 0.000000 -0.351272 1.000000 1.000000 1.000000 +444.404480 0.000000 3379.602295 0.000000 0.897325 0.000000 0.441370 1.000000 1.000000 1.000000 +439.237457 0.000000 3379.254639 0.000000 0.993826 0.000000 -0.110950 1.000000 1.000000 1.000000 +460.996735 0.000000 3367.112549 0.000000 0.977465 0.000000 0.211095 1.000000 1.000000 1.000000 +450.811707 0.000000 3360.810791 0.000000 0.966372 0.000000 -0.257150 1.000000 1.000000 1.000000 +457.190521 0.000000 3365.694824 0.000000 0.888796 0.000000 0.458303 1.000000 1.000000 1.000000 +444.969299 0.000000 3376.468018 0.000000 0.981623 0.000000 -0.190832 1.000000 1.000000 1.000000 +469.678406 0.000000 3379.018799 0.000000 0.883496 0.000000 -0.468438 1.000000 1.000000 1.000000 +456.927094 0.000000 3374.837646 0.000000 0.977827 0.000000 0.209415 1.000000 1.000000 1.000000 +454.608032 0.000000 3363.234131 0.000000 0.999705 0.000000 0.024295 1.000000 1.000000 1.000000 +438.500458 0.000000 3378.312744 0.000000 0.990908 0.000000 0.134541 1.000000 1.000000 1.000000 +467.871521 0.000000 3379.969727 0.000000 0.997854 0.000000 -0.065483 1.000000 1.000000 1.000000 +439.705109 0.000000 3369.522461 0.000000 0.999920 0.000000 -0.012619 1.000000 1.000000 1.000000 +443.266632 0.000000 3379.440674 0.000000 0.999340 0.000000 -0.036320 1.000000 1.000000 1.000000 +455.047028 0.000000 3349.935303 0.000000 0.921140 0.000000 0.389232 1.000000 1.000000 1.000000 +459.278595 0.000000 3350.138184 0.000000 0.991265 0.000000 0.131887 1.000000 1.000000 1.000000 +444.277649 0.000000 3370.327148 0.000000 0.956781 0.000000 -0.290810 1.000000 1.000000 1.000000 +561.155457 0.000000 3383.255127 0.000000 0.990592 0.000000 -0.136849 1.000000 1.000000 1.000000 +568.655579 0.000000 3381.409424 0.000000 0.955264 0.000000 -0.295755 1.000000 1.000000 1.000000 +564.254150 0.000000 3383.013428 0.000000 0.983615 0.000000 -0.180281 1.000000 1.000000 1.000000 +569.719055 0.000000 3382.583740 0.000000 0.964844 0.000000 -0.262823 1.000000 1.000000 1.000000 +572.343872 0.000000 3382.612061 0.000000 0.925770 0.000000 -0.378087 1.000000 1.000000 1.000000 +434.559662 0.000000 3393.910889 0.000000 0.897492 0.000000 -0.441030 1.000000 1.000000 1.000000 +466.914948 0.000000 3396.105225 0.000000 0.982069 0.000000 -0.188520 1.000000 1.000000 1.000000 +452.624359 0.000000 3398.238037 0.000000 0.946231 0.000000 0.323492 1.000000 1.000000 1.000000 +438.576263 0.000000 3392.148438 0.000000 0.910574 0.000000 -0.413345 1.000000 1.000000 1.000000 +462.357361 0.000000 3388.381592 0.000000 0.999979 0.000000 0.006446 1.000000 1.000000 1.000000 +482.910400 0.000000 3438.885498 0.000000 0.889189 0.000000 -0.457539 1.000000 1.000000 1.000000 +467.392242 0.000000 3392.932373 0.000000 0.990824 0.000000 -0.135156 1.000000 1.000000 1.000000 +432.033691 0.000000 3393.670898 0.000000 0.913567 0.000000 0.406687 1.000000 1.000000 1.000000 +485.738037 0.000000 3434.989258 0.000000 0.882020 0.000000 0.471211 1.000000 1.000000 1.000000 +437.011475 0.000000 3394.131836 0.000000 0.903389 0.000000 -0.428822 1.000000 1.000000 1.000000 +436.211151 0.000000 3392.083008 0.000000 0.999978 0.000000 -0.006582 1.000000 1.000000 1.000000 +491.365753 0.000000 3443.579102 0.000000 0.953348 0.000000 -0.301872 1.000000 1.000000 1.000000 +491.215088 0.000000 3437.869385 0.000000 0.873947 0.000000 -0.486020 1.000000 1.000000 1.000000 +460.489075 0.000000 3389.496094 0.000000 0.940949 0.000000 0.338550 1.000000 1.000000 1.000000 +484.158173 0.000000 3437.224121 0.000000 0.904256 0.000000 -0.426991 1.000000 1.000000 1.000000 +481.905548 0.000000 3437.125977 0.000000 0.966439 0.000000 -0.256895 1.000000 1.000000 1.000000 +460.783783 0.000000 3395.749756 0.000000 0.992964 0.000000 0.118417 1.000000 1.000000 1.000000 +456.764893 0.000000 3388.082764 0.000000 0.999912 0.000000 -0.013283 1.000000 1.000000 1.000000 +450.334442 0.000000 3393.445801 0.000000 0.898803 0.000000 -0.438352 1.000000 1.000000 1.000000 +438.803619 0.000000 3394.227783 0.000000 0.960105 0.000000 0.279641 1.000000 1.000000 1.000000 +488.122375 0.000000 3442.721436 0.000000 0.981281 0.000000 -0.192582 1.000000 1.000000 1.000000 +450.113007 0.000000 3395.785156 0.000000 0.999918 0.000000 -0.012823 1.000000 1.000000 1.000000 +463.355011 0.000000 3393.373047 0.000000 0.926891 0.000000 -0.375332 1.000000 1.000000 1.000000 +466.142670 0.000000 3397.351074 0.000000 0.886016 0.000000 0.463654 1.000000 1.000000 1.000000 +459.845184 0.000000 3390.563232 0.000000 0.996422 0.000000 0.084517 1.000000 1.000000 1.000000 +488.636292 0.000000 3443.780762 0.000000 0.987246 0.000000 0.159200 1.000000 1.000000 1.000000 +455.794312 0.000000 3397.531250 0.000000 0.915067 0.000000 0.403302 1.000000 1.000000 1.000000 +562.104736 0.000000 3424.705566 0.000000 0.898200 0.000000 0.439587 1.000000 1.000000 1.000000 +513.133118 0.000000 3416.256592 0.000000 0.986061 0.000000 -0.166387 1.000000 1.000000 1.000000 +571.960754 0.000000 3432.552734 0.000000 0.983210 0.000000 0.182480 1.000000 1.000000 1.000000 +572.874695 0.000000 3423.937744 0.000000 0.961996 0.000000 0.273065 1.000000 1.000000 1.000000 +521.476562 0.000000 3420.334229 0.000000 0.996357 0.000000 0.085276 1.000000 1.000000 1.000000 +516.513550 0.000000 3411.471680 0.000000 0.898446 0.000000 0.439084 1.000000 1.000000 1.000000 +546.677368 0.000000 3447.870850 0.000000 0.999713 0.000000 0.023951 1.000000 1.000000 1.000000 +562.300232 0.000000 3430.186768 0.000000 0.922254 0.000000 0.386584 1.000000 1.000000 1.000000 +560.084656 0.000000 3420.038574 0.000000 0.993883 0.000000 -0.110438 1.000000 1.000000 1.000000 +561.567627 0.000000 3387.145996 0.000000 0.924040 0.000000 0.382295 1.000000 1.000000 1.000000 +525.937561 0.000000 3421.659912 0.000000 0.991658 0.000000 -0.128899 1.000000 1.000000 1.000000 +559.857544 0.000000 3415.198242 0.000000 0.989657 0.000000 0.143455 1.000000 1.000000 1.000000 +525.041870 0.000000 3430.920410 0.000000 0.941315 0.000000 -0.337529 1.000000 1.000000 1.000000 +550.342773 0.000000 3449.566895 0.000000 0.986735 0.000000 -0.162340 1.000000 1.000000 1.000000 +562.379089 0.000000 3383.756836 0.000000 0.893757 0.000000 -0.448551 1.000000 1.000000 1.000000 +573.559509 0.000000 3387.942871 0.000000 0.983413 0.000000 0.181382 1.000000 1.000000 1.000000 +519.743530 0.000000 3410.899902 0.000000 0.900922 0.000000 -0.433982 1.000000 1.000000 1.000000 +532.822205 0.000000 3442.544922 0.000000 0.954120 0.000000 0.299423 1.000000 1.000000 1.000000 +525.583679 0.000000 3434.527100 0.000000 0.980405 0.000000 -0.196993 1.000000 1.000000 1.000000 +518.761108 0.000000 3423.320312 0.000000 0.887240 0.000000 0.461307 1.000000 1.000000 1.000000 +516.564270 0.000000 3408.306152 0.000000 0.997484 0.000000 0.070897 1.000000 1.000000 1.000000 +566.411987 0.000000 3419.722900 0.000000 0.992311 0.000000 -0.123768 1.000000 1.000000 1.000000 +575.518066 0.000000 3432.440430 0.000000 0.965850 0.000000 0.259101 1.000000 1.000000 1.000000 +569.895325 0.000000 3422.859619 0.000000 0.868582 0.000000 -0.495545 1.000000 1.000000 1.000000 +546.063477 0.000000 3444.893555 0.000000 0.941998 0.000000 0.335617 1.000000 1.000000 1.000000 +518.771912 0.000000 3413.715820 0.000000 0.968052 0.000000 -0.250751 1.000000 1.000000 1.000000 +515.639954 0.000000 3423.163818 0.000000 0.955204 0.000000 -0.295948 1.000000 1.000000 1.000000 +523.364380 0.000000 3427.107422 0.000000 0.935073 0.000000 0.354455 1.000000 1.000000 1.000000 +561.429504 0.000000 3417.623779 0.000000 0.994515 0.000000 0.104594 1.000000 1.000000 1.000000 +571.542603 0.000000 3415.565186 0.000000 0.934388 0.000000 0.356256 1.000000 1.000000 1.000000 +548.430603 0.000000 3446.104736 0.000000 0.999999 0.000000 0.001554 1.000000 1.000000 1.000000 +531.269409 0.000000 3434.325684 0.000000 0.903217 0.000000 -0.429184 1.000000 1.000000 1.000000 +571.808472 0.000000 3418.495361 0.000000 0.992243 0.000000 -0.124311 1.000000 1.000000 1.000000 +512.698853 0.000000 3419.400391 0.000000 0.981199 0.000000 0.192996 1.000000 1.000000 1.000000 +527.749207 0.000000 3435.636719 0.000000 0.928956 0.000000 0.370189 1.000000 1.000000 1.000000 +575.175659 0.000000 3421.814453 0.000000 0.972122 0.000000 0.234478 1.000000 1.000000 1.000000 +520.263306 0.000000 3415.485352 0.000000 0.873850 0.000000 0.486196 1.000000 1.000000 1.000000 +520.960571 0.000000 3422.612061 0.000000 0.999766 0.000000 -0.021656 1.000000 1.000000 1.000000 +515.057251 0.000000 3420.765625 0.000000 0.894890 0.000000 0.446286 1.000000 1.000000 1.000000 +526.579102 0.000000 3432.643799 0.000000 0.997441 0.000000 -0.071500 1.000000 1.000000 1.000000 +574.217773 0.000000 3430.889404 0.000000 0.957015 0.000000 -0.290038 1.000000 1.000000 1.000000 +519.751404 0.000000 3425.183350 0.000000 0.931523 0.000000 0.363683 1.000000 1.000000 1.000000 +555.479492 0.000000 3419.318604 0.000000 0.997736 0.000000 -0.067259 1.000000 1.000000 1.000000 +570.285645 0.000000 3417.366211 0.000000 0.926170 0.000000 -0.377105 1.000000 1.000000 1.000000 +562.719177 0.000000 3426.488037 0.000000 0.943705 0.000000 -0.330789 1.000000 1.000000 1.000000 +567.989258 0.000000 3418.346924 0.000000 0.944791 0.000000 -0.327674 1.000000 1.000000 1.000000 +560.344360 0.000000 3431.059082 0.000000 0.996486 0.000000 -0.083754 1.000000 1.000000 1.000000 +511.306702 0.000000 3416.205078 0.000000 0.993483 0.000000 0.113980 1.000000 1.000000 1.000000 +552.901428 0.000000 3449.536865 0.000000 0.900271 0.000000 0.435329 1.000000 1.000000 1.000000 +515.553650 0.000000 3409.766602 0.000000 0.874120 0.000000 -0.485710 1.000000 1.000000 1.000000 +517.226257 0.000000 3424.119873 0.000000 0.981822 0.000000 -0.189802 1.000000 1.000000 1.000000 +517.066223 0.000000 3413.403809 0.000000 0.999076 0.000000 0.042974 1.000000 1.000000 1.000000 +522.679382 0.000000 3423.287598 0.000000 0.999822 0.000000 0.018893 1.000000 1.000000 1.000000 +520.745544 0.000000 3430.658447 0.000000 0.987631 0.000000 -0.156797 1.000000 1.000000 1.000000 +523.337769 0.000000 3425.331543 0.000000 0.999997 0.000000 0.002363 1.000000 1.000000 1.000000 +508.609406 0.000000 3409.522217 0.000000 0.978809 0.000000 0.204774 1.000000 1.000000 1.000000 +559.943176 0.000000 3416.894287 0.000000 0.925658 0.000000 -0.378362 1.000000 1.000000 1.000000 +527.850830 0.000000 3437.233887 0.000000 0.952329 0.000000 -0.305074 1.000000 1.000000 1.000000 +560.462769 0.000000 3424.038574 0.000000 0.894079 0.000000 -0.447910 1.000000 1.000000 1.000000 +566.294189 0.000000 3424.504883 0.000000 0.943400 0.000000 -0.331656 1.000000 1.000000 1.000000 +571.804871 0.000000 3384.812744 0.000000 0.995595 0.000000 -0.093760 1.000000 1.000000 1.000000 +573.536865 0.000000 3418.716064 0.000000 0.999071 0.000000 -0.043103 1.000000 1.000000 1.000000 +565.545959 0.000000 3385.656006 0.000000 0.952144 0.000000 -0.305650 1.000000 1.000000 1.000000 +561.364624 0.000000 3419.166992 0.000000 0.909330 0.000000 0.416075 1.000000 1.000000 1.000000 +574.597961 0.000000 3423.244873 0.000000 0.991494 0.000000 -0.130152 1.000000 1.000000 1.000000 +551.392883 0.000000 3418.151611 0.000000 0.907721 0.000000 0.419574 1.000000 1.000000 1.000000 +575.823181 0.000000 3384.842773 0.000000 0.956805 0.000000 -0.290731 1.000000 1.000000 1.000000 +522.923889 0.000000 3420.393066 0.000000 0.996188 0.000000 -0.087232 1.000000 1.000000 1.000000 +522.051025 0.000000 3421.720703 0.000000 0.999572 0.000000 0.029240 1.000000 1.000000 1.000000 +510.857361 0.000000 3413.700684 0.000000 0.982913 0.000000 0.184070 1.000000 1.000000 1.000000 +569.400757 0.000000 3424.451172 0.000000 0.976158 0.000000 0.217061 1.000000 1.000000 1.000000 +568.241821 0.000000 3419.758545 0.000000 0.988001 0.000000 -0.154445 1.000000 1.000000 1.000000 +520.200745 0.000000 3419.876709 0.000000 0.978655 0.000000 0.205512 1.000000 1.000000 1.000000 +531.736328 0.000000 3439.314697 0.000000 0.990593 0.000000 -0.136841 1.000000 1.000000 1.000000 +566.998901 0.000000 3420.891113 0.000000 0.990969 0.000000 0.134090 1.000000 1.000000 1.000000 +525.880737 0.000000 3424.877930 0.000000 0.922334 0.000000 0.386394 1.000000 1.000000 1.000000 +513.869446 0.000000 3419.093994 0.000000 0.989505 0.000000 -0.144502 1.000000 1.000000 1.000000 +526.600220 0.000000 3435.218506 0.000000 0.927232 0.000000 0.374488 1.000000 1.000000 1.000000 +528.505432 0.000000 3434.713135 0.000000 0.989942 0.000000 -0.141471 1.000000 1.000000 1.000000 +528.774048 0.000000 3436.277100 0.000000 0.872817 0.000000 0.488048 1.000000 1.000000 1.000000 +566.649170 0.000000 3427.424561 0.000000 0.990889 0.000000 0.134682 1.000000 1.000000 1.000000 +519.217529 0.000000 3412.657959 0.000000 0.999313 0.000000 0.037065 1.000000 1.000000 1.000000 +513.008301 0.000000 3415.150879 0.000000 0.925732 0.000000 0.378181 1.000000 1.000000 1.000000 +560.132385 0.000000 3428.084473 0.000000 0.958754 0.000000 -0.284237 1.000000 1.000000 1.000000 +515.499756 0.000000 3408.643311 0.000000 0.999257 0.000000 0.038544 1.000000 1.000000 1.000000 +556.102295 0.000000 3418.368652 0.000000 0.988211 0.000000 0.153095 1.000000 1.000000 1.000000 +558.268677 0.000000 3418.640381 0.000000 0.989139 0.000000 0.146980 1.000000 1.000000 1.000000 +578.160095 0.000000 3431.654785 0.000000 0.900930 0.000000 -0.433965 1.000000 1.000000 1.000000 +617.954102 0.000000 3420.538574 0.000000 0.887691 0.000000 -0.460439 1.000000 1.000000 1.000000 +611.166992 0.000000 3446.192871 0.000000 0.985981 0.000000 -0.166859 1.000000 1.000000 1.000000 +635.195679 0.000000 3435.376221 0.000000 0.999538 0.000000 0.030380 1.000000 1.000000 1.000000 +620.766296 0.000000 3427.635986 0.000000 0.953039 0.000000 -0.302847 1.000000 1.000000 1.000000 +619.759094 0.000000 3442.204346 0.000000 0.999613 0.000000 -0.027803 1.000000 1.000000 1.000000 +613.813904 0.000000 3429.244141 0.000000 0.921831 0.000000 -0.387592 1.000000 1.000000 1.000000 +581.846802 0.000000 3426.053223 0.000000 0.961129 0.000000 0.276099 1.000000 1.000000 1.000000 +600.760681 0.000000 3433.467773 0.000000 0.912630 0.000000 0.408786 1.000000 1.000000 1.000000 +604.520874 0.000000 3424.588867 0.000000 0.960350 0.000000 0.278797 1.000000 1.000000 1.000000 +605.472656 0.000000 3435.450684 0.000000 0.937710 0.000000 -0.347420 1.000000 1.000000 1.000000 +601.822876 0.000000 3428.873779 0.000000 0.980225 0.000000 0.197887 1.000000 1.000000 1.000000 +617.880554 0.000000 3430.831299 0.000000 0.975775 0.000000 -0.218778 1.000000 1.000000 1.000000 +615.208679 0.000000 3445.926758 0.000000 0.992310 0.000000 -0.123778 1.000000 1.000000 1.000000 +623.589966 0.000000 3441.232422 0.000000 0.883451 0.000000 -0.468524 1.000000 1.000000 1.000000 +579.096558 0.000000 3428.201904 0.000000 0.998950 0.000000 0.045809 1.000000 1.000000 1.000000 +613.001099 0.000000 3425.924316 0.000000 0.993314 0.000000 -0.115445 1.000000 1.000000 1.000000 +601.905518 0.000000 3436.675049 0.000000 0.999982 0.000000 -0.005992 1.000000 1.000000 1.000000 +604.814392 0.000000 3442.544922 0.000000 0.984730 0.000000 0.174086 1.000000 1.000000 1.000000 +607.768555 0.000000 3425.264648 0.000000 0.929971 0.000000 0.367633 1.000000 1.000000 1.000000 +633.165100 0.000000 3437.547119 0.000000 0.989574 0.000000 0.144022 1.000000 1.000000 1.000000 +608.761475 0.000000 3435.358643 0.000000 0.981168 0.000000 -0.193154 1.000000 1.000000 1.000000 +607.786499 0.000000 3422.322266 0.000000 0.900293 0.000000 0.435285 1.000000 1.000000 1.000000 +607.636841 0.000000 3432.768311 0.000000 0.937670 0.000000 -0.347526 1.000000 1.000000 1.000000 +599.769531 0.000000 3430.917969 0.000000 0.910833 0.000000 0.412776 1.000000 1.000000 1.000000 +617.286255 0.000000 3441.083008 0.000000 0.979498 0.000000 -0.201455 1.000000 1.000000 1.000000 +619.732727 0.000000 3432.973389 0.000000 0.969968 0.000000 0.243233 1.000000 1.000000 1.000000 +602.249634 0.000000 3426.348145 0.000000 0.999988 0.000000 0.004794 1.000000 1.000000 1.000000 +611.358582 0.000000 3435.572266 0.000000 0.947604 0.000000 0.319447 1.000000 1.000000 1.000000 +604.008728 0.000000 3438.046387 0.000000 0.967828 0.000000 -0.251613 1.000000 1.000000 1.000000 +576.059387 0.000000 3432.760010 0.000000 0.922867 0.000000 0.385118 1.000000 1.000000 1.000000 +612.789734 0.000000 3433.700195 0.000000 0.985933 0.000000 0.167143 1.000000 1.000000 1.000000 +609.095764 0.000000 3446.935303 0.000000 0.977543 0.000000 -0.210737 1.000000 1.000000 1.000000 +605.543640 0.000000 3422.615479 0.000000 0.893956 0.000000 -0.448155 1.000000 1.000000 1.000000 +611.973877 0.000000 3428.062988 0.000000 0.994415 0.000000 -0.105542 1.000000 1.000000 1.000000 +617.178772 0.000000 3432.879150 0.000000 0.987709 0.000000 -0.156304 1.000000 1.000000 1.000000 +623.063904 0.000000 3427.322754 0.000000 0.955915 0.000000 0.293644 1.000000 1.000000 1.000000 +619.097290 0.000000 3439.945557 0.000000 0.998070 0.000000 0.062107 1.000000 1.000000 1.000000 +615.641479 0.000000 3434.832764 0.000000 0.941879 0.000000 0.335951 1.000000 1.000000 1.000000 +602.822327 0.000000 3423.155273 0.000000 0.907678 0.000000 -0.419667 1.000000 1.000000 1.000000 +603.958130 0.000000 3429.615723 0.000000 0.902746 0.000000 -0.430174 1.000000 1.000000 1.000000 +616.283325 0.000000 3422.495605 0.000000 0.965330 0.000000 -0.261031 1.000000 1.000000 1.000000 +621.823059 0.000000 3437.121826 0.000000 0.907639 0.000000 0.419752 1.000000 1.000000 1.000000 +605.859070 0.000000 3426.101318 0.000000 0.955232 0.000000 -0.295857 1.000000 1.000000 1.000000 +606.521484 0.000000 3441.062256 0.000000 0.952491 0.000000 -0.304567 1.000000 1.000000 1.000000 +577.241150 0.000000 3385.289551 0.000000 0.897700 0.000000 -0.440608 1.000000 1.000000 1.000000 +601.695068 0.000000 3430.776367 0.000000 0.932263 0.000000 -0.361782 1.000000 1.000000 1.000000 +603.713501 0.000000 3436.123535 0.000000 0.884201 0.000000 0.467107 1.000000 1.000000 1.000000 +606.244019 0.000000 3424.179688 0.000000 0.929008 0.000000 0.370059 1.000000 1.000000 1.000000 +612.003235 0.000000 3444.688965 0.000000 0.973570 0.000000 0.228388 1.000000 1.000000 1.000000 +626.178528 0.000000 3429.860596 0.000000 0.936911 0.000000 -0.349568 1.000000 1.000000 1.000000 +580.190308 0.000000 3429.535400 0.000000 0.970357 0.000000 0.241674 1.000000 1.000000 1.000000 +602.299988 0.000000 3432.915283 0.000000 0.993987 0.000000 0.109501 1.000000 1.000000 1.000000 +602.337463 0.000000 3438.281738 0.000000 0.868102 0.000000 -0.496387 1.000000 1.000000 1.000000 +603.928223 0.000000 3426.257080 0.000000 0.912206 0.000000 -0.409732 1.000000 1.000000 1.000000 +605.906555 0.000000 3428.733887 0.000000 0.980597 0.000000 -0.196036 1.000000 1.000000 1.000000 +609.077637 0.000000 3432.098633 0.000000 0.956430 0.000000 -0.291963 1.000000 1.000000 1.000000 +619.642395 0.000000 3434.552002 0.000000 0.945402 0.000000 0.325908 1.000000 1.000000 1.000000 +624.646179 0.000000 3426.964355 0.000000 0.998874 0.000000 0.047443 1.000000 1.000000 1.000000 +616.146973 0.000000 3442.156982 0.000000 0.997209 0.000000 0.074661 1.000000 1.000000 1.000000 +626.732849 0.000000 3428.191895 0.000000 0.983341 0.000000 0.181772 1.000000 1.000000 1.000000 +617.411987 0.000000 3439.576904 0.000000 0.969085 0.000000 0.246726 1.000000 1.000000 1.000000 +606.326355 0.000000 3445.731445 0.000000 0.900689 0.000000 -0.434465 1.000000 1.000000 1.000000 +611.229370 0.000000 3424.913086 0.000000 0.954143 0.000000 0.299352 1.000000 1.000000 1.000000 +615.667725 0.000000 3423.826172 0.000000 0.921310 0.000000 0.388829 1.000000 1.000000 1.000000 +600.901428 0.000000 3425.555908 0.000000 0.997878 0.000000 -0.065117 1.000000 1.000000 1.000000 +630.926758 0.000000 3431.935303 0.000000 0.893479 0.000000 -0.449104 1.000000 1.000000 1.000000 +618.505493 0.000000 3433.703613 0.000000 0.956031 0.000000 0.293266 1.000000 1.000000 1.000000 +577.345215 0.000000 3424.943359 0.000000 0.971586 0.000000 0.236686 1.000000 1.000000 1.000000 +604.708191 0.000000 3434.226807 0.000000 0.944503 0.000000 0.328503 1.000000 1.000000 1.000000 +613.870667 0.000000 3445.464844 0.000000 0.950097 0.000000 0.311953 1.000000 1.000000 1.000000 +616.671448 0.000000 3435.709961 0.000000 0.902929 0.000000 0.429789 1.000000 1.000000 1.000000 +630.012146 0.000000 3441.203125 0.000000 0.994192 0.000000 0.107618 1.000000 1.000000 1.000000 +583.076294 0.000000 3429.542236 0.000000 0.958590 0.000000 -0.284789 1.000000 1.000000 1.000000 +604.981079 0.000000 3439.096924 0.000000 0.904983 0.000000 -0.425447 1.000000 1.000000 1.000000 +606.499451 0.000000 3433.424316 0.000000 0.928623 0.000000 -0.371025 1.000000 1.000000 1.000000 +618.104248 0.000000 3427.424316 0.000000 0.879794 0.000000 0.475354 1.000000 1.000000 1.000000 +619.968384 0.000000 3440.866699 0.000000 0.906933 0.000000 0.421274 1.000000 1.000000 1.000000 +618.997803 0.000000 3437.291992 0.000000 0.987667 0.000000 -0.156570 1.000000 1.000000 1.000000 +603.077026 0.000000 3437.195801 0.000000 0.912587 0.000000 -0.408882 1.000000 1.000000 1.000000 +600.228943 0.000000 3428.182129 0.000000 0.996530 0.000000 -0.083236 1.000000 1.000000 1.000000 +579.213867 0.000000 3430.341309 0.000000 0.996532 0.000000 0.083210 1.000000 1.000000 1.000000 +632.607544 0.000000 3436.439941 0.000000 0.942690 0.000000 0.333669 1.000000 1.000000 1.000000 +622.008423 0.000000 3427.950439 0.000000 0.989926 0.000000 -0.141584 1.000000 1.000000 1.000000 +612.376343 0.000000 3445.890869 0.000000 0.866458 0.000000 0.499251 1.000000 1.000000 1.000000 +610.975769 0.000000 3427.448242 0.000000 0.920933 0.000000 0.389722 1.000000 1.000000 1.000000 +622.252930 0.000000 3440.280518 0.000000 0.954759 0.000000 0.297380 1.000000 1.000000 1.000000 +619.365356 0.000000 3438.874268 0.000000 0.970116 0.000000 -0.242641 1.000000 1.000000 1.000000 +616.622742 0.000000 3437.285645 0.000000 0.915803 0.000000 0.401628 1.000000 1.000000 1.000000 1197.139404 0.000000 2676.961914 0.000000 0.949079 0.000000 0.315039 1.000000 1.000000 1.000000 1169.630249 0.000000 2704.933838 0.000000 0.995011 0.000000 0.099764 1.000000 1.000000 1.000000 1166.690796 0.000000 2703.476562 0.000000 0.992360 0.000000 -0.123379 1.000000 1.000000 1.000000 @@ -17489,11 +18254,9 @@ object={ 1335.130493 0.000000 2654.098633 0.000000 0.994481 0.000000 0.104915 1.000000 1.000000 1.000000 1330.577271 0.000000 2660.030762 0.000000 0.994272 0.000000 0.106880 1.000000 1.000000 1.000000 1332.498047 0.000000 2661.049072 0.000000 0.972902 0.000000 -0.231218 1.000000 1.000000 1.000000 -1349.353516 0.000000 2665.029053 0.000000 0.930252 0.000000 -0.366921 1.000000 1.000000 1.000000 1295.973877 0.000000 2732.129395 0.000000 0.981755 0.000000 -0.190152 1.000000 1.000000 1.000000 1361.451416 0.000000 2699.410645 0.000000 0.878845 0.000000 0.477108 1.000000 1.000000 1.000000 1365.627686 0.000000 2697.062012 0.000000 0.936492 0.000000 -0.350689 1.000000 1.000000 1.000000 -1338.805298 0.000000 2666.250488 0.000000 0.891008 0.000000 -0.453988 1.000000 1.000000 1.000000 1362.730835 0.000000 2706.871582 0.000000 0.978593 0.000000 -0.205803 1.000000 1.000000 1.000000 1297.697754 0.000000 2723.858154 0.000000 0.891412 0.000000 0.453193 1.000000 1.000000 1.000000 1326.680298 0.000000 2663.558350 0.000000 0.991795 0.000000 -0.127837 1.000000 1.000000 1.000000 @@ -17545,8 +18308,215 @@ object={ 1382.276978 0.000000 2747.411377 0.000000 0.960231 0.000000 0.279208 1.000000 1.000000 1.000000 1319.691406 0.000000 2855.042969 0.000000 0.870963 0.000000 0.491349 1.000000 1.000000 1.000000 1320.773438 0.000000 2856.134033 0.000000 0.997267 0.000000 -0.073876 1.000000 1.000000 1.000000 -1688.409180 0.000000 2818.757812 0.000000 0.999986 0.000000 0.005352 1.000000 1.000000 1.000000 +1625.684082 0.000000 2859.049561 0.000000 0.934359 0.000000 -0.356333 1.000000 1.000000 1.000000 +1610.458130 0.000000 2864.109619 0.000000 0.973854 0.000000 -0.227173 1.000000 1.000000 1.000000 +1608.651367 0.000000 2857.592773 0.000000 0.998633 0.000000 -0.052277 1.000000 1.000000 1.000000 +1612.411499 0.000000 2848.713867 0.000000 0.948041 0.000000 0.318148 1.000000 1.000000 1.000000 +1601.117798 0.000000 2853.134277 0.000000 0.903708 0.000000 -0.428149 1.000000 1.000000 1.000000 +1624.499634 0.000000 2862.488281 0.000000 0.989916 0.000000 -0.141653 1.000000 1.000000 1.000000 +1607.215576 0.000000 2864.956299 0.000000 0.960241 0.000000 0.279174 1.000000 1.000000 1.000000 +1615.659180 0.000000 2849.389648 0.000000 0.999353 0.000000 -0.035957 1.000000 1.000000 1.000000 +1603.353394 0.000000 2853.454346 0.000000 0.949277 0.000000 0.314442 1.000000 1.000000 1.000000 +1612.587891 0.000000 2864.489502 0.000000 0.999284 0.000000 -0.037847 1.000000 1.000000 1.000000 +1614.412109 0.000000 2865.187256 0.000000 0.979832 0.000000 -0.199825 1.000000 1.000000 1.000000 +1606.814453 0.000000 2851.433350 0.000000 0.989733 0.000000 0.142927 1.000000 1.000000 1.000000 1283.946167 0.000000 2880.880127 0.000000 0.983696 0.000000 0.179837 1.000000 1.000000 1.000000 +490.112579 0.000000 3496.689941 0.000000 0.999998 0.000000 -0.002000 1.000000 1.000000 1.000000 +488.610657 0.000000 3523.193359 0.000000 0.984515 0.000000 0.175301 1.000000 1.000000 1.000000 +466.753601 0.000000 3487.042969 0.000000 0.973512 0.000000 0.228634 1.000000 1.000000 1.000000 +494.246857 0.000000 3478.342529 0.000000 0.983525 0.000000 0.180772 1.000000 1.000000 1.000000 +490.961639 0.000000 3483.491455 0.000000 0.871555 0.000000 0.490297 1.000000 1.000000 1.000000 +492.690735 0.000000 3496.881348 0.000000 0.943779 0.000000 -0.330578 1.000000 1.000000 1.000000 +492.656311 0.000000 3519.011475 0.000000 0.930110 0.000000 0.367282 1.000000 1.000000 1.000000 +475.112946 0.000000 3511.929932 0.000000 0.970079 0.000000 0.242789 1.000000 1.000000 1.000000 +493.194611 0.000000 3521.934326 0.000000 0.997510 0.000000 -0.070529 1.000000 1.000000 1.000000 +488.193390 0.000000 3501.178467 0.000000 0.999925 0.000000 0.012274 1.000000 1.000000 1.000000 +498.704041 0.000000 3500.674805 0.000000 0.985979 0.000000 0.166868 1.000000 1.000000 1.000000 +483.098877 0.000000 3476.458252 0.000000 0.871141 0.000000 -0.491033 1.000000 1.000000 1.000000 +480.167145 0.000000 3477.896484 0.000000 0.998996 0.000000 0.044802 1.000000 1.000000 1.000000 +490.865723 0.000000 3495.025146 0.000000 0.999119 0.000000 0.041971 1.000000 1.000000 1.000000 +492.609619 0.000000 3478.534424 0.000000 0.888935 0.000000 -0.458033 1.000000 1.000000 1.000000 +499.011139 0.000000 3503.207031 0.000000 0.946444 0.000000 -0.322869 1.000000 1.000000 1.000000 +468.225739 0.000000 3483.663330 0.000000 0.914649 0.000000 0.404249 1.000000 1.000000 1.000000 +500.927155 0.000000 3503.522461 0.000000 0.956706 0.000000 -0.291057 1.000000 1.000000 1.000000 +491.377777 0.000000 3497.303223 0.000000 0.892474 0.000000 -0.451098 1.000000 1.000000 1.000000 +511.581665 0.000000 3460.523926 0.000000 0.999957 0.000000 -0.009300 1.000000 1.000000 1.000000 +567.726746 0.000000 3499.797119 0.000000 0.995369 0.000000 -0.096125 1.000000 1.000000 1.000000 +509.976410 0.000000 3482.618164 0.000000 0.998592 0.000000 -0.053052 1.000000 1.000000 1.000000 +553.222656 0.000000 3500.339844 0.000000 0.869713 0.000000 0.493557 1.000000 1.000000 1.000000 +521.336670 0.000000 3516.135254 0.000000 0.994326 0.000000 -0.106372 1.000000 1.000000 1.000000 +512.947754 0.000000 3484.637939 0.000000 0.912150 0.000000 0.409856 1.000000 1.000000 1.000000 +558.642761 0.000000 3502.520264 0.000000 0.880030 0.000000 0.474918 1.000000 1.000000 1.000000 +574.248962 0.000000 3485.689453 0.000000 0.981231 0.000000 -0.192838 1.000000 1.000000 1.000000 +524.134338 0.000000 3517.069580 0.000000 0.868384 0.000000 -0.495893 1.000000 1.000000 1.000000 +511.033722 0.000000 3509.678223 0.000000 0.923410 0.000000 0.383815 1.000000 1.000000 1.000000 +511.506256 0.000000 3505.673828 0.000000 0.873658 0.000000 0.486541 1.000000 1.000000 1.000000 +572.457886 0.000000 3483.844238 0.000000 0.968678 0.000000 -0.248320 1.000000 1.000000 1.000000 +574.057312 0.000000 3480.664062 0.000000 0.937723 0.000000 -0.347385 1.000000 1.000000 1.000000 +510.714539 0.000000 3503.905518 0.000000 0.995496 0.000000 0.094801 1.000000 1.000000 1.000000 +511.956696 0.000000 3512.340820 0.000000 0.953230 0.000000 -0.302245 1.000000 1.000000 1.000000 +520.395691 0.000000 3517.770752 0.000000 0.882288 0.000000 -0.470710 1.000000 1.000000 1.000000 +557.453125 0.000000 3501.307129 0.000000 0.999959 0.000000 -0.009035 1.000000 1.000000 1.000000 +566.294189 0.000000 3496.489258 0.000000 0.994658 0.000000 -0.103221 1.000000 1.000000 1.000000 +565.434570 0.000000 3459.764404 0.000000 0.902718 0.000000 -0.430234 1.000000 1.000000 1.000000 +528.909241 0.000000 3497.540283 0.000000 0.980917 0.000000 0.194426 1.000000 1.000000 1.000000 +507.317596 0.000000 3457.194824 0.000000 0.976458 0.000000 0.215707 1.000000 1.000000 1.000000 +510.857361 0.000000 3485.685059 0.000000 0.991345 0.000000 -0.131283 1.000000 1.000000 1.000000 +567.725220 0.000000 3494.295166 0.000000 0.947650 0.000000 0.319312 1.000000 1.000000 1.000000 +565.610291 0.000000 3497.387207 0.000000 0.956242 0.000000 0.292576 1.000000 1.000000 1.000000 +478.567657 0.000000 3529.564941 0.000000 0.893853 0.000000 -0.448360 1.000000 1.000000 1.000000 +480.544159 0.000000 3532.758545 0.000000 0.995271 0.000000 -0.097134 1.000000 1.000000 1.000000 +480.945435 0.000000 3528.983643 0.000000 0.999032 0.000000 -0.043981 1.000000 1.000000 1.000000 +546.677368 0.000000 3591.839600 0.000000 0.999998 0.000000 -0.002214 1.000000 1.000000 1.000000 +569.620544 0.000000 3529.448730 0.000000 0.987945 0.000000 0.154802 1.000000 1.000000 1.000000 +562.859070 0.000000 3592.278809 0.000000 0.967297 0.000000 0.253645 1.000000 1.000000 1.000000 +554.902588 0.000000 3582.854248 0.000000 0.868247 0.000000 0.496132 1.000000 1.000000 1.000000 +561.172913 0.000000 3581.515869 0.000000 0.897235 0.000000 0.441554 1.000000 1.000000 1.000000 +566.934326 0.000000 3595.074951 0.000000 0.899171 0.000000 -0.437597 1.000000 1.000000 1.000000 +552.745789 0.000000 3577.808594 0.000000 0.999638 0.000000 0.026893 1.000000 1.000000 1.000000 +571.218506 0.000000 3598.297363 0.000000 0.884444 0.000000 0.466647 1.000000 1.000000 1.000000 +548.371338 0.000000 3574.243896 0.000000 0.935916 0.000000 -0.352223 1.000000 1.000000 1.000000 +557.601257 0.000000 3587.121094 0.000000 0.995640 0.000000 -0.093277 1.000000 1.000000 1.000000 +560.877869 0.000000 3583.662598 0.000000 0.998802 0.000000 0.048934 1.000000 1.000000 1.000000 +564.254150 0.000000 3598.966553 0.000000 0.945142 0.000000 0.326660 1.000000 1.000000 1.000000 +551.213928 0.000000 3578.995850 0.000000 0.972594 0.000000 0.232509 1.000000 1.000000 1.000000 +559.005554 0.000000 3583.311279 0.000000 0.869265 0.000000 -0.494346 1.000000 1.000000 1.000000 +552.951782 0.000000 3579.627441 0.000000 0.872002 0.000000 -0.489502 1.000000 1.000000 1.000000 +549.909973 0.000000 3574.704590 0.000000 0.999997 0.000000 0.002243 1.000000 1.000000 1.000000 +571.804871 0.000000 3528.781494 0.000000 0.984548 0.000000 0.175114 1.000000 1.000000 1.000000 +551.542603 0.000000 3574.937256 0.000000 0.954862 0.000000 -0.297050 1.000000 1.000000 1.000000 +569.719055 0.000000 3598.536865 0.000000 0.996970 0.000000 0.077792 1.000000 1.000000 1.000000 +568.281738 0.000000 3529.710693 0.000000 0.999671 0.000000 0.025643 1.000000 1.000000 1.000000 +549.133545 0.000000 3586.170410 0.000000 0.998370 0.000000 0.057071 1.000000 1.000000 1.000000 +554.012268 0.000000 3583.832031 0.000000 0.945436 0.000000 0.325809 1.000000 1.000000 1.000000 +546.795471 0.000000 3587.879395 0.000000 0.981883 0.000000 0.189489 1.000000 1.000000 1.000000 +565.880676 0.000000 3600.064941 0.000000 0.998706 0.000000 -0.050863 1.000000 1.000000 1.000000 +546.050903 0.000000 3605.681396 0.000000 0.906071 0.000000 0.423125 1.000000 1.000000 1.000000 +573.712158 0.000000 3610.770264 0.000000 0.999523 0.000000 0.030869 1.000000 1.000000 1.000000 +546.891235 0.000000 3602.047363 0.000000 0.999859 0.000000 0.016801 1.000000 1.000000 1.000000 +572.136536 0.000000 3613.218506 0.000000 0.999697 0.000000 0.024621 1.000000 1.000000 1.000000 +557.610901 0.000000 3603.612549 0.000000 0.942789 0.000000 0.333390 1.000000 1.000000 1.000000 +552.536377 0.000000 3604.742920 0.000000 0.882512 0.000000 -0.470290 1.000000 1.000000 1.000000 +568.460938 0.000000 3599.298096 0.000000 0.946971 0.000000 0.321318 1.000000 1.000000 1.000000 +571.823669 0.000000 3602.322266 0.000000 0.996723 0.000000 -0.080887 1.000000 1.000000 1.000000 +575.100952 0.000000 3612.227783 0.000000 0.876211 0.000000 -0.481928 1.000000 1.000000 1.000000 +554.483398 0.000000 3600.978027 0.000000 0.952694 0.000000 0.303931 1.000000 1.000000 1.000000 +553.932129 0.000000 3603.750488 0.000000 0.898046 0.000000 0.439902 1.000000 1.000000 1.000000 +551.098083 0.000000 3605.007812 0.000000 0.981895 0.000000 0.189424 1.000000 1.000000 1.000000 +552.519531 0.000000 3603.383789 0.000000 0.957071 0.000000 -0.289854 1.000000 1.000000 1.000000 +621.299438 0.000000 3524.935547 0.000000 0.964501 0.000000 0.264080 1.000000 1.000000 1.000000 +632.595032 0.000000 3523.193359 0.000000 0.999761 0.000000 -0.021862 1.000000 1.000000 1.000000 +626.502869 0.000000 3520.751221 0.000000 0.993458 0.000000 -0.114196 1.000000 1.000000 1.000000 +626.046387 0.000000 3525.863281 0.000000 0.984416 0.000000 -0.175857 1.000000 1.000000 1.000000 +622.334961 0.000000 3521.551270 0.000000 0.981080 0.000000 -0.193604 1.000000 1.000000 1.000000 +579.272400 0.000000 3484.971436 0.000000 0.985055 0.000000 0.172240 1.000000 1.000000 1.000000 +629.802673 0.000000 3521.205322 0.000000 0.962695 0.000000 -0.270587 1.000000 1.000000 1.000000 +626.143555 0.000000 3517.428467 0.000000 0.910770 0.000000 -0.412913 1.000000 1.000000 1.000000 +578.872559 0.000000 3481.464355 0.000000 0.937025 0.000000 -0.349261 1.000000 1.000000 1.000000 +638.926514 0.000000 3523.090576 0.000000 0.970703 0.000000 0.240285 1.000000 1.000000 1.000000 +627.575073 0.000000 3523.322021 0.000000 0.999998 0.000000 -0.002178 1.000000 1.000000 1.000000 +620.422791 0.000000 3518.089111 0.000000 0.997744 0.000000 0.067139 1.000000 1.000000 1.000000 +634.218872 0.000000 3525.039062 0.000000 0.877169 0.000000 0.480181 1.000000 1.000000 1.000000 +627.714905 0.000000 3518.948730 0.000000 0.942904 0.000000 0.333063 1.000000 1.000000 1.000000 +580.232483 0.000000 3510.605469 0.000000 0.871129 0.000000 0.491054 1.000000 1.000000 1.000000 +578.092102 0.000000 3483.291016 0.000000 0.876110 0.000000 -0.482111 1.000000 1.000000 1.000000 +622.408875 0.000000 3519.580566 0.000000 0.978148 0.000000 0.207910 1.000000 1.000000 1.000000 +580.851868 0.000000 3513.617920 0.000000 0.926773 0.000000 -0.375623 1.000000 1.000000 1.000000 +625.824646 0.000000 3519.076904 0.000000 0.996242 0.000000 0.086612 1.000000 1.000000 1.000000 +645.525635 0.000000 3526.640137 0.000000 0.996419 0.000000 -0.084556 1.000000 1.000000 1.000000 +623.185852 0.000000 3516.210205 0.000000 0.992491 0.000000 -0.122317 1.000000 1.000000 1.000000 +635.507446 0.000000 3524.301514 0.000000 0.960657 0.000000 0.277738 1.000000 1.000000 1.000000 +579.014160 0.000000 3482.596436 0.000000 0.947296 0.000000 0.320361 1.000000 1.000000 1.000000 +644.336060 0.000000 3526.580811 0.000000 0.898249 0.000000 -0.439486 1.000000 1.000000 1.000000 +635.640869 0.000000 3525.562744 0.000000 0.947126 0.000000 0.320862 1.000000 1.000000 1.000000 +601.782959 0.000000 3562.596436 0.000000 0.941311 0.000000 0.337540 1.000000 1.000000 1.000000 +643.060608 0.000000 3534.409180 0.000000 0.977164 0.000000 0.212485 1.000000 1.000000 1.000000 +576.052002 0.000000 3595.941895 0.000000 0.913457 0.000000 -0.406936 1.000000 1.000000 1.000000 +622.552002 0.000000 3529.564941 0.000000 0.907972 0.000000 -0.419030 1.000000 1.000000 1.000000 +645.291504 0.000000 3528.141602 0.000000 0.922683 0.000000 0.385559 1.000000 1.000000 1.000000 +600.760681 0.000000 3577.436523 0.000000 0.969904 0.000000 0.243489 1.000000 1.000000 1.000000 +602.353943 0.000000 3533.200684 0.000000 0.999087 0.000000 0.042711 1.000000 1.000000 1.000000 +604.520874 0.000000 3568.557617 0.000000 0.953183 0.000000 -0.302395 1.000000 1.000000 1.000000 +629.772583 0.000000 3537.218506 0.000000 0.886359 0.000000 -0.462999 1.000000 1.000000 1.000000 +638.831116 0.000000 3532.358154 0.000000 0.983952 0.000000 -0.178434 1.000000 1.000000 1.000000 +641.612732 0.000000 3529.448730 0.000000 0.933860 0.000000 0.357639 1.000000 1.000000 1.000000 +606.341736 0.000000 3532.350342 0.000000 0.893991 0.000000 -0.448085 1.000000 1.000000 1.000000 +631.126831 0.000000 3533.705811 0.000000 0.884603 0.000000 0.466345 1.000000 1.000000 1.000000 +618.225769 0.000000 3542.684082 0.000000 0.996515 0.000000 0.083418 1.000000 1.000000 1.000000 +642.478760 0.000000 3584.302979 0.000000 0.975672 0.000000 0.219234 1.000000 1.000000 1.000000 +614.056213 0.000000 3547.524170 0.000000 0.868468 0.000000 0.495745 1.000000 1.000000 1.000000 +619.781128 0.000000 3547.315186 0.000000 1.000000 0.000000 -0.000889 1.000000 1.000000 1.000000 +618.055664 0.000000 3588.862305 0.000000 0.974076 0.000000 0.226223 1.000000 1.000000 1.000000 +625.373230 0.000000 3530.283936 0.000000 0.991074 0.000000 -0.133315 1.000000 1.000000 1.000000 +627.243042 0.000000 3535.583252 0.000000 0.999043 0.000000 0.043735 1.000000 1.000000 1.000000 +599.775940 0.000000 3560.311768 0.000000 0.895969 0.000000 -0.444116 1.000000 1.000000 1.000000 +637.062866 0.000000 3537.385010 0.000000 0.999902 0.000000 -0.013967 1.000000 1.000000 1.000000 +624.528564 0.000000 3532.758545 0.000000 0.988157 0.000000 -0.153446 1.000000 1.000000 1.000000 +604.072754 0.000000 3531.492920 0.000000 0.999882 0.000000 -0.015356 1.000000 1.000000 1.000000 +582.095276 0.000000 3542.182129 0.000000 0.882427 0.000000 -0.470450 1.000000 1.000000 1.000000 +643.815857 0.000000 3530.337891 0.000000 0.975308 0.000000 0.220848 1.000000 1.000000 1.000000 +610.200928 0.000000 3534.774414 0.000000 0.926450 0.000000 0.376419 1.000000 1.000000 1.000000 +647.134521 0.000000 3530.104004 0.000000 0.911444 0.000000 -0.411424 1.000000 1.000000 1.000000 +605.543640 0.000000 3566.584229 0.000000 0.991513 0.000000 0.130005 1.000000 1.000000 1.000000 +628.997925 0.000000 3534.187988 0.000000 0.885479 0.000000 -0.464679 1.000000 1.000000 1.000000 +580.059021 0.000000 3598.506104 0.000000 0.996088 0.000000 0.088371 1.000000 1.000000 1.000000 +607.990356 0.000000 3533.707520 0.000000 0.953215 0.000000 -0.302294 1.000000 1.000000 1.000000 +638.937866 0.000000 3538.432861 0.000000 0.903547 0.000000 0.428489 1.000000 1.000000 1.000000 +584.142822 0.000000 3542.005615 0.000000 0.928138 0.000000 0.372236 1.000000 1.000000 1.000000 +625.539368 0.000000 3534.502930 0.000000 0.994344 0.000000 -0.106206 1.000000 1.000000 1.000000 +643.645630 0.000000 3532.479736 0.000000 0.999961 0.000000 0.008791 1.000000 1.000000 1.000000 +634.584167 0.000000 3537.210938 0.000000 0.984876 0.000000 0.173260 1.000000 1.000000 1.000000 +636.016479 0.000000 3528.739502 0.000000 0.968643 0.000000 -0.248459 1.000000 1.000000 1.000000 +633.186279 0.000000 3529.257568 0.000000 0.919969 0.000000 -0.391991 1.000000 1.000000 1.000000 +635.100586 0.000000 3532.082764 0.000000 0.998999 0.000000 0.044734 1.000000 1.000000 1.000000 +615.788391 0.000000 3547.312256 0.000000 0.980004 0.000000 -0.198978 1.000000 1.000000 1.000000 +634.754944 0.000000 3529.845459 0.000000 0.999626 0.000000 -0.027331 1.000000 1.000000 1.000000 +638.905518 0.000000 3534.031738 0.000000 0.929541 0.000000 0.368719 1.000000 1.000000 1.000000 +597.655029 0.000000 3563.943359 0.000000 0.991412 0.000000 0.130777 1.000000 1.000000 1.000000 +642.955322 0.000000 3588.145752 0.000000 0.965355 0.000000 0.260939 1.000000 1.000000 1.000000 +641.362183 0.000000 3588.283203 0.000000 0.887609 0.000000 -0.460598 1.000000 1.000000 1.000000 +628.966919 0.000000 3535.766846 0.000000 0.975538 0.000000 -0.219830 1.000000 1.000000 1.000000 +597.355713 0.000000 3562.402344 0.000000 0.976850 0.000000 -0.213927 1.000000 1.000000 1.000000 +582.298645 0.000000 3544.954346 0.000000 0.901749 0.000000 0.432261 1.000000 1.000000 1.000000 +640.292297 0.000000 3532.782471 0.000000 0.958238 0.000000 -0.285972 1.000000 1.000000 1.000000 +580.967224 0.000000 3597.155273 0.000000 0.993534 0.000000 0.113539 1.000000 1.000000 1.000000 +632.303528 0.000000 3534.643311 0.000000 0.948116 0.000000 0.317925 1.000000 1.000000 1.000000 +642.380615 0.000000 3530.799805 0.000000 0.994895 0.000000 -0.100917 1.000000 1.000000 1.000000 +646.448242 0.000000 3528.892822 0.000000 0.996790 0.000000 0.080057 1.000000 1.000000 1.000000 +582.323547 0.000000 3543.512695 0.000000 0.967178 0.000000 -0.254101 1.000000 1.000000 1.000000 +633.239441 0.000000 3532.395020 0.000000 0.999425 0.000000 0.033893 1.000000 1.000000 1.000000 +635.803528 0.000000 3537.740234 0.000000 0.992199 0.000000 -0.124667 1.000000 1.000000 1.000000 +641.980713 0.000000 3590.921875 0.000000 0.892332 0.000000 0.451379 1.000000 1.000000 1.000000 +619.280884 0.000000 3567.650391 0.000000 0.989667 0.000000 0.143384 1.000000 1.000000 1.000000 +644.422363 0.000000 3531.470215 0.000000 0.999026 0.000000 0.044114 1.000000 1.000000 1.000000 +607.586853 0.000000 3532.511963 0.000000 0.994489 0.000000 0.104842 1.000000 1.000000 1.000000 +635.651733 0.000000 3536.593994 0.000000 0.964622 0.000000 0.263636 1.000000 1.000000 1.000000 +616.774963 0.000000 3547.816162 0.000000 0.999753 0.000000 -0.022227 1.000000 1.000000 1.000000 +635.459106 0.000000 3527.754150 0.000000 0.999569 0.000000 0.029355 1.000000 1.000000 1.000000 +624.723755 0.000000 3527.296143 0.000000 0.995801 0.000000 -0.091540 1.000000 1.000000 1.000000 +631.271851 0.000000 3534.728027 0.000000 0.987089 0.000000 -0.160175 1.000000 1.000000 1.000000 +650.141113 0.000000 3582.245850 0.000000 0.993419 0.000000 0.114538 1.000000 1.000000 1.000000 +650.197754 0.000000 3540.255859 0.000000 0.983612 0.000000 -0.180299 1.000000 1.000000 1.000000 +655.387756 0.000000 3546.091797 0.000000 0.985318 0.000000 0.170728 1.000000 1.000000 1.000000 +652.644348 0.000000 3540.180420 0.000000 0.964441 0.000000 0.264300 1.000000 1.000000 1.000000 +652.892944 0.000000 3543.405762 0.000000 0.953700 0.000000 -0.300759 1.000000 1.000000 1.000000 +654.290833 0.000000 3544.954346 0.000000 0.999018 0.000000 0.044316 1.000000 1.000000 1.000000 +669.681274 0.000000 3543.407959 0.000000 0.995923 0.000000 0.090206 1.000000 1.000000 1.000000 +652.927795 0.000000 3541.498047 0.000000 0.991417 0.000000 -0.130739 1.000000 1.000000 1.000000 +655.263977 0.000000 3547.398438 0.000000 0.961993 0.000000 0.273075 1.000000 1.000000 1.000000 +653.827515 0.000000 3540.691162 0.000000 0.948059 0.000000 0.318094 1.000000 1.000000 1.000000 +655.999634 0.000000 3545.099121 0.000000 0.915283 0.000000 -0.402812 1.000000 1.000000 1.000000 +576.355896 0.000000 3602.924072 0.000000 0.991095 0.000000 0.133157 1.000000 1.000000 1.000000 +592.519043 0.000000 3611.780273 0.000000 0.957167 0.000000 -0.289535 1.000000 1.000000 1.000000 +589.983582 0.000000 3609.195312 0.000000 1.000000 0.000000 -0.000426 1.000000 1.000000 1.000000 +594.374146 0.000000 3613.313721 0.000000 0.982228 0.000000 -0.187693 1.000000 1.000000 1.000000 +597.552856 0.000000 3611.913330 0.000000 0.998540 0.000000 0.054019 1.000000 1.000000 1.000000 +578.612915 0.000000 3599.902100 0.000000 0.959766 0.000000 0.280800 1.000000 1.000000 1.000000 +577.661011 0.000000 3614.744385 0.000000 0.959964 0.000000 -0.280122 1.000000 1.000000 1.000000 +595.931763 0.000000 3612.561035 0.000000 0.892360 0.000000 -0.451323 1.000000 1.000000 1.000000 +594.097412 0.000000 3611.738281 0.000000 0.978217 0.000000 0.207587 1.000000 1.000000 1.000000 +591.339111 0.000000 3608.694580 0.000000 0.933705 0.000000 -0.358043 1.000000 1.000000 1.000000 +581.644714 0.000000 3599.722656 0.000000 0.891088 0.000000 -0.453830 1.000000 1.000000 1.000000 716.050293 0.000000 3739.515869 0.000000 0.939338 0.000000 -0.342992 1.000000 1.000000 1.000000 666.161377 0.000000 3701.115234 0.000000 0.978304 0.000000 0.207173 1.000000 1.000000 1.000000 707.187866 0.000000 3723.313721 0.000000 0.994497 0.000000 -0.104770 1.000000 1.000000 1.000000 @@ -17909,7 +18879,6 @@ object={ 773.416016 0.000000 3816.779053 0.000000 0.941332 0.000000 0.337481 1.000000 1.000000 1.000000 778.930420 0.000000 3843.413330 0.000000 0.917721 0.000000 0.397225 1.000000 1.000000 1.000000 780.799072 0.000000 3832.925781 0.000000 0.989853 0.000000 0.142097 1.000000 1.000000 1.000000 -774.530090 0.000000 3843.473877 0.000000 0.975149 0.000000 -0.221552 1.000000 1.000000 1.000000 770.699768 0.000000 3826.266846 0.000000 0.981253 0.000000 -0.192726 1.000000 1.000000 1.000000 771.499084 0.000000 3838.301270 0.000000 0.952383 0.000000 -0.304903 1.000000 1.000000 1.000000 786.144104 0.000000 3838.059570 0.000000 0.994623 0.000000 0.103566 1.000000 1.000000 1.000000 @@ -17933,7 +18902,6 @@ object={ 771.291321 0.000000 3845.912598 0.000000 0.970268 0.000000 -0.242032 1.000000 1.000000 1.000000 769.863708 0.000000 3842.997070 0.000000 0.914562 0.000000 -0.404446 1.000000 1.000000 1.000000 771.697510 0.000000 3842.799072 0.000000 0.965714 0.000000 0.259609 1.000000 1.000000 1.000000 -766.486389 0.000000 3831.837402 0.000000 0.920396 0.000000 -0.390988 1.000000 1.000000 1.000000 773.279785 0.000000 3843.193848 0.000000 0.868011 0.000000 -0.496546 1.000000 1.000000 1.000000 763.612244 0.000000 3833.971924 0.000000 0.978108 0.000000 -0.208097 1.000000 1.000000 1.000000 782.782288 0.000000 3837.193848 0.000000 0.999264 0.000000 -0.038347 1.000000 1.000000 1.000000 @@ -19884,7 +20852,6 @@ object={ 1895.383911 0.000000 3881.600830 0.000000 0.956598 0.000000 0.291412 1.000000 1.000000 1.000000 1913.652832 0.000000 3866.830811 0.000000 0.999905 0.000000 -0.013783 1.000000 1.000000 1.000000 1872.599731 0.000000 3853.609375 0.000000 0.984347 0.000000 -0.176239 1.000000 1.000000 1.000000 -1895.986938 0.000000 3844.719971 0.000000 0.994701 0.000000 -0.102812 1.000000 1.000000 1.000000 1871.834961 0.000000 3858.824463 0.000000 0.879578 0.000000 0.475755 1.000000 1.000000 1.000000 1905.654907 0.000000 3859.692383 0.000000 0.973345 0.000000 -0.229346 1.000000 1.000000 1.000000 1915.930908 0.000000 3869.958496 0.000000 0.903786 0.000000 -0.427986 1.000000 1.000000 1.000000 @@ -34669,7 +35636,7 @@ object={ generated_content=yes layer="tree_high_layer" pdxmesh="tree_pine_single_01_c_mesh" - count=17349 + count=17840 transform="656.412964 0.000000 2146.732910 0.000000 0.460093 0.000000 -0.887871 1.000000 1.000000 1.000000 735.653564 0.000000 2215.399658 0.000000 0.758651 0.000000 -0.651497 1.000000 1.000000 1.000000 739.749207 0.000000 2212.755859 0.000000 0.768587 0.000000 -0.639746 1.000000 1.000000 1.000000 @@ -34725,10 +35692,305 @@ object={ 1095.961426 0.000000 2591.835693 0.000000 0.700518 0.000000 -0.713635 1.000000 1.000000 1.000000 1148.499756 0.000000 2746.226074 0.000000 0.663088 0.000000 -0.748542 1.000000 1.000000 1.000000 1147.249023 0.000000 2748.519775 0.000000 0.322357 0.000000 -0.946618 1.000000 1.000000 1.000000 +429.899780 0.000000 3368.754883 0.000000 0.176055 0.000000 -0.984380 1.000000 1.000000 1.000000 +419.034027 0.000000 3368.146729 0.000000 0.781058 0.000000 -0.624458 1.000000 1.000000 1.000000 +415.395996 0.000000 3369.284180 0.000000 0.683781 0.000000 -0.729687 1.000000 1.000000 1.000000 +428.464630 0.000000 3365.646973 0.000000 0.154280 0.000000 -0.988027 1.000000 1.000000 1.000000 +426.502197 0.000000 3368.349854 0.000000 0.322699 0.000000 -0.946502 1.000000 1.000000 1.000000 +422.949951 0.000000 3379.121826 0.000000 0.411393 0.000000 -0.911458 1.000000 1.000000 1.000000 +421.202423 0.000000 3377.965576 0.000000 0.522934 0.000000 -0.852373 1.000000 1.000000 1.000000 +429.487122 0.000000 3366.631592 0.000000 0.672232 0.000000 -0.740341 1.000000 1.000000 1.000000 +423.978210 0.000000 3376.244629 0.000000 0.815803 0.000000 -0.578330 1.000000 1.000000 1.000000 +418.015625 0.000000 3371.438232 0.000000 0.084087 0.000000 -0.996458 1.000000 1.000000 1.000000 +422.459503 0.000000 3377.813721 0.000000 0.520424 0.000000 -0.853908 1.000000 1.000000 1.000000 +423.333740 0.000000 3375.185791 0.000000 0.030680 0.000000 -0.999529 1.000000 1.000000 1.000000 +416.644104 0.000000 3371.796387 0.000000 0.462636 0.000000 -0.886548 1.000000 1.000000 1.000000 +420.087433 0.000000 3372.456543 0.000000 0.678577 0.000000 -0.734529 1.000000 1.000000 1.000000 +421.494446 0.000000 3395.937744 0.000000 0.347787 0.000000 -0.937573 1.000000 1.000000 1.000000 +423.532104 0.000000 3392.483154 0.000000 0.345570 0.000000 -0.938393 1.000000 1.000000 1.000000 +417.346252 0.000000 3394.709717 0.000000 0.842911 0.000000 -0.538053 1.000000 1.000000 1.000000 +422.764069 0.000000 3398.669189 0.000000 0.854252 0.000000 -0.519859 1.000000 1.000000 1.000000 +428.609619 0.000000 3399.611816 0.000000 0.725397 0.000000 -0.688331 1.000000 1.000000 1.000000 +419.475708 0.000000 3395.117188 0.000000 0.560276 0.000000 -0.828306 1.000000 1.000000 1.000000 +424.157013 0.000000 3397.963623 0.000000 0.286467 0.000000 -0.958090 1.000000 1.000000 1.000000 +426.974030 0.000000 3397.757812 0.000000 0.480952 0.000000 -0.876747 1.000000 1.000000 1.000000 +427.327087 0.000000 3396.379150 0.000000 0.643124 0.000000 -0.765762 1.000000 1.000000 1.000000 +467.182617 0.000000 3374.208496 0.000000 0.739829 0.000000 -0.672795 1.000000 1.000000 1.000000 +458.583191 0.000000 3368.000244 0.000000 0.677740 0.000000 -0.735302 1.000000 1.000000 1.000000 +447.059326 0.000000 3374.787109 0.000000 0.203206 0.000000 -0.979136 1.000000 1.000000 1.000000 +452.294769 0.000000 3370.282715 0.000000 0.065075 0.000000 -0.997880 1.000000 1.000000 1.000000 +438.227478 0.000000 3383.213623 0.000000 0.293694 0.000000 -0.955900 1.000000 1.000000 1.000000 +460.536469 0.000000 3352.604492 0.000000 0.775643 0.000000 -0.631172 1.000000 1.000000 1.000000 +436.742615 0.000000 3364.563965 0.000000 0.041340 0.000000 -0.999145 1.000000 1.000000 1.000000 +461.488281 0.000000 3363.466309 0.000000 0.529267 0.000000 -0.848455 1.000000 1.000000 1.000000 +464.205444 0.000000 3370.243652 0.000000 0.314111 0.000000 -0.949386 1.000000 1.000000 1.000000 +453.049683 0.000000 3358.936035 0.000000 0.761131 0.000000 -0.648599 1.000000 1.000000 1.000000 +445.003632 0.000000 3358.061035 0.000000 0.055284 0.000000 -0.998471 1.000000 1.000000 1.000000 +462.267639 0.000000 3366.971680 0.000000 0.600944 0.000000 -0.799291 1.000000 1.000000 1.000000 +459.886444 0.000000 3349.162598 0.000000 0.765208 0.000000 -0.643783 1.000000 1.000000 1.000000 +460.830017 0.000000 3370.560547 0.000000 0.697958 0.000000 -0.716139 1.000000 1.000000 1.000000 +463.784180 0.000000 3353.280273 0.000000 0.527495 0.000000 -0.849558 1.000000 1.000000 1.000000 +457.965637 0.000000 3375.492676 0.000000 0.565058 0.000000 -0.825051 1.000000 1.000000 1.000000 +439.294678 0.000000 3374.148193 0.000000 0.388669 0.000000 -0.921378 1.000000 1.000000 1.000000 +440.436401 0.000000 3370.467285 0.000000 0.677362 0.000000 -0.735650 1.000000 1.000000 1.000000 +460.670105 0.000000 3355.698975 0.000000 0.658708 0.000000 -0.752399 1.000000 1.000000 1.000000 +456.753601 0.000000 3349.231934 0.000000 0.432114 0.000000 -0.901819 1.000000 1.000000 1.000000 +455.013916 0.000000 3346.956055 0.000000 0.629040 0.000000 -0.777373 1.000000 1.000000 1.000000 +452.142151 0.000000 3373.100830 0.000000 0.758174 0.000000 -0.652053 1.000000 1.000000 1.000000 +450.445770 0.000000 3359.553467 0.000000 0.685683 0.000000 -0.727901 1.000000 1.000000 1.000000 +462.716400 0.000000 3379.792969 0.000000 0.857870 0.000000 -0.513867 1.000000 1.000000 1.000000 +459.052429 0.000000 3372.364258 0.000000 0.745899 0.000000 -0.666060 1.000000 1.000000 1.000000 +440.382843 0.000000 3358.158203 0.000000 0.192259 0.000000 -0.981344 1.000000 1.000000 1.000000 +454.554108 0.000000 3351.743652 0.000000 0.179421 0.000000 -0.983772 1.000000 1.000000 1.000000 +446.171753 0.000000 3376.902344 0.000000 0.716169 0.000000 -0.697926 1.000000 1.000000 1.000000 +442.018768 0.000000 3379.339600 0.000000 0.404611 0.000000 -0.914489 1.000000 1.000000 1.000000 +463.040283 0.000000 3375.081299 0.000000 0.105054 0.000000 -0.994467 1.000000 1.000000 1.000000 +440.055176 0.000000 3378.172852 0.000000 0.193434 0.000000 -0.981113 1.000000 1.000000 1.000000 +438.475189 0.000000 3381.270508 0.000000 0.347586 0.000000 -0.937648 1.000000 1.000000 1.000000 +434.013824 0.000000 3379.791016 0.000000 0.712299 0.000000 -0.701876 1.000000 1.000000 1.000000 +459.729156 0.000000 3364.139160 0.000000 0.740690 0.000000 -0.671847 1.000000 1.000000 1.000000 +436.867493 0.000000 3369.649170 0.000000 0.302266 0.000000 -0.953224 1.000000 1.000000 1.000000 +436.393555 0.000000 3378.594727 0.000000 0.387864 0.000000 -0.921717 1.000000 1.000000 1.000000 +457.692200 0.000000 3362.989258 0.000000 0.540647 0.000000 -0.841250 1.000000 1.000000 1.000000 +455.918518 0.000000 3350.655029 0.000000 0.190574 0.000000 -0.981673 1.000000 1.000000 1.000000 +449.359924 0.000000 3360.796875 0.000000 0.346853 0.000000 -0.937920 1.000000 1.000000 1.000000 +446.421051 0.000000 3361.210449 0.000000 0.802575 0.000000 -0.596551 1.000000 1.000000 1.000000 +455.227509 0.000000 3348.632080 0.000000 0.547774 0.000000 -0.836626 1.000000 1.000000 1.000000 +455.858673 0.000000 3365.249512 0.000000 0.283341 0.000000 -0.959019 1.000000 1.000000 1.000000 +451.990143 0.000000 3362.697266 0.000000 0.576826 0.000000 -0.816867 1.000000 1.000000 1.000000 +442.721802 0.000000 3360.603516 0.000000 0.681115 0.000000 -0.732176 1.000000 1.000000 1.000000 +437.795990 0.000000 3366.458496 0.000000 0.543868 0.000000 -0.839171 1.000000 1.000000 1.000000 +464.092010 0.000000 3375.978271 0.000000 0.400075 0.000000 -0.916482 1.000000 1.000000 1.000000 +465.350281 0.000000 3376.208496 0.000000 0.483775 0.000000 -0.875192 1.000000 1.000000 1.000000 +459.092651 0.000000 3365.211426 0.000000 0.276699 0.000000 -0.960957 1.000000 1.000000 1.000000 +440.701691 0.000000 3377.144775 0.000000 0.064975 0.000000 -0.997887 1.000000 1.000000 1.000000 +467.847534 0.000000 3381.843994 0.000000 0.051797 0.000000 -0.998658 1.000000 1.000000 1.000000 +433.133453 0.000000 3366.948242 0.000000 0.755761 0.000000 -0.654847 1.000000 1.000000 1.000000 +458.758575 0.000000 3363.469971 0.000000 0.141605 0.000000 -0.989923 1.000000 1.000000 1.000000 +445.235535 0.000000 3361.197266 0.000000 0.517761 0.000000 -0.855525 1.000000 1.000000 1.000000 +463.702728 0.000000 3369.085449 0.000000 0.118618 0.000000 -0.992940 1.000000 1.000000 1.000000 +442.987518 0.000000 3371.967773 0.000000 0.550973 0.000000 -0.834523 1.000000 1.000000 1.000000 +441.291168 0.000000 3378.172852 0.000000 0.411942 0.000000 -0.911210 1.000000 1.000000 1.000000 +437.802399 0.000000 3368.972412 0.000000 0.475650 0.000000 -0.879634 1.000000 1.000000 1.000000 +439.364716 0.000000 3377.282715 0.000000 0.466323 0.000000 -0.884615 1.000000 1.000000 1.000000 +461.138184 0.000000 3372.947998 0.000000 0.236531 0.000000 -0.971624 1.000000 1.000000 1.000000 +438.847015 0.000000 3368.707520 0.000000 0.151805 0.000000 -0.988410 1.000000 1.000000 1.000000 +452.520142 0.000000 3363.660400 0.000000 0.562182 0.000000 -0.827013 1.000000 1.000000 1.000000 +447.534851 0.000000 3361.200195 0.000000 0.514951 0.000000 -0.857219 1.000000 1.000000 1.000000 +435.835724 0.000000 3369.778564 0.000000 0.096352 0.000000 -0.995347 1.000000 1.000000 1.000000 +574.769775 0.000000 3381.770020 0.000000 0.700306 0.000000 -0.713843 1.000000 1.000000 1.000000 +562.226685 0.000000 3381.070312 0.000000 0.805924 0.000000 -0.592019 1.000000 1.000000 1.000000 +573.533447 0.000000 3382.671387 0.000000 0.344623 0.000000 -0.938741 1.000000 1.000000 1.000000 +565.424683 0.000000 3382.396973 0.000000 0.144235 0.000000 -0.989543 1.000000 1.000000 1.000000 +457.521484 0.000000 3399.375977 0.000000 0.677944 0.000000 -0.735114 1.000000 1.000000 1.000000 +448.534637 0.000000 3395.827148 0.000000 0.739845 0.000000 -0.672777 1.000000 1.000000 1.000000 +432.088318 0.000000 3397.314941 0.000000 0.000881 0.000000 -1.000000 1.000000 1.000000 1.000000 +462.697845 0.000000 3396.645508 0.000000 0.593371 0.000000 -0.804929 1.000000 1.000000 1.000000 +487.388184 0.000000 3441.268555 0.000000 0.151106 0.000000 -0.988518 1.000000 1.000000 1.000000 +431.980133 0.000000 3390.785645 0.000000 0.670714 0.000000 -0.741716 1.000000 1.000000 1.000000 +460.982361 0.000000 3399.616699 0.000000 0.484113 0.000000 -0.875006 1.000000 1.000000 1.000000 +451.451019 0.000000 3394.842041 0.000000 0.749121 0.000000 -0.662433 1.000000 1.000000 1.000000 +491.852692 0.000000 3432.602051 0.000000 0.689601 0.000000 -0.724190 1.000000 1.000000 1.000000 +459.460205 0.000000 3397.295166 0.000000 0.714496 0.000000 -0.699640 1.000000 1.000000 1.000000 +469.705963 0.000000 3394.302979 0.000000 0.494521 0.000000 -0.869166 1.000000 1.000000 1.000000 +461.836548 0.000000 3394.078613 0.000000 0.822754 0.000000 -0.568397 1.000000 1.000000 1.000000 +466.621643 0.000000 3383.347656 0.000000 0.059907 0.000000 -0.998204 1.000000 1.000000 1.000000 +488.911407 0.000000 3435.247803 0.000000 0.750706 0.000000 -0.660636 1.000000 1.000000 1.000000 +434.119263 0.000000 3391.558350 0.000000 0.477024 0.000000 -0.878891 1.000000 1.000000 1.000000 +454.560333 0.000000 3391.468994 0.000000 0.713415 0.000000 -0.700742 1.000000 1.000000 1.000000 +453.009766 0.000000 3388.074707 0.000000 0.299823 0.000000 -0.953995 1.000000 1.000000 1.000000 +469.655212 0.000000 3383.500488 0.000000 0.219065 0.000000 -0.975710 1.000000 1.000000 1.000000 +464.970856 0.000000 3396.439697 0.000000 0.509080 0.000000 -0.860719 1.000000 1.000000 1.000000 +461.237061 0.000000 3397.664307 0.000000 0.728010 0.000000 -0.685567 1.000000 1.000000 1.000000 +457.381866 0.000000 3390.531982 0.000000 0.211944 0.000000 -0.977282 1.000000 1.000000 1.000000 +435.578156 0.000000 3395.101562 0.000000 0.064979 0.000000 -0.997887 1.000000 1.000000 1.000000 +467.916290 0.000000 3397.304199 0.000000 0.781624 0.000000 -0.623750 1.000000 1.000000 1.000000 +432.676514 0.000000 3392.181152 0.000000 0.123924 0.000000 -0.992292 1.000000 1.000000 1.000000 +459.329651 0.000000 3395.871826 0.000000 0.445927 0.000000 -0.895069 1.000000 1.000000 1.000000 +456.070129 0.000000 3391.232666 0.000000 0.529142 0.000000 -0.848533 1.000000 1.000000 1.000000 +435.785431 0.000000 3393.419189 0.000000 0.219785 0.000000 -0.975548 1.000000 1.000000 1.000000 +433.320007 0.000000 3393.374023 0.000000 0.789747 0.000000 -0.613432 1.000000 1.000000 1.000000 +460.588318 0.000000 3394.409180 0.000000 0.860075 0.000000 -0.510168 1.000000 1.000000 1.000000 +454.688049 0.000000 3390.196777 0.000000 0.299086 0.000000 -0.954226 1.000000 1.000000 1.000000 +490.074799 0.000000 3435.037354 0.000000 0.259997 0.000000 -0.965609 1.000000 1.000000 1.000000 +522.441467 0.000000 3434.294922 0.000000 0.346215 0.000000 -0.938155 1.000000 1.000000 1.000000 +516.739441 0.000000 3425.801025 0.000000 0.303310 0.000000 -0.952892 1.000000 1.000000 1.000000 +530.575378 0.000000 3439.984619 0.000000 0.151665 0.000000 -0.988432 1.000000 1.000000 1.000000 +555.850586 0.000000 3417.338867 0.000000 0.606838 0.000000 -0.794826 1.000000 1.000000 1.000000 +526.023987 0.000000 3426.263672 0.000000 0.526449 0.000000 -0.850206 1.000000 1.000000 1.000000 +564.155212 0.000000 3417.267578 0.000000 0.325188 0.000000 -0.945650 1.000000 1.000000 1.000000 +567.726746 0.000000 3427.812744 0.000000 0.268052 0.000000 -0.963404 1.000000 1.000000 1.000000 +528.768494 0.000000 3433.467773 0.000000 0.459200 0.000000 -0.888333 1.000000 1.000000 1.000000 +550.249084 0.000000 3417.190918 0.000000 0.305857 0.000000 -0.952078 1.000000 1.000000 1.000000 +533.480469 0.000000 3435.450684 0.000000 0.462773 0.000000 -0.886477 1.000000 1.000000 1.000000 +518.127197 0.000000 3416.604736 0.000000 0.747527 0.000000 -0.664232 1.000000 1.000000 1.000000 +526.190918 0.000000 3437.647217 0.000000 0.654215 0.000000 -0.756308 1.000000 1.000000 1.000000 +558.141479 0.000000 3427.646729 0.000000 0.597595 0.000000 -0.801798 1.000000 1.000000 1.000000 +574.045105 0.000000 3428.430420 0.000000 0.822272 0.000000 -0.569095 1.000000 1.000000 1.000000 +529.830688 0.000000 3428.873779 0.000000 0.313779 0.000000 -0.949496 1.000000 1.000000 1.000000 +516.995789 0.000000 3430.045410 0.000000 0.209908 0.000000 -0.977721 1.000000 1.000000 1.000000 +517.201599 0.000000 3420.580078 0.000000 0.754747 0.000000 -0.656016 1.000000 1.000000 1.000000 +553.855835 0.000000 3420.473145 0.000000 0.615888 0.000000 -0.787834 1.000000 1.000000 1.000000 +519.726562 0.000000 3432.071045 0.000000 0.090993 0.000000 -0.995852 1.000000 1.000000 1.000000 +510.072144 0.000000 3414.884766 0.000000 0.362482 0.000000 -0.931991 1.000000 1.000000 1.000000 +570.816772 0.000000 3426.715332 0.000000 0.811630 0.000000 -0.584171 1.000000 1.000000 1.000000 +513.628784 0.000000 3409.488525 0.000000 0.307230 0.000000 -0.951635 1.000000 1.000000 1.000000 +568.884399 0.000000 3416.086914 0.000000 0.128757 0.000000 -0.991676 1.000000 1.000000 1.000000 +531.378784 0.000000 3431.652588 0.000000 0.484744 0.000000 -0.874656 1.000000 1.000000 1.000000 +557.038025 0.000000 3420.523682 0.000000 0.547194 0.000000 -0.837006 1.000000 1.000000 1.000000 +556.929871 0.000000 3414.567139 0.000000 0.785664 0.000000 -0.618653 1.000000 1.000000 1.000000 +561.065552 0.000000 3427.367188 0.000000 0.863263 0.000000 -0.504754 1.000000 1.000000 1.000000 +519.210144 0.000000 3427.087158 0.000000 0.388706 0.000000 -0.921362 1.000000 1.000000 1.000000 +524.408569 0.000000 3423.993652 0.000000 0.158482 0.000000 -0.987362 1.000000 1.000000 1.000000 +568.231567 0.000000 3425.186279 0.000000 0.634144 0.000000 -0.773215 1.000000 1.000000 1.000000 +522.437988 0.000000 3431.537842 0.000000 0.178470 0.000000 -0.983945 1.000000 1.000000 1.000000 +554.166748 0.000000 3415.226318 0.000000 0.615206 0.000000 -0.788366 1.000000 1.000000 1.000000 +564.682922 0.000000 3424.896973 0.000000 0.774093 0.000000 -0.633072 1.000000 1.000000 1.000000 +527.044983 0.000000 3428.569580 0.000000 0.023106 0.000000 -0.999733 1.000000 1.000000 1.000000 +566.637817 0.000000 3417.159668 0.000000 0.815748 0.000000 -0.578408 1.000000 1.000000 1.000000 +551.420593 0.000000 3419.702881 0.000000 0.738428 0.000000 -0.674332 1.000000 1.000000 1.000000 +532.016541 0.000000 3438.046387 0.000000 0.820136 0.000000 -0.572168 1.000000 1.000000 1.000000 +523.485840 0.000000 3421.814453 0.000000 0.620870 0.000000 -0.783913 1.000000 1.000000 1.000000 +575.079651 0.000000 3418.812256 0.000000 0.410269 0.000000 -0.911964 1.000000 1.000000 1.000000 +562.970520 0.000000 3419.148193 0.000000 0.535823 0.000000 -0.844330 1.000000 1.000000 1.000000 +566.372559 0.000000 3426.187012 0.000000 0.364419 0.000000 -0.931235 1.000000 1.000000 1.000000 +524.105591 0.000000 3432.836914 0.000000 0.641681 0.000000 -0.766971 1.000000 1.000000 1.000000 +532.705078 0.000000 3440.364502 0.000000 0.249954 0.000000 -0.968258 1.000000 1.000000 1.000000 +517.977600 0.000000 3409.801025 0.000000 0.172262 0.000000 -0.985051 1.000000 1.000000 1.000000 +560.185547 0.000000 3429.194092 0.000000 0.454374 0.000000 -0.890811 1.000000 1.000000 1.000000 +570.696228 0.000000 3428.690430 0.000000 0.670843 0.000000 -0.741599 1.000000 1.000000 1.000000 +512.038330 0.000000 3414.501953 0.000000 0.263236 0.000000 -0.964732 1.000000 1.000000 1.000000 +570.759338 0.000000 3424.741211 0.000000 0.851689 0.000000 -0.524047 1.000000 1.000000 1.000000 +512.051758 0.000000 3410.747803 0.000000 0.745520 0.000000 -0.666483 1.000000 1.000000 1.000000 +514.597473 0.000000 3411.236328 0.000000 0.530906 0.000000 -0.847431 1.000000 1.000000 1.000000 +564.768616 0.000000 3422.832275 0.000000 0.182359 0.000000 -0.983232 1.000000 1.000000 1.000000 +525.119812 0.000000 3428.135742 0.000000 0.474120 0.000000 -0.880460 1.000000 1.000000 1.000000 +564.024292 0.000000 3384.770752 0.000000 0.616235 0.000000 -0.787562 1.000000 1.000000 1.000000 +575.145020 0.000000 3383.540283 0.000000 0.580909 0.000000 -0.813968 1.000000 1.000000 1.000000 +565.931519 0.000000 3428.463623 0.000000 0.778372 0.000000 -0.627803 1.000000 1.000000 1.000000 +562.857910 0.000000 3423.040771 0.000000 0.304131 0.000000 -0.952630 1.000000 1.000000 1.000000 +550.377625 0.000000 3451.439453 0.000000 0.783608 0.000000 -0.621256 1.000000 1.000000 1.000000 +561.194092 0.000000 3385.288818 0.000000 0.260835 0.000000 -0.965383 1.000000 1.000000 1.000000 +562.828247 0.000000 3428.479736 0.000000 0.681254 0.000000 -0.732047 1.000000 1.000000 1.000000 +518.304749 0.000000 3411.988770 0.000000 0.605221 0.000000 -0.796057 1.000000 1.000000 1.000000 +504.051849 0.000000 3454.000000 0.000000 0.496695 0.000000 -0.867925 1.000000 1.000000 1.000000 +529.684387 0.000000 3434.973633 0.000000 0.792581 0.000000 -0.609767 1.000000 1.000000 1.000000 +521.762634 0.000000 3414.817383 0.000000 0.062505 0.000000 -0.998045 1.000000 1.000000 1.000000 +521.352112 0.000000 3432.781250 0.000000 0.650604 0.000000 -0.759417 1.000000 1.000000 1.000000 +511.182709 0.000000 3412.332520 0.000000 0.206105 0.000000 -0.978530 1.000000 1.000000 1.000000 +530.307800 0.000000 3432.915283 0.000000 0.690948 0.000000 -0.722905 1.000000 1.000000 1.000000 +567.432190 0.000000 3384.590332 0.000000 0.014723 0.000000 -0.999892 1.000000 1.000000 1.000000 +526.405212 0.000000 3430.045410 0.000000 0.398400 0.000000 -0.917212 1.000000 1.000000 1.000000 +571.003296 0.000000 3431.222656 0.000000 0.094919 0.000000 -0.995485 1.000000 1.000000 1.000000 +564.199951 0.000000 3429.194580 0.000000 0.493413 0.000000 -0.869795 1.000000 1.000000 1.000000 +559.905640 0.000000 3418.477051 0.000000 0.661995 0.000000 -0.749509 1.000000 1.000000 1.000000 +572.200134 0.000000 3417.019287 0.000000 0.834615 0.000000 -0.550834 1.000000 1.000000 1.000000 +553.925476 0.000000 3418.912598 0.000000 0.003716 0.000000 -0.999993 1.000000 1.000000 1.000000 +512.107056 0.000000 3417.517578 0.000000 0.539645 0.000000 -0.841892 1.000000 1.000000 1.000000 +561.301819 0.000000 3425.885498 0.000000 0.045997 0.000000 -0.998942 1.000000 1.000000 1.000000 +520.968140 0.000000 3418.496582 0.000000 0.170586 0.000000 -0.985343 1.000000 1.000000 1.000000 +572.919373 0.000000 3431.538086 0.000000 0.619371 0.000000 -0.785098 1.000000 1.000000 1.000000 +557.223694 0.000000 3417.071777 0.000000 0.805748 0.000000 -0.592259 1.000000 1.000000 1.000000 +520.172852 0.000000 3414.119873 0.000000 0.522736 0.000000 -0.852495 1.000000 1.000000 1.000000 +561.525085 0.000000 3428.909668 0.000000 0.525581 0.000000 -0.850744 1.000000 1.000000 1.000000 +570.877991 0.000000 3419.509766 0.000000 0.689314 0.000000 -0.724462 1.000000 1.000000 1.000000 +552.551392 0.000000 3419.012939 0.000000 0.547015 0.000000 -0.837123 1.000000 1.000000 1.000000 +563.714355 0.000000 3424.013916 0.000000 0.793852 0.000000 -0.608111 1.000000 1.000000 1.000000 +526.505066 0.000000 3431.329590 0.000000 0.174975 0.000000 -0.984573 1.000000 1.000000 1.000000 +572.276428 0.000000 3383.291504 0.000000 0.776848 0.000000 -0.629689 1.000000 1.000000 1.000000 +525.381226 0.000000 3433.152100 0.000000 0.153036 0.000000 -0.988221 1.000000 1.000000 1.000000 +572.152466 0.000000 3419.766113 0.000000 0.186058 0.000000 -0.982539 1.000000 1.000000 1.000000 +567.663208 0.000000 3426.374268 0.000000 0.488930 0.000000 -0.872323 1.000000 1.000000 1.000000 +529.182739 0.000000 3437.679199 0.000000 0.640744 0.000000 -0.767754 1.000000 1.000000 1.000000 +547.493286 0.000000 3445.248291 0.000000 0.564655 0.000000 -0.825327 1.000000 1.000000 1.000000 +524.565918 0.000000 3426.786865 0.000000 0.109486 0.000000 -0.993988 1.000000 1.000000 1.000000 +554.775452 0.000000 3417.980469 0.000000 0.837473 0.000000 -0.546479 1.000000 1.000000 1.000000 +564.160461 0.000000 3418.633789 0.000000 0.732205 0.000000 -0.681085 1.000000 1.000000 1.000000 +530.178772 0.000000 3441.160645 0.000000 0.742519 0.000000 -0.669825 1.000000 1.000000 1.000000 +511.014282 0.000000 3410.261963 0.000000 0.541571 0.000000 -0.840655 1.000000 1.000000 1.000000 +521.159546 0.000000 3431.692627 0.000000 0.269627 0.000000 -0.962965 1.000000 1.000000 1.000000 +564.809082 0.000000 3428.322266 0.000000 0.777741 0.000000 -0.628585 1.000000 1.000000 1.000000 +577.912598 0.000000 3382.227539 0.000000 0.186071 0.000000 -0.982536 1.000000 1.000000 1.000000 +606.278687 0.000000 3430.298096 0.000000 0.033510 0.000000 -0.999438 1.000000 1.000000 1.000000 +576.740417 0.000000 3421.703125 0.000000 0.642315 0.000000 -0.766441 1.000000 1.000000 1.000000 +598.016174 0.000000 3426.263672 0.000000 0.830531 0.000000 -0.556972 1.000000 1.000000 1.000000 +610.493225 0.000000 3423.551758 0.000000 0.387296 0.000000 -0.921956 1.000000 1.000000 1.000000 +575.975586 0.000000 3426.918213 0.000000 0.660048 0.000000 -0.751224 1.000000 1.000000 1.000000 +614.675476 0.000000 3441.761475 0.000000 0.736305 0.000000 -0.676650 1.000000 1.000000 1.000000 +622.466614 0.000000 3432.231201 0.000000 0.809333 0.000000 -0.587350 1.000000 1.000000 1.000000 +610.505188 0.000000 3432.985352 0.000000 0.596477 0.000000 -0.802630 1.000000 1.000000 1.000000 +622.528320 0.000000 3422.003906 0.000000 0.725493 0.000000 -0.688229 1.000000 1.000000 1.000000 +576.170715 0.000000 3435.506836 0.000000 0.181688 0.000000 -0.983356 1.000000 1.000000 1.000000 +609.795532 0.000000 3427.786133 0.000000 0.636243 0.000000 -0.771489 1.000000 1.000000 1.000000 +581.864624 0.000000 3430.150391 0.000000 0.480555 0.000000 -0.876965 1.000000 1.000000 1.000000 +613.901184 0.000000 3436.089355 0.000000 0.611090 0.000000 -0.791561 1.000000 1.000000 1.000000 +585.429626 0.000000 3428.183350 0.000000 0.385585 0.000000 -0.922672 1.000000 1.000000 1.000000 +620.071533 0.000000 3438.052246 0.000000 0.274607 0.000000 -0.961557 1.000000 1.000000 1.000000 +600.933472 0.000000 3424.068604 0.000000 0.503439 0.000000 -0.864030 1.000000 1.000000 1.000000 +606.252014 0.000000 3438.956055 0.000000 0.011829 0.000000 -0.999930 1.000000 1.000000 1.000000 +576.021423 0.000000 3418.226562 0.000000 0.392915 0.000000 -0.919575 1.000000 1.000000 1.000000 +578.707397 0.000000 3424.551025 0.000000 0.833560 0.000000 -0.552429 1.000000 1.000000 1.000000 +620.297424 0.000000 3424.393311 0.000000 0.015557 0.000000 -0.999879 1.000000 1.000000 1.000000 +614.241577 0.000000 3422.662842 0.000000 0.371454 0.000000 -0.928451 1.000000 1.000000 1.000000 +581.207397 0.000000 3433.353271 0.000000 0.687631 0.000000 -0.726061 1.000000 1.000000 1.000000 +576.172180 0.000000 3429.699951 0.000000 0.837836 0.000000 -0.545922 1.000000 1.000000 1.000000 +635.837097 0.000000 3432.602051 0.000000 0.673978 0.000000 -0.738752 1.000000 1.000000 1.000000 +622.788818 0.000000 3429.464111 0.000000 0.631931 0.000000 -0.775025 1.000000 1.000000 1.000000 +625.040161 0.000000 3431.189941 0.000000 0.810595 0.000000 -0.585607 1.000000 1.000000 1.000000 +622.067505 0.000000 3443.244141 0.000000 0.849075 0.000000 -0.528272 1.000000 1.000000 1.000000 +611.724121 0.000000 3430.766357 0.000000 0.125038 0.000000 -0.992152 1.000000 1.000000 1.000000 +627.224792 0.000000 3426.792725 0.000000 0.827188 0.000000 -0.561925 1.000000 1.000000 1.000000 +629.108215 0.000000 3440.038086 0.000000 0.456495 0.000000 -0.889726 1.000000 1.000000 1.000000 +599.037170 0.000000 3428.569580 0.000000 0.512529 0.000000 -0.858670 1.000000 1.000000 1.000000 +603.261597 0.000000 3434.325684 0.000000 0.571532 0.000000 -0.820580 1.000000 1.000000 1.000000 +622.265564 0.000000 3439.049561 0.000000 0.854533 0.000000 -0.519396 1.000000 1.000000 1.000000 +618.769165 0.000000 3426.199951 0.000000 0.517575 0.000000 -0.855638 1.000000 1.000000 1.000000 +614.863831 0.000000 3427.212646 0.000000 0.243613 0.000000 -0.969873 1.000000 1.000000 1.000000 +613.240479 0.000000 3446.752930 0.000000 0.008783 0.000000 -0.999961 1.000000 1.000000 1.000000 +629.580505 0.000000 3432.546631 0.000000 0.455452 0.000000 -0.890260 1.000000 1.000000 1.000000 +604.697266 0.000000 3440.364502 0.000000 0.403399 0.000000 -0.915024 1.000000 1.000000 1.000000 +621.282715 0.000000 3440.840576 0.000000 0.423117 0.000000 -0.906075 1.000000 1.000000 1.000000 +579.774841 0.000000 3426.267334 0.000000 0.269509 0.000000 -0.962998 1.000000 1.000000 1.000000 +619.430481 0.000000 3436.084473 0.000000 0.138235 0.000000 -0.990399 1.000000 1.000000 1.000000 +612.418518 0.000000 3423.993652 0.000000 0.822347 0.000000 -0.568986 1.000000 1.000000 1.000000 +621.684753 0.000000 3425.768066 0.000000 0.378194 0.000000 -0.925726 1.000000 1.000000 1.000000 +628.057800 0.000000 3433.881836 0.000000 0.327057 0.000000 -0.945005 1.000000 1.000000 1.000000 +617.582092 0.000000 3436.766113 0.000000 0.219537 0.000000 -0.975604 1.000000 1.000000 1.000000 +607.138367 0.000000 3434.528320 0.000000 0.468571 0.000000 -0.883426 1.000000 1.000000 1.000000 +628.932739 0.000000 3430.899414 0.000000 0.207635 0.000000 -0.978206 1.000000 1.000000 1.000000 +601.676575 0.000000 3434.973633 0.000000 0.731977 0.000000 -0.681329 1.000000 1.000000 1.000000 +629.445312 0.000000 3429.322754 0.000000 0.668113 0.000000 -0.744060 1.000000 1.000000 1.000000 +609.829956 0.000000 3442.303955 0.000000 0.729084 0.000000 -0.684424 1.000000 1.000000 1.000000 +576.537415 0.000000 3431.237305 0.000000 0.128658 0.000000 -0.991689 1.000000 1.000000 1.000000 +611.451660 0.000000 3426.381592 0.000000 0.390943 0.000000 -0.920415 1.000000 1.000000 1.000000 +628.750610 0.000000 3441.671143 0.000000 0.534477 0.000000 -0.845183 1.000000 1.000000 1.000000 +619.328003 0.000000 3431.457520 0.000000 0.436681 0.000000 -0.899616 1.000000 1.000000 1.000000 +600.394592 0.000000 3429.478760 0.000000 0.786566 0.000000 -0.617507 1.000000 1.000000 1.000000 +612.213745 0.000000 3432.258057 0.000000 0.396291 0.000000 -0.918125 1.000000 1.000000 1.000000 +609.820251 0.000000 3445.483643 0.000000 0.580906 0.000000 -0.813971 1.000000 1.000000 1.000000 +614.279541 0.000000 3434.152832 0.000000 0.774419 0.000000 -0.632673 1.000000 1.000000 1.000000 +624.434570 0.000000 3429.786865 0.000000 0.127896 0.000000 -0.991788 1.000000 1.000000 1.000000 +620.598206 0.000000 3439.429688 0.000000 0.576782 0.000000 -0.816898 1.000000 1.000000 1.000000 +620.280334 0.000000 3426.222412 0.000000 0.009868 0.000000 -0.999951 1.000000 1.000000 1.000000 +604.936584 0.000000 3436.800293 0.000000 0.600235 0.000000 -0.799824 1.000000 1.000000 1.000000 +612.715637 0.000000 3435.122314 0.000000 0.236544 0.000000 -0.971621 1.000000 1.000000 1.000000 +603.903625 0.000000 3432.962646 0.000000 0.487764 0.000000 -0.872976 1.000000 1.000000 1.000000 +623.830200 0.000000 3428.517334 0.000000 0.856019 0.000000 -0.516945 1.000000 1.000000 1.000000 +615.320435 0.000000 3425.913330 0.000000 0.259088 0.000000 -0.965854 1.000000 1.000000 1.000000 +632.927917 0.000000 3433.662598 0.000000 0.708539 0.000000 -0.705672 1.000000 1.000000 1.000000 +581.478516 0.000000 3431.413574 0.000000 0.806980 0.000000 -0.590579 1.000000 1.000000 1.000000 +603.728516 0.000000 3439.314697 0.000000 0.701574 0.000000 -0.712597 1.000000 1.000000 1.000000 +618.254089 0.000000 3432.156738 0.000000 0.820715 0.000000 -0.571338 1.000000 1.000000 1.000000 +614.731445 0.000000 3443.173828 0.000000 0.567969 0.000000 -0.823050 1.000000 1.000000 1.000000 +613.725586 0.000000 3432.827393 0.000000 0.218187 0.000000 -0.975907 1.000000 1.000000 1.000000 +617.274109 0.000000 3443.922363 0.000000 0.111365 0.000000 -0.993780 1.000000 1.000000 1.000000 +602.742981 0.000000 3435.454346 0.000000 0.359942 0.000000 -0.932975 1.000000 1.000000 1.000000 +631.808289 0.000000 3440.171631 0.000000 0.698804 0.000000 -0.715314 1.000000 1.000000 1.000000 +605.498169 0.000000 3425.067627 0.000000 0.762909 0.000000 -0.646506 1.000000 1.000000 1.000000 +618.106018 0.000000 3440.376709 0.000000 0.844092 0.000000 -0.536198 1.000000 1.000000 1.000000 1184.244019 0.000000 2680.647217 0.000000 0.568945 0.000000 -0.822375 1.000000 1.000000 1.000000 1169.406250 0.000000 2700.490479 0.000000 0.598804 0.000000 -0.800896 1.000000 1.000000 1.000000 1164.443237 0.000000 2691.627930 0.000000 0.327660 0.000000 -0.944796 1.000000 1.000000 1.000000 -1174.234985 0.000000 2687.586426 0.000000 0.849880 0.000000 -0.526977 1.000000 1.000000 1.000000 1169.164673 0.000000 2709.165527 0.000000 0.494949 0.000000 -0.868922 1.000000 1.000000 1.000000 1174.120605 0.000000 2717.803467 0.000000 0.292051 0.000000 -0.956403 1.000000 1.000000 1.000000 1188.620239 0.000000 2680.751709 0.000000 0.697993 0.000000 -0.716104 1.000000 1.000000 1.000000 @@ -34788,9 +36050,7 @@ object={ 1339.462524 0.000000 2668.691406 0.000000 0.308500 0.000000 -0.951224 1.000000 1.000000 1.000000 1301.512207 0.000000 2727.552979 0.000000 0.227331 0.000000 -0.973818 1.000000 1.000000 1.000000 1297.378296 0.000000 2725.743896 0.000000 0.214013 0.000000 -0.976831 1.000000 1.000000 1.000000 -1368.110718 0.000000 2691.411377 0.000000 0.638361 0.000000 -0.769737 1.000000 1.000000 1.000000 1368.654419 0.000000 2701.859375 0.000000 0.331861 0.000000 -0.943328 1.000000 1.000000 1.000000 -1377.752686 0.000000 2686.291992 0.000000 0.819749 0.000000 -0.572723 1.000000 1.000000 1.000000 1410.583618 0.000000 2728.027100 0.000000 0.184636 0.000000 -0.982807 1.000000 1.000000 1.000000 1392.343872 0.000000 2724.562988 0.000000 0.602065 0.000000 -0.798447 1.000000 1.000000 1.000000 1374.663940 0.000000 2687.543213 0.000000 0.165009 0.000000 -0.986292 1.000000 1.000000 1.000000 @@ -34803,11 +36063,8 @@ object={ 1368.735229 0.000000 2688.193848 0.000000 0.658027 0.000000 -0.752994 1.000000 1.000000 1.000000 1427.264160 0.000000 2723.735352 0.000000 0.785727 0.000000 -0.618573 1.000000 1.000000 1.000000 1375.958008 0.000000 2690.904053 0.000000 0.711946 0.000000 -0.702234 1.000000 1.000000 1.000000 -1185.733032 0.000000 2779.926758 0.000000 0.507283 0.000000 -0.861779 1.000000 1.000000 1.000000 1155.565308 0.000000 2742.012207 0.000000 0.600652 0.000000 -0.799511 1.000000 1.000000 1.000000 1151.901978 0.000000 2742.926270 0.000000 0.771948 0.000000 -0.635686 1.000000 1.000000 1.000000 -1180.809692 0.000000 2758.176025 0.000000 0.321838 0.000000 -0.946795 1.000000 1.000000 1.000000 -1183.111206 0.000000 2779.802490 0.000000 0.157381 0.000000 -0.987538 1.000000 1.000000 1.000000 1154.041138 0.000000 2743.698975 0.000000 0.596786 0.000000 -0.802401 1.000000 1.000000 1.000000 1154.735352 0.000000 2744.775879 0.000000 0.387747 0.000000 -0.921766 1.000000 1.000000 1.000000 1284.744385 0.000000 2753.160156 0.000000 0.698710 0.000000 -0.715405 1.000000 1.000000 1.000000 @@ -34816,7 +36073,6 @@ object={ 1286.297729 0.000000 2752.397705 0.000000 0.694030 0.000000 -0.719946 1.000000 1.000000 1.000000 1291.990723 0.000000 2796.983398 0.000000 0.370978 0.000000 -0.928642 1.000000 1.000000 1.000000 1285.802612 0.000000 2808.236816 0.000000 0.392314 0.000000 -0.919831 1.000000 1.000000 1.000000 -1281.077271 0.000000 2879.364502 0.000000 0.841851 0.000000 -0.539710 1.000000 1.000000 1.000000 1282.300903 0.000000 2807.881836 0.000000 0.586685 0.000000 -0.809815 1.000000 1.000000 1.000000 1284.206543 0.000000 2851.551270 0.000000 0.790475 0.000000 -0.612495 1.000000 1.000000 1.000000 1277.732300 0.000000 2873.345947 0.000000 0.532945 0.000000 -0.846150 1.000000 1.000000 1.000000 @@ -34849,9 +36105,216 @@ object={ 1321.616943 0.000000 2854.901367 0.000000 0.521841 0.000000 -0.853043 1.000000 1.000000 1.000000 1639.263184 0.000000 2793.409180 0.000000 0.769381 0.000000 -0.638790 1.000000 1.000000 1.000000 1656.383667 0.000000 2792.914062 0.000000 0.574709 0.000000 -0.818358 1.000000 1.000000 1.000000 -1657.282593 0.000000 2799.022217 0.000000 0.502100 0.000000 -0.864809 1.000000 1.000000 1.000000 1657.658691 0.000000 2795.842529 0.000000 0.862803 0.000000 -0.505540 1.000000 1.000000 1.000000 +1604.169800 0.000000 2866.392090 0.000000 0.660116 0.000000 -0.751164 1.000000 1.000000 1.000000 +1614.142700 0.000000 2863.081055 0.000000 0.265026 0.000000 -0.964241 1.000000 1.000000 1.000000 +1599.093018 0.000000 2851.212158 0.000000 0.754031 0.000000 -0.656838 1.000000 1.000000 1.000000 +1604.291382 0.000000 2848.118652 0.000000 0.671549 0.000000 -0.740960 1.000000 1.000000 1.000000 +1608.010132 0.000000 2850.875732 0.000000 0.429532 0.000000 -0.903052 1.000000 1.000000 1.000000 +1601.080688 0.000000 2850.976318 0.000000 0.638938 0.000000 -0.769258 1.000000 1.000000 1.000000 +1611.604126 0.000000 2860.248535 0.000000 0.172182 0.000000 -0.985065 1.000000 1.000000 1.000000 +1625.472656 0.000000 2860.891113 0.000000 0.745850 0.000000 -0.666114 1.000000 1.000000 1.000000 +1607.400635 0.000000 2849.297607 0.000000 0.404495 0.000000 -0.914540 1.000000 1.000000 1.000000 1282.684692 0.000000 2881.986084 0.000000 0.507667 0.000000 -0.861553 1.000000 1.000000 1.000000 +475.774719 0.000000 3514.188721 0.000000 0.856429 0.000000 -0.516265 1.000000 1.000000 1.000000 +494.564667 0.000000 3520.220947 0.000000 0.557818 0.000000 -0.829964 1.000000 1.000000 1.000000 +470.691101 0.000000 3513.745850 0.000000 0.848645 0.000000 -0.528963 1.000000 1.000000 1.000000 +502.052917 0.000000 3500.414795 0.000000 0.863915 0.000000 -0.503638 1.000000 1.000000 1.000000 +487.560883 0.000000 3505.320312 0.000000 0.017305 0.000000 -0.999850 1.000000 1.000000 1.000000 +490.693359 0.000000 3479.696289 0.000000 0.793813 0.000000 -0.608162 1.000000 1.000000 1.000000 +490.866852 0.000000 3520.294434 0.000000 0.698096 0.000000 -0.716004 1.000000 1.000000 1.000000 +472.624634 0.000000 3510.347656 0.000000 0.366557 0.000000 -0.930395 1.000000 1.000000 1.000000 +486.650574 0.000000 3502.520264 0.000000 0.243533 0.000000 -0.969893 1.000000 1.000000 1.000000 +473.301880 0.000000 3513.067383 0.000000 0.831342 0.000000 -0.555761 1.000000 1.000000 1.000000 +488.944885 0.000000 3494.426758 0.000000 0.160188 0.000000 -0.987087 1.000000 1.000000 1.000000 +466.663544 0.000000 3484.003174 0.000000 0.580349 0.000000 -0.814368 1.000000 1.000000 1.000000 +454.554108 0.000000 3495.712402 0.000000 0.683686 0.000000 -0.729776 1.000000 1.000000 1.000000 +482.360352 0.000000 3474.609131 0.000000 0.063857 0.000000 -0.997959 1.000000 1.000000 1.000000 +500.358307 0.000000 3500.622803 0.000000 0.833324 0.000000 -0.552785 1.000000 1.000000 1.000000 +492.419342 0.000000 3520.451416 0.000000 0.787994 0.000000 -0.615683 1.000000 1.000000 1.000000 +474.756653 0.000000 3513.271484 0.000000 0.269596 0.000000 -0.962973 1.000000 1.000000 1.000000 +492.879150 0.000000 3481.383057 0.000000 0.460071 0.000000 -0.887882 1.000000 1.000000 1.000000 +489.126953 0.000000 3502.028076 0.000000 0.774982 0.000000 -0.631984 1.000000 1.000000 1.000000 +555.571045 0.000000 3503.964600 0.000000 0.787466 0.000000 -0.616358 1.000000 1.000000 1.000000 +519.051514 0.000000 3518.755859 0.000000 0.801191 0.000000 -0.598408 1.000000 1.000000 1.000000 +526.023987 0.000000 3498.248047 0.000000 0.789302 0.000000 -0.614005 1.000000 1.000000 1.000000 +517.561035 0.000000 3461.557617 0.000000 0.570189 0.000000 -0.821513 1.000000 1.000000 1.000000 +508.634674 0.000000 3456.660889 0.000000 0.619076 0.000000 -0.785331 1.000000 1.000000 1.000000 +518.017151 0.000000 3514.752441 0.000000 0.619480 0.000000 -0.785012 1.000000 1.000000 1.000000 +509.872437 0.000000 3502.134766 0.000000 0.861869 0.000000 -0.507131 1.000000 1.000000 1.000000 +564.284729 0.000000 3499.410645 0.000000 0.772661 0.000000 -0.634819 1.000000 1.000000 1.000000 +569.895325 0.000000 3494.843994 0.000000 0.668870 0.000000 -0.743380 1.000000 1.000000 1.000000 +510.408539 0.000000 3495.054443 0.000000 0.022956 0.000000 -0.999736 1.000000 1.000000 1.000000 +528.745789 0.000000 3493.200684 0.000000 0.642766 0.000000 -0.766062 1.000000 1.000000 1.000000 +555.774963 0.000000 3501.249268 0.000000 0.244077 0.000000 -0.969756 1.000000 1.000000 1.000000 +572.181763 0.000000 3481.372314 0.000000 0.532313 0.000000 -0.846548 1.000000 1.000000 1.000000 +512.698853 0.000000 3491.384766 0.000000 0.517075 0.000000 -0.855940 1.000000 1.000000 1.000000 +566.998230 0.000000 3458.130615 0.000000 0.328015 0.000000 -0.944672 1.000000 1.000000 1.000000 +512.375000 0.000000 3502.126953 0.000000 0.177307 0.000000 -0.984156 1.000000 1.000000 1.000000 +530.830139 0.000000 3495.139648 0.000000 0.151689 0.000000 -0.988428 1.000000 1.000000 1.000000 +511.193726 0.000000 3492.854248 0.000000 0.434646 0.000000 -0.900602 1.000000 1.000000 1.000000 +508.240295 0.000000 3510.605469 0.000000 0.667852 0.000000 -0.744294 1.000000 1.000000 1.000000 +570.627563 0.000000 3482.814209 0.000000 0.221328 0.000000 -0.975199 1.000000 1.000000 1.000000 +512.051758 0.000000 3482.732178 0.000000 0.823861 0.000000 -0.566792 1.000000 1.000000 1.000000 +510.588318 0.000000 3513.772461 0.000000 0.056239 0.000000 -0.998417 1.000000 1.000000 1.000000 +575.169983 0.000000 3484.158691 0.000000 0.404468 0.000000 -0.914552 1.000000 1.000000 1.000000 +565.545959 0.000000 3457.640381 0.000000 0.249188 0.000000 -0.968455 1.000000 1.000000 1.000000 +572.980591 0.000000 3482.486328 0.000000 0.554858 0.000000 -0.831945 1.000000 1.000000 1.000000 +573.844971 0.000000 3483.891357 0.000000 0.702109 0.000000 -0.712069 1.000000 1.000000 1.000000 +560.611084 0.000000 3513.120605 0.000000 0.433097 0.000000 -0.901347 1.000000 1.000000 1.000000 +512.404724 0.000000 3492.607178 0.000000 0.041946 0.000000 -0.999120 1.000000 1.000000 1.000000 +515.482544 0.000000 3462.861572 0.000000 0.768772 0.000000 -0.639523 1.000000 1.000000 1.000000 +481.808807 0.000000 3527.406982 0.000000 0.522874 0.000000 -0.852410 1.000000 1.000000 1.000000 +555.294861 0.000000 3586.248291 0.000000 0.796543 0.000000 -0.604582 1.000000 1.000000 1.000000 +551.880371 0.000000 3581.050049 0.000000 0.489971 0.000000 -0.871739 1.000000 1.000000 1.000000 +558.218689 0.000000 3581.459717 0.000000 0.278624 0.000000 -0.960400 1.000000 1.000000 1.000000 +564.683472 0.000000 3597.060791 0.000000 0.527036 0.000000 -0.849843 1.000000 1.000000 1.000000 +559.380371 0.000000 3585.237305 0.000000 0.680634 0.000000 -0.732624 1.000000 1.000000 1.000000 +555.006104 0.000000 3579.429199 0.000000 0.751297 0.000000 -0.659964 1.000000 1.000000 1.000000 +563.245544 0.000000 3594.828125 0.000000 0.237472 0.000000 -0.971394 1.000000 1.000000 1.000000 +562.226685 0.000000 3597.023438 0.000000 0.203578 0.000000 -0.979059 1.000000 1.000000 1.000000 +549.290527 0.000000 3584.809326 0.000000 0.387097 0.000000 -0.922039 1.000000 1.000000 1.000000 +561.054932 0.000000 3593.163818 0.000000 0.783624 0.000000 -0.621235 1.000000 1.000000 1.000000 +548.046936 0.000000 3588.101562 0.000000 0.253055 0.000000 -0.967452 1.000000 1.000000 1.000000 +555.461121 0.000000 3584.543701 0.000000 0.744454 0.000000 -0.667673 1.000000 1.000000 1.000000 +549.318115 0.000000 3577.419678 0.000000 0.437923 0.000000 -0.899013 1.000000 1.000000 1.000000 +556.758423 0.000000 3585.639893 0.000000 0.850985 0.000000 -0.525190 1.000000 1.000000 1.000000 +544.534485 0.000000 3589.144531 0.000000 0.138475 0.000000 -0.990366 1.000000 1.000000 1.000000 +567.313354 0.000000 3596.515869 0.000000 0.196872 0.000000 -0.980429 1.000000 1.000000 1.000000 +561.983093 0.000000 3595.556641 0.000000 0.843789 0.000000 -0.536675 1.000000 1.000000 1.000000 +567.101318 0.000000 3599.188721 0.000000 0.401422 0.000000 -0.915893 1.000000 1.000000 1.000000 +547.493286 0.000000 3589.217041 0.000000 0.144134 0.000000 -0.989558 1.000000 1.000000 1.000000 +557.439453 0.000000 3600.825928 0.000000 0.060442 0.000000 -0.998172 1.000000 1.000000 1.000000 +571.068420 0.000000 3606.393555 0.000000 0.684054 0.000000 -0.729432 1.000000 1.000000 1.000000 +550.559814 0.000000 3601.549316 0.000000 0.739107 0.000000 -0.673588 1.000000 1.000000 1.000000 +549.697754 0.000000 3605.169922 0.000000 0.271662 0.000000 -0.962393 1.000000 1.000000 1.000000 +573.559509 0.000000 3603.895996 0.000000 0.010281 0.000000 -0.999947 1.000000 1.000000 1.000000 +559.326660 0.000000 3602.150879 0.000000 0.339501 0.000000 -0.940606 1.000000 1.000000 1.000000 +548.829773 0.000000 3603.054688 0.000000 0.372090 0.000000 -0.928197 1.000000 1.000000 1.000000 +574.123169 0.000000 3608.802246 0.000000 0.217596 0.000000 -0.976039 1.000000 1.000000 1.000000 +571.653442 0.000000 3604.464111 0.000000 0.575137 0.000000 -0.818057 1.000000 1.000000 1.000000 +551.883179 0.000000 3602.194092 0.000000 0.179174 0.000000 -0.983817 1.000000 1.000000 1.000000 +556.443970 0.000000 3603.407471 0.000000 0.138828 0.000000 -0.990317 1.000000 1.000000 1.000000 +576.500854 0.000000 3512.757812 0.000000 0.754825 0.000000 -0.655926 1.000000 1.000000 1.000000 +581.462769 0.000000 3515.350098 0.000000 0.520882 0.000000 -0.853629 1.000000 1.000000 1.000000 +580.726990 0.000000 3508.532715 0.000000 0.475634 0.000000 -0.879643 1.000000 1.000000 1.000000 +636.675659 0.000000 3525.076416 0.000000 0.191563 0.000000 -0.981480 1.000000 1.000000 1.000000 +640.647766 0.000000 3525.378174 0.000000 0.118622 0.000000 -0.992940 1.000000 1.000000 1.000000 +634.851257 0.000000 3520.294434 0.000000 0.691780 0.000000 -0.722108 1.000000 1.000000 1.000000 +582.022339 0.000000 3511.831543 0.000000 0.127849 0.000000 -0.991794 1.000000 1.000000 1.000000 +624.662781 0.000000 3523.300293 0.000000 0.358824 0.000000 -0.933405 1.000000 1.000000 1.000000 +579.274902 0.000000 3512.893066 0.000000 0.714160 0.000000 -0.699982 1.000000 1.000000 1.000000 +643.210693 0.000000 3526.312988 0.000000 0.817895 0.000000 -0.575367 1.000000 1.000000 1.000000 +623.102661 0.000000 3527.175049 0.000000 0.312821 0.000000 -0.949812 1.000000 1.000000 1.000000 +635.237732 0.000000 3522.843750 0.000000 0.688007 0.000000 -0.725704 1.000000 1.000000 1.000000 +622.067505 0.000000 3515.228516 0.000000 0.833123 0.000000 -0.553088 1.000000 1.000000 1.000000 +624.504761 0.000000 3515.569580 0.000000 0.488519 0.000000 -0.872553 1.000000 1.000000 1.000000 +624.260193 0.000000 3519.791748 0.000000 0.316319 0.000000 -0.948653 1.000000 1.000000 1.000000 +641.634705 0.000000 3523.315918 0.000000 0.794285 0.000000 -0.607545 1.000000 1.000000 1.000000 +623.536743 0.000000 3525.076904 0.000000 0.666828 0.000000 -0.745211 1.000000 1.000000 1.000000 +638.620483 0.000000 3525.903320 0.000000 0.256344 0.000000 -0.966586 1.000000 1.000000 1.000000 +577.165710 0.000000 3485.095947 0.000000 0.096306 0.000000 -0.995352 1.000000 1.000000 1.000000 +627.818481 0.000000 3516.250732 0.000000 0.675275 0.000000 -0.737566 1.000000 1.000000 1.000000 +624.893616 0.000000 3521.521240 0.000000 0.050775 0.000000 -0.998710 1.000000 1.000000 1.000000 +634.880737 0.000000 3526.400146 0.000000 0.786871 0.000000 -0.617117 1.000000 1.000000 1.000000 +642.772644 0.000000 3522.707520 0.000000 0.390169 0.000000 -0.920743 1.000000 1.000000 1.000000 +641.578125 0.000000 3524.613525 0.000000 0.096665 0.000000 -0.995317 1.000000 1.000000 1.000000 +577.149292 0.000000 3483.950928 0.000000 0.734098 0.000000 -0.679044 1.000000 1.000000 1.000000 +579.170410 0.000000 3483.807617 0.000000 0.571316 0.000000 -0.820730 1.000000 1.000000 1.000000 +639.658325 0.000000 3586.134521 0.000000 0.247633 0.000000 -0.968854 1.000000 1.000000 1.000000 +594.433655 0.000000 3578.263672 0.000000 0.222655 0.000000 -0.974897 1.000000 1.000000 1.000000 +624.296143 0.000000 3536.175049 0.000000 0.794052 0.000000 -0.607850 1.000000 1.000000 1.000000 +629.431641 0.000000 3528.841553 0.000000 0.675345 0.000000 -0.737502 1.000000 1.000000 1.000000 +638.549072 0.000000 3592.205322 0.000000 0.091005 0.000000 -0.995851 1.000000 1.000000 1.000000 +618.669556 0.000000 3591.839600 0.000000 0.780870 0.000000 -0.624694 1.000000 1.000000 1.000000 +590.119385 0.000000 3560.573486 0.000000 0.424148 0.000000 -0.905593 1.000000 1.000000 1.000000 +633.559814 0.000000 3531.114746 0.000000 0.290830 0.000000 -0.956775 1.000000 1.000000 1.000000 +597.255432 0.000000 3560.808594 0.000000 0.329250 0.000000 -0.944243 1.000000 1.000000 1.000000 +627.151978 0.000000 3532.776611 0.000000 0.554590 0.000000 -0.832124 1.000000 1.000000 1.000000 +604.577820 0.000000 3529.105225 0.000000 0.681368 0.000000 -0.731941 1.000000 1.000000 1.000000 +640.647766 0.000000 3597.362549 0.000000 0.596319 0.000000 -0.802747 1.000000 1.000000 1.000000 +633.322815 0.000000 3538.678467 0.000000 0.628750 0.000000 -0.777608 1.000000 1.000000 1.000000 +579.857727 0.000000 3596.200928 0.000000 0.507129 0.000000 -0.861870 1.000000 1.000000 1.000000 +645.551697 0.000000 3531.911621 0.000000 0.184888 0.000000 -0.982760 1.000000 1.000000 1.000000 +641.811951 0.000000 3592.967773 0.000000 0.851658 0.000000 -0.524098 1.000000 1.000000 1.000000 +609.849854 0.000000 3532.470703 0.000000 0.443677 0.000000 -0.896187 1.000000 1.000000 1.000000 +597.575867 0.000000 3578.495850 0.000000 0.841457 0.000000 -0.540325 1.000000 1.000000 1.000000 +580.699402 0.000000 3545.115967 0.000000 0.081310 0.000000 -0.996689 1.000000 1.000000 1.000000 +644.426331 0.000000 3587.380859 0.000000 0.706840 0.000000 -0.707374 1.000000 1.000000 1.000000 +578.130981 0.000000 3593.791992 0.000000 0.116258 0.000000 -0.993219 1.000000 1.000000 1.000000 +616.608276 0.000000 3549.012695 0.000000 0.098740 0.000000 -0.995113 1.000000 1.000000 1.000000 +615.107422 0.000000 3542.982178 0.000000 0.149869 0.000000 -0.988706 1.000000 1.000000 1.000000 +636.375366 0.000000 3530.657715 0.000000 0.583734 0.000000 -0.811945 1.000000 1.000000 1.000000 +619.584229 0.000000 3562.195068 0.000000 0.266248 0.000000 -0.963905 1.000000 1.000000 1.000000 +639.906311 0.000000 3588.953857 0.000000 0.653159 0.000000 -0.757221 1.000000 1.000000 1.000000 +595.764832 0.000000 3580.458984 0.000000 0.340963 0.000000 -0.940077 1.000000 1.000000 1.000000 +629.603088 0.000000 3531.628174 0.000000 0.605697 0.000000 -0.795695 1.000000 1.000000 1.000000 +631.837036 0.000000 3527.976562 0.000000 0.022658 0.000000 -0.999743 1.000000 1.000000 1.000000 +642.974487 0.000000 3527.365967 0.000000 0.780307 0.000000 -0.625396 1.000000 1.000000 1.000000 +641.634705 0.000000 3595.300293 0.000000 0.468845 0.000000 -0.883281 1.000000 1.000000 1.000000 +631.318848 0.000000 3530.166504 0.000000 0.839357 0.000000 -0.543581 1.000000 1.000000 1.000000 +637.665894 0.000000 3535.181885 0.000000 0.836719 0.000000 -0.547633 1.000000 1.000000 1.000000 +619.102356 0.000000 3544.889160 0.000000 0.412688 0.000000 -0.910872 1.000000 1.000000 1.000000 +581.937561 0.000000 3595.330322 0.000000 0.483266 0.000000 -0.875473 1.000000 1.000000 1.000000 +640.734314 0.000000 3591.060791 0.000000 0.536810 0.000000 -0.843703 1.000000 1.000000 1.000000 +580.034180 0.000000 3592.657227 0.000000 0.699831 0.000000 -0.714308 1.000000 1.000000 1.000000 +598.571289 0.000000 3576.612549 0.000000 0.748314 0.000000 -0.663345 1.000000 1.000000 1.000000 +617.943726 0.000000 3586.907715 0.000000 0.449900 0.000000 -0.893079 1.000000 1.000000 1.000000 +617.824158 0.000000 3547.499512 0.000000 0.762961 0.000000 -0.646444 1.000000 1.000000 1.000000 +644.100098 0.000000 3585.390869 0.000000 0.543687 0.000000 -0.839288 1.000000 1.000000 1.000000 +627.783997 0.000000 3527.865967 0.000000 0.418462 0.000000 -0.908234 1.000000 1.000000 1.000000 +647.137207 0.000000 3527.509033 0.000000 0.131179 0.000000 -0.991359 1.000000 1.000000 1.000000 +643.568726 0.000000 3593.676758 0.000000 0.003554 0.000000 -0.999994 1.000000 1.000000 1.000000 +619.913757 0.000000 3566.474854 0.000000 0.273766 0.000000 -0.961796 1.000000 1.000000 1.000000 +640.658813 0.000000 3537.909668 0.000000 0.205589 0.000000 -0.978638 1.000000 1.000000 1.000000 +585.190796 0.000000 3543.270996 0.000000 0.501320 0.000000 -0.865262 1.000000 1.000000 1.000000 +639.424377 0.000000 3528.559082 0.000000 0.385216 0.000000 -0.922827 1.000000 1.000000 1.000000 +645.369873 0.000000 3529.818604 0.000000 0.059975 0.000000 -0.998200 1.000000 1.000000 1.000000 +605.590576 0.000000 3530.960693 0.000000 0.270894 0.000000 -0.962609 1.000000 1.000000 1.000000 +633.825745 0.000000 3535.497559 0.000000 0.781212 0.000000 -0.624266 1.000000 1.000000 1.000000 +636.455017 0.000000 3527.284912 0.000000 0.438949 0.000000 -0.898512 1.000000 1.000000 1.000000 +647.815369 0.000000 3528.811523 0.000000 0.305853 0.000000 -0.952079 1.000000 1.000000 1.000000 +628.986389 0.000000 3530.281006 0.000000 0.743252 0.000000 -0.669012 1.000000 1.000000 1.000000 +618.617554 0.000000 3565.806885 0.000000 0.611405 0.000000 -0.791318 1.000000 1.000000 1.000000 +641.913818 0.000000 3533.545898 0.000000 0.555492 0.000000 -0.831522 1.000000 1.000000 1.000000 +579.102356 0.000000 3597.403320 0.000000 0.663024 0.000000 -0.748598 1.000000 1.000000 1.000000 +633.209778 0.000000 3537.291016 0.000000 0.865000 0.000000 -0.501771 1.000000 1.000000 1.000000 +640.264648 0.000000 3595.448975 0.000000 0.074945 0.000000 -0.997188 1.000000 1.000000 1.000000 +627.927795 0.000000 3529.273926 0.000000 0.439653 0.000000 -0.898168 1.000000 1.000000 1.000000 +608.852478 0.000000 3534.790771 0.000000 0.253316 0.000000 -0.967384 1.000000 1.000000 1.000000 +638.114075 0.000000 3536.494385 0.000000 0.790320 0.000000 -0.612694 1.000000 1.000000 1.000000 +630.885132 0.000000 3528.900146 0.000000 0.842097 0.000000 -0.539326 1.000000 1.000000 1.000000 +642.545410 0.000000 3585.578369 0.000000 0.259300 0.000000 -0.965797 1.000000 1.000000 1.000000 +639.173279 0.000000 3535.252197 0.000000 0.818417 0.000000 -0.574625 1.000000 1.000000 1.000000 +632.378296 0.000000 3530.816650 0.000000 0.044885 0.000000 -0.998992 1.000000 1.000000 1.000000 +630.131958 0.000000 3534.385742 0.000000 0.768546 0.000000 -0.639794 1.000000 1.000000 1.000000 +638.881226 0.000000 3527.571045 0.000000 0.846605 0.000000 -0.532222 1.000000 1.000000 1.000000 +617.782043 0.000000 3589.928467 0.000000 0.646093 0.000000 -0.763259 1.000000 1.000000 1.000000 +638.186279 0.000000 3537.611084 0.000000 0.746996 0.000000 -0.664829 1.000000 1.000000 1.000000 +641.318848 0.000000 3591.974121 0.000000 0.709965 0.000000 -0.704237 1.000000 1.000000 1.000000 +628.137634 0.000000 3534.989014 0.000000 0.772155 0.000000 -0.635435 1.000000 1.000000 1.000000 +632.187744 0.000000 3537.154297 0.000000 0.653606 0.000000 -0.756835 1.000000 1.000000 1.000000 +648.493042 0.000000 3584.742188 0.000000 0.153961 0.000000 -0.988077 1.000000 1.000000 1.000000 +648.162903 0.000000 3579.475586 0.000000 0.554976 0.000000 -0.831866 1.000000 1.000000 1.000000 +654.103516 0.000000 3547.847900 0.000000 0.850190 0.000000 -0.526475 1.000000 1.000000 1.000000 +651.693054 0.000000 3541.930664 0.000000 0.275808 0.000000 -0.961213 1.000000 1.000000 1.000000 +648.527222 0.000000 3527.403320 0.000000 0.855156 0.000000 -0.518370 1.000000 1.000000 1.000000 +671.979187 0.000000 3540.313965 0.000000 0.431005 0.000000 -0.902350 1.000000 1.000000 1.000000 +650.732910 0.000000 3578.386230 0.000000 0.351433 0.000000 -0.936213 1.000000 1.000000 1.000000 +652.988037 0.000000 3538.100586 0.000000 0.134817 0.000000 -0.990870 1.000000 1.000000 1.000000 +670.682617 0.000000 3541.100098 0.000000 0.455560 0.000000 -0.890205 1.000000 1.000000 1.000000 +651.166321 0.000000 3583.462646 0.000000 0.575161 0.000000 -0.818040 1.000000 1.000000 1.000000 +668.367432 0.000000 3543.430420 0.000000 0.077081 0.000000 -0.997025 1.000000 1.000000 1.000000 +577.627258 0.000000 3617.058105 0.000000 0.444367 0.000000 -0.895845 1.000000 1.000000 1.000000 +593.984375 0.000000 3607.719727 0.000000 0.205409 0.000000 -0.978676 1.000000 1.000000 1.000000 +576.072693 0.000000 3613.268066 0.000000 0.609738 0.000000 -0.792603 1.000000 1.000000 1.000000 +575.964539 0.000000 3606.738770 0.000000 0.770673 0.000000 -0.637231 1.000000 1.000000 1.000000 +595.435425 0.000000 3610.795166 0.000000 0.720014 0.000000 -0.693959 1.000000 1.000000 1.000000 +582.690491 0.000000 3601.731201 0.000000 0.073330 0.000000 -0.997308 1.000000 1.000000 1.000000 +591.707092 0.000000 3607.333496 0.000000 0.073097 0.000000 -0.997325 1.000000 1.000000 1.000000 +595.947754 0.000000 3608.722412 0.000000 0.803975 0.000000 -0.594663 1.000000 1.000000 1.000000 +594.318787 0.000000 3609.398926 0.000000 0.430839 0.000000 -0.902429 1.000000 1.000000 1.000000 +579.874146 0.000000 3599.233887 0.000000 0.747525 0.000000 -0.664233 1.000000 1.000000 1.000000 676.071716 0.000000 3696.327881 0.000000 0.334815 0.000000 -0.942284 1.000000 1.000000 1.000000 719.209045 0.000000 3734.283447 0.000000 0.781611 0.000000 -0.623766 1.000000 1.000000 1.000000 663.227173 0.000000 3694.585449 0.000000 0.770363 0.000000 -0.637606 1.000000 1.000000 1.000000 @@ -35223,23 +36686,19 @@ object={ 812.882935 0.000000 3768.046387 0.000000 0.619206 0.000000 -0.785228 1.000000 1.000000 1.000000 771.827148 0.000000 3849.245117 0.000000 0.295564 0.000000 -0.955323 1.000000 1.000000 1.000000 789.688721 0.000000 3826.723389 0.000000 0.749855 0.000000 -0.661602 1.000000 1.000000 1.000000 -775.834106 0.000000 3847.104492 0.000000 0.364990 0.000000 -0.931011 1.000000 1.000000 1.000000 771.136353 0.000000 3820.714111 0.000000 0.529408 0.000000 -0.848367 1.000000 1.000000 1.000000 775.111206 0.000000 3821.643311 0.000000 0.303584 0.000000 -0.952805 1.000000 1.000000 1.000000 768.192383 0.000000 3842.866943 0.000000 0.786906 0.000000 -0.617073 1.000000 1.000000 1.000000 772.906433 0.000000 3846.473389 0.000000 0.753587 0.000000 -0.657349 1.000000 1.000000 1.000000 790.663818 0.000000 3836.088867 0.000000 0.806786 0.000000 -0.590843 1.000000 1.000000 1.000000 -764.892212 0.000000 3831.469482 0.000000 0.396234 0.000000 -0.918150 1.000000 1.000000 1.000000 774.506409 0.000000 3849.571289 0.000000 0.460905 0.000000 -0.887449 1.000000 1.000000 1.000000 783.719788 0.000000 3833.065186 0.000000 0.331850 0.000000 -0.943332 1.000000 1.000000 1.000000 782.898682 0.000000 3835.890137 0.000000 0.019881 0.000000 -0.999802 1.000000 1.000000 1.000000 763.086731 0.000000 3832.826660 0.000000 0.769301 0.000000 -0.638887 1.000000 1.000000 1.000000 -774.523987 0.000000 3845.415039 0.000000 0.627009 0.000000 -0.779012 1.000000 1.000000 1.000000 780.880737 0.000000 3830.882812 0.000000 0.094005 0.000000 -0.995572 1.000000 1.000000 1.000000 770.323914 0.000000 3839.591553 0.000000 0.130890 0.000000 -0.991397 1.000000 1.000000 1.000000 774.978516 0.000000 3841.459473 0.000000 0.531512 0.000000 -0.847051 1.000000 1.000000 1.000000 782.352356 0.000000 3832.163330 0.000000 0.023126 0.000000 -0.999733 1.000000 1.000000 1.000000 -765.968262 0.000000 3830.080811 0.000000 0.679350 0.000000 -0.733814 1.000000 1.000000 1.000000 771.684509 0.000000 3847.607910 0.000000 0.686894 0.000000 -0.726758 1.000000 1.000000 1.000000 788.646240 0.000000 3839.962646 0.000000 0.739706 0.000000 -0.672930 1.000000 1.000000 1.000000 784.265808 0.000000 3836.127686 0.000000 0.715807 0.000000 -0.698299 1.000000 1.000000 1.000000 @@ -37096,7 +38555,6 @@ object={ 1767.284424 0.000000 3773.129883 0.000000 0.783132 0.000000 -0.621856 1.000000 1.000000 1.000000 1735.098999 0.000000 3783.622803 0.000000 0.299120 0.000000 -0.954216 1.000000 1.000000 1.000000 1826.434692 0.000000 3799.906494 0.000000 0.195304 0.000000 -0.980743 1.000000 1.000000 1.000000 -1834.341309 0.000000 3797.939697 0.000000 0.647474 0.000000 -0.762088 1.000000 1.000000 1.000000 1820.901245 0.000000 3790.842285 0.000000 0.090147 0.000000 -0.995928 1.000000 1.000000 1.000000 1802.574585 0.000000 3784.472900 0.000000 0.778871 0.000000 -0.627185 1.000000 1.000000 1.000000 1850.761963 0.000000 3798.807373 0.000000 0.796252 0.000000 -0.604965 1.000000 1.000000 1.000000 diff --git a/gfx/map/map_object_data/generated/tree_pine_01_b_generator_1.txt b/gfx/map/map_object_data/generated/tree_pine_01_b_generator_1.txt index d96fc53f..63b8ef39 100644 --- a/gfx/map/map_object_data/generated/tree_pine_01_b_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_pine_01_b_generator_1.txt @@ -5,7 +5,7 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_pine_01_b_mesh" - count=87196 + count=97361 transform="668.392944 0.000000 2272.243652 0.000000 0.999225 0.000000 0.039361 0.400000 0.400000 0.400000 738.418030 0.000000 2210.560547 0.000000 0.987297 0.000000 -0.158887 0.400000 0.400000 0.400000 733.487671 0.000000 2210.893555 0.000000 0.974668 0.000000 0.223657 0.400000 0.400000 0.400000 @@ -13,99 +13,511 @@ 732.165588 0.000000 2223.739014 0.000000 0.392514 0.000000 -0.919746 0.400000 0.400000 0.400000 732.265503 0.000000 2208.666748 0.000000 0.326277 0.000000 0.945274 0.400000 0.400000 0.400000 477.315063 0.000000 2661.123047 0.000000 0.930416 0.000000 -0.366504 0.400000 0.400000 0.400000 +570.624146 0.000000 2621.355713 0.000000 0.553332 0.000000 0.832961 0.400000 0.400000 0.400000 +573.054443 0.000000 2614.864990 0.000000 0.320630 0.000000 0.947205 0.400000 0.400000 0.400000 +569.537354 0.000000 2627.426270 0.000000 0.932763 0.000000 -0.360491 0.400000 0.400000 0.400000 537.211487 0.000000 2618.025879 0.000000 0.690693 0.000000 0.723148 0.400000 0.400000 0.400000 +573.713623 0.000000 2625.077637 0.000000 0.991644 0.000000 -0.129007 0.400000 0.400000 0.400000 541.167969 0.000000 2627.730469 0.000000 0.919533 0.000000 0.393012 0.400000 0.400000 0.400000 +574.437500 0.000000 2618.793701 0.000000 0.807297 0.000000 -0.590145 0.400000 0.400000 0.400000 +573.231567 0.000000 2628.656250 0.000000 0.357811 0.000000 -0.933794 0.400000 0.400000 0.400000 478.567657 0.000000 2665.752441 0.000000 0.577166 0.000000 0.816627 0.400000 0.400000 0.400000 710.541260 0.000000 2512.439697 0.000000 0.506092 0.000000 -0.862480 0.400000 0.400000 0.400000 +789.690186 0.000000 2553.093262 0.000000 0.916391 0.000000 -0.400284 0.400000 0.400000 0.400000 +817.759521 0.000000 2554.815186 0.000000 0.470197 0.000000 -0.882562 0.400000 0.400000 0.400000 +801.101868 0.000000 2552.444092 0.000000 0.841415 0.000000 -0.540389 0.400000 0.400000 0.400000 +804.708191 0.000000 2561.988525 0.000000 0.973631 0.000000 -0.228129 0.400000 0.400000 0.400000 +792.716980 0.000000 2557.890625 0.000000 0.534422 0.000000 -0.845217 0.400000 0.400000 0.400000 +810.145752 0.000000 2549.365234 0.000000 0.181399 0.000000 -0.983410 0.400000 0.400000 0.400000 +809.445312 0.000000 2556.521729 0.000000 0.073842 0.000000 -0.997270 0.400000 0.400000 0.400000 +797.823364 0.000000 2562.240723 0.000000 0.779813 0.000000 0.626012 0.400000 0.400000 0.400000 +816.104126 0.000000 2549.001221 0.000000 0.807264 0.000000 -0.590191 0.400000 0.400000 0.400000 +820.497437 0.000000 2560.776367 0.000000 0.922487 0.000000 0.386027 0.400000 0.400000 0.400000 +804.482300 0.000000 2547.659180 0.000000 0.514687 0.000000 -0.857378 0.400000 0.400000 0.400000 +795.021667 0.000000 2552.689209 0.000000 0.894811 0.000000 0.446446 0.400000 0.400000 0.400000 +809.203796 0.000000 2565.196777 0.000000 0.982362 0.000000 -0.186991 0.400000 0.400000 0.400000 +813.906311 0.000000 2557.847412 0.000000 0.935775 0.000000 0.352599 0.400000 0.400000 0.400000 +809.669312 0.000000 2560.965088 0.000000 0.435954 0.000000 -0.899969 0.400000 0.400000 0.400000 +810.598328 0.000000 2545.351807 0.000000 0.964158 0.000000 -0.265329 0.400000 0.400000 0.400000 +816.910034 0.000000 2560.256104 0.000000 0.984245 0.000000 -0.176813 0.400000 0.400000 0.400000 +791.997986 0.000000 2554.414062 0.000000 0.614255 0.000000 -0.789108 0.400000 0.400000 0.400000 +794.683960 0.000000 2560.738525 0.000000 0.525746 0.000000 0.850642 0.400000 0.400000 0.400000 +819.847412 0.000000 2557.334473 0.000000 0.960747 0.000000 -0.277425 0.400000 0.400000 0.400000 +807.712280 0.000000 2547.087402 0.000000 0.911473 0.000000 -0.411360 0.400000 0.400000 0.400000 +813.105652 0.000000 2547.456299 0.000000 0.663887 0.000000 0.747832 0.400000 0.400000 0.400000 +932.026855 0.000000 2443.797119 0.000000 0.884150 0.000000 -0.467203 0.400000 0.400000 0.400000 +921.479309 0.000000 2436.872314 0.000000 0.773251 0.000000 0.634101 0.400000 0.400000 0.400000 +914.471619 0.000000 2440.985596 0.000000 0.510385 0.000000 0.859946 0.400000 0.400000 0.400000 +926.517822 0.000000 2440.455322 0.000000 0.304887 0.000000 -0.952388 0.400000 0.400000 0.400000 +930.489197 0.000000 2437.992432 0.000000 0.571162 0.000000 -0.820838 0.400000 0.400000 0.400000 +914.015137 0.000000 2446.097656 0.000000 0.998087 0.000000 0.061818 0.400000 0.400000 0.400000 +917.492249 0.000000 2437.964600 0.000000 0.720677 0.000000 0.693271 0.400000 0.400000 0.400000 +934.730713 0.000000 2445.973145 0.000000 0.625036 0.000000 0.780596 0.400000 0.400000 0.400000 +914.112305 0.000000 2437.662842 0.000000 0.328456 0.000000 0.944519 0.400000 0.400000 0.400000 +915.543823 0.000000 2443.556396 0.000000 0.451003 0.000000 -0.892522 0.400000 0.400000 0.400000 +942.155090 0.000000 2441.361572 0.000000 0.529316 0.000000 0.848424 0.400000 0.400000 0.400000 +936.012939 0.000000 2444.191895 0.000000 0.811858 0.000000 -0.583854 0.400000 0.400000 0.400000 +947.555420 0.000000 2444.896484 0.000000 0.321521 0.000000 0.946902 0.400000 0.400000 0.400000 +942.172791 0.000000 2447.416748 0.000000 0.619647 0.000000 0.784881 0.400000 0.400000 0.400000 +939.818665 0.000000 2444.450928 0.000000 0.977316 0.000000 -0.211785 0.400000 0.400000 0.400000 +944.058044 0.000000 2444.444824 0.000000 0.955535 0.000000 -0.294879 0.400000 0.400000 0.400000 +951.309998 0.000000 2446.208740 0.000000 0.318205 0.000000 -0.948022 0.400000 0.400000 0.400000 +925.841614 0.000000 2448.314941 0.000000 0.531441 0.000000 0.847095 0.400000 0.400000 0.400000 +917.400391 0.000000 2449.075928 0.000000 0.102398 0.000000 0.994744 0.400000 0.400000 0.400000 +931.029358 0.000000 2454.643555 0.000000 0.914347 0.000000 0.404931 0.400000 0.400000 0.400000 +923.401489 0.000000 2455.685547 0.000000 0.330221 0.000000 -0.943904 0.400000 0.400000 0.400000 +933.260254 0.000000 2448.375977 0.000000 0.223054 0.000000 -0.974806 0.400000 0.400000 0.400000 +917.741333 0.000000 2457.452881 0.000000 0.636113 0.000000 0.771596 0.400000 0.400000 0.400000 +933.673096 0.000000 2459.020264 0.000000 0.128603 0.000000 -0.991696 0.400000 0.400000 0.400000 +921.528564 0.000000 2451.349121 0.000000 0.693879 0.000000 -0.720092 0.400000 0.400000 0.400000 +915.120728 0.000000 2453.010986 0.000000 0.757934 0.000000 -0.652332 0.400000 0.400000 0.400000 +933.520447 0.000000 2452.145996 0.000000 0.993264 0.000000 0.115872 0.400000 0.400000 0.400000 +948.702271 0.000000 2448.354492 0.000000 0.420554 0.000000 -0.907268 0.400000 0.400000 0.400000 +936.316833 0.000000 2451.174072 0.000000 0.530402 0.000000 -0.847746 0.400000 0.400000 0.400000 +946.782654 0.000000 2458.995605 0.000000 0.288582 0.000000 0.957455 0.400000 0.400000 0.400000 +961.466797 0.000000 2463.579102 0.000000 0.973720 0.000000 0.227749 0.400000 0.400000 0.400000 +954.565002 0.000000 2451.693359 0.000000 0.952472 0.000000 0.304626 0.400000 0.400000 0.400000 +952.479980 0.000000 2460.030273 0.000000 0.623945 0.000000 -0.781468 0.400000 0.400000 0.400000 +963.223694 0.000000 2458.633545 0.000000 0.999891 0.000000 0.014734 0.400000 0.400000 0.400000 +956.569702 0.000000 2462.441162 0.000000 0.492860 0.000000 0.870109 0.400000 0.400000 0.400000 +940.587769 0.000000 2448.879639 0.000000 0.286025 0.000000 -0.958222 0.400000 0.400000 0.400000 +939.588745 0.000000 2454.074707 0.000000 0.517072 0.000000 -0.855942 0.400000 0.400000 0.400000 +944.992310 0.000000 2448.974365 0.000000 0.602420 0.000000 0.798179 0.400000 0.400000 0.400000 +936.495972 0.000000 2447.637695 0.000000 0.981284 0.000000 -0.192565 0.400000 0.400000 0.400000 +952.106384 0.000000 2449.233154 0.000000 0.453332 0.000000 -0.891342 0.400000 0.400000 0.400000 +964.927673 0.000000 2463.819824 0.000000 0.987945 0.000000 0.154806 0.400000 0.400000 0.400000 +961.017517 0.000000 2456.383545 0.000000 0.982577 0.000000 0.185853 0.400000 0.400000 0.400000 +940.997498 0.000000 2451.725342 0.000000 0.823572 0.000000 0.567212 0.400000 0.400000 0.400000 927.627075 0.000000 2578.353271 0.000000 0.284988 0.000000 -0.958531 0.400000 0.400000 0.400000 932.835632 0.000000 2560.125244 0.000000 0.317847 0.000000 0.948142 0.400000 0.400000 0.400000 927.687683 0.000000 2564.000244 0.000000 0.996817 0.000000 -0.079718 0.400000 0.400000 0.400000 +959.485474 0.000000 2585.882080 0.000000 0.687191 0.000000 -0.726476 0.400000 0.400000 0.400000 +999.619263 0.000000 2578.353271 0.000000 0.955173 0.000000 -0.296047 0.400000 0.400000 0.400000 +977.754395 0.000000 2571.112061 0.000000 0.982139 0.000000 0.188157 0.400000 0.400000 0.400000 +981.260376 0.000000 2589.138672 0.000000 0.639902 0.000000 0.768457 0.400000 0.400000 0.400000 977.915039 0.000000 2556.726074 0.000000 0.657646 0.000000 -0.753327 0.400000 0.400000 0.400000 +1002.577271 0.000000 2549.371338 0.000000 0.933168 0.000000 0.359442 0.400000 0.400000 0.400000 +971.127930 0.000000 2582.380371 0.000000 0.990511 0.000000 -0.137435 0.400000 0.400000 0.400000 +1004.019043 0.000000 2587.765869 0.000000 0.353809 0.000000 -0.935318 0.400000 0.400000 0.400000 948.692566 0.000000 2561.988525 0.000000 0.839229 0.000000 -0.543779 0.400000 0.400000 0.400000 945.529724 0.000000 2575.556396 0.000000 0.835112 0.000000 0.550080 0.400000 0.400000 0.400000 936.461792 0.000000 2576.960938 0.000000 0.876703 0.000000 0.481032 0.400000 0.400000 0.400000 +1004.827820 0.000000 2560.125244 0.000000 0.836689 0.000000 0.547678 0.400000 0.400000 0.400000 +967.965637 0.000000 2590.300537 0.000000 0.998632 0.000000 -0.052280 0.400000 0.400000 0.400000 970.435059 0.000000 2574.205322 0.000000 0.628665 0.000000 -0.777676 0.400000 0.400000 0.400000 +979.720032 0.000000 2578.391846 0.000000 0.478437 0.000000 0.878122 0.400000 0.400000 0.400000 945.187439 0.000000 2568.383545 0.000000 0.914493 0.000000 0.404601 0.400000 0.400000 0.400000 956.240112 0.000000 2578.454590 0.000000 0.624359 0.000000 0.781137 0.400000 0.400000 0.400000 +973.774841 0.000000 2565.431641 0.000000 0.988365 0.000000 0.152100 0.400000 0.400000 0.400000 941.807739 0.000000 2562.240723 0.000000 0.965027 0.000000 -0.262151 0.400000 0.400000 0.400000 +954.317383 0.000000 2589.364502 0.000000 0.888671 0.000000 0.458546 0.400000 0.400000 0.400000 +964.816406 0.000000 2582.220703 0.000000 0.249913 0.000000 0.968268 0.400000 0.400000 0.400000 +983.833496 0.000000 2573.268799 0.000000 0.919133 0.000000 -0.393948 0.400000 0.400000 0.400000 +942.172791 0.000000 2591.385498 0.000000 0.998631 0.000000 -0.052304 0.400000 0.400000 0.400000 +1007.177795 0.000000 2582.533447 0.000000 0.863156 0.000000 -0.504937 0.400000 0.400000 0.400000 +978.630493 0.000000 2584.058350 0.000000 0.211325 0.000000 -0.977416 0.400000 0.400000 0.400000 982.202209 0.000000 2553.378418 0.000000 0.624531 0.000000 -0.781000 0.400000 0.400000 0.400000 970.466125 0.000000 2569.172852 0.000000 0.819643 0.000000 0.572874 0.400000 0.400000 0.400000 +968.150757 0.000000 2578.415527 0.000000 0.611423 0.000000 -0.791304 0.400000 0.400000 0.400000 +964.243896 0.000000 2587.050781 0.000000 0.998949 0.000000 -0.045839 0.400000 0.400000 0.400000 +1005.666748 0.000000 2553.093262 0.000000 0.967592 0.000000 -0.252519 0.400000 0.400000 0.400000 +1002.481384 0.000000 2581.961182 0.000000 0.302873 0.000000 0.953031 0.400000 0.400000 0.400000 +994.971558 0.000000 2576.318604 0.000000 0.995153 0.000000 -0.098339 0.400000 0.400000 0.400000 +1005.998230 0.000000 2564.617920 0.000000 0.288837 0.000000 -0.957378 0.400000 0.400000 0.400000 +982.803467 0.000000 2581.959961 0.000000 0.838043 0.000000 0.545604 0.400000 0.400000 0.400000 +968.197449 0.000000 2585.489258 0.000000 0.974712 0.000000 -0.223467 0.400000 0.400000 0.400000 +977.841492 0.000000 2567.018799 0.000000 0.993190 0.000000 0.116507 0.400000 0.400000 0.400000 +980.032471 0.000000 2574.239746 0.000000 0.824740 0.000000 -0.565512 0.400000 0.400000 0.400000 +983.550903 0.000000 2577.419922 0.000000 0.995192 0.000000 0.097944 0.400000 0.400000 0.400000 +966.212952 0.000000 2575.143555 0.000000 0.327049 0.000000 -0.945007 0.400000 0.400000 0.400000 +961.910950 0.000000 2583.664551 0.000000 0.434134 0.000000 -0.900848 0.400000 0.400000 0.400000 +981.246033 0.000000 2571.331787 0.000000 0.950706 0.000000 -0.310095 0.400000 0.400000 0.400000 +1004.774902 0.000000 2584.467773 0.000000 0.941918 0.000000 0.335844 0.400000 0.400000 0.400000 +968.722412 0.000000 2571.546143 0.000000 0.077326 0.000000 -0.997006 0.400000 0.400000 0.400000 +1007.484985 0.000000 2585.288330 0.000000 0.535147 0.000000 0.844759 0.400000 0.400000 0.400000 +1010.113220 0.000000 2567.842285 0.000000 0.987630 0.000000 -0.156804 0.400000 0.400000 0.400000 +1066.050049 0.000000 2560.893066 0.000000 0.902109 0.000000 -0.431509 0.400000 0.400000 0.400000 +1014.147278 0.000000 2585.330322 0.000000 0.203516 0.000000 0.979072 0.400000 0.400000 0.400000 +1053.252563 0.000000 2589.138672 0.000000 0.261817 0.000000 0.965118 0.400000 0.400000 0.400000 +1056.249268 0.000000 2528.393799 0.000000 0.993556 0.000000 0.113340 0.400000 0.400000 0.400000 +1073.603271 0.000000 2534.669678 0.000000 0.981696 0.000000 0.190455 0.400000 0.400000 0.400000 +1076.011230 0.000000 2587.765869 0.000000 0.999363 0.000000 0.035691 0.400000 0.400000 0.400000 +1075.906128 0.000000 2568.740234 0.000000 0.652365 0.000000 0.757905 0.400000 0.400000 0.400000 +1064.548096 0.000000 2587.396484 0.000000 0.664682 0.000000 0.747127 0.400000 0.400000 0.400000 +1017.521912 0.000000 2575.556396 0.000000 0.035060 0.000000 0.999385 0.400000 0.400000 0.400000 +1008.693542 0.000000 2557.890625 0.000000 0.789403 0.000000 -0.613875 0.400000 0.400000 0.400000 +1059.516357 0.000000 2568.167725 0.000000 0.168654 0.000000 -0.985675 0.400000 0.400000 0.400000 +1063.869629 0.000000 2534.620850 0.000000 0.877187 0.000000 0.480149 0.400000 0.400000 0.400000 +1022.996826 0.000000 2582.958984 0.000000 0.489692 0.000000 0.871896 0.400000 0.400000 0.400000 +1067.148804 0.000000 2571.563721 0.000000 0.385371 0.000000 0.922762 0.400000 0.400000 0.400000 +1075.013672 0.000000 2526.627930 0.000000 0.064559 0.000000 -0.997914 0.400000 0.400000 0.400000 +1067.385864 0.000000 2527.669922 0.000000 0.337346 0.000000 0.941381 0.400000 0.400000 0.400000 +1051.712158 0.000000 2578.391846 0.000000 0.736353 0.000000 -0.676598 0.400000 0.400000 0.400000 +1017.179626 0.000000 2568.383545 0.000000 0.259173 0.000000 -0.965831 0.400000 0.400000 0.400000 +1013.799927 0.000000 2562.240723 0.000000 0.902687 0.000000 0.430297 0.400000 0.400000 0.400000 +1071.671997 0.000000 2564.000244 0.000000 0.022910 0.000000 -0.999738 0.400000 0.400000 0.400000 1036.808594 0.000000 2582.220703 0.000000 0.973218 0.000000 0.229884 0.400000 0.400000 0.400000 +1055.825684 0.000000 2573.268799 0.000000 0.905439 0.000000 -0.424477 0.400000 0.400000 0.400000 +1070.502197 0.000000 2584.424072 0.000000 0.807400 0.000000 0.590004 0.400000 0.400000 0.400000 +1014.164978 0.000000 2591.385498 0.000000 0.283875 0.000000 0.958861 0.400000 0.400000 0.400000 +1079.169922 0.000000 2582.533447 0.000000 0.999759 0.000000 0.021939 0.400000 0.400000 0.400000 +1061.725708 0.000000 2529.437256 0.000000 0.992200 0.000000 0.124652 0.400000 0.400000 0.400000 +1013.415894 0.000000 2579.553223 0.000000 0.777140 0.000000 -0.629328 0.400000 0.400000 0.400000 +1066.245605 0.000000 2566.374268 0.000000 0.937672 0.000000 0.347522 0.400000 0.400000 0.400000 +1007.928711 0.000000 2563.105713 0.000000 0.990027 0.000000 0.140879 0.400000 0.400000 0.400000 +1077.657471 0.000000 2531.004639 0.000000 0.731694 0.000000 -0.681633 0.400000 0.400000 0.400000 +1009.352905 0.000000 2583.069092 0.000000 0.702220 0.000000 -0.711960 0.400000 0.400000 0.400000 +1018.309143 0.000000 2581.134766 0.000000 0.252656 0.000000 -0.967556 0.400000 0.400000 0.400000 +1054.419800 0.000000 2568.418701 0.000000 0.982304 0.000000 0.187294 0.400000 0.400000 0.400000 +1079.429077 0.000000 2572.161377 0.000000 0.988800 0.000000 -0.149247 0.400000 0.400000 0.400000 +1077.395142 0.000000 2537.977783 0.000000 0.776331 0.000000 -0.630325 0.400000 0.400000 0.400000 1036.236084 0.000000 2587.050781 0.000000 0.739506 0.000000 -0.673150 0.400000 0.400000 0.400000 +1054.795654 0.000000 2581.959961 0.000000 0.936640 0.000000 -0.350294 0.400000 0.400000 0.400000 +1071.215332 0.000000 2568.682373 0.000000 0.999191 0.000000 0.040210 0.400000 0.400000 0.400000 +1057.999512 0.000000 2590.066406 0.000000 0.058843 0.000000 0.998267 0.400000 0.400000 0.400000 +1059.105103 0.000000 2524.995361 0.000000 0.879346 0.000000 0.476184 0.400000 0.400000 0.400000 +1063.498413 0.000000 2569.523438 0.000000 0.946728 0.000000 0.322033 0.400000 0.400000 0.400000 +1021.962463 0.000000 2578.955566 0.000000 0.950944 0.000000 0.309364 0.400000 0.400000 0.400000 +1071.461792 0.000000 2528.670654 0.000000 0.319463 0.000000 0.947599 0.400000 0.400000 0.400000 +1013.817749 0.000000 2566.337891 0.000000 0.748514 0.000000 -0.663119 0.400000 0.400000 0.400000 +1065.100708 0.000000 2591.427002 0.000000 0.534468 0.000000 0.845189 0.400000 0.400000 0.400000 +1055.543091 0.000000 2577.419922 0.000000 0.608990 0.000000 0.793178 0.400000 0.400000 0.400000 +1063.079956 0.000000 2525.924561 0.000000 0.230204 0.000000 -0.973142 0.400000 0.400000 0.400000 +1054.288086 0.000000 2585.754395 0.000000 0.950054 0.000000 0.312086 0.400000 0.400000 0.400000 +1007.974548 0.000000 2554.414062 0.000000 0.371826 0.000000 0.928303 0.400000 0.400000 0.400000 +1078.715088 0.000000 2589.941895 0.000000 0.983790 0.000000 0.179325 0.400000 0.400000 0.400000 +1058.847900 0.000000 2575.072998 0.000000 0.482475 0.000000 -0.875910 0.400000 0.400000 0.400000 +1074.243896 0.000000 2531.325684 0.000000 0.991679 0.000000 -0.128739 0.400000 0.400000 0.400000 +1068.229980 0.000000 2563.613770 0.000000 0.993954 0.000000 -0.109799 0.400000 0.400000 0.400000 +1011.049683 0.000000 2564.389404 0.000000 0.579778 0.000000 -0.814775 0.400000 0.400000 0.400000 +1020.429688 0.000000 2574.017334 0.000000 0.963733 0.000000 -0.266869 0.400000 0.400000 0.400000 +1067.071411 0.000000 2534.392822 0.000000 0.559321 0.000000 -0.828951 0.400000 0.400000 0.400000 +1013.160522 0.000000 2569.540771 0.000000 0.229005 0.000000 -0.973425 0.400000 0.400000 0.400000 +1016.373901 0.000000 2578.639160 0.000000 0.349064 0.000000 0.937099 0.400000 0.400000 0.400000 +1050.008789 0.000000 2581.081055 0.000000 0.045221 0.000000 -0.998977 0.400000 0.400000 0.400000 +1073.609253 0.000000 2566.576416 0.000000 0.392977 0.000000 0.919548 0.400000 0.400000 0.400000 +1012.216797 0.000000 2582.322266 0.000000 0.455527 0.000000 -0.890222 0.400000 0.400000 0.400000 +1056.691040 0.000000 2570.027344 0.000000 0.439648 0.000000 -0.898170 0.400000 0.400000 0.400000 +1059.196167 0.000000 2527.802002 0.000000 0.999164 0.000000 0.040877 0.400000 0.400000 0.400000 1038.653931 0.000000 2587.964844 0.000000 0.790809 0.000000 0.612063 0.400000 0.400000 0.400000 1037.698364 0.000000 2584.821289 0.000000 0.131582 0.000000 -0.991305 0.400000 0.400000 0.400000 +1068.628174 0.000000 2561.084473 0.000000 0.925654 0.000000 -0.378372 0.400000 0.400000 0.400000 +1052.375977 0.000000 2582.292236 0.000000 0.035028 0.000000 0.999386 0.400000 0.400000 0.400000 +1081.572510 0.000000 2537.292480 0.000000 0.874698 0.000000 0.484669 0.400000 0.400000 0.400000 +1086.139526 0.000000 2585.330322 0.000000 0.964944 0.000000 -0.262455 0.400000 0.400000 0.400000 +1098.379028 0.000000 2570.482422 0.000000 0.703512 0.000000 0.710684 0.400000 0.400000 0.400000 +1092.676880 0.000000 2561.988525 0.000000 0.199523 0.000000 -0.979893 0.400000 0.400000 0.400000 +1080.446167 0.000000 2576.960938 0.000000 0.943010 0.000000 -0.332766 0.400000 0.400000 0.400000 +1079.997314 0.000000 2588.160645 0.000000 0.971007 0.000000 -0.239052 0.400000 0.400000 0.400000 +1085.792114 0.000000 2562.240723 0.000000 0.906424 0.000000 0.422370 0.400000 0.400000 0.400000 +1085.408081 0.000000 2579.553223 0.000000 0.263753 0.000000 0.964590 0.400000 0.400000 0.400000 1095.614502 0.000000 2575.321533 0.000000 0.626617 0.000000 0.779328 0.400000 0.400000 0.400000 +1079.920898 0.000000 2563.105713 0.000000 0.791042 0.000000 0.611762 0.400000 0.400000 0.400000 +1081.345093 0.000000 2583.069092 0.000000 0.865944 0.000000 0.500141 0.400000 0.400000 0.400000 +1090.301270 0.000000 2581.134766 0.000000 0.863448 0.000000 -0.504438 0.400000 0.400000 0.400000 +1080.116089 0.000000 2571.694336 0.000000 0.999984 0.000000 -0.005661 0.400000 0.400000 0.400000 +1093.954712 0.000000 2578.955566 0.000000 0.894239 0.000000 0.447591 0.400000 0.400000 0.400000 +1089.901855 0.000000 2585.432373 0.000000 0.206852 0.000000 -0.978372 0.400000 0.400000 0.400000 +1085.967651 0.000000 2576.034668 0.000000 0.970837 0.000000 -0.239739 0.400000 0.400000 0.400000 +1082.652710 0.000000 2560.738525 0.000000 0.602289 0.000000 0.798278 0.400000 0.400000 0.400000 +1088.898804 0.000000 2561.184326 0.000000 0.273797 0.000000 -0.961787 0.400000 0.400000 0.400000 1095.294312 0.000000 2590.177490 0.000000 0.632766 0.000000 -0.774343 0.400000 0.400000 0.400000 +1087.224365 0.000000 2582.320068 0.000000 0.752447 0.000000 -0.658653 0.400000 0.400000 0.400000 +1088.366089 0.000000 2578.639160 0.000000 0.859019 0.000000 0.511944 0.400000 0.400000 0.400000 +1082.094238 0.000000 2574.464600 0.000000 0.969873 0.000000 -0.243612 0.400000 0.400000 0.400000 1097.505371 0.000000 2577.618164 0.000000 0.213378 0.000000 0.976970 0.400000 0.400000 0.400000 1092.523682 0.000000 2586.448730 0.000000 0.649615 0.000000 -0.760263 0.400000 0.400000 0.400000 +627.287048 0.000000 2650.451416 0.000000 0.819006 0.000000 -0.573784 0.400000 0.400000 0.400000 +576.196655 0.000000 2619.427002 0.000000 0.756589 0.000000 0.653891 0.400000 0.400000 0.400000 +576.740417 0.000000 2629.875000 0.000000 0.132239 0.000000 -0.991218 0.400000 0.400000 0.400000 +602.567566 0.000000 2648.156494 0.000000 0.492874 0.000000 0.870100 0.400000 0.400000 0.400000 +585.838562 0.000000 2614.307617 0.000000 0.722024 0.000000 -0.691868 0.400000 0.400000 0.400000 +598.016174 0.000000 2634.435547 0.000000 0.918334 0.000000 0.395805 0.400000 0.400000 0.400000 +635.195679 0.000000 2643.548096 0.000000 0.738784 0.000000 0.673942 0.400000 0.400000 0.400000 +610.474121 0.000000 2646.189697 0.000000 0.269908 0.000000 0.962886 0.400000 0.400000 0.400000 +620.766296 0.000000 2635.807861 0.000000 0.907583 0.000000 -0.419872 0.400000 0.400000 0.400000 +619.759094 0.000000 2650.376221 0.000000 0.001204 0.000000 0.999999 0.400000 0.400000 0.400000 +585.226501 0.000000 2640.367920 0.000000 0.887559 0.000000 0.460694 0.400000 0.400000 0.400000 +626.805542 0.000000 2632.376953 0.000000 0.371121 0.000000 0.928584 0.400000 0.400000 0.400000 +596.279175 0.000000 2650.438965 0.000000 0.803515 0.000000 0.595285 0.400000 0.400000 0.400000 +613.813904 0.000000 2637.416016 0.000000 0.990547 0.000000 -0.137174 0.400000 0.400000 0.400000 +581.846802 0.000000 2634.225098 0.000000 0.383642 0.000000 -0.923482 0.400000 0.400000 0.400000 +604.520874 0.000000 2632.760742 0.000000 0.416108 0.000000 -0.909315 0.400000 0.400000 0.400000 +588.505737 0.000000 2619.643555 0.000000 0.909566 0.000000 -0.415560 0.400000 0.400000 0.400000 +583.614563 0.000000 2608.204834 0.000000 0.946654 0.000000 -0.322251 0.400000 0.400000 0.400000 +591.669189 0.000000 2647.305908 0.000000 0.932855 0.000000 0.360252 0.400000 0.400000 0.400000 +634.292419 0.000000 2638.358643 0.000000 0.664272 0.000000 0.747491 0.400000 0.400000 0.400000 +614.675476 0.000000 2649.933350 0.000000 0.844709 0.000000 -0.535227 0.400000 0.400000 0.400000 +590.119385 0.000000 2624.776611 0.000000 0.101146 0.000000 -0.994872 0.400000 0.400000 0.400000 +630.133667 0.000000 2635.818604 0.000000 0.758208 0.000000 -0.652013 0.400000 0.400000 0.400000 +625.214844 0.000000 2636.527344 0.000000 0.998688 0.000000 0.051207 0.400000 0.400000 0.400000 +609.795532 0.000000 2635.958008 0.000000 0.666754 0.000000 0.745278 0.400000 0.400000 0.400000 +582.111328 0.000000 2612.051025 0.000000 0.096818 0.000000 0.995302 0.400000 0.400000 0.400000 +590.009338 0.000000 2650.939941 0.000000 0.236632 0.000000 0.971599 0.400000 0.400000 0.400000 +581.864624 0.000000 2638.322266 0.000000 0.010120 0.000000 -0.999949 0.400000 0.400000 0.400000 +623.589966 0.000000 2649.404297 0.000000 0.426233 0.000000 0.904614 0.400000 0.400000 0.400000 +631.372559 0.000000 2649.440430 0.000000 0.480511 0.000000 0.876989 0.400000 0.400000 0.400000 +584.468201 0.000000 2643.918457 0.000000 0.735685 0.000000 -0.677324 0.400000 0.400000 0.400000 +600.933472 0.000000 2632.240479 0.000000 0.564227 0.000000 -0.825620 0.400000 0.400000 0.400000 +606.252014 0.000000 2647.127930 0.000000 0.670215 0.000000 -0.742167 0.400000 0.400000 0.400000 +578.707397 0.000000 2632.722900 0.000000 0.998409 0.000000 -0.056384 0.400000 0.400000 0.400000 +576.017639 0.000000 2612.337891 0.000000 0.560935 0.000000 -0.827860 0.400000 0.400000 0.400000 +599.325012 0.000000 2649.003174 0.000000 0.286740 0.000000 -0.958008 0.400000 0.400000 0.400000 +579.096558 0.000000 2636.373779 0.000000 0.712391 0.000000 -0.701783 0.400000 0.400000 0.400000 +613.001099 0.000000 2634.096191 0.000000 0.035617 0.000000 -0.999366 0.400000 0.400000 0.400000 +588.476562 0.000000 2646.001709 0.000000 0.719960 0.000000 0.694015 0.400000 0.400000 0.400000 +604.814392 0.000000 2650.716797 0.000000 0.545352 0.000000 0.838207 0.400000 0.400000 0.400000 +585.620972 0.000000 2617.660400 0.000000 0.745049 0.000000 -0.667010 0.400000 0.400000 0.400000 +604.654480 0.000000 2635.855225 0.000000 0.981893 0.000000 -0.189438 0.400000 0.400000 0.400000 +633.057739 0.000000 2635.539062 0.000000 0.590320 0.000000 -0.807169 0.400000 0.400000 0.400000 +596.400757 0.000000 2632.165527 0.000000 0.516062 0.000000 -0.856551 0.400000 0.400000 0.400000 833.770020 0.000000 2643.096436 0.000000 0.476714 0.000000 -0.879059 0.400000 0.400000 0.400000 +850.073486 0.000000 2632.877441 0.000000 0.266190 0.000000 0.963920 0.400000 0.400000 0.400000 +858.592896 0.000000 2621.355713 0.000000 0.646668 0.000000 -0.762772 0.400000 0.400000 0.400000 859.929504 0.000000 2640.724609 0.000000 0.854919 0.000000 -0.518761 0.400000 0.400000 0.400000 +860.843445 0.000000 2632.109619 0.000000 0.088685 0.000000 -0.996060 0.400000 0.400000 0.400000 859.037170 0.000000 2598.612305 0.000000 0.155109 0.000000 0.987897 0.400000 0.400000 0.400000 +852.123962 0.000000 2625.439453 0.000000 0.865115 0.000000 -0.501573 0.400000 0.400000 0.400000 835.735657 0.000000 2650.376221 0.000000 0.965415 0.000000 -0.260719 0.400000 0.400000 0.400000 +857.506104 0.000000 2627.426270 0.000000 0.980247 0.000000 0.197775 0.400000 0.400000 0.400000 +848.053406 0.000000 2628.210449 0.000000 0.886317 0.000000 -0.463080 0.400000 0.400000 0.400000 863.452515 0.000000 2644.145752 0.000000 0.990478 0.000000 -0.137672 0.400000 0.400000 0.400000 +861.682373 0.000000 2625.077637 0.000000 0.298576 0.000000 0.954386 0.400000 0.400000 0.400000 +854.664368 0.000000 2631.141602 0.000000 0.659668 0.000000 -0.751557 0.400000 0.400000 0.400000 855.238770 0.000000 2640.666748 0.000000 0.219823 0.000000 -0.975540 0.400000 0.400000 0.400000 +854.484741 0.000000 2621.992188 0.000000 0.990282 0.000000 -0.139075 0.400000 0.400000 0.400000 +862.406250 0.000000 2618.793701 0.000000 0.473279 0.000000 0.880913 0.400000 0.400000 0.400000 855.485229 0.000000 2600.655029 0.000000 0.221426 0.000000 0.975177 0.400000 0.400000 0.400000 836.048096 0.000000 2646.224121 0.000000 0.832376 0.000000 0.554211 0.400000 0.400000 0.400000 +851.445374 0.000000 2629.478271 0.000000 0.810430 0.000000 0.585836 0.400000 0.400000 0.400000 832.585571 0.000000 2646.535156 0.000000 0.273586 0.000000 0.961848 0.400000 0.400000 0.400000 860.417725 0.000000 2645.803223 0.000000 0.877164 0.000000 0.480191 0.400000 0.400000 0.400000 +858.785522 0.000000 2634.887207 0.000000 0.997762 0.000000 -0.066862 0.400000 0.400000 0.400000 +856.853149 0.000000 2624.258789 0.000000 0.101232 0.000000 -0.994863 0.400000 0.400000 0.400000 834.032227 0.000000 2653.065430 0.000000 0.316565 0.000000 -0.948571 0.400000 0.400000 0.400000 857.632690 0.000000 2638.560791 0.000000 0.174234 0.000000 -0.984704 0.400000 0.400000 0.400000 +859.106812 0.000000 2643.402832 0.000000 0.900410 0.000000 -0.435042 0.400000 0.400000 0.400000 +866.128845 0.000000 2639.826660 0.000000 0.930761 0.000000 0.365628 0.400000 0.400000 0.400000 +922.065674 0.000000 2632.877441 0.000000 0.980674 0.000000 -0.195649 0.400000 0.400000 0.400000 +883.105652 0.000000 2611.033203 0.000000 0.853204 0.000000 0.521578 0.400000 0.400000 0.400000 +912.264893 0.000000 2600.378174 0.000000 0.668417 0.000000 -0.743787 0.400000 0.400000 0.400000 +901.919189 0.000000 2614.964355 0.000000 0.106914 0.000000 0.994268 0.400000 0.400000 0.400000 +929.618958 0.000000 2606.654053 0.000000 0.897126 0.000000 0.441774 0.400000 0.400000 0.400000 +905.922852 0.000000 2628.710449 0.000000 0.997816 0.000000 0.066061 0.400000 0.400000 0.400000 +894.247437 0.000000 2638.469971 0.000000 0.016502 0.000000 0.999864 0.400000 0.400000 0.400000 915.255798 0.000000 2650.451416 0.000000 0.739112 0.000000 0.673582 0.400000 0.400000 0.400000 903.839111 0.000000 2592.070801 0.000000 0.069133 0.000000 -0.997607 0.400000 0.400000 0.400000 874.790466 0.000000 2602.964355 0.000000 0.199499 0.000000 -0.979898 0.400000 0.400000 0.400000 931.921692 0.000000 2640.724609 0.000000 0.978947 0.000000 -0.204114 0.400000 0.400000 0.400000 +864.165405 0.000000 2619.427002 0.000000 0.712172 0.000000 -0.702005 0.400000 0.400000 0.400000 +864.709167 0.000000 2629.875000 0.000000 0.030581 0.000000 -0.999532 0.400000 0.400000 0.400000 +892.048279 0.000000 2616.562256 0.000000 0.997637 0.000000 -0.068710 0.400000 0.400000 0.400000 +919.885254 0.000000 2606.605225 0.000000 0.174791 0.000000 0.984606 0.400000 0.400000 0.400000 +910.640808 0.000000 2609.902100 0.000000 0.125608 0.000000 -0.992080 0.400000 0.400000 0.400000 +882.137939 0.000000 2621.349609 0.000000 0.971434 0.000000 -0.237310 0.400000 0.400000 0.400000 +873.807312 0.000000 2614.307617 0.000000 0.168854 0.000000 0.985641 0.400000 0.400000 0.400000 +864.469604 0.000000 2648.945312 0.000000 0.805319 0.000000 0.592842 0.400000 0.400000 0.400000 +896.275269 0.000000 2608.662842 0.000000 0.572895 0.000000 0.819629 0.400000 0.400000 0.400000 +932.835632 0.000000 2632.109619 0.000000 0.237587 0.000000 0.971366 0.400000 0.400000 0.400000 +898.461975 0.000000 2631.723633 0.000000 0.090392 0.000000 -0.995906 0.400000 0.400000 0.400000 +931.029358 0.000000 2598.612305 0.000000 0.964220 0.000000 -0.265104 0.400000 0.400000 0.400000 +908.735046 0.000000 2635.807861 0.000000 0.101313 0.000000 -0.994855 0.400000 0.400000 0.400000 907.727844 0.000000 2650.376221 0.000000 0.999004 0.000000 -0.044617 0.400000 0.400000 0.400000 +914.774292 0.000000 2632.376953 0.000000 0.924135 0.000000 0.382067 0.400000 0.400000 0.400000 897.098816 0.000000 2593.377197 0.000000 0.368878 0.000000 0.929478 0.400000 0.400000 0.400000 871.542603 0.000000 2596.711426 0.000000 0.999794 0.000000 -0.020299 0.400000 0.400000 0.400000 882.572815 0.000000 2595.662109 0.000000 0.892150 0.000000 0.451739 0.400000 0.400000 0.400000 884.247925 0.000000 2650.438965 0.000000 0.191977 0.000000 -0.981399 0.400000 0.400000 0.400000 +901.782654 0.000000 2637.416016 0.000000 0.800877 0.000000 0.598829 0.400000 0.400000 0.400000 933.845093 0.000000 2648.911133 0.000000 0.143790 0.000000 0.989608 0.400000 0.400000 0.400000 +888.729431 0.000000 2641.639648 0.000000 0.575697 0.000000 -0.817663 0.400000 0.400000 0.400000 +888.096313 0.000000 2620.985596 0.000000 0.866936 0.000000 -0.498419 0.400000 0.400000 0.400000 +892.489624 0.000000 2632.760742 0.000000 0.453954 0.000000 -0.891025 0.400000 0.400000 0.400000 +869.937317 0.000000 2618.805664 0.000000 0.468674 0.000000 -0.883371 0.400000 0.400000 0.400000 +912.514771 0.000000 2615.940674 0.000000 0.555876 0.000000 -0.831265 0.400000 0.400000 0.400000 +867.013855 0.000000 2624.673584 0.000000 0.971005 0.000000 -0.239058 0.400000 0.400000 0.400000 +886.266296 0.000000 2615.602051 0.000000 0.862554 0.000000 -0.505966 0.400000 0.400000 0.400000 +917.741333 0.000000 2601.421631 0.000000 0.217505 0.000000 -0.976059 0.400000 0.400000 0.400000 +904.731445 0.000000 2610.057129 0.000000 0.709477 0.000000 0.704729 0.400000 0.400000 0.400000 +914.119385 0.000000 2605.679199 0.000000 0.736419 0.000000 -0.676525 0.400000 0.400000 0.400000 +879.203735 0.000000 2614.819824 0.000000 0.164750 0.000000 0.986335 0.400000 0.400000 0.400000 +881.195984 0.000000 2637.181152 0.000000 0.924367 0.000000 0.381505 0.400000 0.400000 0.400000 928.785034 0.000000 2645.095703 0.000000 0.472485 0.000000 -0.881339 0.400000 0.400000 0.400000 +907.203674 0.000000 2614.696045 0.000000 0.547815 0.000000 -0.836600 0.400000 0.400000 0.400000 +933.673096 0.000000 2602.989014 0.000000 0.776499 0.000000 -0.630118 0.400000 0.400000 0.400000 +909.170654 0.000000 2604.977539 0.000000 0.774348 0.000000 -0.632760 0.400000 0.400000 0.400000 +920.045593 0.000000 2628.210449 0.000000 0.025876 0.000000 -0.999665 0.400000 0.400000 0.400000 +892.352112 0.000000 2611.634766 0.000000 0.991438 0.000000 0.130581 0.400000 0.400000 0.400000 +877.472046 0.000000 2642.799805 0.000000 0.718117 0.000000 -0.695922 0.400000 0.400000 0.400000 +897.235168 0.000000 2613.279297 0.000000 0.812255 0.000000 -0.583303 0.400000 0.400000 0.400000 +904.422363 0.000000 2633.222168 0.000000 0.669242 0.000000 0.743045 0.400000 0.400000 0.400000 +910.497070 0.000000 2630.175781 0.000000 0.139322 0.000000 0.990247 0.400000 0.400000 0.400000 +918.102417 0.000000 2635.818604 0.000000 0.430110 0.000000 -0.902777 0.400000 0.400000 0.400000 934.006042 0.000000 2636.602295 0.000000 0.998533 0.000000 -0.054150 0.400000 0.400000 0.400000 927.230957 0.000000 2640.666748 0.000000 0.544404 0.000000 0.838823 0.400000 0.400000 0.400000 +913.183594 0.000000 2636.527344 0.000000 0.859777 0.000000 0.510670 0.400000 0.400000 0.400000 +885.002808 0.000000 2639.092285 0.000000 0.017740 0.000000 -0.999843 0.400000 0.400000 0.400000 +864.139465 0.000000 2643.678711 0.000000 0.927270 0.000000 0.374392 0.400000 0.400000 0.400000 +897.764282 0.000000 2635.958008 0.000000 0.639900 0.000000 0.768458 0.400000 0.400000 0.400000 +934.991150 0.000000 2599.203369 0.000000 0.065492 0.000000 0.997853 0.400000 0.400000 0.400000 +927.477417 0.000000 2600.655029 0.000000 0.921945 0.000000 0.387322 0.400000 0.400000 0.400000 +882.590515 0.000000 2617.336182 0.000000 0.055060 0.000000 0.998483 0.400000 0.400000 0.400000 +869.833374 0.000000 2638.322266 0.000000 0.968325 0.000000 -0.249695 0.400000 0.400000 0.400000 901.869934 0.000000 2644.261230 0.000000 0.977147 0.000000 -0.212565 0.400000 0.400000 0.400000 +918.493164 0.000000 2631.759033 0.000000 0.997061 0.000000 0.076611 0.400000 0.400000 0.400000 +923.437561 0.000000 2629.478271 0.000000 0.983580 0.000000 0.180471 0.400000 0.400000 0.400000 +913.816772 0.000000 2628.645020 0.000000 0.658703 0.000000 -0.752403 0.400000 0.400000 0.400000 +863.990173 0.000000 2626.398438 0.000000 0.558154 0.000000 -0.829737 0.400000 0.400000 0.400000 +872.908691 0.000000 2620.825439 0.000000 0.735723 0.000000 -0.677282 0.400000 0.400000 0.400000 +934.620789 0.000000 2606.502930 0.000000 0.921785 0.000000 0.387701 0.400000 0.400000 0.400000 +933.520447 0.000000 2596.114746 0.000000 0.836195 0.000000 -0.548432 0.400000 0.400000 0.400000 +930.259583 0.000000 2603.310059 0.000000 0.998910 0.000000 0.046685 0.400000 0.400000 0.400000 +889.767395 0.000000 2613.980713 0.000000 0.970120 0.000000 0.242626 0.400000 0.400000 0.400000 +891.490356 0.000000 2619.916748 0.000000 0.932674 0.000000 0.360720 0.400000 0.400000 0.400000 +879.687500 0.000000 2640.242920 0.000000 0.868366 0.000000 -0.495923 0.400000 0.400000 0.400000 +867.065308 0.000000 2636.373779 0.000000 0.998728 0.000000 0.050417 0.400000 0.400000 0.400000 +900.969849 0.000000 2634.096191 0.000000 0.311104 0.000000 0.950376 0.400000 0.400000 0.400000 +870.718628 0.000000 2615.558838 0.000000 0.929264 0.000000 -0.369416 0.400000 0.400000 0.400000 +863.962036 0.000000 2622.920166 0.000000 0.821683 0.000000 -0.569945 0.400000 0.400000 0.400000 +911.626038 0.000000 2633.439453 0.000000 0.472713 0.000000 -0.881217 0.400000 0.400000 0.400000 +888.931946 0.000000 2617.540527 0.000000 0.749457 0.000000 -0.662053 0.400000 0.400000 0.400000 +895.737305 0.000000 2633.436523 0.000000 0.999462 0.000000 0.032813 0.400000 0.400000 0.400000 +873.589722 0.000000 2617.660400 0.000000 0.577282 0.000000 0.816545 0.400000 0.400000 0.400000 +914.684143 0.000000 2602.532471 0.000000 0.990891 0.000000 0.134667 0.400000 0.400000 0.400000 +891.339722 0.000000 2639.824463 0.000000 0.466848 0.000000 -0.884337 0.400000 0.400000 0.400000 +929.856262 0.000000 2631.031494 0.000000 0.982106 0.000000 -0.188327 0.400000 0.400000 0.400000 +910.231079 0.000000 2613.873291 0.000000 0.417014 0.000000 0.908900 0.400000 0.400000 0.400000 +892.623230 0.000000 2635.855225 0.000000 0.967878 0.000000 0.251419 0.400000 0.400000 0.400000 +913.675781 0.000000 2608.915283 0.000000 0.876218 0.000000 -0.481915 0.400000 0.400000 0.400000 929.624878 0.000000 2638.560791 0.000000 0.314482 0.000000 0.949263 0.400000 0.400000 0.400000 +904.577026 0.000000 2613.215820 0.000000 0.411867 0.000000 0.911244 0.400000 0.400000 0.400000 +898.913025 0.000000 2615.583496 0.000000 0.381491 0.000000 -0.924372 0.400000 0.400000 0.400000 931.098999 0.000000 2643.402832 0.000000 0.858201 0.000000 0.513314 0.400000 0.400000 0.400000 +866.709473 0.000000 2642.589355 0.000000 0.525986 0.000000 0.850493 0.400000 0.400000 0.400000 +910.757568 0.000000 2637.635986 0.000000 0.269489 0.000000 -0.963004 0.400000 0.400000 0.400000 +935.794495 0.000000 2632.341553 0.000000 0.956235 0.000000 -0.292600 0.400000 0.400000 0.400000 +937.588196 0.000000 2609.276855 0.000000 0.743538 0.000000 -0.668693 0.400000 0.400000 0.400000 938.121033 0.000000 2639.826660 0.000000 0.346833 0.000000 -0.937927 0.400000 0.400000 0.400000 997.833801 0.000000 2592.283691 0.000000 0.329584 0.000000 0.944126 0.400000 0.400000 0.400000 +948.702271 0.000000 2592.323242 0.000000 0.764058 0.000000 0.645148 0.400000 0.400000 0.400000 +955.097839 0.000000 2611.033203 0.000000 0.971600 0.000000 -0.236631 0.400000 0.400000 0.400000 +945.086243 0.000000 2624.428467 0.000000 0.013763 0.000000 0.999905 0.400000 0.400000 0.400000 954.394592 0.000000 2642.466797 0.000000 0.928283 0.000000 0.371874 0.400000 0.400000 0.400000 984.257080 0.000000 2600.378174 0.000000 0.878646 0.000000 -0.477473 0.400000 0.400000 0.400000 +973.911377 0.000000 2614.964355 0.000000 0.425737 0.000000 -0.904847 0.400000 0.400000 0.400000 +1001.611145 0.000000 2606.654053 0.000000 0.937532 0.000000 -0.347900 0.400000 0.400000 0.400000 977.915039 0.000000 2628.710449 0.000000 0.825653 0.000000 -0.564178 0.400000 0.400000 0.400000 966.239624 0.000000 2638.469971 0.000000 0.626586 0.000000 -0.779352 0.400000 0.400000 0.400000 +975.831299 0.000000 2592.070801 0.000000 0.928273 0.000000 -0.371898 0.400000 0.400000 0.400000 +946.782654 0.000000 2602.964355 0.000000 0.047875 0.000000 0.998853 0.400000 0.400000 0.400000 +960.169434 0.000000 2591.836182 0.000000 0.989237 0.000000 -0.146324 0.400000 0.400000 0.400000 +936.701355 0.000000 2629.875000 0.000000 0.779577 0.000000 0.626306 0.400000 0.400000 0.400000 +964.040466 0.000000 2616.562256 0.000000 0.296403 0.000000 -0.955063 0.400000 0.400000 0.400000 +991.877441 0.000000 2606.605225 0.000000 0.069489 0.000000 -0.997583 0.400000 0.400000 0.400000 +982.632996 0.000000 2609.902100 0.000000 0.738607 0.000000 -0.674137 0.400000 0.400000 0.400000 +954.130127 0.000000 2621.349609 0.000000 0.541241 0.000000 0.840868 0.400000 0.400000 0.400000 +975.861572 0.000000 2603.976318 0.000000 0.070923 0.000000 -0.997482 0.400000 0.400000 0.400000 +968.267456 0.000000 2608.662842 0.000000 0.986090 0.000000 -0.166213 0.400000 0.400000 0.400000 995.393677 0.000000 2599.654297 0.000000 0.997850 0.000000 0.065535 0.400000 0.400000 0.400000 980.727234 0.000000 2635.807861 0.000000 0.533042 0.000000 0.846089 0.400000 0.400000 0.400000 +938.504944 0.000000 2602.082764 0.000000 0.985779 0.000000 -0.168046 0.400000 0.400000 0.400000 +953.429688 0.000000 2628.506104 0.000000 0.499172 0.000000 -0.866503 0.400000 0.400000 0.400000 945.187439 0.000000 2640.367920 0.000000 0.605145 0.000000 -0.796115 0.400000 0.400000 0.400000 +943.534790 0.000000 2596.711426 0.000000 0.372006 0.000000 -0.928230 0.400000 0.400000 0.400000 956.240112 0.000000 2650.438965 0.000000 0.813467 0.000000 -0.581611 0.400000 0.400000 0.400000 +982.512939 0.000000 2593.768066 0.000000 0.998603 0.000000 0.052848 0.400000 0.400000 0.400000 +1005.252441 0.000000 2592.344727 0.000000 0.638878 0.000000 0.769308 0.400000 0.400000 0.400000 +978.004028 0.000000 2597.900146 0.000000 0.096460 0.000000 -0.995337 0.400000 0.400000 0.400000 +960.088501 0.000000 2620.985596 0.000000 0.851006 0.000000 -0.525156 0.400000 0.400000 0.400000 +948.466675 0.000000 2619.643555 0.000000 0.373413 0.000000 0.927665 0.400000 0.400000 0.400000 984.506958 0.000000 2615.940674 0.000000 0.865984 0.000000 0.500072 0.400000 0.400000 0.400000 +939.006042 0.000000 2624.673584 0.000000 0.990029 0.000000 -0.140862 0.400000 0.400000 0.400000 +958.258484 0.000000 2615.602051 0.000000 0.201973 0.000000 0.979391 0.400000 0.400000 0.400000 +989.733521 0.000000 2601.421631 0.000000 0.455232 0.000000 -0.890373 0.400000 0.400000 0.400000 +976.723633 0.000000 2610.057129 0.000000 0.790664 0.000000 -0.612250 0.400000 0.400000 0.400000 +988.293335 0.000000 2610.935547 0.000000 0.452140 0.000000 0.891947 0.400000 0.400000 0.400000 +986.111572 0.000000 2605.679199 0.000000 0.046332 0.000000 -0.998926 0.400000 0.400000 0.400000 +945.085815 0.000000 2629.895020 0.000000 0.706428 0.000000 0.707785 0.400000 0.400000 0.400000 +949.514160 0.000000 2597.745117 0.000000 0.983021 0.000000 0.183490 0.400000 0.400000 0.400000 975.380249 0.000000 2620.249023 0.000000 0.675762 0.000000 -0.737120 0.400000 0.400000 0.400000 953.188171 0.000000 2637.181152 0.000000 0.468123 0.000000 0.883663 0.400000 0.400000 0.400000 +996.775635 0.000000 2609.191406 0.000000 0.303565 0.000000 0.952811 0.400000 0.400000 0.400000 +935.936523 0.000000 2635.090088 0.000000 0.951864 0.000000 0.306520 0.400000 0.400000 0.400000 +1005.665283 0.000000 2602.989014 0.000000 0.579473 0.000000 0.814991 0.400000 0.400000 0.400000 +950.080322 0.000000 2624.776611 0.000000 0.695210 0.000000 0.718807 0.400000 0.400000 0.400000 958.144043 0.000000 2645.819092 0.000000 0.294189 0.000000 -0.955747 0.400000 0.400000 0.400000 +993.334778 0.000000 2612.509277 0.000000 0.776019 0.000000 -0.630709 0.400000 0.400000 0.400000 +940.587769 0.000000 2592.848389 0.000000 0.846233 0.000000 0.532813 0.400000 0.400000 0.400000 982.489258 0.000000 2630.175781 0.000000 0.531155 0.000000 0.847275 0.400000 0.400000 0.400000 993.520752 0.000000 2595.317871 0.000000 0.769494 0.000000 -0.638654 0.400000 0.400000 0.400000 +964.538757 0.000000 2593.308350 0.000000 0.748394 0.000000 -0.663254 0.400000 0.400000 0.400000 +998.792053 0.000000 2596.561279 0.000000 0.887811 0.000000 0.460208 0.400000 0.400000 0.400000 +955.619080 0.000000 2591.444336 0.000000 0.288096 0.000000 -0.957601 0.400000 0.400000 0.400000 +972.643738 0.000000 2608.767334 0.000000 0.721787 0.000000 -0.692116 0.400000 0.400000 0.400000 +942.634277 0.000000 2604.007080 0.000000 0.899729 0.000000 -0.436448 0.400000 0.400000 0.400000 1001.551392 0.000000 2617.246826 0.000000 0.548583 0.000000 -0.836096 0.400000 0.400000 0.400000 +939.588745 0.000000 2598.043457 0.000000 0.028477 0.000000 0.999594 0.400000 0.400000 0.400000 +936.033630 0.000000 2605.486816 0.000000 0.929890 0.000000 0.367839 0.400000 0.400000 0.400000 +954.582703 0.000000 2617.336182 0.000000 0.513500 0.000000 0.858090 0.400000 0.400000 0.400000 +958.807373 0.000000 2595.522461 0.000000 0.589476 0.000000 -0.807786 0.400000 0.400000 0.400000 +979.631897 0.000000 2601.406006 0.000000 0.284823 0.000000 -0.958580 0.400000 0.400000 0.400000 +944.992310 0.000000 2592.943115 0.000000 0.166507 0.000000 -0.986040 0.400000 0.400000 0.400000 +935.925476 0.000000 2598.957520 0.000000 0.993587 0.000000 0.113069 0.400000 0.400000 0.400000 +942.521606 0.000000 2600.320312 0.000000 0.992683 0.000000 0.120748 0.400000 0.400000 0.400000 +981.650879 0.000000 2597.388672 0.000000 0.354804 0.000000 -0.934941 0.400000 0.400000 0.400000 +978.844360 0.000000 2594.266113 0.000000 0.738103 0.000000 -0.674688 0.400000 0.400000 0.400000 944.429138 0.000000 2643.918457 0.000000 0.286323 0.000000 -0.958133 0.400000 0.400000 0.400000 +975.251648 0.000000 2595.606934 0.000000 0.560136 0.000000 -0.828400 0.400000 0.400000 0.400000 +935.982361 0.000000 2626.398438 0.000000 0.778398 0.000000 -0.627772 0.400000 0.400000 0.400000 +978.186707 0.000000 2606.887207 0.000000 0.331388 0.000000 0.943494 0.400000 0.400000 0.400000 +952.106384 0.000000 2593.201904 0.000000 0.415989 0.000000 0.909370 0.400000 0.400000 0.400000 +963.482544 0.000000 2619.916748 0.000000 0.999338 0.000000 0.036379 0.400000 0.400000 0.400000 972.564148 0.000000 2618.304199 0.000000 0.863351 0.000000 -0.504603 0.400000 0.400000 0.400000 983.618225 0.000000 2633.439453 0.000000 0.616950 0.000000 0.787003 0.400000 0.400000 0.400000 +951.696655 0.000000 2619.071777 0.000000 0.598551 0.000000 0.801085 0.400000 0.400000 0.400000 +957.090027 0.000000 2619.440674 0.000000 0.814543 0.000000 -0.580103 0.400000 0.400000 0.400000 980.258362 0.000000 2632.565186 0.000000 0.970252 0.000000 -0.242096 0.400000 0.400000 0.400000 +960.924133 0.000000 2617.540527 0.000000 0.999888 0.000000 -0.014934 0.400000 0.400000 0.400000 +953.866150 0.000000 2625.334473 0.000000 0.729918 0.000000 0.683535 0.400000 0.400000 0.400000 +986.676331 0.000000 2602.532471 0.000000 0.974184 0.000000 -0.225756 0.400000 0.400000 0.400000 +991.705872 0.000000 2609.772949 0.000000 0.847969 0.000000 -0.530046 0.400000 0.400000 0.400000 987.475647 0.000000 2614.566895 0.000000 0.986701 0.000000 -0.162549 0.400000 0.400000 0.400000 +955.069885 0.000000 2614.205566 0.000000 0.998653 0.000000 -0.051895 0.400000 0.400000 0.400000 +967.095154 0.000000 2615.534912 0.000000 0.630632 0.000000 -0.776082 0.400000 0.400000 0.400000 988.991150 0.000000 2628.695557 0.000000 0.601790 0.000000 -0.798654 0.400000 0.400000 0.400000 +950.725037 0.000000 2621.887695 0.000000 0.371577 0.000000 0.928402 0.400000 0.400000 0.400000 983.817261 0.000000 2603.429443 0.000000 0.773444 0.000000 0.633864 0.400000 0.400000 0.400000 +998.701538 0.000000 2606.841064 0.000000 0.725747 0.000000 0.687962 0.400000 0.400000 0.400000 +970.461792 0.000000 2610.727051 0.000000 0.995053 0.000000 -0.099350 0.400000 0.400000 0.400000 996.336304 0.000000 2594.860840 0.000000 0.524511 0.000000 0.851403 0.400000 0.400000 0.400000 936.133118 0.000000 2637.871826 0.000000 0.437046 0.000000 -0.899439 0.400000 0.400000 0.400000 967.597778 0.000000 2640.940186 0.000000 0.999534 0.000000 -0.030518 0.400000 0.400000 0.400000 +949.712158 0.000000 2594.860107 0.000000 0.059493 0.000000 -0.998229 0.400000 0.400000 0.400000 972.793884 0.000000 2621.447510 0.000000 0.821819 0.000000 0.569748 0.400000 0.400000 0.400000 +1001.624695 0.000000 2596.271973 0.000000 0.769630 0.000000 0.638490 0.400000 0.400000 0.400000 980.372803 0.000000 2628.902832 0.000000 0.180061 0.000000 0.983655 0.400000 0.400000 0.400000 996.445435 0.000000 2597.410645 0.000000 0.990600 0.000000 -0.136790 0.400000 0.400000 0.400000 +1069.826050 0.000000 2592.283691 0.000000 0.986176 0.000000 -0.165704 0.400000 0.400000 0.400000 1027.090088 0.000000 2611.033203 0.000000 0.983842 0.000000 -0.179040 0.400000 0.400000 0.400000 1073.603271 0.000000 2606.654053 0.000000 0.656907 0.000000 0.753972 0.400000 0.400000 0.400000 +1008.309021 0.000000 2595.142822 0.000000 0.917368 0.000000 0.398040 0.400000 0.400000 0.400000 1040.259644 0.000000 2608.662842 0.000000 0.471936 0.000000 -0.881633 0.400000 0.400000 0.400000 +1061.384766 0.000000 2593.044678 0.000000 0.607123 0.000000 -0.794608 0.400000 0.400000 0.400000 +1010.497131 0.000000 2602.082764 0.000000 0.999952 0.000000 0.009837 0.400000 0.400000 0.400000 +1015.526978 0.000000 2596.711426 0.000000 0.572303 0.000000 -0.820042 0.400000 0.400000 0.400000 +1054.505127 0.000000 2593.768066 0.000000 0.966713 0.000000 0.255863 0.400000 0.400000 0.400000 1049.996216 0.000000 2597.900146 0.000000 0.407659 0.000000 -0.913134 0.400000 0.400000 0.400000 1048.715820 0.000000 2610.057129 0.000000 0.454078 0.000000 0.890962 0.400000 0.400000 0.400000 1036.336426 0.000000 2611.634766 0.000000 0.508252 0.000000 -0.861209 0.400000 0.400000 0.400000 1069.424194 0.000000 2604.109619 0.000000 0.955838 0.000000 0.293894 0.400000 0.400000 0.400000 +1065.512939 0.000000 2595.317871 0.000000 0.836064 0.000000 -0.548633 0.400000 0.400000 0.400000 1027.611206 0.000000 2591.444336 0.000000 0.999786 0.000000 0.020677 0.400000 0.400000 0.400000 +1011.580933 0.000000 2598.043457 0.000000 0.448812 0.000000 0.893626 0.400000 0.400000 0.400000 +1016.984497 0.000000 2592.943115 0.000000 0.148338 0.000000 -0.988937 0.400000 0.400000 0.400000 +1057.746338 0.000000 2591.610107 0.000000 0.235726 0.000000 0.971819 0.400000 0.400000 0.400000 1053.643066 0.000000 2597.388672 0.000000 0.999626 0.000000 -0.027355 0.400000 0.400000 0.400000 1050.836548 0.000000 2594.266113 0.000000 0.702790 0.000000 -0.711397 0.400000 0.400000 0.400000 +1066.324341 0.000000 2591.928711 0.000000 0.709082 0.000000 0.705126 0.400000 0.400000 0.400000 1036.919922 0.000000 2607.788574 0.000000 0.999999 0.000000 -0.001118 0.400000 0.400000 0.400000 1018.173767 0.000000 2606.166748 0.000000 0.938194 0.000000 -0.346109 0.400000 0.400000 0.400000 1046.009277 0.000000 2611.727295 0.000000 0.928876 0.000000 -0.370391 0.400000 0.400000 0.400000 @@ -114,19 +526,185 @@ 1039.588623 0.000000 2611.214355 0.000000 0.110592 0.000000 0.993866 0.400000 0.400000 0.400000 1071.908081 0.000000 2604.533203 0.000000 0.663118 0.000000 0.748515 0.400000 0.400000 0.400000 1080.301147 0.000000 2595.142822 0.000000 0.770635 0.000000 0.637277 0.400000 0.400000 0.400000 +1080.480347 0.000000 2591.606445 0.000000 0.928591 0.000000 -0.371105 0.400000 0.400000 0.400000 1096.090698 0.000000 2593.201904 0.000000 0.909983 0.000000 0.414647 0.400000 0.400000 0.400000 1082.768066 0.000000 2594.721924 0.000000 0.446809 0.000000 -0.894630 0.400000 0.400000 0.400000 +1103.469849 0.000000 2729.850830 0.000000 0.678928 0.000000 -0.734205 0.400000 0.400000 0.400000 1138.042236 0.000000 2704.861816 0.000000 0.242558 0.000000 0.970137 0.400000 0.400000 0.400000 1146.561646 0.000000 2693.340088 0.000000 0.346425 0.000000 0.938078 0.400000 0.400000 0.400000 +1147.898315 0.000000 2712.708984 0.000000 0.323565 0.000000 0.946206 0.400000 0.400000 0.400000 1140.092651 0.000000 2697.423828 0.000000 0.999934 0.000000 0.011518 0.400000 0.400000 0.400000 1148.991943 0.000000 2686.849365 0.000000 0.182324 0.000000 0.983238 0.400000 0.400000 0.400000 +1149.821655 0.000000 2720.895508 0.000000 0.652867 0.000000 -0.757473 0.400000 0.400000 0.400000 +1143.664185 0.000000 2707.968994 0.000000 0.820659 0.000000 0.571418 0.400000 0.400000 0.400000 +1145.474854 0.000000 2699.410645 0.000000 0.006595 0.000000 0.999978 0.400000 0.400000 0.400000 +1151.421265 0.000000 2716.130127 0.000000 0.445408 0.000000 0.895328 0.400000 0.400000 0.400000 +1149.651123 0.000000 2697.062012 0.000000 0.999701 0.000000 0.024451 0.400000 0.400000 0.400000 +1105.176880 0.000000 2733.969727 0.000000 0.075967 0.000000 0.997110 0.400000 0.400000 0.400000 +1116.111694 0.000000 2735.142090 0.000000 0.341042 0.000000 0.940048 0.400000 0.400000 0.400000 1139.414062 0.000000 2701.462646 0.000000 0.636412 0.000000 0.771349 0.400000 0.400000 0.400000 +1148.386475 0.000000 2717.787598 0.000000 0.420206 0.000000 0.907429 0.400000 0.400000 0.400000 1140.222168 0.000000 2707.582520 0.000000 0.547138 0.000000 0.837042 0.400000 0.400000 0.400000 +1144.821899 0.000000 2696.243164 0.000000 0.419966 0.000000 0.907540 0.400000 0.400000 0.400000 +1151.455566 0.000000 2712.596680 0.000000 0.996012 0.000000 0.089215 0.400000 0.400000 0.400000 +1145.601440 0.000000 2710.545166 0.000000 0.349421 0.000000 -0.936966 0.400000 0.400000 0.400000 +1108.921387 0.000000 2734.411621 0.000000 0.161943 0.000000 -0.986800 0.400000 0.400000 0.400000 +1147.075562 0.000000 2715.387207 0.000000 0.909972 0.000000 -0.414670 0.400000 0.400000 0.400000 1148.119263 0.000000 2689.544189 0.000000 0.957221 0.000000 0.289358 0.400000 0.400000 0.400000 1140.620361 0.000000 2705.053223 0.000000 0.049298 0.000000 -0.998784 0.400000 0.400000 0.400000 +1111.795654 0.000000 2744.029785 0.000000 0.264674 0.000000 -0.964338 0.400000 0.400000 0.400000 +1092.686646 0.000000 2736.291992 0.000000 0.956471 0.000000 -0.291829 0.400000 0.400000 0.400000 +1089.070557 0.000000 2768.397217 0.000000 0.166977 0.000000 0.985961 0.400000 0.400000 0.400000 +1098.379028 0.000000 2786.435547 0.000000 0.063193 0.000000 -0.998001 0.400000 0.400000 0.400000 +1104.153809 0.000000 2735.804932 0.000000 0.948412 0.000000 0.317041 0.400000 0.400000 0.400000 +1112.251831 0.000000 2752.631592 0.000000 0.625798 0.000000 0.779985 0.400000 0.400000 0.400000 +1097.414062 0.000000 2772.474854 0.000000 0.144176 0.000000 -0.989552 0.400000 0.400000 0.400000 +1093.498535 0.000000 2741.713867 0.000000 0.848752 0.000000 0.528791 0.400000 0.400000 0.400000 1149.649658 0.000000 2746.957764 0.000000 0.783984 0.000000 -0.620781 0.400000 0.400000 0.400000 +1102.128418 0.000000 2789.787842 0.000000 0.947533 0.000000 0.319658 0.400000 0.400000 0.400000 +1093.448608 0.000000 2786.768555 0.000000 0.925683 0.000000 -0.378300 0.400000 0.400000 0.400000 +1101.875000 0.000000 2773.800537 0.000000 0.744266 0.000000 -0.667883 0.400000 0.400000 0.400000 +1093.139160 0.000000 2772.720703 0.000000 0.991570 0.000000 -0.129572 0.400000 0.400000 0.400000 +1110.627563 0.000000 2748.786133 0.000000 0.879116 0.000000 0.476608 0.400000 0.400000 0.400000 +1096.932739 0.000000 2751.864990 0.000000 0.944001 0.000000 0.329943 0.400000 0.400000 0.400000 +1116.530396 0.000000 2737.437988 0.000000 0.112119 0.000000 -0.993695 0.400000 0.400000 0.400000 +1090.751831 0.000000 2739.885010 0.000000 0.976972 0.000000 -0.213369 0.400000 0.400000 0.400000 +1090.166016 0.000000 2750.135498 0.000000 0.661622 0.000000 0.749838 0.400000 0.400000 0.400000 +1101.521118 0.000000 2786.667725 0.000000 0.669118 0.000000 0.743156 0.400000 0.400000 0.400000 +1148.003418 0.000000 2947.687744 0.000000 0.878706 0.000000 -0.477363 0.400000 0.400000 0.400000 +1142.494385 0.000000 2944.345947 0.000000 0.974070 0.000000 0.226248 0.400000 0.400000 0.400000 +1151.162109 0.000000 2942.455322 0.000000 0.993218 0.000000 0.116263 0.400000 0.400000 0.400000 +1144.593140 0.000000 2949.503174 0.000000 0.853287 0.000000 0.521442 0.400000 0.400000 0.400000 +1148.759277 0.000000 2944.389648 0.000000 0.965357 0.000000 0.260932 0.400000 0.400000 0.400000 +1151.469360 0.000000 2945.210205 0.000000 0.921036 0.000000 -0.389478 0.400000 0.400000 0.400000 +1141.818237 0.000000 2952.205566 0.000000 0.927560 0.000000 0.373675 0.400000 0.400000 0.400000 +1149.236816 0.000000 2952.266602 0.000000 0.546676 0.000000 0.837344 0.400000 0.400000 0.400000 +1142.776367 0.000000 2956.483154 0.000000 0.691657 0.000000 -0.722226 0.400000 0.400000 0.400000 +1125.244751 0.000000 3165.013672 0.000000 0.420902 0.000000 -0.907106 0.400000 0.400000 0.400000 +1146.561646 0.000000 3125.246338 0.000000 0.690669 0.000000 -0.723171 0.400000 0.400000 0.400000 +1115.112305 0.000000 3158.255371 0.000000 0.850166 0.000000 -0.526515 0.400000 0.400000 0.400000 +1147.898315 0.000000 3144.615234 0.000000 0.787830 0.000000 -0.615892 0.400000 0.400000 0.400000 +1144.761597 0.000000 3148.986328 0.000000 0.953038 0.000000 -0.302849 0.400000 0.400000 0.400000 +1118.620850 0.000000 3153.823975 0.000000 0.426151 0.000000 0.904652 0.400000 0.400000 0.400000 +1151.421265 0.000000 3148.036377 0.000000 0.717724 0.000000 0.696328 0.400000 0.400000 0.400000 +1143.207520 0.000000 3144.557373 0.000000 0.249661 0.000000 0.968333 0.400000 0.400000 0.400000 +1142.453491 0.000000 3125.882812 0.000000 0.799485 0.000000 0.600686 0.400000 0.400000 0.400000 +1124.016846 0.000000 3150.114746 0.000000 0.985162 0.000000 -0.171628 0.400000 0.400000 0.400000 +1127.535278 0.000000 3153.294922 0.000000 0.860787 0.000000 0.508965 0.400000 0.400000 0.400000 +1133.554932 0.000000 3165.306396 0.000000 0.508463 0.000000 -0.861084 0.400000 0.400000 0.400000 +1149.169067 0.000000 3132.546875 0.000000 0.990840 0.000000 0.135040 0.400000 0.400000 0.400000 +1148.386475 0.000000 3149.693848 0.000000 0.502824 0.000000 -0.864389 0.400000 0.400000 0.400000 +1117.165161 0.000000 3161.037109 0.000000 0.873669 0.000000 -0.486521 0.400000 0.400000 0.400000 +1133.747925 0.000000 3161.283447 0.000000 0.988855 0.000000 -0.148882 0.400000 0.400000 0.400000 +1108.921387 0.000000 3166.317871 0.000000 0.854966 0.000000 0.518685 0.400000 0.400000 0.400000 +1147.075562 0.000000 3147.293457 0.000000 0.705888 0.000000 -0.708323 0.400000 0.400000 0.400000 +860.034668 0.000000 3307.609619 0.000000 0.970606 0.000000 -0.240673 0.400000 0.400000 0.400000 +813.992737 0.000000 3282.294922 0.000000 0.991529 0.000000 0.129887 0.400000 0.400000 0.400000 +809.669312 0.000000 3280.808838 0.000000 0.068364 0.000000 -0.997660 0.400000 0.400000 0.400000 +839.566528 0.000000 3297.263672 0.000000 0.985370 0.000000 0.170427 0.400000 0.400000 0.400000 +804.734741 0.000000 3260.442627 0.000000 0.958095 0.000000 0.286450 0.400000 0.400000 0.400000 +715.945129 0.000000 3360.568359 0.000000 0.885148 0.000000 -0.465310 0.400000 0.400000 0.400000 +704.069031 0.000000 3348.054199 0.000000 0.778562 0.000000 0.627568 0.400000 0.400000 0.400000 +719.468140 0.000000 3363.989502 0.000000 0.187595 0.000000 0.982246 0.400000 0.400000 0.400000 +715.122437 0.000000 3363.246582 0.000000 0.861857 0.000000 -0.507151 0.400000 0.400000 0.400000 +774.235168 0.000000 3335.968506 0.000000 0.560117 0.000000 0.828414 0.400000 0.400000 0.400000 +765.283813 0.000000 3380.966797 0.000000 0.509286 0.000000 -0.860597 0.400000 0.400000 0.400000 +785.634583 0.000000 3326.497803 0.000000 0.465156 0.000000 -0.885229 0.400000 0.400000 0.400000 +750.263062 0.000000 3358.313721 0.000000 0.024643 0.000000 -0.999696 0.400000 0.400000 0.400000 +771.271423 0.000000 3370.295166 0.000000 0.524032 0.000000 -0.851698 0.400000 0.400000 0.400000 +729.553162 0.000000 3367.384521 0.000000 0.938255 0.000000 0.345944 0.400000 0.400000 0.400000 +720.724792 0.000000 3349.718750 0.000000 0.707865 0.000000 0.706348 0.400000 0.400000 0.400000 +720.485229 0.000000 3368.789062 0.000000 0.982044 0.000000 0.188651 0.400000 0.400000 0.400000 +763.743469 0.000000 3370.219971 0.000000 0.554392 0.000000 -0.832255 0.400000 0.400000 0.400000 +770.487244 0.000000 3376.782471 0.000000 0.997236 0.000000 -0.074297 0.400000 0.400000 0.400000 +778.930420 0.000000 3339.522705 0.000000 0.999915 0.000000 -0.013071 0.400000 0.400000 0.400000 +768.530396 0.000000 3335.784424 0.000000 0.594212 0.000000 0.804309 0.400000 0.400000 0.400000 +771.020630 0.000000 3340.386230 0.000000 0.712881 0.000000 0.701285 0.400000 0.400000 0.400000 +753.779907 0.000000 3355.801758 0.000000 0.674271 0.000000 0.738484 0.400000 0.400000 0.400000 +729.414001 0.000000 3356.198975 0.000000 0.264307 0.000000 -0.964438 0.400000 0.400000 0.400000 +777.307190 0.000000 3322.725342 0.000000 0.991956 0.000000 0.126581 0.400000 0.400000 0.400000 +726.006714 0.000000 3367.862793 0.000000 0.809078 0.000000 -0.587702 0.400000 0.400000 0.400000 +722.691772 0.000000 3352.566650 0.000000 0.958357 0.000000 -0.285574 0.400000 0.400000 0.400000 +722.133301 0.000000 3366.292725 0.000000 0.181879 0.000000 0.983321 0.400000 0.400000 0.400000 +782.724976 0.000000 3326.684814 0.000000 0.920467 0.000000 0.390820 0.400000 0.400000 0.400000 +776.692383 0.000000 3337.775635 0.000000 0.998630 0.000000 -0.052334 0.400000 0.400000 0.400000 +838.648621 0.000000 3329.745850 0.000000 0.166501 0.000000 0.986041 0.400000 0.400000 0.400000 +861.023193 0.000000 3334.708740 0.000000 0.731716 0.000000 -0.681609 0.400000 0.400000 0.400000 +783.642700 0.000000 3442.165771 0.000000 0.050881 0.000000 0.998705 0.400000 0.400000 0.400000 +745.767334 0.000000 3418.627686 0.000000 0.987661 0.000000 -0.156608 0.400000 0.400000 0.400000 +751.834717 0.000000 3391.889160 0.000000 0.273506 0.000000 -0.961870 0.400000 0.400000 0.400000 +778.081299 0.000000 3424.705566 0.000000 0.850635 0.000000 -0.525756 0.400000 0.400000 0.400000 +761.938477 0.000000 3420.538574 0.000000 0.678702 0.000000 -0.734414 0.400000 0.400000 0.400000 +771.271423 0.000000 3442.279541 0.000000 0.610713 0.000000 0.791852 0.400000 0.400000 0.400000 +759.854736 0.000000 3383.898926 0.000000 0.562662 0.000000 -0.826687 0.400000 0.400000 0.400000 +748.063904 0.000000 3408.390381 0.000000 0.973296 0.000000 0.229552 0.400000 0.400000 0.400000 +779.180054 0.000000 3435.376221 0.000000 0.855553 0.000000 0.517716 0.400000 0.400000 0.400000 +754.458496 0.000000 3438.017822 0.000000 0.852092 0.000000 0.523393 0.400000 0.400000 0.400000 +764.750671 0.000000 3427.635986 0.000000 0.377759 0.000000 -0.925904 0.400000 0.400000 0.400000 +777.494934 0.000000 3444.653564 0.000000 0.640941 0.000000 -0.767590 0.400000 0.400000 0.400000 +766.536377 0.000000 3385.596191 0.000000 0.990485 0.000000 -0.137619 0.400000 0.400000 0.400000 +789.860718 0.000000 3440.739258 0.000000 0.888843 0.000000 -0.458212 0.400000 0.400000 0.400000 +783.703308 0.000000 3427.812744 0.000000 0.365730 0.000000 0.930721 0.400000 0.400000 0.400000 +782.533447 0.000000 3448.236572 0.000000 0.998089 0.000000 -0.061801 0.400000 0.400000 0.400000 +746.338318 0.000000 3389.231934 0.000000 0.947746 0.000000 -0.319027 0.400000 0.400000 0.400000 +749.385315 0.000000 3414.585938 0.000000 0.696336 0.000000 0.717716 0.400000 0.400000 0.400000 +778.276794 0.000000 3430.186768 0.000000 0.674855 0.000000 0.737951 0.400000 0.400000 0.400000 +756.703857 0.000000 3390.067139 0.000000 0.346223 0.000000 -0.938152 0.400000 0.400000 0.400000 +754.883728 0.000000 3396.105225 0.000000 0.932293 0.000000 -0.361703 0.400000 0.400000 0.400000 +752.174194 0.000000 3442.228027 0.000000 0.996382 0.000000 0.084992 0.400000 0.400000 0.400000 +774.118042 0.000000 3427.646729 0.000000 0.092603 0.000000 -0.995703 0.400000 0.400000 0.400000 +781.088501 0.000000 3444.889160 0.000000 0.504125 0.000000 -0.863631 0.400000 0.400000 0.400000 +780.261292 0.000000 3427.426270 0.000000 0.792000 0.000000 0.610521 0.400000 0.400000 0.400000 +756.569458 0.000000 3385.297363 0.000000 0.848814 0.000000 0.528691 0.400000 0.400000 0.400000 +764.281799 0.000000 3424.393311 0.000000 0.647633 0.000000 -0.761952 0.400000 0.400000 0.400000 +755.361023 0.000000 3392.932373 0.000000 0.066769 0.000000 0.997768 0.400000 0.400000 0.400000 +745.040955 0.000000 3392.180420 0.000000 0.690895 0.000000 -0.722956 0.400000 0.400000 0.400000 +788.410706 0.000000 3443.412109 0.000000 0.409663 0.000000 -0.912237 0.400000 0.400000 0.400000 +750.241272 0.000000 3410.544434 0.000000 0.519131 0.000000 0.854694 0.400000 0.400000 0.400000 +752.745850 0.000000 3435.358643 0.000000 0.945596 0.000000 0.325343 0.400000 0.400000 0.400000 +792.477417 0.000000 3440.773438 0.000000 0.977132 0.000000 -0.212631 0.400000 0.400000 0.400000 894.247437 0.000000 3286.329346 0.000000 0.982854 0.000000 0.184384 0.400000 0.400000 0.400000 901.782654 0.000000 3285.275391 0.000000 0.998543 0.000000 0.053970 0.400000 0.400000 0.400000 +1119.815674 0.000000 3167.945801 0.000000 0.867574 0.000000 -0.497307 0.400000 0.400000 0.400000 +1133.376953 0.000000 3168.919678 0.000000 0.812542 0.000000 -0.582903 0.400000 0.400000 0.400000 +1106.299316 0.000000 3173.278809 0.000000 0.988971 0.000000 0.148106 0.400000 0.400000 0.400000 +1131.097290 0.000000 3172.854736 0.000000 0.684512 0.000000 0.729001 0.400000 0.400000 0.400000 +1108.523193 0.000000 3169.183350 0.000000 0.689671 0.000000 -0.724123 0.400000 0.400000 0.400000 +1129.738525 0.000000 3167.485107 0.000000 0.941476 0.000000 -0.337080 0.400000 0.400000 0.400000 +865.596008 0.000000 3329.120605 0.000000 0.852312 0.000000 -0.523033 0.400000 0.400000 0.400000 +892.048279 0.000000 3336.406006 0.000000 0.719787 0.000000 0.694195 0.400000 0.400000 0.400000 +902.438599 0.000000 3380.080811 0.000000 0.546475 0.000000 0.837475 0.400000 0.400000 0.400000 +893.441406 0.000000 3363.466309 0.000000 0.559914 0.000000 0.828551 0.400000 0.400000 0.400000 +900.135132 0.000000 3383.001465 0.000000 0.996053 0.000000 0.088757 0.400000 0.400000 0.400000 +864.503784 0.000000 3311.450195 0.000000 0.554325 0.000000 -0.832301 0.400000 0.400000 0.400000 +869.991089 0.000000 3367.862793 0.000000 0.269015 0.000000 -0.963136 0.400000 0.400000 0.400000 +863.986389 0.000000 3332.181641 0.000000 0.895746 0.000000 -0.444566 0.400000 0.400000 0.400000 +999.619263 0.000000 3370.181396 0.000000 0.777250 0.000000 -0.629192 0.400000 0.400000 0.400000 +941.423706 0.000000 3371.381348 0.000000 0.299416 0.000000 0.954123 0.400000 0.400000 0.400000 +903.839111 0.000000 3383.898926 0.000000 0.152328 0.000000 0.988330 0.400000 0.400000 0.400000 +870.180603 0.000000 3455.197998 0.000000 0.610112 0.000000 0.792315 0.400000 0.400000 0.400000 +912.514771 0.000000 3407.768799 0.000000 0.558151 0.000000 0.829740 0.400000 0.400000 0.400000 +959.285950 0.000000 3440.831299 0.000000 0.807825 0.000000 -0.589422 0.400000 0.400000 0.400000 +1014.147278 0.000000 3377.158447 0.000000 0.999847 0.000000 -0.017469 0.400000 0.400000 0.400000 +1027.090088 0.000000 3330.876953 0.000000 0.411979 0.000000 -0.911193 0.400000 0.400000 0.400000 +1049.907227 0.000000 3348.554199 0.000000 0.794560 0.000000 0.607186 0.400000 0.400000 0.400000 +1038.231812 0.000000 3358.313721 0.000000 0.377774 0.000000 0.925898 0.400000 0.400000 0.400000 +1036.032715 0.000000 3336.406006 0.000000 0.791798 0.000000 0.610784 0.400000 0.400000 0.400000 +1042.691040 0.000000 3343.074219 0.000000 0.229945 0.000000 0.973204 0.400000 0.400000 0.400000 +1030.250610 0.000000 3335.445801 0.000000 0.900664 0.000000 0.434516 0.400000 0.400000 0.400000 +1041.156738 0.000000 3337.869629 0.000000 0.455050 0.000000 0.890466 0.400000 0.400000 0.400000 +1037.425781 0.000000 3363.466309 0.000000 0.063567 0.000000 -0.997978 0.400000 0.400000 0.400000 +1045.113281 0.000000 3347.574219 0.000000 0.994127 0.000000 -0.108219 0.400000 0.400000 0.400000 +1048.406738 0.000000 3353.065918 0.000000 0.708833 0.000000 0.705377 0.400000 0.400000 0.400000 +1031.268188 0.000000 3331.355957 0.000000 0.280500 0.000000 -0.959854 0.400000 0.400000 0.400000 +1033.751831 0.000000 3333.824463 0.000000 0.277384 0.000000 -0.960759 0.400000 0.400000 0.400000 +1046.194702 0.000000 3350.678467 0.000000 0.465827 0.000000 -0.884876 0.400000 0.400000 0.400000 +1038.210083 0.000000 3338.560059 0.000000 0.963696 0.000000 -0.267004 0.400000 0.400000 0.400000 +1048.910645 0.000000 3355.997314 0.000000 0.506815 0.000000 0.862055 0.400000 0.400000 0.400000 +1029.984009 0.000000 3393.417725 0.000000 0.714054 0.000000 0.700090 0.400000 0.400000 0.400000 +1015.567688 0.000000 3400.032959 0.000000 0.903306 0.000000 -0.428996 0.400000 0.400000 0.400000 +1044.672607 0.000000 3390.067139 0.000000 0.888902 0.000000 -0.458097 0.400000 0.400000 0.400000 +1014.064453 0.000000 3403.879150 0.000000 0.121961 0.000000 -0.992535 0.400000 0.400000 0.400000 1463.430786 0.000000 2513.897705 0.000000 0.187551 0.000000 -0.982255 0.400000 0.400000 0.400000 1465.689209 0.000000 2482.830811 0.000000 0.792040 0.000000 -0.610469 0.400000 0.400000 0.400000 1461.922363 0.000000 2490.466797 0.000000 0.847424 0.000000 -0.530917 0.400000 0.400000 0.400000 @@ -137,130 +715,969 @@ 1542.177124 0.000000 2566.485596 0.000000 0.143208 0.000000 0.989693 0.400000 0.400000 0.400000 1533.914551 0.000000 2562.451172 0.000000 0.999418 0.000000 -0.034112 0.400000 0.400000 0.400000 1532.932495 0.000000 2567.107910 0.000000 0.351726 0.000000 0.936103 0.400000 0.400000 0.400000 +1701.182251 0.000000 2517.154297 0.000000 0.494216 0.000000 0.869339 0.400000 0.400000 0.400000 +1713.030396 0.000000 2519.442627 0.000000 0.577726 0.000000 0.816231 0.400000 0.400000 0.400000 +1717.755737 0.000000 2520.299316 0.000000 0.295887 0.000000 -0.955223 0.400000 0.400000 0.400000 +1697.676270 0.000000 2571.112061 0.000000 0.723886 0.000000 0.689919 0.400000 0.400000 0.400000 +1713.979736 0.000000 2560.893066 0.000000 0.272850 0.000000 -0.962057 0.400000 0.400000 0.400000 +1701.182251 0.000000 2589.138672 0.000000 0.783315 0.000000 0.621624 0.400000 0.400000 0.400000 +1693.833252 0.000000 2542.979980 0.000000 0.354055 0.000000 0.935225 0.400000 0.400000 0.400000 +1721.532959 0.000000 2534.669678 0.000000 0.516349 0.000000 -0.856378 0.400000 0.400000 0.400000 +1722.499146 0.000000 2549.371338 0.000000 0.955912 0.000000 0.293652 0.400000 0.400000 0.400000 +1686.161499 0.000000 2566.485596 0.000000 0.960590 0.000000 0.277969 0.400000 0.400000 0.400000 +1691.049805 0.000000 2582.380371 0.000000 0.405735 0.000000 -0.913991 0.400000 0.400000 0.400000 +1695.753174 0.000000 2520.086426 0.000000 0.190563 0.000000 -0.981675 0.400000 0.400000 0.400000 +1707.446045 0.000000 2568.167725 0.000000 0.875510 0.000000 0.483200 0.400000 0.400000 0.400000 +1690.620728 0.000000 2551.246094 0.000000 0.278448 0.000000 -0.960451 0.400000 0.400000 0.400000 +1695.783447 0.000000 2531.991943 0.000000 0.004948 0.000000 -0.999988 0.400000 0.400000 0.400000 +1688.189331 0.000000 2536.678467 0.000000 0.485286 0.000000 -0.874356 0.400000 0.400000 0.400000 +1709.314453 0.000000 2521.060303 0.000000 0.919331 0.000000 0.393485 0.400000 0.400000 0.400000 +1687.887451 0.000000 2590.300537 0.000000 0.047925 0.000000 -0.998851 0.400000 0.400000 0.400000 +1690.375977 0.000000 2559.739258 0.000000 0.250173 0.000000 0.968201 0.400000 0.400000 0.400000 +1690.356934 0.000000 2574.205322 0.000000 0.631470 0.000000 0.775400 0.400000 0.400000 0.400000 +1715.315552 0.000000 2527.669922 0.000000 0.906669 0.000000 -0.421842 0.400000 0.400000 0.400000 +1699.641846 0.000000 2578.391846 0.000000 0.510356 0.000000 0.859963 0.400000 0.400000 0.400000 +1724.929443 0.000000 2542.880615 0.000000 0.998222 0.000000 -0.059613 0.400000 0.400000 0.400000 +1702.434814 0.000000 2521.783691 0.000000 0.943320 0.000000 -0.331885 0.400000 0.400000 0.400000 +1693.696777 0.000000 2565.431641 0.000000 0.905774 0.000000 -0.423761 0.400000 0.400000 0.400000 +1684.738281 0.000000 2582.220703 0.000000 0.413609 0.000000 -0.910455 0.400000 0.400000 0.400000 +1703.755371 0.000000 2573.268799 0.000000 0.867010 0.000000 0.498290 0.400000 0.400000 0.400000 +1697.925903 0.000000 2525.915771 0.000000 0.293712 0.000000 -0.955894 0.400000 0.400000 0.400000 +1704.428833 0.000000 2543.956299 0.000000 0.126772 0.000000 0.991932 0.400000 0.400000 0.400000 +1709.655396 0.000000 2529.437256 0.000000 0.950712 0.000000 -0.310075 0.400000 0.400000 0.400000 +1698.552368 0.000000 2584.058350 0.000000 0.041158 0.000000 0.999153 0.400000 0.400000 0.400000 +1696.645508 0.000000 2538.072754 0.000000 0.665655 0.000000 0.746259 0.400000 0.400000 0.400000 +1695.302124 0.000000 2548.264648 0.000000 0.080316 0.000000 -0.996769 0.400000 0.400000 0.400000 +1689.086426 0.000000 2546.041504 0.000000 0.040962 0.000000 0.999161 0.400000 0.400000 0.400000 +1692.602295 0.000000 2526.254639 0.000000 0.004141 0.000000 0.999991 0.400000 0.400000 0.400000 +1699.117798 0.000000 2542.711670 0.000000 0.320181 0.000000 -0.947357 0.400000 0.400000 0.400000 +1690.388062 0.000000 2569.172852 0.000000 0.137186 0.000000 -0.990545 0.400000 0.400000 0.400000 +1690.782104 0.000000 2532.292725 0.000000 0.144202 0.000000 0.989548 0.400000 0.400000 0.400000 +1725.324829 0.000000 2537.977783 0.000000 0.490543 0.000000 -0.871417 0.400000 0.400000 0.400000 +1688.072632 0.000000 2578.415527 0.000000 0.866737 0.000000 0.498766 0.400000 0.400000 0.400000 +1684.165771 0.000000 2587.050781 0.000000 0.626628 0.000000 -0.779319 0.400000 0.400000 0.400000 +1693.042969 0.000000 2555.746094 0.000000 0.653219 0.000000 -0.757169 0.400000 0.400000 0.400000 +1689.149170 0.000000 2541.294922 0.000000 0.493607 0.000000 0.869685 0.400000 0.400000 0.400000 +1710.016479 0.000000 2563.834229 0.000000 0.678571 0.000000 0.734535 0.400000 0.400000 0.400000 +1705.929199 0.000000 2590.066406 0.000000 0.926329 0.000000 0.376715 0.400000 0.400000 0.400000 +1692.565552 0.000000 2536.782959 0.000000 0.495528 0.000000 -0.868592 0.400000 0.400000 0.400000 +1688.119385 0.000000 2585.489258 0.000000 0.752479 0.000000 -0.658617 0.400000 0.400000 0.400000 +1689.678345 0.000000 2563.973633 0.000000 0.736289 0.000000 0.676668 0.400000 0.400000 0.400000 +1718.390991 0.000000 2550.007812 0.000000 0.587133 0.000000 0.809490 0.400000 0.400000 0.400000 +1726.312500 0.000000 2546.809326 0.000000 0.080956 0.000000 -0.996718 0.400000 0.400000 0.400000 +1693.783936 0.000000 2572.276855 0.000000 0.757226 0.000000 0.653153 0.400000 0.400000 0.400000 +1695.091431 0.000000 2582.114258 0.000000 0.005319 0.000000 -0.999986 0.400000 0.400000 0.400000 +1699.954346 0.000000 2574.239746 0.000000 0.971969 0.000000 0.235109 0.400000 0.400000 0.400000 +1699.553833 0.000000 2529.421631 0.000000 0.306293 0.000000 0.951937 0.400000 0.400000 0.400000 +1703.472778 0.000000 2577.419922 0.000000 0.993016 0.000000 -0.117983 0.400000 0.400000 0.400000 +1701.572754 0.000000 2525.404297 0.000000 0.920327 0.000000 -0.391151 0.400000 0.400000 0.400000 +1702.217773 0.000000 2585.754395 0.000000 0.710548 0.000000 -0.703649 0.400000 0.400000 0.400000 +1695.173584 0.000000 2523.622559 0.000000 0.765284 0.000000 -0.643693 0.400000 0.400000 0.400000 +1704.993652 0.000000 2540.465576 0.000000 0.688335 0.000000 -0.725393 0.400000 0.400000 0.400000 +1696.491821 0.000000 2574.550781 0.000000 0.989278 0.000000 -0.146046 0.400000 0.400000 0.400000 +1695.418335 0.000000 2528.325928 0.000000 0.155461 0.000000 -0.987842 0.400000 0.400000 0.400000 +1714.254028 0.000000 2519.944336 0.000000 0.182706 0.000000 0.983168 0.400000 0.400000 0.400000 +1692.485962 0.000000 2546.319824 0.000000 0.117250 0.000000 -0.993102 0.400000 0.400000 0.400000 +1690.012573 0.000000 2554.689697 0.000000 0.894990 0.000000 -0.446086 0.400000 0.400000 0.400000 +1691.259399 0.000000 2529.119873 0.000000 0.177817 0.000000 -0.984064 0.400000 0.400000 0.400000 +1693.938965 0.000000 2539.742920 0.000000 0.316201 0.000000 0.948692 0.400000 0.400000 0.400000 +1688.644287 0.000000 2571.546143 0.000000 0.461541 0.000000 0.887119 0.400000 0.400000 0.400000 +1704.545654 0.000000 2587.503418 0.000000 0.390769 0.000000 0.920489 0.400000 0.400000 0.400000 +1684.858887 0.000000 2590.442871 0.000000 0.078525 0.000000 0.996912 0.400000 0.400000 0.400000 +1705.256104 0.000000 2522.502686 0.000000 0.180401 0.000000 -0.983593 0.400000 0.400000 0.400000 +1712.940552 0.000000 2563.554688 0.000000 0.579836 0.000000 -0.814733 0.400000 0.400000 0.400000 +1695.434448 0.000000 2545.346924 0.000000 0.993825 0.000000 -0.110956 0.400000 0.400000 0.400000 +1690.370850 0.000000 2535.002686 0.000000 0.991850 0.000000 0.127411 0.400000 0.400000 0.400000 +1722.634277 0.000000 2537.159424 0.000000 0.988531 0.000000 -0.151020 0.400000 0.400000 0.400000 +1686.583618 0.000000 2587.964844 0.000000 0.322529 0.000000 0.946559 0.400000 0.400000 0.400000 +1690.693970 0.000000 2557.197754 0.000000 0.061494 0.000000 -0.998107 0.400000 0.400000 0.400000 1175.462036 0.000000 2729.850830 0.000000 0.809874 0.000000 0.586604 0.400000 0.400000 0.400000 +1154.097656 0.000000 2711.811035 0.000000 0.910308 0.000000 0.413931 0.400000 0.400000 0.400000 +1158.131714 0.000000 2729.299072 0.000000 0.636847 0.000000 -0.770990 0.400000 0.400000 0.400000 1171.074463 0.000000 2683.017578 0.000000 0.614279 0.000000 -0.789089 0.400000 0.400000 0.400000 +1161.062744 0.000000 2696.412842 0.000000 0.532410 0.000000 -0.846487 0.400000 0.400000 0.400000 +1170.371216 0.000000 2714.451172 0.000000 0.978372 0.000000 0.206855 0.400000 0.400000 0.400000 +1193.891602 0.000000 2700.694824 0.000000 0.580894 0.000000 0.813979 0.400000 0.400000 0.400000 +1164.669067 0.000000 2705.957275 0.000000 0.999248 0.000000 0.038771 0.400000 0.400000 0.400000 +1180.017090 0.000000 2688.546631 0.000000 0.333409 0.000000 0.942782 0.400000 0.400000 0.400000 +1166.981201 0.000000 2726.927734 0.000000 0.868503 0.000000 -0.495684 0.400000 0.400000 0.400000 +1186.675415 0.000000 2695.214844 0.000000 0.836805 0.000000 0.547502 0.400000 0.400000 0.400000 1191.838135 0.000000 2675.960693 0.000000 0.775791 0.000000 -0.630990 0.400000 0.400000 0.400000 +1183.942139 0.000000 2734.269287 0.000000 0.102674 0.000000 -0.994715 0.400000 0.400000 0.400000 1172.216675 0.000000 2722.423340 0.000000 0.631710 0.000000 0.775205 0.400000 0.400000 0.400000 +1163.531982 0.000000 2732.833984 0.000000 0.688085 0.000000 0.725630 0.400000 0.400000 0.400000 +1170.293945 0.000000 2733.333252 0.000000 0.990939 0.000000 -0.134316 0.400000 0.400000 0.400000 1176.698242 0.000000 2713.624023 0.000000 0.363449 0.000000 -0.931614 0.400000 0.400000 0.400000 +1158.149414 0.000000 2735.354248 0.000000 0.364808 0.000000 -0.931083 0.400000 0.400000 0.400000 1176.065063 0.000000 2692.969971 0.000000 0.997235 0.000000 -0.074309 0.400000 0.400000 0.400000 +1180.458374 0.000000 2704.745117 0.000000 0.538150 0.000000 0.842849 0.400000 0.400000 0.400000 +1154.982544 0.000000 2696.657959 0.000000 0.835414 0.000000 -0.549621 0.400000 0.400000 0.400000 +1174.234985 0.000000 2687.586426 0.000000 0.849880 0.000000 -0.526977 0.400000 0.400000 0.400000 +1161.062378 0.000000 2701.879395 0.000000 0.999987 0.000000 -0.005032 0.400000 0.400000 0.400000 1154.512817 0.000000 2686.573486 0.000000 0.190467 0.000000 -0.981694 0.400000 0.400000 0.400000 +1181.338379 0.000000 2694.742188 0.000000 0.967314 0.000000 -0.253581 0.400000 0.400000 0.400000 1181.410156 0.000000 2715.606934 0.000000 0.797523 0.000000 -0.603289 0.400000 0.400000 0.400000 +1180.220459 0.000000 2731.019531 0.000000 0.746894 0.000000 0.664943 0.400000 0.400000 0.400000 +1189.097656 0.000000 2699.714844 0.000000 0.638545 0.000000 -0.769584 0.400000 0.400000 0.400000 1176.367310 0.000000 2724.562988 0.000000 0.974313 0.000000 0.225198 0.400000 0.400000 0.400000 +1193.822754 0.000000 2696.092773 0.000000 0.446158 0.000000 0.894954 0.400000 0.400000 0.400000 +1152.108276 0.000000 2715.663086 0.000000 0.765210 0.000000 -0.643780 0.400000 0.400000 0.400000 +1185.733032 0.000000 2707.942383 0.000000 0.213356 0.000000 0.976975 0.400000 0.400000 0.400000 +1165.131348 0.000000 2700.736328 0.000000 0.868976 0.000000 -0.494854 0.400000 0.400000 0.400000 +1167.198486 0.000000 2730.946533 0.000000 0.999066 0.000000 -0.043205 0.400000 0.400000 0.400000 +1190.134521 0.000000 2696.235840 0.000000 0.153909 0.000000 0.988085 0.400000 0.400000 0.400000 1162.165161 0.000000 2682.770508 0.000000 0.722358 0.000000 0.691520 0.400000 0.400000 0.400000 +1155.209961 0.000000 2693.143311 0.000000 0.964082 0.000000 -0.265604 0.400000 0.400000 0.400000 +1160.034546 0.000000 2732.382324 0.000000 0.975021 0.000000 -0.222111 0.400000 0.400000 0.400000 +1160.877441 0.000000 2692.809814 0.000000 0.472013 0.000000 0.881592 0.400000 0.400000 0.400000 1177.736206 0.000000 2685.965088 0.000000 0.312639 0.000000 0.949872 0.400000 0.400000 0.400000 +1171.012695 0.000000 2719.203857 0.000000 0.820695 0.000000 0.571366 0.400000 0.400000 0.400000 +1175.262451 0.000000 2720.987549 0.000000 0.139255 0.000000 0.990257 0.400000 0.400000 0.400000 +1158.001831 0.000000 2695.041016 0.000000 0.973273 0.000000 0.229650 0.400000 0.400000 0.400000 +1176.900757 0.000000 2689.524902 0.000000 0.009285 0.000000 0.999957 0.400000 0.400000 0.400000 +1183.706055 0.000000 2705.420898 0.000000 0.843775 0.000000 -0.536697 0.400000 0.400000 0.400000 1162.158203 0.000000 2678.151123 0.000000 0.405492 0.000000 0.914098 0.400000 0.400000 0.400000 1177.887573 0.000000 2727.633301 0.000000 0.720406 0.000000 -0.693553 0.400000 0.400000 0.400000 +1160.890991 0.000000 2705.153076 0.000000 0.499100 0.000000 0.866545 0.400000 0.400000 0.400000 1174.515381 0.000000 2726.947510 0.000000 0.969823 0.000000 0.243809 0.400000 0.400000 0.400000 +1182.194458 0.000000 2690.700684 0.000000 0.466252 0.000000 0.884652 0.400000 0.400000 0.400000 +1162.899414 0.000000 2698.763916 0.000000 0.095372 0.000000 0.995442 0.400000 0.400000 0.400000 +1191.857666 0.000000 2698.572021 0.000000 0.997762 0.000000 -0.066866 0.400000 0.400000 0.400000 +1163.569580 0.000000 2703.320068 0.000000 0.243788 0.000000 -0.969829 0.400000 0.400000 0.400000 +1172.064087 0.000000 2725.241455 0.000000 0.217990 0.000000 -0.975951 0.400000 0.400000 0.400000 +1182.638306 0.000000 2731.933594 0.000000 0.435402 0.000000 0.900236 0.400000 0.400000 0.400000 +1290.546021 0.000000 2693.340088 0.000000 0.502853 0.000000 0.864372 0.400000 0.400000 0.400000 1291.987793 0.000000 2731.734619 0.000000 0.681472 0.000000 -0.731844 0.400000 0.400000 0.400000 +1292.796631 0.000000 2704.093994 0.000000 0.155578 0.000000 -0.987824 0.400000 0.400000 0.400000 +1292.976318 0.000000 2686.849365 0.000000 0.582632 0.000000 0.812736 0.400000 0.400000 0.400000 1293.806030 0.000000 2720.895508 0.000000 0.976002 0.000000 -0.217764 0.400000 0.400000 0.400000 1286.478760 0.000000 2728.392822 0.000000 0.005569 0.000000 -0.999985 0.400000 0.400000 0.400000 +1289.459229 0.000000 2699.410645 0.000000 0.537158 0.000000 -0.843482 0.400000 0.400000 0.400000 1288.745972 0.000000 2717.080078 0.000000 0.993824 0.000000 0.110966 0.400000 0.400000 0.400000 +1286.617554 0.000000 2703.125977 0.000000 0.849014 0.000000 -0.528370 0.400000 0.400000 0.400000 +1294.359375 0.000000 2690.778076 0.000000 0.189834 0.000000 -0.981816 0.400000 0.400000 0.400000 1285.033813 0.000000 2725.045410 0.000000 0.823859 0.000000 -0.566794 0.400000 0.400000 0.400000 +1293.153442 0.000000 2700.640625 0.000000 0.995007 0.000000 0.099803 0.400000 0.400000 0.400000 +1288.806274 0.000000 2696.243164 0.000000 0.969651 0.000000 -0.244493 0.400000 0.400000 0.400000 +1286.333862 0.000000 2699.879150 0.000000 0.991797 0.000000 -0.127826 0.400000 0.400000 0.400000 +1289.817139 0.000000 2703.015869 0.000000 0.726916 0.000000 -0.686726 0.400000 0.400000 0.400000 +1295.844849 0.000000 2688.025879 0.000000 0.978534 0.000000 0.206087 0.400000 0.400000 0.400000 +1294.170898 0.000000 2693.861328 0.000000 0.977783 0.000000 -0.209619 0.400000 0.400000 0.400000 +1341.221313 0.000000 2661.123047 0.000000 0.059221 0.000000 0.998245 0.400000 0.400000 0.400000 +1352.516846 0.000000 2659.380859 0.000000 0.763831 0.000000 0.645416 0.400000 0.400000 0.400000 1307.516357 0.000000 2660.849609 0.000000 0.040625 0.000000 -0.999174 0.400000 0.400000 0.400000 1314.278320 0.000000 2661.348877 0.000000 0.727990 0.000000 0.685587 0.400000 0.400000 0.400000 +1345.968262 0.000000 2662.050781 0.000000 0.770060 0.000000 0.637971 0.400000 0.400000 0.400000 +1356.597534 0.000000 2661.263916 0.000000 0.533670 0.000000 -0.845693 0.400000 0.400000 0.400000 +1353.069458 0.000000 2663.411377 0.000000 0.959221 0.000000 0.282657 0.400000 0.400000 0.400000 1311.270874 0.000000 2662.161865 0.000000 0.847091 0.000000 0.531447 0.400000 0.400000 0.400000 +1374.125977 0.000000 2663.369873 0.000000 0.985332 0.000000 -0.170648 0.400000 0.400000 0.400000 +1319.446411 0.000000 2729.850830 0.000000 0.928159 0.000000 -0.372184 0.400000 0.400000 0.400000 +1297.549072 0.000000 2681.261230 0.000000 0.289231 0.000000 0.957259 0.400000 0.400000 0.400000 +1327.772217 0.000000 2672.045410 0.000000 0.869813 0.000000 -0.493381 0.400000 0.400000 0.400000 +1298.082031 0.000000 2711.811035 0.000000 0.883622 0.000000 -0.468200 0.400000 0.400000 0.400000 +1357.794800 0.000000 2664.268066 0.000000 0.888494 0.000000 0.458888 0.400000 0.400000 0.400000 1354.018799 0.000000 2704.861816 0.000000 0.374528 0.000000 0.927216 0.400000 0.400000 0.400000 1302.116089 0.000000 2729.299072 0.000000 0.519637 0.000000 -0.854387 0.400000 0.400000 0.400000 +1315.058838 0.000000 2683.017578 0.000000 0.732435 0.000000 0.680837 0.400000 0.400000 0.400000 +1344.218018 0.000000 2672.362549 0.000000 0.466033 0.000000 0.884767 0.400000 0.400000 0.400000 +1362.538208 0.000000 2693.340088 0.000000 0.243952 0.000000 0.969787 0.400000 0.400000 0.400000 1347.208984 0.000000 2722.435791 0.000000 0.551296 0.000000 -0.834310 0.400000 0.400000 0.400000 +1308.653442 0.000000 2705.957275 0.000000 0.615220 0.000000 -0.788355 0.400000 0.400000 0.400000 +1296.118530 0.000000 2691.411377 0.000000 0.028584 0.000000 -0.999591 0.400000 0.400000 0.400000 +1296.662231 0.000000 2701.859375 0.000000 0.998428 0.000000 0.056047 0.400000 0.400000 0.400000 +1322.489380 0.000000 2720.140869 0.000000 0.912389 0.000000 -0.409324 0.400000 0.400000 0.400000 +1347.485107 0.000000 2712.136475 0.000000 0.518588 0.000000 -0.855024 0.400000 0.400000 0.400000 +1317.952759 0.000000 2673.573975 0.000000 0.864468 0.000000 0.502689 0.400000 0.400000 0.400000 +1314.091064 0.000000 2693.333984 0.000000 0.582441 0.000000 0.812873 0.400000 0.400000 0.400000 +1305.760498 0.000000 2686.291992 0.000000 0.759108 0.000000 -0.650964 0.400000 0.400000 0.400000 +1335.822510 0.000000 2675.960693 0.000000 0.676796 0.000000 0.736170 0.400000 0.400000 0.400000 +1328.228394 0.000000 2680.647217 0.000000 0.950128 0.000000 -0.311861 0.400000 0.400000 0.400000 +1317.937988 0.000000 2706.419922 0.000000 0.949583 0.000000 0.313517 0.400000 0.400000 0.400000 +1349.353516 0.000000 2665.029053 0.000000 0.930252 0.000000 -0.366921 0.400000 0.400000 0.400000 +1362.982422 0.000000 2670.596680 0.000000 0.992934 0.000000 0.118671 0.400000 0.400000 0.400000 +1355.354614 0.000000 2671.638672 0.000000 0.904870 0.000000 0.425689 0.400000 0.400000 0.400000 +1356.069214 0.000000 2697.423828 0.000000 0.823064 0.000000 -0.567949 0.400000 0.400000 0.400000 +1339.680908 0.000000 2722.360596 0.000000 0.939967 0.000000 -0.341265 0.400000 0.400000 0.400000 +1305.148438 0.000000 2712.352295 0.000000 0.662501 0.000000 -0.749061 0.400000 0.400000 0.400000 +1321.427734 0.000000 2679.532227 0.000000 0.948993 0.000000 0.315298 0.400000 0.400000 0.400000 +1346.727417 0.000000 2704.361328 0.000000 0.999381 0.000000 0.035191 0.400000 0.400000 0.400000 +1364.968506 0.000000 2686.849365 0.000000 0.275836 0.000000 0.961205 0.400000 0.400000 0.400000 +1353.432495 0.000000 2724.809814 0.000000 0.034539 0.000000 0.999403 0.400000 0.400000 0.400000 +1342.473877 0.000000 2665.752441 0.000000 0.555536 0.000000 0.831493 0.400000 0.400000 0.400000 +1301.768677 0.000000 2706.209473 0.000000 0.358277 0.000000 0.933616 0.400000 0.400000 0.400000 +1346.424683 0.000000 2728.923096 0.000000 0.928396 0.000000 -0.371592 0.400000 0.400000 0.400000 +1365.213379 0.000000 2664.329102 0.000000 0.456339 0.000000 0.889806 0.400000 0.400000 0.400000 +1309.198975 0.000000 2680.779785 0.000000 0.630559 0.000000 -0.776141 0.400000 0.400000 0.400000 +1343.794434 0.000000 2717.237549 0.000000 0.993791 0.000000 -0.111266 0.400000 0.400000 0.400000 +1322.275879 0.000000 2669.388184 0.000000 0.444925 0.000000 -0.895568 0.400000 0.400000 0.400000 +1354.867920 0.000000 2691.663330 0.000000 0.879042 0.000000 -0.476744 0.400000 0.400000 0.400000 +1320.049438 0.000000 2692.969971 0.000000 0.973477 0.000000 0.228785 0.400000 0.400000 0.400000 +1301.890503 0.000000 2690.790039 0.000000 0.872271 0.000000 0.489023 0.400000 0.400000 0.400000 +1312.440918 0.000000 2675.983398 0.000000 0.266157 0.000000 0.963930 0.400000 0.400000 0.400000 +1308.427612 0.000000 2691.627930 0.000000 0.885959 0.000000 0.463764 0.400000 0.400000 0.400000 +1303.536377 0.000000 2680.189209 0.000000 0.436856 0.000000 0.899532 0.400000 0.400000 0.400000 +1318.219360 0.000000 2687.586426 0.000000 0.060846 0.000000 0.998147 0.400000 0.400000 0.400000 +1349.694458 0.000000 2673.406006 0.000000 0.821621 0.000000 0.570034 0.400000 0.400000 0.400000 +1305.046753 0.000000 2701.879395 0.000000 0.544924 0.000000 -0.838485 0.400000 0.400000 0.400000 +1311.156860 0.000000 2686.804199 0.000000 0.947485 0.000000 -0.319801 0.400000 0.400000 0.400000 +1350.132690 0.000000 2717.647217 0.000000 0.868761 0.000000 0.495231 0.400000 0.400000 0.400000 +1298.497192 0.000000 2686.573486 0.000000 0.423145 0.000000 -0.906062 0.400000 0.400000 0.400000 +1313.149048 0.000000 2709.165527 0.000000 0.751081 0.000000 0.660210 0.400000 0.400000 0.400000 +1332.641357 0.000000 2670.223389 0.000000 0.716332 0.000000 0.697760 0.400000 0.400000 0.400000 +1323.184692 0.000000 2674.586670 0.000000 0.169705 0.000000 0.985495 0.400000 0.400000 0.400000 +1351.998657 0.000000 2700.194824 0.000000 0.564151 0.000000 -0.825671 0.400000 0.400000 0.400000 +1342.388550 0.000000 2712.387451 0.000000 0.488598 0.000000 -0.872509 0.400000 0.400000 0.400000 +1318.104980 0.000000 2717.803467 0.000000 0.797002 0.000000 -0.603977 0.400000 0.400000 0.400000 +1316.530640 0.000000 2678.394287 0.000000 0.999903 0.000000 0.013922 0.400000 0.400000 0.400000 +1342.450195 0.000000 2702.160156 0.000000 0.589732 0.000000 0.807599 0.400000 0.400000 0.400000 +1353.481689 0.000000 2667.302246 0.000000 0.030869 0.000000 -0.999523 0.400000 0.400000 0.400000 +1350.055542 0.000000 2707.802979 0.000000 0.933268 0.000000 0.359181 0.400000 0.400000 0.400000 +1354.932495 0.000000 2720.287354 0.000000 0.353369 0.000000 -0.935484 0.400000 0.400000 0.400000 +1320.351685 0.000000 2724.562988 0.000000 0.041143 0.000000 0.999153 0.400000 0.400000 0.400000 +1342.764404 0.000000 2725.928711 0.000000 0.981490 0.000000 -0.191512 0.400000 0.400000 0.400000 +1347.073853 0.000000 2668.964111 0.000000 0.760097 0.000000 0.649810 0.400000 0.400000 0.400000 +1324.499756 0.000000 2665.292725 0.000000 0.071957 0.000000 -0.997408 0.400000 0.400000 0.400000 1315.579956 0.000000 2663.428711 0.000000 0.073192 0.000000 -0.997318 0.400000 0.400000 0.400000 +1345.136719 0.000000 2708.511719 0.000000 0.798859 0.000000 -0.601519 0.400000 0.400000 0.400000 +1300.828125 0.000000 2700.567383 0.000000 0.587153 0.000000 -0.809476 0.400000 0.400000 0.400000 +1308.909912 0.000000 2710.201660 0.000000 0.861791 0.000000 -0.507263 0.400000 0.400000 0.400000 +1313.614624 0.000000 2704.933838 0.000000 0.458874 0.000000 0.888502 0.400000 0.400000 0.400000 +1361.512329 0.000000 2689.231201 0.000000 0.724078 0.000000 0.689718 0.400000 0.400000 0.400000 +1319.236938 0.000000 2683.496582 0.000000 0.924019 0.000000 0.382347 0.400000 0.400000 0.400000 +1351.467163 0.000000 2713.492188 0.000000 0.999865 0.000000 -0.016423 0.400000 0.400000 0.400000 +1358.430054 0.000000 2693.976562 0.000000 0.135524 0.000000 0.990774 0.400000 0.400000 0.400000 +1349.445312 0.000000 2725.902100 0.000000 0.677865 0.000000 0.735186 0.400000 0.400000 0.400000 +1326.604126 0.000000 2676.801758 0.000000 0.932230 0.000000 -0.361868 0.400000 0.400000 0.400000 +1314.543701 0.000000 2689.320557 0.000000 0.708765 0.000000 0.705445 0.400000 0.400000 0.400000 +1305.351562 0.000000 2708.339600 0.000000 0.672229 0.000000 0.740343 0.400000 0.400000 0.400000 1299.779541 0.000000 2732.388428 0.000000 0.991811 0.000000 -0.127712 0.400000 0.400000 0.400000 +1343.511841 0.000000 2721.388672 0.000000 0.909575 0.000000 -0.415541 0.400000 0.400000 0.400000 +1351.294434 0.000000 2721.424805 0.000000 0.489310 0.000000 0.872110 0.400000 0.400000 0.400000 +1326.263672 0.000000 2668.537842 0.000000 0.132111 0.000000 0.991235 0.400000 0.400000 0.400000 +1350.446289 0.000000 2703.743408 0.000000 0.939461 0.000000 0.342656 0.400000 0.400000 0.400000 +1338.805298 0.000000 2666.250488 0.000000 0.891008 0.000000 -0.453988 0.400000 0.400000 0.400000 +1299.622681 0.000000 2678.118164 0.000000 0.096480 0.000000 -0.995335 0.400000 0.400000 0.400000 +1304.390015 0.000000 2715.902832 0.000000 0.287276 0.000000 -0.957848 0.400000 0.400000 0.400000 +1342.256836 0.000000 2729.723145 0.000000 0.991599 0.000000 -0.129349 0.400000 0.400000 0.400000 +1345.769897 0.000000 2700.629395 0.000000 0.995109 0.000000 -0.098783 0.400000 0.400000 0.400000 +1299.194336 0.000000 2693.143311 0.000000 0.021895 0.000000 0.999760 0.400000 0.400000 0.400000 +1335.457397 0.000000 2672.294678 0.000000 0.296636 0.000000 0.954991 0.400000 0.400000 0.400000 +1357.994263 0.000000 2690.176758 0.000000 0.956554 0.000000 -0.291555 0.400000 0.400000 0.400000 +1354.293091 0.000000 2663.913086 0.000000 0.721847 0.000000 0.692053 0.400000 0.400000 0.400000 +1298.629272 0.000000 2704.707275 0.000000 0.613743 0.000000 -0.789506 0.400000 0.400000 0.400000 +1321.720581 0.000000 2685.965088 0.000000 0.907826 0.000000 -0.419347 0.400000 0.400000 0.400000 +1349.724487 0.000000 2729.377197 0.000000 0.289022 0.000000 -0.957322 0.400000 0.400000 0.400000 +1317.051025 0.000000 2691.425049 0.000000 0.967293 0.000000 -0.253661 0.400000 0.400000 0.400000 +1320.885132 0.000000 2689.524902 0.000000 0.998015 0.000000 0.062976 0.400000 0.400000 0.400000 +1321.871948 0.000000 2727.633301 0.000000 0.252673 0.000000 0.967552 0.400000 0.400000 0.400000 +1346.065430 0.000000 2725.600342 0.000000 0.969851 0.000000 -0.243698 0.400000 0.400000 0.400000 +1329.771729 0.000000 2668.658203 0.000000 0.389070 0.000000 0.921208 0.400000 0.400000 0.400000 +1304.875366 0.000000 2705.153076 0.000000 0.624420 0.000000 -0.781089 0.400000 0.400000 0.400000 +1324.654175 0.000000 2671.650879 0.000000 0.999990 0.000000 -0.004509 0.400000 0.400000 0.400000 +1320.978516 0.000000 2672.336670 0.000000 0.998793 0.000000 0.049115 0.400000 0.400000 0.400000 +1367.837036 0.000000 2688.025879 0.000000 0.500131 0.000000 -0.865950 0.400000 0.400000 0.400000 +1302.322632 0.000000 2703.226318 0.000000 0.742183 0.000000 -0.670197 0.400000 0.400000 0.400000 1300.185547 0.000000 2726.291016 0.000000 0.884394 0.000000 -0.466741 0.400000 0.400000 0.400000 +1317.457031 0.000000 2681.145020 0.000000 0.656250 0.000000 -0.754543 0.400000 0.400000 0.400000 +1354.585449 0.000000 2694.582520 0.000000 0.997745 0.000000 0.067126 0.400000 0.400000 0.400000 +1347.164917 0.000000 2671.770752 0.000000 0.875422 0.000000 -0.483359 0.400000 0.400000 0.400000 +1298.978516 0.000000 2683.827637 0.000000 0.397121 0.000000 -0.917766 0.400000 0.400000 0.400000 +1347.688965 0.000000 2709.421143 0.000000 0.078082 0.000000 -0.996947 0.400000 0.400000 0.400000 +1349.030151 0.000000 2720.194336 0.000000 0.134583 0.000000 -0.990902 0.400000 0.400000 0.400000 +1369.541260 0.000000 2681.261230 0.000000 0.999454 0.000000 -0.033051 0.400000 0.400000 0.400000 +1431.572388 0.000000 2722.322021 0.000000 0.996075 0.000000 0.088517 0.400000 0.400000 0.400000 1370.074219 0.000000 2711.811035 0.000000 0.991123 0.000000 0.132945 0.400000 0.400000 0.400000 +1380.655396 0.000000 2664.307617 0.000000 0.811959 0.000000 0.583714 0.400000 0.400000 0.400000 +1387.051025 0.000000 2683.017578 0.000000 0.999403 0.000000 -0.034539 0.400000 0.400000 0.400000 +1368.269897 0.000000 2667.127197 0.000000 0.934308 0.000000 0.356467 0.400000 0.400000 0.400000 +1378.735718 0.000000 2674.948730 0.000000 0.386981 0.000000 0.922088 0.400000 0.400000 0.400000 +1435.867065 0.000000 2712.708984 0.000000 0.602982 0.000000 0.797755 0.400000 0.400000 0.400000 +1368.110718 0.000000 2691.411377 0.000000 0.638361 0.000000 -0.769737 0.400000 0.400000 0.400000 +1377.752686 0.000000 2686.291992 0.000000 0.819749 0.000000 -0.572723 0.400000 0.400000 0.400000 1436.781006 0.000000 2704.093994 0.000000 0.993113 0.000000 0.117164 0.400000 0.400000 0.400000 +1427.109741 0.000000 2715.532471 0.000000 0.941745 0.000000 -0.336326 0.400000 0.400000 0.400000 1399.918701 0.000000 2734.269287 0.000000 0.518332 0.000000 -0.855179 0.400000 0.400000 0.400000 +1393.419922 0.000000 2679.532227 0.000000 0.910805 0.000000 0.412836 0.400000 0.400000 0.400000 +1375.487915 0.000000 2668.695801 0.000000 0.819657 0.000000 0.572855 0.400000 0.400000 0.400000 +1437.790405 0.000000 2720.895508 0.000000 0.098274 0.000000 -0.995159 0.400000 0.400000 0.400000 +1431.632935 0.000000 2707.968994 0.000000 0.826340 0.000000 0.563171 0.400000 0.400000 0.400000 +1381.191162 0.000000 2680.779785 0.000000 0.654639 0.000000 0.755942 0.400000 0.400000 0.400000 +1384.433105 0.000000 2675.983398 0.000000 0.970720 0.000000 -0.240213 0.400000 0.400000 0.400000 +1375.528564 0.000000 2680.189209 0.000000 0.354677 0.000000 -0.934989 0.400000 0.400000 0.400000 +1381.467285 0.000000 2669.729492 0.000000 0.610508 0.000000 -0.792010 0.400000 0.400000 0.400000 +1370.489380 0.000000 2686.573486 0.000000 0.993270 0.000000 0.115819 0.400000 0.400000 0.400000 +1432.730347 0.000000 2717.080078 0.000000 0.938330 0.000000 -0.345742 0.400000 0.400000 0.400000 +1426.206543 0.000000 2710.343018 0.000000 0.211000 0.000000 0.977486 0.400000 0.400000 0.400000 +1388.522827 0.000000 2678.394287 0.000000 0.445415 0.000000 -0.895324 0.400000 0.400000 0.400000 +1372.540894 0.000000 2664.832764 0.000000 0.713817 0.000000 0.700332 0.400000 0.400000 0.400000 +1434.434570 0.000000 2725.929932 0.000000 0.999828 0.000000 0.018554 0.400000 0.400000 0.400000 +1437.951294 0.000000 2708.586670 0.000000 0.990427 0.000000 0.138040 0.400000 0.400000 0.400000 +1431.176270 0.000000 2712.651123 0.000000 0.265012 0.000000 0.964245 0.400000 0.400000 0.400000 +1374.025391 0.000000 2684.035400 0.000000 0.175516 0.000000 0.984477 0.400000 0.400000 0.400000 +1376.945435 0.000000 2664.927490 0.000000 0.936437 0.000000 -0.350836 0.400000 0.400000 0.400000 +1384.901489 0.000000 2679.880615 0.000000 0.376113 0.000000 -0.926574 0.400000 0.400000 0.400000 +1381.897705 0.000000 2673.398438 0.000000 0.887871 0.000000 -0.460093 0.400000 0.400000 0.400000 +1391.901123 0.000000 2676.501465 0.000000 0.804047 0.000000 0.594566 0.400000 0.400000 0.400000 1434.723022 0.000000 2706.871582 0.000000 0.442185 0.000000 0.896924 0.400000 0.400000 0.400000 +1378.134766 0.000000 2678.151123 0.000000 0.668759 0.000000 -0.743479 0.400000 0.400000 0.400000 +1427.751099 0.000000 2712.758301 0.000000 0.594059 0.000000 -0.804421 0.400000 0.400000 0.400000 +1183.787842 0.000000 2744.029785 0.000000 0.728172 0.000000 0.685394 0.400000 0.400000 0.400000 +1189.887939 0.000000 2758.933105 0.000000 0.689521 0.000000 0.724266 0.400000 0.400000 0.400000 +1193.891602 0.000000 2772.679199 0.000000 0.566860 0.000000 -0.823814 0.400000 0.400000 0.400000 1182.216187 0.000000 2782.438721 0.000000 0.813413 0.000000 0.581687 0.400000 0.400000 0.400000 +1176.145996 0.000000 2735.804932 0.000000 0.424329 0.000000 0.905508 0.400000 0.400000 0.400000 1180.017090 0.000000 2760.531006 0.000000 0.680526 0.000000 -0.732724 0.400000 0.400000 0.400000 +1186.675415 0.000000 2767.199219 0.000000 0.215149 0.000000 -0.976581 0.400000 0.400000 0.400000 +1184.244019 0.000000 2752.631592 0.000000 0.499004 0.000000 -0.866600 0.400000 0.400000 0.400000 +1186.430664 0.000000 2775.692383 0.000000 0.902783 0.000000 -0.430096 0.400000 0.400000 0.400000 +1185.067505 0.000000 2737.345947 0.000000 0.996147 0.000000 0.087696 0.400000 0.400000 0.400000 +1170.541626 0.000000 2739.630859 0.000000 0.749676 0.000000 -0.661805 0.400000 0.400000 0.400000 +1198.489502 0.000000 2737.736816 0.000000 0.109157 0.000000 -0.994025 0.400000 0.400000 0.400000 +1189.751465 0.000000 2781.384766 0.000000 0.013128 0.000000 -0.999914 0.400000 0.400000 0.400000 1168.456543 0.000000 2747.967773 0.000000 0.423943 0.000000 0.905689 0.400000 0.400000 0.400000 +1200.483521 0.000000 2759.909424 0.000000 0.971161 0.000000 0.238426 0.400000 0.400000 0.400000 1165.490723 0.000000 2741.713867 0.000000 0.491627 0.000000 0.870806 0.400000 0.400000 0.400000 +1181.338379 0.000000 2766.726562 0.000000 0.797848 0.000000 0.602858 0.400000 0.400000 0.400000 +1185.141113 0.000000 2761.994629 0.000000 0.342070 0.000000 0.939675 0.400000 0.400000 0.400000 +1198.178711 0.000000 2769.331543 0.000000 0.107792 0.000000 -0.994173 0.400000 0.400000 0.400000 +1195.172485 0.000000 2758.664795 0.000000 0.601366 0.000000 0.798974 0.400000 0.400000 0.400000 +1182.889648 0.000000 2771.688965 0.000000 0.972785 0.000000 -0.231710 0.400000 0.400000 0.400000 +1186.836792 0.000000 2748.245850 0.000000 0.912045 0.000000 0.410091 0.400000 0.400000 0.400000 1180.320801 0.000000 2755.603516 0.000000 0.755095 0.000000 -0.655616 0.400000 0.400000 0.400000 +1185.203857 0.000000 2757.248047 0.000000 0.089806 0.000000 0.995959 0.400000 0.400000 0.400000 +1192.391113 0.000000 2777.190918 0.000000 0.534409 0.000000 0.845226 0.400000 0.400000 0.400000 +1180.515381 0.000000 2737.277100 0.000000 0.067150 0.000000 -0.997743 0.400000 0.400000 0.400000 +1171.595581 0.000000 2735.413086 0.000000 0.882232 0.000000 -0.470815 0.400000 0.400000 0.400000 +1188.620239 0.000000 2752.736084 0.000000 0.685966 0.000000 -0.727634 0.400000 0.400000 0.400000 +1185.733032 0.000000 2779.926758 0.000000 0.507283 0.000000 -0.861779 0.400000 0.400000 0.400000 1152.010254 0.000000 2749.455566 0.000000 0.405698 0.000000 -0.914007 0.400000 0.400000 0.400000 +1182.619751 0.000000 2748.786133 0.000000 0.892587 0.000000 0.450876 0.400000 0.400000 0.400000 1160.968872 0.000000 2736.911865 0.000000 0.637939 0.000000 -0.770087 0.400000 0.400000 0.400000 +1197.627441 0.000000 2741.357422 0.000000 0.974511 0.000000 -0.224341 0.400000 0.400000 0.400000 1155.638306 0.000000 2750.102539 0.000000 0.912845 0.000000 0.408305 0.400000 0.400000 0.400000 1162.247925 0.000000 2743.169189 0.000000 0.839392 0.000000 0.543527 0.400000 0.400000 0.400000 +1179.459106 0.000000 2763.885498 0.000000 0.608918 0.000000 -0.793233 0.400000 0.400000 0.400000 +1194.197998 0.000000 2761.955322 0.000000 0.890705 0.000000 -0.454581 0.400000 0.400000 0.400000 1162.744019 0.000000 2739.885010 0.000000 0.041923 0.000000 0.999121 0.400000 0.400000 0.400000 +1184.171387 0.000000 2764.995850 0.000000 0.033073 0.000000 -0.999453 0.400000 0.400000 0.400000 +1197.410645 0.000000 2760.923828 0.000000 0.507128 0.000000 0.861871 0.400000 0.400000 0.400000 +1198.199829 0.000000 2757.842041 0.000000 0.087885 0.000000 0.996131 0.400000 0.400000 0.400000 1183.071777 0.000000 2759.503662 0.000000 0.931393 0.000000 -0.364015 0.400000 0.400000 0.400000 +1180.574829 0.000000 2769.685059 0.000000 0.999505 0.000000 -0.031463 0.400000 0.400000 0.400000 1182.194458 0.000000 2762.685059 0.000000 0.987639 0.000000 0.156748 0.400000 0.400000 0.400000 +1183.723999 0.000000 2774.462891 0.000000 0.673558 0.000000 0.739134 0.400000 0.400000 0.400000 +1186.438354 0.000000 2754.695801 0.000000 0.937754 0.000000 -0.347299 0.400000 0.400000 0.400000 +1186.881836 0.000000 2759.552246 0.000000 0.326924 0.000000 -0.945051 0.400000 0.400000 0.400000 +1195.521729 0.000000 2770.366943 0.000000 0.546407 0.000000 -0.837520 0.400000 0.400000 0.400000 +1184.463867 0.000000 2746.773438 0.000000 0.604118 0.000000 -0.796895 0.400000 0.400000 0.400000 +1186.425537 0.000000 2750.955811 0.000000 0.995089 0.000000 0.098986 0.400000 0.400000 0.400000 +1183.572998 0.000000 2755.183105 0.000000 0.999176 0.000000 -0.040581 0.400000 0.400000 0.400000 +1187.802612 0.000000 2757.077637 0.000000 0.911075 0.000000 -0.412240 0.400000 0.400000 0.400000 1151.955566 0.000000 2745.811523 0.000000 0.501372 0.000000 -0.865232 0.400000 0.400000 0.400000 +1180.809692 0.000000 2758.176025 0.000000 0.321838 0.000000 -0.946795 0.400000 0.400000 0.400000 +1183.111206 0.000000 2779.802490 0.000000 0.157381 0.000000 -0.987538 0.400000 0.400000 0.400000 1287.588013 0.000000 2794.306396 0.000000 0.823781 0.000000 0.566908 0.400000 0.400000 0.400000 +1285.802612 0.000000 2736.252441 0.000000 0.009336 0.000000 0.999956 0.400000 0.400000 0.400000 +1282.026611 0.000000 2776.846191 0.000000 0.872149 0.000000 -0.489241 0.400000 0.400000 0.400000 +1290.546021 0.000000 2765.324463 0.000000 0.142653 0.000000 -0.989773 0.400000 0.400000 0.400000 +1291.882690 0.000000 2784.693359 0.000000 0.779648 0.000000 -0.626218 0.400000 0.400000 0.400000 1224.126343 0.000000 2763.395752 0.000000 0.967845 0.000000 0.251547 0.400000 0.400000 0.400000 1233.768311 0.000000 2758.276367 0.000000 0.961955 0.000000 0.273206 0.400000 0.400000 0.400000 +1292.796631 0.000000 2776.078369 0.000000 0.932874 0.000000 -0.360204 0.400000 0.400000 0.400000 +1286.160889 0.000000 2758.498779 0.000000 0.672989 0.000000 -0.739653 0.400000 0.400000 0.400000 +1290.990234 0.000000 2742.581055 0.000000 0.971905 0.000000 0.235373 0.400000 0.400000 0.400000 +1284.077026 0.000000 2769.408203 0.000000 0.802272 0.000000 0.596959 0.400000 0.400000 0.400000 1292.976318 0.000000 2758.833740 0.000000 0.757063 0.000000 -0.653342 0.400000 0.400000 0.400000 +1287.648560 0.000000 2779.953369 0.000000 0.006697 0.000000 0.999978 0.400000 0.400000 0.400000 1229.898315 0.000000 2762.774414 0.000000 0.996120 0.000000 0.088004 0.400000 0.400000 0.400000 +1289.459229 0.000000 2771.395020 0.000000 0.432022 0.000000 -0.901863 0.400000 0.400000 0.400000 1226.974731 0.000000 2768.642334 0.000000 0.682406 0.000000 0.730973 0.400000 0.400000 0.400000 +1288.745972 0.000000 2789.064453 0.000000 0.226332 0.000000 -0.974050 0.400000 0.400000 0.400000 +1293.634033 0.000000 2746.957764 0.000000 0.922909 0.000000 -0.385018 0.400000 0.400000 0.400000 +1293.966919 0.000000 2780.571045 0.000000 0.099749 0.000000 0.995013 0.400000 0.400000 0.400000 1289.233521 0.000000 2755.422119 0.000000 0.195169 0.000000 0.980770 0.400000 0.400000 0.400000 +1286.760742 0.000000 2740.530029 0.000000 0.919177 0.000000 0.393844 0.400000 0.400000 0.400000 +1294.359375 0.000000 2762.762451 0.000000 0.916845 0.000000 0.399244 0.400000 0.400000 0.400000 +1293.153442 0.000000 2772.625000 0.000000 0.907816 0.000000 -0.419368 0.400000 0.400000 0.400000 +1286.002075 0.000000 2762.161133 0.000000 0.990108 0.000000 -0.140304 0.400000 0.400000 0.400000 +1290.220459 0.000000 2747.278809 0.000000 0.970102 0.000000 0.242699 0.400000 0.400000 0.400000 +1290.738647 0.000000 2778.855957 0.000000 0.920738 0.000000 0.390181 0.400000 0.400000 0.400000 +1286.333862 0.000000 2771.863525 0.000000 0.995114 0.000000 -0.098732 0.400000 0.400000 0.400000 +1294.170898 0.000000 2765.845703 0.000000 0.851019 0.000000 0.525135 0.400000 0.400000 0.400000 +1288.231812 0.000000 2763.830078 0.000000 0.928262 0.000000 -0.371928 0.400000 0.400000 0.400000 1294.609131 0.000000 2756.323242 0.000000 0.761006 0.000000 0.648744 0.400000 0.400000 0.400000 +1284.604736 0.000000 2777.037598 0.000000 0.787751 0.000000 -0.615994 0.400000 0.400000 0.400000 +1177.720459 0.000000 2842.752686 0.000000 0.800410 0.000000 -0.599453 0.400000 0.400000 0.400000 +1182.216187 0.000000 2854.423096 0.000000 0.619723 0.000000 -0.784820 0.400000 0.400000 0.400000 +1186.411621 0.000000 2862.142822 0.000000 0.769009 0.000000 -0.639238 0.400000 0.400000 0.400000 +1180.458374 0.000000 2848.713867 0.000000 0.959584 0.000000 0.281424 0.400000 0.400000 0.400000 +1182.889648 0.000000 2843.673340 0.000000 0.634418 0.000000 0.772990 0.400000 0.400000 0.400000 +1190.613037 0.000000 2865.886475 0.000000 0.927813 0.000000 0.373045 0.400000 0.400000 0.400000 +1186.442749 0.000000 2857.110352 0.000000 0.386797 0.000000 0.922165 0.400000 0.400000 0.400000 +1177.760376 0.000000 2852.998779 0.000000 0.179996 0.000000 -0.983667 0.400000 0.400000 0.400000 +1185.733032 0.000000 2851.911133 0.000000 0.005117 0.000000 -0.999987 0.400000 0.400000 0.400000 +1189.838623 0.000000 2860.214355 0.000000 0.257338 0.000000 0.966322 0.400000 0.400000 0.400000 +1179.808350 0.000000 2845.271973 0.000000 0.873081 0.000000 0.487576 0.400000 0.400000 0.400000 +1183.706055 0.000000 2849.389648 0.000000 0.873786 0.000000 -0.486311 0.400000 0.400000 0.400000 +1183.723999 0.000000 2846.447266 0.000000 0.895986 0.000000 -0.444082 0.400000 0.400000 0.400000 +1189.619507 0.000000 2863.170166 0.000000 0.796152 0.000000 -0.605096 0.400000 0.400000 0.400000 +1183.111206 0.000000 2851.786865 0.000000 0.341996 0.000000 -0.939701 0.400000 0.400000 0.400000 +1287.588013 0.000000 2866.290771 0.000000 0.446787 0.000000 0.894640 0.400000 0.400000 0.400000 1265.723145 0.000000 2859.049561 0.000000 0.999706 0.000000 0.024263 0.400000 0.400000 0.400000 +1265.883789 0.000000 2844.663574 0.000000 0.965910 0.000000 -0.258878 0.400000 0.400000 0.400000 +1291.987793 0.000000 2875.703369 0.000000 0.690775 0.000000 0.723070 0.400000 0.400000 0.400000 +1280.524658 0.000000 2875.333984 0.000000 0.920309 0.000000 -0.391193 0.400000 0.400000 0.400000 1290.990234 0.000000 2814.565430 0.000000 0.054049 0.000000 -0.998538 0.400000 0.400000 0.400000 +1267.688721 0.000000 2866.329346 0.000000 0.396412 0.000000 -0.918073 0.400000 0.400000 0.400000 +1274.432495 0.000000 2872.891846 0.000000 0.999988 0.000000 0.004849 0.400000 0.400000 0.400000 +1252.785156 0.000000 2870.158203 0.000000 0.958266 0.000000 0.285879 0.400000 0.400000 0.400000 +1248.690430 0.000000 2857.592773 0.000000 0.874760 0.000000 0.484557 0.400000 0.400000 0.400000 1271.802246 0.000000 2861.206299 0.000000 0.928535 0.000000 0.371244 0.400000 0.400000 0.400000 +1286.478760 0.000000 2872.361572 0.000000 0.991635 0.000000 -0.129075 0.400000 0.400000 0.400000 1282.875732 0.000000 2835.632080 0.000000 0.042001 0.000000 -0.999118 0.400000 0.400000 0.400000 1289.459229 0.000000 2843.379395 0.000000 0.408379 0.000000 0.912813 0.400000 0.400000 0.400000 +1266.599243 0.000000 2871.995850 0.000000 0.246600 0.000000 0.969117 0.400000 0.400000 0.400000 +1278.140503 0.000000 2861.615967 0.000000 0.599912 0.000000 -0.800066 0.400000 0.400000 0.400000 1270.170898 0.000000 2841.315918 0.000000 0.752171 0.000000 0.658968 0.400000 0.400000 0.400000 1274.965942 0.000000 2836.495605 0.000000 0.819577 0.000000 -0.572969 0.400000 0.400000 0.400000 1281.303467 0.000000 2828.462402 0.000000 0.084708 0.000000 0.996406 0.400000 0.400000 0.400000 +1282.940308 0.000000 2864.256104 0.000000 0.688155 0.000000 0.725564 0.400000 0.400000 0.400000 1270.772217 0.000000 2869.897461 0.000000 0.901755 0.000000 0.432248 0.400000 0.400000 0.400000 1286.760742 0.000000 2812.514404 0.000000 0.608902 0.000000 0.793245 0.400000 0.400000 0.400000 1286.437866 0.000000 2837.945312 0.000000 0.930061 0.000000 -0.367405 0.400000 0.400000 0.400000 +1281.077271 0.000000 2879.364502 0.000000 0.841851 0.000000 -0.539710 0.400000 0.400000 0.400000 1268.001221 0.000000 2862.177246 0.000000 0.251899 0.000000 -0.967754 0.400000 0.400000 0.400000 1271.519653 0.000000 2865.357422 0.000000 0.359039 0.000000 0.933322 0.400000 0.400000 0.400000 +1279.302246 0.000000 2865.393555 0.000000 0.384787 0.000000 -0.923005 0.400000 0.400000 0.400000 +1277.539307 0.000000 2877.368896 0.000000 0.988303 0.000000 0.152506 0.400000 0.400000 0.400000 +1270.264648 0.000000 2873.691895 0.000000 0.880043 0.000000 -0.474895 0.400000 0.400000 0.400000 1282.607422 0.000000 2831.836914 0.000000 0.759945 0.000000 0.649988 0.400000 0.400000 0.400000 +1285.033813 0.000000 2869.014160 0.000000 0.291150 0.000000 0.956677 0.400000 0.400000 0.400000 1286.002075 0.000000 2834.145508 0.000000 0.115896 0.000000 0.993261 0.400000 0.400000 0.400000 +1294.691650 0.000000 2877.879395 0.000000 0.788763 0.000000 0.614698 0.400000 0.400000 0.400000 1271.766846 0.000000 2838.257568 0.000000 0.756741 0.000000 0.653715 0.400000 0.400000 0.400000 1288.806274 0.000000 2840.211914 0.000000 0.476643 0.000000 0.879097 0.400000 0.400000 0.400000 +1262.171265 0.000000 2846.787842 0.000000 0.592715 0.000000 -0.805412 0.400000 0.400000 0.400000 1269.214844 0.000000 2859.269287 0.000000 0.651662 0.000000 0.758509 0.400000 0.400000 0.400000 1272.137695 0.000000 2835.085693 0.000000 0.921676 0.000000 -0.387961 0.400000 0.400000 0.400000 1268.381714 0.000000 2838.960205 0.000000 0.443365 0.000000 0.896341 0.400000 0.400000 0.400000 1289.593506 0.000000 2812.225098 0.000000 0.913139 0.000000 -0.407649 0.400000 0.400000 0.400000 +1269.997192 0.000000 2867.369141 0.000000 0.355545 0.000000 0.934659 0.400000 0.400000 0.400000 +1297.549072 0.000000 2753.245605 0.000000 0.483214 0.000000 -0.875503 0.400000 0.400000 0.400000 +1350.172607 0.000000 2760.093506 0.000000 0.380453 0.000000 -0.924800 0.400000 0.400000 0.400000 +1298.082031 0.000000 2783.795410 0.000000 0.540769 0.000000 -0.841171 0.400000 0.400000 0.400000 +1354.018799 0.000000 2776.846191 0.000000 0.178244 0.000000 0.983986 0.400000 0.400000 0.400000 +1341.221313 0.000000 2805.091797 0.000000 0.897558 0.000000 0.440896 0.400000 0.400000 0.400000 +1315.058838 0.000000 2755.001953 0.000000 0.537904 0.000000 -0.843006 0.400000 0.400000 0.400000 +1314.355591 0.000000 2786.435547 0.000000 0.164615 0.000000 -0.986358 0.400000 0.400000 0.400000 +1344.218018 0.000000 2744.346924 0.000000 0.994865 0.000000 0.101207 0.400000 0.400000 0.400000 +1333.872314 0.000000 2758.933105 0.000000 0.976669 0.000000 0.214752 0.400000 0.400000 0.400000 1296.277710 0.000000 2739.111572 0.000000 0.878439 0.000000 -0.477855 0.400000 0.400000 0.400000 +1326.200562 0.000000 2782.438721 0.000000 0.535336 0.000000 -0.844639 0.400000 0.400000 0.400000 1306.743530 0.000000 2746.933105 0.000000 0.938314 0.000000 -0.345785 0.400000 0.400000 0.400000 +1320.130371 0.000000 2735.804932 0.000000 0.075793 0.000000 0.997124 0.400000 0.400000 0.400000 1363.979980 0.000000 2803.718994 0.000000 0.129256 0.000000 -0.991611 0.400000 0.400000 0.400000 +1363.874878 0.000000 2784.693359 0.000000 0.304899 0.000000 0.952385 0.400000 0.400000 0.400000 +1305.490723 0.000000 2791.509521 0.000000 0.047923 0.000000 -0.998851 0.400000 0.400000 0.400000 +1296.118530 0.000000 2763.395752 0.000000 0.392977 0.000000 -0.919548 0.400000 0.400000 0.400000 +1296.662231 0.000000 2773.843750 0.000000 0.319697 0.000000 -0.947520 0.400000 0.400000 0.400000 +1324.001465 0.000000 2760.531006 0.000000 0.967251 0.000000 0.253822 0.400000 0.400000 0.400000 +1351.838379 0.000000 2750.573975 0.000000 0.238619 0.000000 0.971113 0.400000 0.400000 0.400000 +1342.593872 0.000000 2753.870850 0.000000 0.338485 0.000000 -0.940972 0.400000 0.400000 0.400000 +1314.091064 0.000000 2765.318359 0.000000 0.739445 0.000000 0.673217 0.400000 0.400000 0.400000 +1296.422729 0.000000 2792.914062 0.000000 0.945956 0.000000 0.324296 0.400000 0.400000 0.400000 +1330.659790 0.000000 2767.199219 0.000000 0.856325 0.000000 -0.516437 0.400000 0.400000 0.400000 +1340.778320 0.000000 2764.188965 0.000000 0.237779 0.000000 -0.971319 0.400000 0.400000 0.400000 +1328.228394 0.000000 2752.631592 0.000000 0.997171 0.000000 0.075172 0.400000 0.400000 0.400000 +1356.069214 0.000000 2769.408203 0.000000 0.998194 0.000000 0.060072 0.400000 0.400000 0.400000 +1298.465942 0.000000 2746.051514 0.000000 0.999830 0.000000 -0.018465 0.400000 0.400000 0.400000 +1305.148438 0.000000 2784.336670 0.000000 0.990427 0.000000 -0.138039 0.400000 0.400000 0.400000 1321.427734 0.000000 2751.516602 0.000000 0.425876 0.000000 0.904782 0.400000 0.400000 0.400000 +1353.432495 0.000000 2796.794189 0.000000 0.796149 0.000000 -0.605100 0.400000 0.400000 0.400000 +1316.201050 0.000000 2794.407715 0.000000 0.983861 0.000000 0.178937 0.400000 0.400000 0.400000 +1346.424683 0.000000 2800.907471 0.000000 0.974533 0.000000 -0.224245 0.400000 0.400000 0.400000 +1309.198975 0.000000 2752.764160 0.000000 0.928651 0.000000 -0.370955 0.400000 0.400000 0.400000 +1320.682617 0.000000 2785.608398 0.000000 0.995964 0.000000 0.089758 0.400000 0.400000 0.400000 +1302.133789 0.000000 2807.338623 0.000000 0.767725 0.000000 0.640780 0.400000 0.400000 0.400000 +1354.867920 0.000000 2763.647705 0.000000 0.738084 0.000000 -0.674709 0.400000 0.400000 0.400000 +1320.049438 0.000000 2764.954346 0.000000 0.942846 0.000000 0.333229 0.400000 0.400000 0.400000 +1301.890503 0.000000 2762.774414 0.000000 0.266616 0.000000 -0.963803 0.400000 0.400000 0.400000 +1308.427612 0.000000 2763.612305 0.000000 0.358885 0.000000 0.933382 0.400000 0.400000 0.400000 +1344.467896 0.000000 2759.909424 0.000000 0.848542 0.000000 -0.529128 0.400000 0.400000 0.400000 +1361.451416 0.000000 2771.395020 0.000000 0.971008 0.000000 -0.239046 0.400000 0.400000 0.400000 +1318.219360 0.000000 2759.570801 0.000000 0.419618 0.000000 0.907701 0.400000 0.400000 0.400000 +1349.694458 0.000000 2745.390381 0.000000 0.988824 0.000000 -0.149087 0.400000 0.400000 0.400000 +1301.384644 0.000000 2795.506348 0.000000 0.846971 0.000000 -0.531639 0.400000 0.400000 0.400000 +1311.591064 0.000000 2791.274658 0.000000 0.270590 0.000000 -0.962695 0.400000 0.400000 0.400000 +1336.684570 0.000000 2754.025879 0.000000 0.904399 0.000000 -0.426688 0.400000 0.400000 0.400000 +1348.254272 0.000000 2754.904297 0.000000 0.929723 0.000000 -0.368259 0.400000 0.400000 0.400000 +1346.072510 0.000000 2749.647949 0.000000 0.713750 0.000000 0.700401 0.400000 0.400000 0.400000 +1311.156860 0.000000 2758.788574 0.000000 0.770670 0.000000 -0.637235 0.400000 0.400000 0.400000 1309.475098 0.000000 2741.713867 0.000000 0.562009 0.000000 -0.827131 0.400000 0.400000 0.400000 +1335.341187 0.000000 2764.217773 0.000000 0.937213 0.000000 0.348757 0.400000 0.400000 0.400000 +1360.738159 0.000000 2789.064453 0.000000 0.517199 0.000000 -0.855865 0.400000 0.400000 0.400000 +1356.736572 0.000000 2753.160156 0.000000 0.829915 0.000000 -0.557890 0.400000 0.400000 0.400000 +1329.125488 0.000000 2761.994629 0.000000 0.412984 0.000000 0.910738 0.400000 0.400000 0.400000 +1295.897461 0.000000 2779.058838 0.000000 0.595959 0.000000 -0.803015 0.400000 0.400000 0.400000 +1339.156860 0.000000 2758.664795 0.000000 0.995972 0.000000 0.089659 0.400000 0.400000 0.400000 +1325.394531 0.000000 2787.591309 0.000000 0.036048 0.000000 -0.999350 0.400000 0.400000 0.400000 +1341.123779 0.000000 2748.946289 0.000000 0.807021 0.000000 0.590522 0.400000 0.400000 0.400000 +1318.104980 0.000000 2789.787842 0.000000 0.633803 0.000000 -0.773495 0.400000 0.400000 0.400000 +1324.305176 0.000000 2755.603516 0.000000 0.822361 0.000000 -0.568966 0.400000 0.400000 0.400000 +1309.425171 0.000000 2786.768555 0.000000 0.970893 0.000000 0.239515 0.400000 0.400000 0.400000 +1357.392944 0.000000 2748.078369 0.000000 0.072467 0.000000 0.997371 0.400000 0.400000 0.400000 +1365.627686 0.000000 2769.046387 0.000000 0.328754 0.000000 -0.944416 0.400000 0.400000 0.400000 +1353.295654 0.000000 2756.478027 0.000000 0.566167 0.000000 -0.824291 0.400000 0.400000 0.400000 +1329.188232 0.000000 2757.248047 0.000000 0.385509 0.000000 -0.922704 0.400000 0.400000 0.400000 +1354.932495 0.000000 2792.271729 0.000000 0.889883 0.000000 0.456190 0.400000 0.400000 0.400000 +1365.959106 0.000000 2780.571045 0.000000 0.191789 0.000000 -0.981436 0.400000 0.400000 0.400000 +1345.968262 0.000000 2806.019531 0.000000 0.954420 0.000000 0.298468 0.400000 0.400000 0.400000 +1351.771606 0.000000 2767.338867 0.000000 0.886834 0.000000 0.462088 0.400000 0.400000 0.400000 +1332.604614 0.000000 2752.736084 0.000000 0.451906 0.000000 0.892066 0.400000 0.400000 0.400000 +1302.595215 0.000000 2747.975830 0.000000 0.970066 0.000000 -0.242842 0.400000 0.400000 0.400000 +1316.955933 0.000000 2783.061035 0.000000 0.207758 0.000000 -0.978180 0.400000 0.400000 0.400000 1313.906250 0.000000 2743.907227 0.000000 0.633996 0.000000 0.773336 0.400000 0.400000 0.400000 +1296.092651 0.000000 2787.647461 0.000000 0.920614 0.000000 0.390474 0.400000 0.400000 0.400000 +1319.236938 0.000000 2755.480957 0.000000 0.156204 0.000000 0.987725 0.400000 0.400000 0.400000 +1358.430054 0.000000 2765.960938 0.000000 0.394215 0.000000 0.919018 0.400000 0.400000 0.400000 1302.033203 0.000000 2756.019775 0.000000 0.593150 0.000000 -0.805092 0.400000 0.400000 0.400000 +1295.994629 0.000000 2749.455566 0.000000 0.483252 0.000000 -0.875481 0.400000 0.400000 0.400000 +1314.543701 0.000000 2761.304932 0.000000 0.837684 0.000000 0.546155 0.400000 0.400000 0.400000 +1318.768311 0.000000 2739.491211 0.000000 0.995671 0.000000 0.092944 0.400000 0.400000 0.400000 +1353.244629 0.000000 2746.850342 0.000000 0.898951 0.000000 0.438050 0.400000 0.400000 0.400000 1304.953247 0.000000 2736.911865 0.000000 0.903709 0.000000 0.428148 0.400000 0.400000 0.400000 +1302.482544 0.000000 2744.289062 0.000000 0.055510 0.000000 0.998458 0.400000 0.400000 0.400000 +1312.909302 0.000000 2751.864990 0.000000 0.995870 0.000000 0.090787 0.400000 0.400000 0.400000 +1299.622681 0.000000 2750.102539 0.000000 0.999878 0.000000 -0.015627 0.400000 0.400000 0.400000 +1304.390015 0.000000 2787.887207 0.000000 0.932053 0.000000 0.362322 0.400000 0.400000 0.400000 1349.531494 0.000000 2805.384521 0.000000 0.772038 0.000000 -0.635576 0.400000 0.400000 0.400000 +1355.390625 0.000000 2773.447021 0.000000 0.630125 0.000000 0.776493 0.400000 0.400000 0.400000 1296.456909 0.000000 2735.575195 0.000000 0.598002 0.000000 0.801495 0.400000 0.400000 0.400000 +1354.599609 0.000000 2759.852539 0.000000 0.929237 0.000000 0.369484 0.400000 0.400000 0.400000 +1350.467651 0.000000 2763.708252 0.000000 0.426259 0.000000 0.904601 0.400000 0.400000 0.400000 +1299.194336 0.000000 2765.127686 0.000000 0.542773 0.000000 0.839880 0.400000 0.400000 0.400000 +1345.032715 0.000000 2756.418701 0.000000 0.731158 0.000000 -0.682209 0.400000 0.400000 0.400000 +1338.147705 0.000000 2750.855957 0.000000 0.460926 0.000000 0.887439 0.400000 0.400000 0.400000 +1304.861816 0.000000 2764.794189 0.000000 0.777978 0.000000 -0.628291 0.400000 0.400000 0.400000 1309.905518 0.000000 2745.382812 0.000000 0.991935 0.000000 -0.126747 0.400000 0.400000 0.400000 +1366.683838 0.000000 2805.895020 0.000000 0.296837 0.000000 0.954928 0.400000 0.400000 0.400000 +1321.720581 0.000000 2757.949463 0.000000 0.382100 0.000000 0.924121 0.400000 0.400000 0.400000 1295.939453 0.000000 2756.306641 0.000000 0.908965 0.000000 -0.416873 0.400000 0.400000 0.400000 +1309.222900 0.000000 2749.227051 0.000000 0.211816 0.000000 0.977310 0.400000 0.400000 0.400000 +1311.516846 0.000000 2755.189941 0.000000 0.828025 0.000000 0.560691 0.400000 0.400000 0.400000 +1338.182373 0.000000 2761.955322 0.000000 0.959244 0.000000 0.282579 0.400000 0.400000 0.400000 +1332.525024 0.000000 2762.272949 0.000000 0.098903 0.000000 -0.995097 0.400000 0.400000 0.400000 +1357.463501 0.000000 2789.998291 0.000000 0.877254 0.000000 0.480027 0.400000 0.400000 0.400000 1306.728394 0.000000 2739.885010 0.000000 0.928252 0.000000 0.371952 0.400000 0.400000 0.400000 +1311.657593 0.000000 2763.040527 0.000000 0.922397 0.000000 0.386243 0.400000 0.400000 0.400000 +1317.051025 0.000000 2763.409424 0.000000 0.457283 0.000000 -0.889321 0.400000 0.400000 0.400000 +1306.142578 0.000000 2750.135498 0.000000 0.864980 0.000000 -0.501806 0.400000 0.400000 0.400000 +1346.637329 0.000000 2746.501221 0.000000 0.894356 0.000000 -0.447356 0.400000 0.400000 0.400000 +1328.155762 0.000000 2764.995850 0.000000 0.983017 0.000000 0.183516 0.400000 0.400000 0.400000 +1347.436646 0.000000 2758.535645 0.000000 0.188724 0.000000 -0.982030 0.400000 0.400000 0.400000 +1297.697754 0.000000 2795.842529 0.000000 0.987381 0.000000 0.158364 0.400000 0.400000 0.400000 +1358.326050 0.000000 2771.863525 0.000000 0.860565 0.000000 -0.509340 0.400000 0.400000 0.400000 +1315.030762 0.000000 2758.174316 0.000000 0.059633 0.000000 -0.998220 0.400000 0.400000 0.400000 +1367.432129 0.000000 2784.581055 0.000000 0.667013 0.000000 -0.745046 0.400000 0.400000 0.400000 +1344.129883 0.000000 2763.101318 0.000000 0.881002 0.000000 -0.473112 0.400000 0.400000 0.400000 +1308.680054 0.000000 2756.552002 0.000000 0.977108 0.000000 0.212744 0.400000 0.400000 0.400000 +1327.056152 0.000000 2759.503662 0.000000 0.961486 0.000000 0.274853 0.400000 0.400000 0.400000 +1345.628906 0.000000 2752.884033 0.000000 0.964422 0.000000 -0.264369 0.400000 0.400000 0.400000 +1336.530151 0.000000 2757.184570 0.000000 0.124118 0.000000 0.992267 0.400000 0.400000 0.400000 +1343.405273 0.000000 2750.841553 0.000000 0.409374 0.000000 -0.912367 0.400000 0.400000 0.400000 +1352.629883 0.000000 2761.900635 0.000000 0.248128 0.000000 -0.968727 0.400000 0.400000 0.400000 1298.978516 0.000000 2755.812012 0.000000 0.745551 0.000000 0.666449 0.400000 0.400000 0.400000 +1327.558716 0.000000 2784.908936 0.000000 0.949680 0.000000 0.313223 0.400000 0.400000 0.400000 +1363.052124 0.000000 2787.371582 0.000000 0.754622 0.000000 -0.656160 0.400000 0.400000 0.400000 +1321.872192 0.000000 2754.294434 0.000000 0.999930 0.000000 0.011846 0.400000 0.400000 0.400000 +1340.829712 0.000000 2751.703857 0.000000 0.532270 0.000000 -0.846575 0.400000 0.400000 0.400000 +1350.443848 0.000000 2769.805664 0.000000 0.047859 0.000000 0.998854 0.400000 0.400000 0.400000 +1364.258423 0.000000 2782.293701 0.000000 0.608219 0.000000 0.793769 0.400000 0.400000 0.400000 1298.744629 0.000000 2738.690674 0.000000 0.966632 0.000000 0.256168 0.400000 0.400000 0.400000 +1391.438599 0.000000 2801.835205 0.000000 0.628079 0.000000 0.778150 0.400000 0.400000 0.400000 1393.697021 0.000000 2770.768311 0.000000 0.488335 0.000000 0.872656 0.400000 0.400000 0.400000 1429.786987 0.000000 2736.252441 0.000000 0.197947 0.000000 0.980213 0.400000 0.400000 0.400000 +1374.108276 0.000000 2801.283447 0.000000 0.100561 0.000000 -0.994931 0.400000 0.400000 0.400000 +1413.213501 0.000000 2805.091797 0.000000 0.991073 0.000000 -0.133319 0.400000 0.400000 0.400000 1377.039307 0.000000 2768.397217 0.000000 0.699565 0.000000 0.714569 0.400000 0.400000 0.400000 1386.347778 0.000000 2786.435547 0.000000 0.987870 0.000000 0.155284 0.400000 0.400000 0.400000 1368.269897 0.000000 2739.111572 0.000000 0.400881 0.000000 0.916130 0.400000 0.400000 0.400000 +1403.081055 0.000000 2798.333496 0.000000 0.556631 0.000000 0.830760 0.400000 0.400000 0.400000 1419.201172 0.000000 2794.420166 0.000000 0.979948 0.000000 0.199256 0.400000 0.400000 0.400000 +1377.482910 0.000000 2791.509521 0.000000 0.999843 0.000000 0.017691 0.400000 0.400000 0.400000 +1368.654419 0.000000 2773.843750 0.000000 0.886087 0.000000 -0.463518 0.400000 0.400000 0.400000 +1394.481567 0.000000 2792.125244 0.000000 0.411249 0.000000 -0.911523 0.400000 0.400000 0.400000 1419.756836 0.000000 2769.479492 0.000000 0.947894 0.000000 0.318586 0.400000 0.400000 0.400000 +1399.918701 0.000000 2806.253662 0.000000 0.800789 0.000000 0.598947 0.400000 0.400000 0.400000 1427.346802 0.000000 2743.623047 0.000000 0.904410 0.000000 -0.426663 0.400000 0.400000 0.400000 1401.044067 0.000000 2737.345947 0.000000 0.350753 0.000000 -0.936468 0.400000 0.400000 0.400000 1367.966064 0.000000 2804.113770 0.000000 0.987642 0.000000 -0.156725 0.400000 0.400000 0.400000 +1388.193237 0.000000 2794.407715 0.000000 0.985562 0.000000 0.169316 0.400000 0.400000 0.400000 +1379.508545 0.000000 2804.818359 0.000000 0.926739 0.000000 -0.375706 0.400000 0.400000 0.400000 +1406.383911 0.000000 2804.205811 0.000000 0.059840 0.000000 -0.998208 0.400000 0.400000 0.400000 +1396.769531 0.000000 2798.173828 0.000000 0.386536 0.000000 -0.922274 0.400000 0.400000 0.400000 +1392.674805 0.000000 2785.608398 0.000000 0.275551 0.000000 -0.961286 0.400000 0.400000 0.400000 +1374.125977 0.000000 2807.338623 0.000000 0.792747 0.000000 -0.609551 0.400000 0.400000 0.400000 1370.959106 0.000000 2768.642334 0.000000 0.406066 0.000000 0.913844 0.400000 0.400000 0.400000 +1373.376831 0.000000 2795.506348 0.000000 0.301940 0.000000 0.953327 0.400000 0.400000 0.400000 +1385.141235 0.000000 2781.149902 0.000000 0.804445 0.000000 -0.594027 0.400000 0.400000 0.400000 +1367.889648 0.000000 2779.058838 0.000000 0.973008 0.000000 -0.230773 0.400000 0.400000 0.400000 1437.618408 0.000000 2746.957764 0.000000 0.886175 0.000000 -0.463352 0.400000 0.400000 0.400000 1414.380737 0.000000 2784.371826 0.000000 0.847785 0.000000 0.530340 0.400000 0.400000 0.400000 +1390.097168 0.000000 2789.787842 0.000000 0.983913 0.000000 0.178651 0.400000 0.400000 0.400000 +1381.417358 0.000000 2786.768555 0.000000 0.963552 0.000000 0.267523 0.400000 0.400000 0.400000 +1400.103882 0.000000 2794.368652 0.000000 0.358934 0.000000 -0.933363 0.400000 0.400000 0.400000 +1392.343872 0.000000 2796.547363 0.000000 0.999148 0.000000 -0.041262 0.400000 0.400000 0.400000 +1372.820312 0.000000 2772.551758 0.000000 0.592099 0.000000 0.805866 0.400000 0.400000 0.400000 +1407.122681 0.000000 2798.067383 0.000000 0.155158 0.000000 -0.987890 0.400000 0.400000 0.400000 +1371.771729 0.000000 2804.372803 0.000000 0.905388 0.000000 -0.424585 0.400000 0.400000 0.400000 +1377.870605 0.000000 2801.385498 0.000000 0.322626 0.000000 -0.946527 0.400000 0.400000 0.400000 +1404.080444 0.000000 2807.126465 0.000000 0.883043 0.000000 0.469293 0.400000 0.400000 0.400000 +1376.011108 0.000000 2804.366699 0.000000 0.594261 0.000000 0.804273 0.400000 0.400000 0.400000 +1386.989258 0.000000 2791.188232 0.000000 0.125495 0.000000 0.992094 0.400000 0.400000 0.400000 +1383.632812 0.000000 2784.211670 0.000000 0.821380 0.000000 0.570381 0.400000 0.400000 0.400000 +1391.239014 0.000000 2792.971924 0.000000 0.444430 0.000000 -0.895814 0.400000 0.400000 0.400000 +1373.978394 0.000000 2767.025391 0.000000 0.790639 0.000000 0.612282 0.400000 0.400000 0.400000 +1405.133911 0.000000 2801.115234 0.000000 0.910308 0.000000 -0.413931 0.400000 0.400000 0.400000 +1367.907349 0.000000 2766.888916 0.000000 0.770218 0.000000 -0.637781 0.400000 0.400000 0.400000 +1393.819580 0.000000 2788.815674 0.000000 0.720398 0.000000 0.693561 0.400000 0.400000 0.400000 +1389.489868 0.000000 2786.667725 0.000000 0.917208 0.000000 -0.398409 0.400000 0.400000 0.400000 +1375.193115 0.000000 2798.273193 0.000000 0.629739 0.000000 0.776806 0.400000 0.400000 0.400000 +1370.427490 0.000000 2771.325195 0.000000 0.995718 0.000000 0.092438 0.400000 0.400000 0.400000 +1359.580200 0.000000 2866.290771 0.000000 0.997017 0.000000 -0.077180 0.400000 0.400000 0.400000 1357.794800 0.000000 2808.236816 0.000000 0.585777 0.000000 -0.810473 0.400000 0.400000 0.400000 1337.715332 0.000000 2859.049561 0.000000 0.545633 0.000000 0.838024 0.400000 0.400000 0.400000 +1308.663208 0.000000 2808.276367 0.000000 0.983885 0.000000 0.178804 0.400000 0.400000 0.400000 +1354.018799 0.000000 2848.830566 0.000000 0.420857 0.000000 -0.907127 0.400000 0.400000 0.400000 +1341.221313 0.000000 2877.076172 0.000000 0.418181 0.000000 0.908364 0.400000 0.400000 0.400000 +1315.058838 0.000000 2826.986328 0.000000 0.047929 0.000000 0.998851 0.400000 0.400000 0.400000 +1305.047119 0.000000 2840.381592 0.000000 0.713805 0.000000 0.700344 0.400000 0.400000 0.400000 +1344.218018 0.000000 2816.331299 0.000000 0.562738 0.000000 -0.826635 0.400000 0.400000 0.400000 +1333.872314 0.000000 2830.917480 0.000000 0.213008 0.000000 -0.977050 0.400000 0.400000 0.400000 +1337.875977 0.000000 2844.663574 0.000000 0.584505 0.000000 -0.811390 0.400000 0.400000 0.400000 +1362.538208 0.000000 2837.308838 0.000000 0.109015 0.000000 -0.994040 0.400000 0.400000 0.400000 +1296.277710 0.000000 2811.095947 0.000000 0.977213 0.000000 0.212263 0.400000 0.400000 0.400000 1326.200562 0.000000 2854.423096 0.000000 0.342382 0.000000 0.939561 0.400000 0.400000 0.400000 +1331.088867 0.000000 2870.317871 0.000000 0.547444 0.000000 0.836843 0.400000 0.400000 0.400000 +1347.208984 0.000000 2866.404541 0.000000 0.649080 0.000000 -0.760720 0.400000 0.400000 0.400000 +1363.979980 0.000000 2875.703369 0.000000 0.379057 0.000000 -0.925373 0.400000 0.400000 0.400000 +1363.874878 0.000000 2856.677734 0.000000 0.999734 0.000000 0.023076 0.400000 0.400000 0.400000 +1347.485107 0.000000 2856.105225 0.000000 0.999133 0.000000 -0.041642 0.400000 0.400000 0.400000 +1351.838379 0.000000 2822.558350 0.000000 0.955178 0.000000 0.296031 0.400000 0.400000 0.400000 1342.593872 0.000000 2825.855225 0.000000 0.770724 0.000000 0.637169 0.400000 0.400000 0.400000 +1314.091064 0.000000 2837.302734 0.000000 0.660709 0.000000 0.750642 0.400000 0.400000 0.400000 1349.353516 0.000000 2808.997803 0.000000 0.431902 0.000000 0.901921 0.400000 0.400000 0.400000 +1355.117554 0.000000 2859.501221 0.000000 0.864713 0.000000 0.502267 0.400000 0.400000 0.400000 +1358.153076 0.000000 2830.483154 0.000000 0.741205 0.000000 -0.671278 0.400000 0.400000 0.400000 +1355.354614 0.000000 2815.607422 0.000000 0.985574 0.000000 0.169247 0.400000 0.400000 0.400000 1340.688110 0.000000 2851.760986 0.000000 0.648997 0.000000 -0.760791 0.400000 0.400000 0.400000 +1356.069214 0.000000 2841.392578 0.000000 0.728578 0.000000 0.684963 0.400000 0.400000 0.400000 +1313.390625 0.000000 2844.459229 0.000000 0.315570 0.000000 -0.948902 0.400000 0.400000 0.400000 +1321.427734 0.000000 2823.500977 0.000000 0.998151 0.000000 -0.060777 0.400000 0.400000 0.400000 +1346.727417 0.000000 2848.330078 0.000000 0.990681 0.000000 -0.136205 0.400000 0.400000 0.400000 +1364.968506 0.000000 2830.818115 0.000000 0.143276 0.000000 0.989683 0.400000 0.400000 0.400000 +1295.973877 0.000000 2876.098145 0.000000 0.119162 0.000000 -0.992875 0.400000 0.400000 0.400000 +1353.432495 0.000000 2868.778564 0.000000 0.988795 0.000000 0.149281 0.400000 0.400000 0.400000 +1314.526001 0.000000 2811.615234 0.000000 0.191530 0.000000 -0.981487 0.400000 0.400000 0.400000 +1342.473877 0.000000 2809.721191 0.000000 0.671666 0.000000 0.740854 0.400000 0.400000 0.400000 1333.735840 0.000000 2853.369141 0.000000 0.742757 0.000000 0.669561 0.400000 0.400000 0.400000 +1365.798218 0.000000 2864.864258 0.000000 0.999894 0.000000 -0.014526 0.400000 0.400000 0.400000 +1359.640747 0.000000 2851.937744 0.000000 0.933980 0.000000 0.357326 0.400000 0.400000 0.400000 +1365.213379 0.000000 2808.297852 0.000000 0.028536 0.000000 -0.999593 0.400000 0.400000 0.400000 +1358.470947 0.000000 2872.361572 0.000000 0.701706 0.000000 -0.712467 0.400000 0.400000 0.400000 +1301.890503 0.000000 2834.758789 0.000000 0.210642 0.000000 -0.977563 0.400000 0.400000 0.400000 +1308.427612 0.000000 2835.596680 0.000000 0.151130 0.000000 -0.988514 0.400000 0.400000 0.400000 +1318.219360 0.000000 2831.555176 0.000000 0.049160 0.000000 0.998791 0.400000 0.400000 0.400000 +1367.138672 0.000000 2870.470947 0.000000 0.739299 0.000000 0.673377 0.400000 0.400000 0.400000 +1336.684570 0.000000 2826.010254 0.000000 0.904388 0.000000 -0.426712 0.400000 0.400000 0.400000 +1311.156860 0.000000 2830.772949 0.000000 0.497735 0.000000 -0.867329 0.400000 0.400000 0.400000 +1350.132690 0.000000 2861.615967 0.000000 0.431791 0.000000 0.901974 0.400000 0.400000 0.400000 1313.149048 0.000000 2853.134277 0.000000 0.487503 0.000000 0.873121 0.400000 0.400000 0.400000 +1360.738159 0.000000 2861.048828 0.000000 0.814202 0.000000 0.580582 0.400000 0.400000 0.400000 +1356.736572 0.000000 2825.144531 0.000000 0.949469 0.000000 0.313861 0.400000 0.400000 0.400000 +1342.163086 0.000000 2841.315918 0.000000 0.947837 0.000000 0.318756 0.400000 0.400000 0.400000 +1354.214355 0.000000 2854.311768 0.000000 0.582259 0.000000 -0.813003 0.400000 0.400000 0.400000 +1341.123779 0.000000 2820.930664 0.000000 0.394317 0.000000 0.918974 0.400000 0.400000 0.400000 +1310.041260 0.000000 2840.729736 0.000000 0.560983 0.000000 -0.827827 0.400000 0.400000 0.400000 1346.958130 0.000000 2836.495605 0.000000 0.805943 0.000000 -0.591994 0.400000 0.400000 0.400000 +1351.998657 0.000000 2844.163574 0.000000 0.998495 0.000000 -0.054849 0.400000 0.400000 0.400000 1330.427124 0.000000 2857.110352 0.000000 0.027803 0.000000 0.999613 0.400000 0.400000 0.400000 +1324.305176 0.000000 2827.587891 0.000000 0.594632 0.000000 0.803998 0.400000 0.400000 0.400000 +1357.392944 0.000000 2820.062744 0.000000 0.220817 0.000000 0.975315 0.400000 0.400000 0.400000 +1316.530640 0.000000 2822.363037 0.000000 0.254511 0.000000 -0.967070 0.400000 0.400000 0.400000 +1353.295654 0.000000 2828.462402 0.000000 0.998306 0.000000 0.058176 0.400000 0.400000 0.400000 +1329.188232 0.000000 2829.232422 0.000000 0.916528 0.000000 -0.399971 0.400000 0.400000 0.400000 +1300.548706 0.000000 2808.801514 0.000000 0.725857 0.000000 0.687846 0.400000 0.400000 0.400000 +1362.442383 0.000000 2869.898682 0.000000 0.256300 0.000000 -0.966597 0.400000 0.400000 0.400000 +1317.851562 0.000000 2845.784912 0.000000 0.435045 0.000000 -0.900409 0.400000 0.400000 0.400000 +1350.055542 0.000000 2851.771729 0.000000 0.095711 0.000000 0.995409 0.400000 0.400000 0.400000 +1317.177368 0.000000 2840.964844 0.000000 0.573392 0.000000 -0.819281 0.400000 0.400000 0.400000 +1337.807129 0.000000 2840.061523 0.000000 0.999127 0.000000 -0.041774 0.400000 0.400000 0.400000 +1359.184082 0.000000 2856.619873 0.000000 0.786301 0.000000 -0.617844 0.400000 0.400000 0.400000 1321.744751 0.000000 2852.998779 0.000000 0.999976 0.000000 0.006961 0.400000 0.400000 0.400000 +1358.752930 0.000000 2812.514404 0.000000 0.090401 0.000000 0.995906 0.400000 0.400000 0.400000 +1328.158447 0.000000 2873.426758 0.000000 0.331603 0.000000 0.943419 0.400000 0.400000 0.400000 1313.614624 0.000000 2848.902588 0.000000 0.991339 0.000000 -0.131329 0.400000 0.400000 0.400000 +1361.512329 0.000000 2833.199951 0.000000 0.927875 0.000000 0.372892 0.400000 0.400000 0.400000 +1358.430054 0.000000 2837.945312 0.000000 0.293520 0.000000 -0.955953 0.400000 0.400000 0.400000 1337.802490 0.000000 2854.956299 0.000000 0.903750 0.000000 0.428061 0.400000 0.400000 0.400000 +1309.115723 0.000000 2844.705078 0.000000 0.892099 0.000000 0.451839 0.400000 0.400000 0.400000 +1318.768311 0.000000 2811.475586 0.000000 0.264807 0.000000 -0.964301 0.400000 0.400000 0.400000 +1361.534546 0.000000 2809.604980 0.000000 0.603648 0.000000 0.797251 0.400000 0.400000 0.400000 +1304.953247 0.000000 2808.896240 0.000000 0.944733 0.000000 0.327840 0.400000 0.400000 0.400000 +1351.294434 0.000000 2865.393555 0.000000 0.793062 0.000000 -0.609141 0.400000 0.400000 0.400000 +1345.715088 0.000000 2807.563232 0.000000 0.112995 0.000000 -0.993596 0.400000 0.400000 0.400000 +1350.446289 0.000000 2847.712158 0.000000 0.457900 0.000000 0.889004 0.400000 0.400000 0.400000 +1341.611816 0.000000 2813.341797 0.000000 0.421925 0.000000 -0.906631 0.400000 0.400000 0.400000 +1355.390625 0.000000 2845.431396 0.000000 0.609905 0.000000 0.792475 0.400000 0.400000 0.400000 +1357.026001 0.000000 2869.014160 0.000000 0.993154 0.000000 -0.116814 0.400000 0.400000 0.400000 +1338.147705 0.000000 2822.840332 0.000000 0.884375 0.000000 0.466777 0.400000 0.400000 0.400000 +1304.861816 0.000000 2836.778564 0.000000 0.253749 0.000000 0.967270 0.400000 0.400000 0.400000 +1312.067261 0.000000 2809.155029 0.000000 0.824462 0.000000 0.565918 0.400000 0.400000 0.400000 +1346.920166 0.000000 2859.585449 0.000000 0.878494 0.000000 0.477753 0.400000 0.400000 0.400000 +1364.363037 0.000000 2861.756348 0.000000 0.278416 0.000000 -0.960461 0.400000 0.400000 0.400000 +1356.198730 0.000000 2851.551270 0.000000 0.301729 0.000000 -0.953394 0.400000 0.400000 0.400000 +1301.986206 0.000000 2839.009766 0.000000 0.983774 0.000000 -0.179413 0.400000 0.400000 0.400000 +1319.908936 0.000000 2820.470215 0.000000 0.836288 0.000000 0.548290 0.400000 0.400000 0.400000 +1361.733887 0.000000 2873.124023 0.000000 0.586235 0.000000 -0.810141 0.400000 0.400000 0.400000 +1306.728394 0.000000 2811.869385 0.000000 0.021653 0.000000 0.999766 0.400000 0.400000 0.400000 +1317.051025 0.000000 2835.393799 0.000000 0.405777 0.000000 0.913972 0.400000 0.400000 0.400000 +1355.040161 0.000000 2822.330322 0.000000 0.846707 0.000000 -0.532059 0.400000 0.400000 0.400000 1336.879395 0.000000 2852.106689 0.000000 0.692961 0.000000 -0.720975 0.400000 0.400000 0.400000 +1306.883789 0.000000 2842.732666 0.000000 0.472130 0.000000 -0.881529 0.400000 0.400000 0.400000 +1357.274414 0.000000 2854.371826 0.000000 0.321962 0.000000 -0.946753 0.400000 0.400000 0.400000 +1354.585449 0.000000 2838.551270 0.000000 0.961728 0.000000 0.274006 0.400000 0.400000 0.400000 +1366.163086 0.000000 2837.830078 0.000000 0.244317 0.000000 -0.969695 0.400000 0.400000 0.400000 +1343.405273 0.000000 2822.825928 0.000000 0.643690 0.000000 0.765287 0.400000 0.400000 0.400000 +1356.297241 0.000000 2810.813965 0.000000 0.860669 0.000000 -0.509164 0.400000 0.400000 0.400000 +1344.659790 0.000000 2857.964844 0.000000 0.929951 0.000000 -0.367685 0.400000 0.400000 0.400000 +1339.506104 0.000000 2842.351318 0.000000 0.766148 0.000000 -0.642665 0.400000 0.400000 0.400000 +1355.758911 0.000000 2856.727051 0.000000 0.453076 0.000000 -0.891472 0.400000 0.400000 0.400000 +1357.897339 0.000000 2859.173340 0.000000 0.707253 0.000000 0.706960 0.400000 0.400000 0.400000 +1360.223999 0.000000 2835.814453 0.000000 0.104997 0.000000 0.994473 0.400000 0.400000 0.400000 1329.064819 0.000000 2854.554932 0.000000 0.613489 0.000000 -0.789703 0.400000 0.400000 0.400000 +1340.829712 0.000000 2823.688232 0.000000 0.372867 0.000000 0.927885 0.400000 0.400000 0.400000 +1354.250244 0.000000 2825.985840 0.000000 0.983690 0.000000 0.179870 0.400000 0.400000 0.400000 1331.645996 0.000000 2854.891357 0.000000 0.969208 0.000000 -0.246243 0.400000 0.400000 0.400000 +1356.406372 0.000000 2813.363770 0.000000 0.972679 0.000000 -0.232154 0.400000 0.400000 0.400000 +1391.438599 0.000000 2873.819580 0.000000 0.289012 0.000000 -0.957325 0.400000 0.400000 0.400000 +1422.164795 0.000000 2832.077881 0.000000 0.286311 0.000000 -0.958137 0.400000 0.400000 0.400000 +1370.074219 0.000000 2855.779785 0.000000 0.962456 0.000000 -0.271438 0.400000 0.400000 0.400000 +1409.707520 0.000000 2859.049561 0.000000 0.537394 0.000000 0.843332 0.400000 0.400000 0.400000 +1374.108276 0.000000 2873.267822 0.000000 0.007166 0.000000 0.999974 0.400000 0.400000 0.400000 +1413.213501 0.000000 2877.076172 0.000000 0.657988 0.000000 0.753029 0.400000 0.400000 0.400000 +1377.039307 0.000000 2840.381592 0.000000 0.756458 0.000000 -0.654043 0.400000 0.400000 0.400000 +1416.210205 0.000000 2816.331299 0.000000 0.034858 0.000000 -0.999392 0.400000 0.400000 0.400000 +1368.269897 0.000000 2811.095947 0.000000 0.841324 0.000000 0.540531 0.400000 0.400000 0.400000 +1398.192749 0.000000 2854.423096 0.000000 0.249458 0.000000 0.968386 0.400000 0.400000 0.400000 +1403.081055 0.000000 2870.317871 0.000000 0.429171 0.000000 -0.903223 0.400000 0.400000 0.400000 +1407.784424 0.000000 2808.023926 0.000000 0.986192 0.000000 0.165605 0.400000 0.400000 0.400000 +1435.867065 0.000000 2856.677734 0.000000 0.739204 0.000000 -0.673482 0.400000 0.400000 0.400000 +1424.509033 0.000000 2875.333984 0.000000 0.992279 0.000000 -0.124024 0.400000 0.400000 0.400000 +1377.482910 0.000000 2863.493896 0.000000 0.316354 0.000000 -0.948641 0.400000 0.400000 0.400000 +1368.110718 0.000000 2835.380127 0.000000 0.710549 0.000000 0.703648 0.400000 0.400000 0.400000 +1414.586060 0.000000 2825.855225 0.000000 0.537004 0.000000 0.843580 0.400000 0.400000 0.400000 +1368.414917 0.000000 2864.898438 0.000000 0.411730 0.000000 0.911306 0.400000 0.400000 0.400000 +1382.957764 0.000000 2870.896484 0.000000 0.735092 0.000000 -0.677967 0.400000 0.400000 0.400000 +1412.770508 0.000000 2836.173340 0.000000 0.880713 0.000000 -0.473650 0.400000 0.400000 0.400000 +1436.781006 0.000000 2848.062744 0.000000 0.712531 0.000000 -0.701641 0.400000 0.400000 0.400000 +1399.918701 0.000000 2878.238037 0.000000 0.776888 0.000000 -0.629639 0.400000 0.400000 0.400000 +1402.388184 0.000000 2862.142822 0.000000 0.989120 0.000000 -0.147109 0.400000 0.400000 0.400000 +1412.680298 0.000000 2851.760986 0.000000 0.991522 0.000000 -0.129942 0.400000 0.400000 0.400000 +1428.061401 0.000000 2841.392578 0.000000 0.379939 0.000000 -0.925011 0.400000 0.400000 0.400000 +1385.382812 0.000000 2844.459229 0.000000 0.850791 0.000000 0.525504 0.400000 0.400000 0.400000 +1401.044067 0.000000 2809.330322 0.000000 0.914147 0.000000 0.405383 0.400000 0.400000 0.400000 +1367.966064 0.000000 2876.098145 0.000000 0.272816 0.000000 -0.962066 0.400000 0.400000 0.400000 +1379.508545 0.000000 2876.802734 0.000000 0.649461 0.000000 0.760395 0.400000 0.400000 0.400000 +1418.416870 0.000000 2872.891846 0.000000 0.811052 0.000000 0.584974 0.400000 0.400000 0.400000 +1406.383911 0.000000 2876.190186 0.000000 0.721135 0.000000 0.692794 0.400000 0.400000 0.400000 +1386.270508 0.000000 2877.302002 0.000000 0.373311 0.000000 -0.927706 0.400000 0.400000 0.400000 +1396.769531 0.000000 2870.158203 0.000000 0.981920 0.000000 -0.189296 0.400000 0.400000 0.400000 +1415.786621 0.000000 2861.206299 0.000000 0.735991 0.000000 -0.676992 0.400000 0.400000 0.400000 +1409.957153 0.000000 2813.853271 0.000000 0.292025 0.000000 -0.956411 0.400000 0.400000 0.400000 +1394.268066 0.000000 2813.356934 0.000000 0.710184 0.000000 0.704016 0.400000 0.400000 0.400000 +1374.125977 0.000000 2879.322998 0.000000 0.696274 0.000000 -0.717776 0.400000 0.400000 0.400000 +1426.860107 0.000000 2835.632080 0.000000 0.614869 0.000000 0.788629 0.400000 0.400000 0.400000 +1396.434937 0.000000 2848.713867 0.000000 0.948962 0.000000 -0.315390 0.400000 0.400000 0.400000 +1433.443604 0.000000 2843.379395 0.000000 0.955930 0.000000 -0.293595 0.400000 0.400000 0.400000 +1372.641113 0.000000 2860.673340 0.000000 0.743940 0.000000 -0.668247 0.400000 0.400000 0.400000 +1407.333374 0.000000 2836.202148 0.000000 0.017002 0.000000 0.999855 0.400000 0.400000 0.400000 +1432.730347 0.000000 2861.048828 0.000000 0.613408 0.000000 0.789766 0.400000 0.400000 0.400000 +1414.155273 0.000000 2841.315918 0.000000 0.672315 0.000000 -0.740265 0.400000 0.400000 0.400000 +1404.633545 0.000000 2814.192139 0.000000 0.725939 0.000000 0.687759 0.400000 0.400000 0.400000 +1411.149048 0.000000 2830.649170 0.000000 0.146381 0.000000 0.989228 0.400000 0.400000 0.400000 +1369.313843 0.000000 2871.006592 0.000000 0.166122 0.000000 0.986105 0.400000 0.400000 0.400000 +1413.115967 0.000000 2820.930664 0.000000 0.976503 0.000000 -0.215502 0.400000 0.400000 0.400000 +1382.033447 0.000000 2840.729736 0.000000 0.555501 0.000000 0.831516 0.400000 0.400000 0.400000 +1423.990845 0.000000 2844.163574 0.000000 0.772826 0.000000 -0.634617 0.400000 0.400000 0.400000 +1414.380737 0.000000 2856.356201 0.000000 0.998808 0.000000 0.048821 0.400000 0.400000 0.400000 +1402.419312 0.000000 2857.110352 0.000000 0.171724 0.000000 -0.985145 0.400000 0.400000 0.400000 +1400.103882 0.000000 2866.353027 0.000000 0.383656 0.000000 0.923476 0.400000 0.400000 0.400000 +1396.197021 0.000000 2874.988281 0.000000 0.732410 0.000000 -0.680864 0.400000 0.400000 0.400000 +1372.540894 0.000000 2808.801514 0.000000 0.988493 0.000000 -0.151265 0.400000 0.400000 0.400000 +1414.442383 0.000000 2846.128906 0.000000 0.967977 0.000000 0.251037 0.400000 0.400000 0.400000 +1437.951294 0.000000 2852.555420 0.000000 0.819188 0.000000 0.573525 0.400000 0.400000 0.400000 +1417.960449 0.000000 2878.003906 0.000000 0.578158 0.000000 0.815925 0.400000 0.400000 0.400000 +1423.763794 0.000000 2839.323242 0.000000 0.166748 0.000000 0.986000 0.400000 0.400000 0.400000 +1396.491943 0.000000 2809.261475 0.000000 0.064583 0.000000 -0.997912 0.400000 0.400000 0.400000 +1387.400391 0.000000 2871.873047 0.000000 0.754784 0.000000 0.655973 0.400000 0.400000 0.400000 +1393.145630 0.000000 2877.938477 0.000000 0.584401 0.000000 -0.811465 0.400000 0.400000 0.400000 +1400.150635 0.000000 2873.426758 0.000000 0.994495 0.000000 0.104787 0.400000 0.400000 0.400000 +1368.084839 0.000000 2859.631836 0.000000 0.150696 0.000000 0.988580 0.400000 0.400000 0.400000 +1401.709595 0.000000 2851.911133 0.000000 0.998614 0.000000 0.052623 0.400000 0.400000 0.400000 +1381.923462 0.000000 2866.893066 0.000000 0.004235 0.000000 0.999991 0.400000 0.400000 0.400000 +1425.061646 0.000000 2879.364502 0.000000 0.991949 0.000000 -0.126638 0.400000 0.400000 0.400000 +1383.175049 0.000000 2874.915283 0.000000 0.965003 0.000000 0.262237 0.400000 0.400000 0.400000 +1411.985596 0.000000 2862.177246 0.000000 0.074179 0.000000 0.997245 0.400000 0.400000 0.400000 +1411.585083 0.000000 2817.359131 0.000000 0.759625 0.000000 -0.650361 0.400000 0.400000 0.400000 +1371.771729 0.000000 2876.357178 0.000000 0.694328 0.000000 0.719659 0.400000 0.400000 0.400000 +1377.870605 0.000000 2873.369873 0.000000 0.433877 0.000000 0.900972 0.400000 0.400000 0.400000 +1421.523682 0.000000 2877.368896 0.000000 0.903924 0.000000 -0.427693 0.400000 0.400000 0.400000 +1414.249023 0.000000 2873.691895 0.000000 0.986440 0.000000 0.164119 0.400000 0.400000 0.400000 +1368.449097 0.000000 2807.559570 0.000000 0.974147 0.000000 -0.225914 0.400000 0.400000 0.400000 +1407.204834 0.000000 2811.560059 0.000000 0.842135 0.000000 0.539267 0.400000 0.400000 0.400000 +1371.186523 0.000000 2837.112061 0.000000 0.999448 0.000000 0.033221 0.400000 0.400000 0.400000 +1385.242920 0.000000 2868.275879 0.000000 0.062909 0.000000 0.998019 0.400000 0.400000 0.400000 +1426.765259 0.000000 2872.435059 0.000000 0.997742 0.000000 -0.067158 0.400000 0.400000 0.400000 +1437.137817 0.000000 2844.609375 0.000000 0.999502 0.000000 0.031555 0.400000 0.400000 0.400000 +1389.758911 0.000000 2876.968750 0.000000 0.483525 0.000000 -0.875331 0.400000 0.400000 0.400000 +1373.936401 0.000000 2863.972168 0.000000 0.523174 0.000000 0.852226 0.400000 0.400000 0.400000 +1429.986450 0.000000 2834.145508 0.000000 0.923664 0.000000 0.383202 0.400000 0.400000 0.400000 +1409.852051 0.000000 2876.501465 0.000000 0.997489 0.000000 0.070822 0.400000 0.400000 0.400000 +1404.499146 0.000000 2809.422363 0.000000 0.965489 0.000000 0.260444 0.400000 0.400000 0.400000 +1415.751221 0.000000 2838.257568 0.000000 0.768224 0.000000 -0.640181 0.400000 0.400000 0.400000 +1373.978394 0.000000 2839.009766 0.000000 0.350098 0.000000 0.936713 0.400000 0.400000 0.400000 +1410.174561 0.000000 2833.939697 0.000000 0.771437 0.000000 0.636306 0.400000 0.400000 0.400000 +1403.311035 0.000000 2866.977539 0.000000 0.889623 0.000000 -0.456695 0.400000 0.400000 0.400000 +1399.682617 0.000000 2849.389648 0.000000 0.974862 0.000000 0.222811 0.400000 0.400000 0.400000 +1432.790649 0.000000 2840.211914 0.000000 0.424645 0.000000 0.905360 0.400000 0.400000 0.400000 +1369.689941 0.000000 2867.826904 0.000000 0.991486 0.000000 -0.130213 0.400000 0.400000 0.400000 +1413.199219 0.000000 2859.269287 0.000000 0.596085 0.000000 0.802921 0.400000 0.400000 0.400000 +1375.193115 0.000000 2870.257568 0.000000 0.750442 0.000000 0.660936 0.400000 0.400000 0.400000 +1414.176392 0.000000 2829.826416 0.000000 0.067823 0.000000 -0.997697 0.400000 0.400000 0.400000 +1420.944336 0.000000 2844.648682 0.000000 0.825467 0.000000 0.564450 0.400000 0.400000 0.400000 +1417.621094 0.000000 2824.868408 0.000000 0.005422 0.000000 0.999985 0.400000 0.400000 0.400000 +1412.210571 0.000000 2807.451660 0.000000 0.999739 0.000000 0.022847 0.400000 0.400000 0.400000 +1372.177734 0.000000 2870.259766 0.000000 0.430357 0.000000 -0.902659 0.400000 0.400000 0.400000 +1416.576904 0.000000 2875.440918 0.000000 0.064594 0.000000 -0.997912 0.400000 0.400000 0.400000 +1426.577637 0.000000 2838.551270 0.000000 0.918871 0.000000 0.394559 0.400000 0.400000 0.400000 +1415.397461 0.000000 2822.825928 0.000000 0.191323 0.000000 -0.981527 0.400000 0.400000 0.400000 +1386.094482 0.000000 2874.474609 0.000000 0.957355 0.000000 -0.288915 0.400000 0.400000 0.400000 +1398.672485 0.000000 2807.527100 0.000000 0.949986 0.000000 -0.312292 0.400000 0.400000 0.400000 +1419.489136 0.000000 2875.462646 0.000000 0.895152 0.000000 -0.445762 0.400000 0.400000 0.400000 +1370.654785 0.000000 2858.542480 0.000000 0.990511 0.000000 -0.137436 0.400000 0.400000 0.400000 +1422.436035 0.000000 2841.790039 0.000000 0.990766 0.000000 0.135586 0.400000 0.400000 0.400000 +1414.702881 0.000000 2853.589111 0.000000 0.241482 0.000000 -0.970405 0.400000 0.400000 0.400000 +1427.151855 0.000000 2874.984375 0.000000 0.439823 0.000000 0.898085 0.400000 0.400000 0.400000 +1388.780273 0.000000 2874.212891 0.000000 0.907546 0.000000 0.419953 0.400000 0.400000 0.400000 +1402.102295 0.000000 2864.674316 0.000000 0.991807 0.000000 -0.127749 0.400000 0.400000 0.400000 1569.409058 0.000000 2652.825439 0.000000 0.964392 0.000000 -0.264477 0.400000 0.400000 0.400000 +1579.109131 0.000000 2662.500488 0.000000 0.983079 0.000000 0.183180 0.400000 0.400000 0.400000 +1442.066406 0.000000 2711.811035 0.000000 0.997815 0.000000 -0.066069 0.400000 0.400000 0.400000 +1481.699707 0.000000 2715.080811 0.000000 0.671267 0.000000 -0.741216 0.400000 0.400000 0.400000 +1498.003174 0.000000 2704.861816 0.000000 0.108760 0.000000 0.994068 0.400000 0.400000 0.400000 +1481.860352 0.000000 2700.694824 0.000000 0.912209 0.000000 0.409726 0.400000 0.400000 0.400000 +1466.473755 0.000000 2720.140869 0.000000 0.900617 0.000000 0.434613 0.400000 0.400000 0.400000 +1491.469482 0.000000 2712.136475 0.000000 0.999801 0.000000 -0.019951 0.400000 0.400000 0.400000 +1440.407104 0.000000 2720.929688 0.000000 0.832416 0.000000 -0.554152 0.400000 0.400000 0.400000 1461.922363 0.000000 2706.419922 0.000000 0.685687 0.000000 -0.727896 0.400000 0.400000 0.400000 +1474.399414 0.000000 2703.708008 0.000000 0.887376 0.000000 -0.461046 0.400000 0.400000 0.400000 +1474.380371 0.000000 2718.174072 0.000000 0.916807 0.000000 0.399332 0.400000 0.400000 0.400000 +1484.672485 0.000000 2707.792236 0.000000 0.752294 0.000000 0.658828 0.400000 0.400000 0.400000 +1449.132812 0.000000 2712.352295 0.000000 0.431433 0.000000 0.902145 0.400000 0.400000 0.400000 +1490.711792 0.000000 2704.361328 0.000000 0.984299 0.000000 0.176507 0.400000 0.400000 0.400000 +1460.185425 0.000000 2722.423340 0.000000 0.999777 0.000000 -0.021123 0.400000 0.400000 0.400000 1445.753052 0.000000 2706.209473 0.000000 0.762659 0.000000 -0.646801 0.400000 0.400000 0.400000 +1487.778809 0.000000 2717.237549 0.000000 0.474556 0.000000 0.880225 0.400000 0.400000 0.400000 1468.427124 0.000000 2704.745117 0.000000 0.641258 0.000000 -0.767325 0.400000 0.400000 0.400000 +1445.369019 0.000000 2723.521973 0.000000 0.496625 0.000000 -0.867965 0.400000 0.400000 0.400000 +1457.133423 0.000000 2709.165527 0.000000 0.988894 0.000000 0.148620 0.400000 0.400000 0.400000 +1498.198730 0.000000 2710.343018 0.000000 0.897935 0.000000 -0.440129 0.400000 0.400000 0.400000 +1439.881836 0.000000 2707.074463 0.000000 0.686592 0.000000 0.727043 0.400000 0.400000 0.400000 +1450.262207 0.000000 2725.103516 0.000000 0.864705 0.000000 0.502279 0.400000 0.400000 0.400000 +1486.372925 0.000000 2712.387451 0.000000 0.977714 0.000000 -0.209942 0.400000 0.400000 0.400000 +1472.096069 0.000000 2722.384277 0.000000 0.731072 0.000000 -0.682300 0.400000 0.400000 0.400000 +1480.359863 0.000000 2705.206543 0.000000 0.954518 0.000000 0.298153 0.400000 0.400000 0.400000 +1486.434570 0.000000 2702.160156 0.000000 0.222806 0.000000 -0.974863 0.400000 0.400000 0.400000 +1494.039917 0.000000 2707.802979 0.000000 0.983930 0.000000 0.178556 0.400000 0.400000 0.400000 +1465.729126 0.000000 2709.030029 0.000000 0.845569 0.000000 0.533866 0.400000 0.400000 0.400000 +1460.940308 0.000000 2711.076660 0.000000 0.275304 0.000000 -0.961357 0.400000 0.400000 0.400000 +1452.894287 0.000000 2710.201660 0.000000 0.719504 0.000000 0.694488 0.400000 0.400000 0.400000 +1495.451538 0.000000 2713.492188 0.000000 0.205323 0.000000 0.978694 0.400000 0.400000 0.400000 +1453.915649 0.000000 2722.924316 0.000000 0.942566 0.000000 0.334021 0.400000 0.400000 0.400000 +1445.770874 0.000000 2710.306641 0.000000 0.553605 0.000000 0.832779 0.400000 0.400000 0.400000 1449.335938 0.000000 2708.339600 0.000000 0.452564 0.000000 -0.891732 0.400000 0.400000 0.400000 +1483.977783 0.000000 2718.208496 0.000000 0.242693 0.000000 0.970103 0.400000 0.400000 0.400000 +1480.515259 0.000000 2718.519531 0.000000 0.955949 0.000000 0.293534 0.400000 0.400000 0.400000 +1463.231201 0.000000 2720.987549 0.000000 0.966522 0.000000 0.256585 0.400000 0.400000 0.400000 +1443.002808 0.000000 2708.358154 0.000000 0.333738 0.000000 -0.942666 0.400000 0.400000 0.400000 +1487.563477 0.000000 2705.423828 0.000000 0.113924 0.000000 -0.993490 0.400000 0.400000 0.400000 +1484.203613 0.000000 2704.549561 0.000000 0.730216 0.000000 -0.683217 0.400000 0.400000 0.400000 +1471.674805 0.000000 2705.420898 0.000000 0.904160 0.000000 0.427193 0.400000 0.400000 0.400000 +1478.147827 0.000000 2702.819092 0.000000 0.995409 0.000000 0.095709 0.400000 0.400000 0.400000 +1485.191406 0.000000 2715.300537 0.000000 0.111161 0.000000 -0.993802 0.400000 0.400000 0.400000 +1448.327026 0.000000 2722.607910 0.000000 0.773749 0.000000 0.633492 0.400000 0.400000 0.400000 +1471.692749 0.000000 2702.478516 0.000000 0.773872 0.000000 -0.633343 0.400000 0.400000 0.400000 +1477.588257 0.000000 2719.201416 0.000000 0.668573 0.000000 0.743646 0.400000 0.400000 0.400000 +1488.644165 0.000000 2713.996094 0.000000 0.554567 0.000000 -0.832139 0.400000 0.400000 0.400000 +1440.078369 0.000000 2709.856201 0.000000 0.019701 0.000000 0.999806 0.400000 0.400000 0.400000 +1462.943359 0.000000 2708.725830 0.000000 0.554727 0.000000 -0.832033 0.400000 0.400000 0.400000 +1543.748779 0.000000 2672.045410 0.000000 0.319686 0.000000 -0.947524 0.400000 0.400000 0.400000 +1531.035400 0.000000 2683.017578 0.000000 0.970389 0.000000 0.241547 0.400000 0.400000 0.400000 +1560.194580 0.000000 2672.362549 0.000000 0.451000 0.000000 0.892524 0.400000 0.400000 0.400000 +1549.848877 0.000000 2686.948730 0.000000 0.212804 0.000000 -0.977095 0.400000 0.400000 0.400000 +1539.978027 0.000000 2688.546631 0.000000 0.469709 0.000000 0.882821 0.400000 0.400000 0.400000 +1533.929321 0.000000 2673.573975 0.000000 0.638385 0.000000 0.769717 0.400000 0.400000 0.400000 +1558.570435 0.000000 2681.886475 0.000000 0.762508 0.000000 -0.646979 0.400000 0.400000 0.400000 +1565.330078 0.000000 2665.029053 0.000000 0.553594 0.000000 0.832787 0.400000 0.400000 0.400000 +1581.189941 0.000000 2664.329102 0.000000 0.983482 0.000000 -0.181007 0.400000 0.400000 0.400000 +1553.941528 0.000000 2669.884521 0.000000 0.607800 0.000000 -0.794090 0.400000 0.400000 0.400000 +1528.417480 0.000000 2675.983398 0.000000 0.125030 0.000000 -0.992153 0.400000 0.400000 0.400000 +1534.195923 0.000000 2687.586426 0.000000 0.394175 0.000000 0.919035 0.400000 0.400000 0.400000 +1565.671021 0.000000 2673.406006 0.000000 0.556157 0.000000 -0.831077 0.400000 0.400000 0.400000 +1552.661133 0.000000 2682.041504 0.000000 0.199392 0.000000 0.979920 0.400000 0.400000 0.400000 +1562.049072 0.000000 2677.663574 0.000000 0.352534 0.000000 -0.935799 0.400000 0.400000 0.400000 +1548.617920 0.000000 2670.223389 0.000000 0.168132 0.000000 -0.985764 0.400000 0.400000 0.400000 +1539.161255 0.000000 2674.586670 0.000000 0.409576 0.000000 0.912276 0.400000 0.400000 0.400000 +1569.458252 0.000000 2667.302246 0.000000 0.977108 0.000000 -0.212742 0.400000 0.400000 0.400000 +1563.050415 0.000000 2668.964111 0.000000 0.898189 0.000000 -0.439609 0.400000 0.400000 0.400000 +1577.511108 0.000000 2665.636230 0.000000 0.768122 0.000000 -0.640304 0.400000 0.400000 0.400000 +1528.885864 0.000000 2679.880615 0.000000 0.995039 0.000000 0.099483 0.400000 0.400000 0.400000 +1567.025269 0.000000 2669.893311 0.000000 0.711991 0.000000 0.702188 0.400000 0.400000 0.400000 +1536.861694 0.000000 2689.524902 0.000000 0.873730 0.000000 -0.486411 0.400000 0.400000 0.400000 +1555.679565 0.000000 2683.502686 0.000000 0.970305 0.000000 -0.241885 0.400000 0.400000 0.400000 +1543.032715 0.000000 2687.519287 0.000000 0.830864 0.000000 -0.556475 0.400000 0.400000 0.400000 +1531.333862 0.000000 2674.998291 0.000000 0.062106 0.000000 0.998070 0.400000 0.400000 0.400000 +1546.842773 0.000000 2687.567871 0.000000 0.982412 0.000000 -0.186725 0.400000 0.400000 0.400000 +1560.427002 0.000000 2668.946045 0.000000 0.519051 0.000000 0.854743 0.400000 0.400000 0.400000 +1598.934326 0.000000 2654.943359 0.000000 0.819446 0.000000 0.573156 0.400000 0.400000 0.400000 +1583.942627 0.000000 2660.145020 0.000000 0.462768 0.000000 0.886479 0.400000 0.400000 0.400000 +1590.102539 0.000000 2663.369873 0.000000 0.476333 0.000000 -0.879265 0.400000 0.400000 0.400000 1606.188110 0.000000 2615.602051 0.000000 0.334508 0.000000 0.942393 0.400000 0.400000 0.400000 +1587.748291 0.000000 2660.404053 0.000000 0.888877 0.000000 0.458146 0.400000 0.400000 0.400000 +1602.071045 0.000000 2658.521484 0.000000 0.279412 0.000000 0.960171 0.400000 0.400000 0.400000 +1585.803223 0.000000 2662.383789 0.000000 0.189508 0.000000 0.981879 0.400000 0.400000 0.400000 +1687.733154 0.000000 2600.061035 0.000000 0.999617 0.000000 -0.027660 0.400000 0.400000 0.400000 +1695.783447 0.000000 2603.976318 0.000000 0.945731 0.000000 -0.324950 0.400000 0.400000 0.400000 +1681.388672 0.000000 2607.547852 0.000000 0.697321 0.000000 -0.716759 0.400000 0.400000 0.400000 +1702.434814 0.000000 2593.768066 0.000000 0.474630 0.000000 0.880185 0.400000 0.400000 0.400000 +1697.925903 0.000000 2597.900146 0.000000 0.995737 0.000000 -0.092235 0.400000 0.400000 0.400000 +1682.236816 0.000000 2597.403809 0.000000 0.201588 0.000000 0.979470 0.400000 0.400000 0.400000 +1692.602295 0.000000 2598.239014 0.000000 0.533531 0.000000 -0.845781 0.400000 0.400000 0.400000 +1690.782104 0.000000 2604.277100 0.000000 0.647518 0.000000 -0.762051 0.400000 0.400000 0.400000 +1684.460693 0.000000 2593.308350 0.000000 0.856497 0.000000 0.516153 0.400000 0.400000 0.400000 +1679.197876 0.000000 2611.512207 0.000000 0.018339 0.000000 -0.999832 0.400000 0.400000 0.400000 +1705.676025 0.000000 2591.610107 0.000000 0.538396 0.000000 -0.842692 0.400000 0.400000 0.400000 +1698.766235 0.000000 2594.266113 0.000000 0.451808 0.000000 0.892115 0.400000 0.400000 0.400000 +1695.418335 0.000000 2600.310303 0.000000 0.958119 0.000000 -0.286371 0.400000 0.400000 0.400000 +1691.259399 0.000000 2601.104248 0.000000 0.987733 0.000000 0.156155 0.400000 0.400000 0.400000 +1680.939453 0.000000 2600.352295 0.000000 0.602601 0.000000 0.798043 0.400000 0.400000 0.400000 +1596.631958 0.000000 2664.307617 0.000000 0.984887 0.000000 -0.173198 0.400000 0.400000 0.400000 +1584.246460 0.000000 2667.127197 0.000000 0.400878 0.000000 -0.916132 0.400000 0.400000 0.400000 +1591.464478 0.000000 2668.695801 0.000000 0.269899 0.000000 -0.962889 0.400000 0.400000 0.400000 +1592.921997 0.000000 2664.927490 0.000000 0.108371 0.000000 0.994111 0.400000 0.400000 0.400000 +1584.425659 0.000000 2663.590820 0.000000 0.999045 0.000000 -0.043700 0.400000 0.400000 0.400000 1503.564575 0.000000 2794.306396 0.000000 0.025871 0.000000 -0.999665 0.400000 0.400000 0.400000 1481.699707 0.000000 2787.065186 0.000000 0.304852 0.000000 0.952400 0.400000 0.400000 0.400000 1470.184937 0.000000 2782.438721 0.000000 0.997032 0.000000 0.076986 0.400000 0.400000 0.400000 @@ -271,29 +1688,5536 @@ 1453.183350 0.000000 2752.764160 0.000000 0.250231 0.000000 0.968186 0.400000 0.400000 0.400000 1446.118164 0.000000 2807.338623 0.000000 0.932458 0.000000 -0.361279 0.400000 0.400000 0.400000 1457.133423 0.000000 2781.149902 0.000000 0.964649 0.000000 -0.263537 0.400000 0.400000 0.400000 +1535.422974 0.000000 2801.835205 0.000000 0.001021 0.000000 0.999999 0.400000 0.400000 0.400000 +1575.556763 0.000000 2794.306396 0.000000 0.968850 0.000000 -0.247648 0.400000 0.400000 0.400000 1543.748779 0.000000 2744.029785 0.000000 0.850563 0.000000 -0.525874 0.400000 0.400000 0.400000 +1518.092651 0.000000 2801.283447 0.000000 0.251229 0.000000 -0.967928 0.400000 0.400000 0.400000 +1557.197876 0.000000 2805.091797 0.000000 0.699662 0.000000 -0.714474 0.400000 0.400000 0.400000 +1530.332153 0.000000 2786.435547 0.000000 0.996168 0.000000 -0.087458 0.400000 0.400000 0.400000 1553.852539 0.000000 2772.679199 0.000000 0.719385 0.000000 0.694611 0.400000 0.400000 0.400000 +1547.065430 0.000000 2798.333496 0.000000 0.766142 0.000000 0.642672 0.400000 0.400000 0.400000 +1579.851440 0.000000 2784.693359 0.000000 0.488120 0.000000 -0.872777 0.400000 0.400000 0.400000 +1568.493408 0.000000 2803.349609 0.000000 0.584084 0.000000 0.811693 0.400000 0.400000 0.400000 +1521.467285 0.000000 2791.509521 0.000000 0.992382 0.000000 -0.123202 0.400000 0.400000 0.400000 1567.814941 0.000000 2750.573975 0.000000 0.664876 0.000000 0.746953 0.400000 0.400000 0.400000 1563.741211 0.000000 2769.479492 0.000000 0.596606 0.000000 -0.802535 0.400000 0.400000 0.400000 +1526.942139 0.000000 2798.912109 0.000000 0.792735 0.000000 -0.609567 0.400000 0.400000 0.400000 +1580.765381 0.000000 2776.078369 0.000000 0.800552 0.000000 0.599263 0.400000 0.400000 0.400000 +1571.094116 0.000000 2787.516846 0.000000 0.505628 0.000000 0.862752 0.400000 0.400000 0.400000 +1543.903076 0.000000 2806.253662 0.000000 0.432650 0.000000 -0.901562 0.400000 0.400000 0.400000 +1521.125000 0.000000 2784.336670 0.000000 0.335391 0.000000 -0.942079 0.400000 0.400000 0.400000 +1569.409058 0.000000 2796.794189 0.000000 0.370227 0.000000 -0.928942 0.400000 0.400000 0.400000 +1532.177612 0.000000 2794.407715 0.000000 0.550498 0.000000 0.834837 0.400000 0.400000 0.400000 +1581.774780 0.000000 2792.879883 0.000000 0.991512 0.000000 -0.130011 0.400000 0.400000 0.400000 +1575.617310 0.000000 2779.953369 0.000000 0.814679 0.000000 0.579912 0.400000 0.400000 0.400000 +1550.368286 0.000000 2804.205811 0.000000 0.274916 0.000000 0.961468 0.400000 0.400000 0.400000 +1540.753906 0.000000 2798.173828 0.000000 0.879811 0.000000 -0.475325 0.400000 0.400000 0.400000 +1518.110352 0.000000 2807.338623 0.000000 0.217036 0.000000 -0.976164 0.400000 0.400000 0.400000 1528.417480 0.000000 2747.967773 0.000000 0.468595 0.000000 0.883413 0.400000 0.400000 0.400000 +1583.115234 0.000000 2798.486572 0.000000 0.125872 0.000000 -0.992047 0.400000 0.400000 0.400000 +1576.714722 0.000000 2789.064453 0.000000 0.890503 0.000000 0.454978 0.400000 0.400000 0.400000 +1513.298218 0.000000 2799.022217 0.000000 0.928252 0.000000 0.371952 0.400000 0.400000 0.400000 +1522.254395 0.000000 2797.087891 0.000000 0.332660 0.000000 -0.943047 0.400000 0.400000 0.400000 +1534.081543 0.000000 2789.787842 0.000000 0.097115 0.000000 -0.995273 0.400000 0.400000 0.400000 +1583.374390 0.000000 2788.114502 0.000000 0.897666 0.000000 0.440677 0.400000 0.400000 0.400000 +1578.418945 0.000000 2797.914307 0.000000 0.844860 0.000000 0.534987 0.400000 0.400000 0.400000 +1566.032104 0.000000 2779.787354 0.000000 0.581898 0.000000 -0.813262 0.400000 0.400000 0.400000 +1570.909058 0.000000 2792.271729 0.000000 0.726002 0.000000 -0.687693 0.400000 0.400000 0.400000 +1581.935669 0.000000 2780.571045 0.000000 0.434417 0.000000 0.900712 0.400000 0.400000 0.400000 +1536.328247 0.000000 2796.547363 0.000000 0.990543 0.000000 -0.137203 0.400000 0.400000 0.400000 +1575.160645 0.000000 2784.635498 0.000000 0.958158 0.000000 -0.286240 0.400000 0.400000 0.400000 +1561.944824 0.000000 2806.019531 0.000000 0.951547 0.000000 -0.307505 0.400000 0.400000 0.400000 +1572.574097 0.000000 2805.232666 0.000000 0.944656 0.000000 0.328063 0.400000 0.400000 0.400000 +1537.130005 0.000000 2805.954102 0.000000 0.999481 0.000000 -0.032225 0.400000 0.400000 0.400000 +1544.135010 0.000000 2801.442383 0.000000 0.126239 0.000000 -0.992000 0.400000 0.400000 0.400000 +1567.443726 0.000000 2785.476562 0.000000 0.995070 0.000000 -0.099172 0.400000 0.400000 0.400000 +1520.366577 0.000000 2787.887207 0.000000 0.999350 0.000000 -0.036048 0.400000 0.400000 0.400000 +1548.064819 0.000000 2807.126465 0.000000 0.212999 0.000000 -0.977052 0.400000 0.400000 0.400000 +1573.002563 0.000000 2797.029785 0.000000 0.809086 0.000000 -0.587691 0.400000 0.400000 0.400000 +1570.749634 0.000000 2800.450684 0.000000 0.283788 0.000000 0.958887 0.400000 0.400000 0.400000 +1546.553833 0.000000 2803.999512 0.000000 0.834354 0.000000 -0.551230 0.400000 0.400000 0.400000 +1535.223389 0.000000 2792.971924 0.000000 0.354438 0.000000 -0.935080 0.400000 0.400000 0.400000 +1520.319214 0.000000 2794.592285 0.000000 0.889097 0.000000 -0.457718 0.400000 0.400000 0.400000 +1580.712402 0.000000 2800.420898 0.000000 0.052581 0.000000 0.998617 0.400000 0.400000 0.400000 +1514.029419 0.000000 2801.963867 0.000000 0.995067 0.000000 0.099209 0.400000 0.400000 0.400000 +1566.533325 0.000000 2782.676514 0.000000 0.861253 0.000000 -0.508177 0.400000 0.400000 0.400000 +1524.079712 0.000000 2799.614014 0.000000 0.984673 0.000000 -0.174409 0.400000 0.400000 0.400000 +1559.001099 0.000000 2807.331299 0.000000 0.296952 0.000000 0.954892 0.400000 0.400000 0.400000 +1551.720703 0.000000 2806.560547 0.000000 0.647956 0.000000 0.761678 0.400000 0.400000 0.400000 +1463.430786 0.000000 2873.819580 0.000000 0.280823 0.000000 -0.959760 0.400000 0.400000 0.400000 +1503.564575 0.000000 2866.290771 0.000000 0.883209 0.000000 0.468979 0.400000 0.400000 0.400000 +1471.756592 0.000000 2816.014160 0.000000 0.994573 0.000000 0.104042 0.400000 0.400000 0.400000 +1501.779175 0.000000 2808.236816 0.000000 0.400686 0.000000 -0.916215 0.400000 0.400000 0.400000 +1481.699707 0.000000 2859.049561 0.000000 0.235352 0.000000 0.971910 0.400000 0.400000 0.400000 1452.647583 0.000000 2808.276367 0.000000 0.208338 0.000000 0.978057 0.400000 0.400000 0.400000 +1446.100464 0.000000 2873.267822 0.000000 0.986591 0.000000 -0.163214 0.400000 0.400000 0.400000 +1449.031494 0.000000 2840.381592 0.000000 0.787151 0.000000 0.616761 0.400000 0.400000 0.400000 +1488.202393 0.000000 2816.331299 0.000000 0.624427 0.000000 -0.781083 0.400000 0.400000 0.400000 +1440.262085 0.000000 2811.095947 0.000000 0.184223 0.000000 0.982885 0.400000 0.400000 0.400000 +1470.184937 0.000000 2854.423096 0.000000 0.515826 0.000000 0.856693 0.400000 0.400000 0.400000 +1479.776611 0.000000 2808.023926 0.000000 0.157910 0.000000 -0.987453 0.400000 0.400000 0.400000 +1450.727905 0.000000 2818.917480 0.000000 0.587893 0.000000 0.808939 0.400000 0.400000 0.400000 1464.114746 0.000000 2807.789307 0.000000 0.977190 0.000000 0.212366 0.400000 0.400000 0.400000 +1452.637817 0.000000 2849.926025 0.000000 0.999889 0.000000 0.014871 0.400000 0.400000 0.400000 +1449.475098 0.000000 2863.493896 0.000000 0.558749 0.000000 0.829337 0.400000 0.400000 0.400000 +1486.578247 0.000000 2825.855225 0.000000 0.965360 0.000000 0.260921 0.400000 0.400000 0.400000 +1449.744873 0.000000 2830.260742 0.000000 0.314455 0.000000 -0.949272 0.400000 0.400000 0.400000 +1440.407104 0.000000 2864.898438 0.000000 0.888900 0.000000 0.458100 0.400000 0.400000 0.400000 +1472.212769 0.000000 2824.615967 0.000000 0.947634 0.000000 0.319358 0.400000 0.400000 0.400000 +1493.337891 0.000000 2808.997803 0.000000 0.931051 0.000000 -0.364889 0.400000 0.400000 0.400000 +1499.101929 0.000000 2859.501221 0.000000 0.438512 0.000000 0.898725 0.400000 0.400000 0.400000 +1502.137451 0.000000 2830.483154 0.000000 0.975432 0.000000 -0.220303 0.400000 0.400000 0.400000 +1471.910889 0.000000 2878.238037 0.000000 0.977093 0.000000 0.212814 0.400000 0.400000 0.400000 +1506.966797 0.000000 2814.565430 0.000000 0.993190 0.000000 0.116503 0.400000 0.400000 0.400000 +1474.380371 0.000000 2862.142822 0.000000 0.641637 0.000000 -0.767008 0.400000 0.400000 0.400000 +1457.375000 0.000000 2844.459229 0.000000 0.097518 0.000000 -0.995234 0.400000 0.400000 0.400000 +1449.132812 0.000000 2856.321045 0.000000 0.051904 0.000000 0.998652 0.400000 0.400000 0.400000 +1508.952881 0.000000 2830.818115 0.000000 0.039077 0.000000 -0.999236 0.400000 0.400000 0.400000 +1447.480103 0.000000 2812.664551 0.000000 0.382270 0.000000 0.924051 0.400000 0.400000 0.400000 +1509.782593 0.000000 2864.864258 0.000000 0.858954 0.000000 -0.512053 0.400000 0.400000 0.400000 +1451.500732 0.000000 2876.802734 0.000000 0.923622 0.000000 -0.383304 0.400000 0.400000 0.400000 +1490.409058 0.000000 2872.891846 0.000000 0.856597 0.000000 0.515986 0.400000 0.400000 0.400000 +1509.197754 0.000000 2808.297852 0.000000 0.612073 0.000000 0.790801 0.400000 0.400000 0.400000 +1458.262695 0.000000 2877.302002 0.000000 0.945900 0.000000 0.324457 0.400000 0.400000 0.400000 +1468.761719 0.000000 2870.158203 0.000000 0.581548 0.000000 -0.813512 0.400000 0.400000 0.400000 +1464.666992 0.000000 2857.592773 0.000000 0.301217 0.000000 0.953555 0.400000 0.400000 0.400000 +1487.778809 0.000000 2861.206299 0.000000 0.284207 0.000000 0.958763 0.400000 0.400000 0.400000 +1481.949341 0.000000 2813.853271 0.000000 0.647382 0.000000 0.762165 0.400000 0.400000 0.400000 +1446.118164 0.000000 2879.322998 0.000000 0.890916 0.000000 0.454168 0.400000 0.400000 0.400000 +1456.425293 0.000000 2819.952148 0.000000 0.874132 0.000000 0.485689 0.400000 0.400000 0.400000 +1447.520752 0.000000 2824.157959 0.000000 0.742677 0.000000 -0.669650 0.400000 0.400000 0.400000 +1442.951294 0.000000 2840.626709 0.000000 0.463702 0.000000 0.885991 0.400000 0.400000 0.400000 +1445.369019 0.000000 2867.490723 0.000000 0.981280 0.000000 0.192586 0.400000 0.400000 0.400000 +1444.633301 0.000000 2860.673340 0.000000 0.996990 0.000000 0.077531 0.400000 0.400000 0.400000 +1480.668945 0.000000 2826.010254 0.000000 0.310148 0.000000 -0.950688 0.400000 0.400000 0.400000 +1453.459473 0.000000 2813.698242 0.000000 0.988240 0.000000 0.152908 0.400000 0.400000 0.400000 +1457.133423 0.000000 2853.134277 0.000000 0.150722 0.000000 0.988576 0.400000 0.400000 0.400000 +1504.722534 0.000000 2861.048828 0.000000 0.992078 0.000000 -0.125626 0.400000 0.400000 0.400000 +1498.198730 0.000000 2854.311768 0.000000 0.069423 0.000000 -0.997587 0.400000 0.400000 0.400000 +1439.881836 0.000000 2851.043213 0.000000 0.807162 0.000000 0.590330 0.400000 0.400000 0.400000 +1469.378906 0.000000 2859.575684 0.000000 0.946142 0.000000 -0.323752 0.400000 0.400000 0.400000 +1454.025635 0.000000 2840.729736 0.000000 0.076628 0.000000 0.997060 0.400000 0.400000 0.400000 +1474.805542 0.000000 2820.230225 0.000000 0.900924 0.000000 0.433978 0.400000 0.400000 0.400000 +1511.382202 0.000000 2860.098877 0.000000 0.664797 0.000000 -0.747024 0.400000 0.400000 0.400000 +1497.466064 0.000000 2811.270996 0.000000 0.964450 0.000000 0.264264 0.400000 0.400000 0.400000 +1486.748779 0.000000 2869.897461 0.000000 0.001027 0.000000 -0.999999 0.400000 0.400000 0.400000 +1503.168457 0.000000 2856.619873 0.000000 0.896266 0.000000 -0.443518 0.400000 0.400000 0.400000 +1465.729126 0.000000 2852.998779 0.000000 0.198202 0.000000 -0.980161 0.400000 0.400000 0.400000 +1491.058228 0.000000 2812.932861 0.000000 0.405679 0.000000 0.914016 0.400000 0.400000 0.400000 +1505.210083 0.000000 2827.406494 0.000000 0.901913 0.000000 -0.431918 0.400000 0.400000 0.400000 +1502.737305 0.000000 2812.514404 0.000000 0.862889 0.000000 -0.505394 0.400000 0.400000 0.400000 +1476.588989 0.000000 2824.720459 0.000000 0.998537 0.000000 0.054082 0.400000 0.400000 0.400000 +1472.142822 0.000000 2873.426758 0.000000 0.062604 0.000000 -0.998038 0.400000 0.400000 0.400000 +1446.579590 0.000000 2819.960205 0.000000 0.958130 0.000000 0.286333 0.400000 0.400000 0.400000 +1457.890625 0.000000 2815.891602 0.000000 0.887970 0.000000 -0.459901 0.400000 0.400000 0.400000 +1452.894287 0.000000 2854.170410 0.000000 0.489063 0.000000 0.872248 0.400000 0.400000 0.400000 +1457.598999 0.000000 2848.902588 0.000000 0.134335 0.000000 -0.990936 0.400000 0.400000 0.400000 +1443.534058 0.000000 2813.996582 0.000000 0.194916 0.000000 -0.980820 0.400000 0.400000 0.400000 +1495.451538 0.000000 2857.460938 0.000000 0.444196 0.000000 0.895930 0.400000 0.400000 0.400000 +1481.786865 0.000000 2854.956299 0.000000 0.961728 0.000000 -0.274006 0.400000 0.400000 0.400000 +1470.588501 0.000000 2820.770508 0.000000 0.971383 0.000000 0.237520 0.400000 0.400000 0.400000 +1477.807373 0.000000 2860.214355 0.000000 0.582027 0.000000 0.813169 0.400000 0.400000 0.400000 +1449.335938 0.000000 2852.308350 0.000000 0.277923 0.000000 -0.960603 0.400000 0.400000 0.400000 +1505.518921 0.000000 2809.604980 0.000000 0.898617 0.000000 0.438733 0.400000 0.400000 0.400000 +1483.977783 0.000000 2862.177246 0.000000 0.240071 0.000000 0.970755 0.400000 0.400000 0.400000 1448.937622 0.000000 2808.896240 0.000000 0.768217 0.000000 -0.640189 0.400000 0.400000 0.400000 +1487.496216 0.000000 2865.357422 0.000000 0.964648 0.000000 0.263541 0.400000 0.400000 0.400000 +1446.466919 0.000000 2816.273438 0.000000 0.054972 0.000000 -0.998488 0.400000 0.400000 0.400000 +1448.374390 0.000000 2859.871582 0.000000 0.953994 0.000000 0.299825 0.400000 0.400000 0.400000 +1495.033081 0.000000 2813.862061 0.000000 0.945156 0.000000 0.326619 0.400000 0.400000 0.400000 +1479.197021 0.000000 2811.560059 0.000000 0.787410 0.000000 0.616429 0.400000 0.400000 0.400000 +1448.846191 0.000000 2836.778564 0.000000 0.956008 0.000000 -0.293342 0.400000 0.400000 0.400000 +1480.515259 0.000000 2862.488281 0.000000 0.390933 0.000000 -0.920419 0.400000 0.400000 0.400000 +1461.751099 0.000000 2876.968750 0.000000 0.175655 0.000000 0.984452 0.400000 0.400000 0.400000 +1445.928589 0.000000 2863.972168 0.000000 0.005917 0.000000 -0.999982 0.400000 0.400000 0.400000 +1509.458008 0.000000 2812.067871 0.000000 0.805524 0.000000 -0.592563 0.400000 0.400000 0.400000 +1476.491333 0.000000 2809.422363 0.000000 0.993836 0.000000 0.110857 0.400000 0.400000 0.400000 +1445.970581 0.000000 2839.009766 0.000000 0.590630 0.000000 -0.806942 0.400000 0.400000 0.400000 +1506.385010 0.000000 2864.459229 0.000000 0.453289 0.000000 0.891364 0.400000 0.400000 0.400000 +1468.873047 0.000000 2823.741699 0.000000 0.999989 0.000000 -0.004602 0.400000 0.400000 0.400000 +1449.527222 0.000000 2833.613525 0.000000 0.652514 0.000000 -0.757777 0.400000 0.400000 0.400000 +1467.277222 0.000000 2855.777588 0.000000 0.998654 0.000000 -0.051872 0.400000 0.400000 0.400000 +1454.659546 0.000000 2847.445312 0.000000 0.764858 0.000000 -0.644199 0.400000 0.400000 0.400000 +1483.687378 0.000000 2827.471436 0.000000 0.176101 0.000000 -0.984372 0.400000 0.400000 0.400000 +1455.255249 0.000000 2878.114990 0.000000 0.337484 0.000000 -0.941331 0.400000 0.400000 0.400000 +1451.675659 0.000000 2838.708008 0.000000 0.831817 0.000000 -0.555049 0.400000 0.400000 0.400000 +1471.653320 0.000000 2869.290039 0.000000 0.823228 0.000000 0.567711 0.400000 0.400000 0.400000 +1450.868164 0.000000 2842.732666 0.000000 0.990735 0.000000 0.135806 0.400000 0.400000 0.400000 +1479.013672 0.000000 2823.138428 0.000000 0.964258 0.000000 0.264966 0.400000 0.400000 0.400000 +1477.588257 0.000000 2863.170166 0.000000 0.962712 0.000000 -0.270528 0.400000 0.400000 0.400000 +1458.086670 0.000000 2874.474609 0.000000 0.989150 0.000000 -0.146909 0.400000 0.400000 0.400000 +1500.281616 0.000000 2810.813965 0.000000 0.911594 0.000000 0.411093 0.400000 0.400000 0.400000 +1499.743286 0.000000 2856.727051 0.000000 0.931099 0.000000 -0.364766 0.400000 0.400000 0.400000 +1455.108643 0.000000 2851.212158 0.000000 0.991086 0.000000 -0.133225 0.400000 0.400000 0.400000 +1472.432617 0.000000 2818.757812 0.000000 0.353887 0.000000 -0.935288 0.400000 0.400000 0.400000 +1477.311523 0.000000 2820.980225 0.000000 0.948691 0.000000 0.316205 0.400000 0.400000 0.400000 +1535.422974 0.000000 2873.819580 0.000000 0.839891 0.000000 0.542755 0.400000 0.400000 0.400000 +1513.525635 0.000000 2825.229980 0.000000 0.995034 0.000000 -0.099538 0.400000 0.400000 0.400000 +1566.149170 0.000000 2832.077881 0.000000 0.997135 0.000000 -0.075649 0.400000 0.400000 0.400000 +1543.748779 0.000000 2816.014160 0.000000 0.010002 0.000000 -0.999950 0.400000 0.400000 0.400000 +1514.058594 0.000000 2855.779785 0.000000 0.389149 0.000000 0.921175 0.400000 0.400000 0.400000 +1573.771362 0.000000 2808.236816 0.000000 0.937345 0.000000 -0.348403 0.400000 0.400000 0.400000 +1524.639771 0.000000 2808.276367 0.000000 0.990869 0.000000 0.134830 0.400000 0.400000 0.400000 +1531.035400 0.000000 2826.986328 0.000000 0.450227 0.000000 -0.892914 0.400000 0.400000 0.400000 +1521.023682 0.000000 2840.381592 0.000000 0.964683 0.000000 0.263413 0.400000 0.400000 0.400000 +1560.194580 0.000000 2816.331299 0.000000 0.100458 0.000000 -0.994941 0.400000 0.400000 0.400000 +1549.848877 0.000000 2830.917480 0.000000 0.314823 0.000000 -0.949150 0.400000 0.400000 0.400000 +1577.548584 0.000000 2822.607178 0.000000 0.806231 0.000000 -0.591601 0.400000 0.400000 0.400000 +1578.514771 0.000000 2837.308838 0.000000 0.933331 0.000000 0.359016 0.400000 0.400000 0.400000 +1512.254272 0.000000 2811.095947 0.000000 0.441976 0.000000 -0.897027 0.400000 0.400000 0.400000 +1563.185547 0.000000 2866.404541 0.000000 0.835819 0.000000 0.549005 0.400000 0.400000 0.400000 +1551.768799 0.000000 2808.023926 0.000000 0.126455 0.000000 -0.991972 0.400000 0.400000 0.400000 +1522.720093 0.000000 2818.917480 0.000000 0.979721 0.000000 -0.200364 0.400000 0.400000 0.400000 +1536.106934 0.000000 2807.789307 0.000000 0.480112 0.000000 -0.877207 0.400000 0.400000 0.400000 +1579.956543 0.000000 2875.703369 0.000000 0.448890 0.000000 0.893587 0.400000 0.400000 0.400000 +1568.493408 0.000000 2875.333984 0.000000 0.785996 0.000000 0.618232 0.400000 0.400000 0.400000 +1539.978027 0.000000 2832.515381 0.000000 0.508755 0.000000 -0.860911 0.400000 0.400000 0.400000 +1538.465942 0.000000 2864.109619 0.000000 0.993015 0.000000 0.117984 0.400000 0.400000 0.400000 +1533.929321 0.000000 2817.542725 0.000000 0.555778 0.000000 0.831331 0.400000 0.400000 0.400000 +1558.570435 0.000000 2825.855225 0.000000 0.928411 0.000000 0.371556 0.400000 0.400000 0.400000 +1563.741211 0.000000 2841.463867 0.000000 0.990645 0.000000 -0.136465 0.400000 0.400000 0.400000 +1521.737061 0.000000 2830.260742 0.000000 0.919124 0.000000 0.393969 0.400000 0.400000 0.400000 +1551.799072 0.000000 2819.929443 0.000000 0.897512 0.000000 -0.440989 0.400000 0.400000 0.400000 +1556.754883 0.000000 2836.173340 0.000000 0.996497 0.000000 0.083623 0.400000 0.400000 0.400000 +1571.094116 0.000000 2859.501221 0.000000 0.668261 0.000000 -0.743927 0.400000 0.400000 0.400000 +1574.129639 0.000000 2830.483154 0.000000 0.846397 0.000000 -0.532552 0.400000 0.400000 0.400000 +1546.372559 0.000000 2862.142822 0.000000 0.999832 0.000000 -0.018309 0.400000 0.400000 0.400000 +1572.045776 0.000000 2841.392578 0.000000 0.510289 0.000000 -0.860003 0.400000 0.400000 0.400000 +1514.442505 0.000000 2818.035889 0.000000 0.388634 0.000000 0.921392 0.400000 0.400000 0.400000 +1529.367188 0.000000 2844.459229 0.000000 0.012958 0.000000 -0.999916 0.400000 0.400000 0.400000 +1521.125000 0.000000 2856.321045 0.000000 0.426919 0.000000 0.904290 0.400000 0.400000 0.400000 +1580.945068 0.000000 2830.818115 0.000000 0.999952 0.000000 0.009764 0.400000 0.400000 0.400000 +1532.177612 0.000000 2866.392090 0.000000 0.999787 0.000000 0.020659 0.400000 0.400000 0.400000 +1558.450439 0.000000 2809.721191 0.000000 0.495521 0.000000 -0.868596 0.400000 0.400000 0.400000 +1517.745239 0.000000 2850.178223 0.000000 0.486580 0.000000 0.873636 0.400000 0.400000 0.400000 +1581.774780 0.000000 2864.864258 0.000000 0.986110 0.000000 0.166091 0.400000 0.400000 0.400000 +1523.492920 0.000000 2876.802734 0.000000 0.276942 0.000000 -0.960887 0.400000 0.400000 0.400000 +1575.617310 0.000000 2851.937744 0.000000 0.982370 0.000000 0.186945 0.400000 0.400000 0.400000 +1562.401245 0.000000 2872.891846 0.000000 0.671273 0.000000 0.741210 0.400000 0.400000 0.400000 +1525.175537 0.000000 2824.748535 0.000000 0.128534 0.000000 -0.991705 0.400000 0.400000 0.400000 +1530.254883 0.000000 2877.302002 0.000000 0.981858 0.000000 -0.189618 0.400000 0.400000 0.400000 +1559.770996 0.000000 2861.206299 0.000000 0.957467 0.000000 0.288542 0.400000 0.400000 0.400000 +1553.941528 0.000000 2813.853271 0.000000 0.397235 0.000000 0.917717 0.400000 0.400000 0.400000 +1574.447510 0.000000 2872.361572 0.000000 0.726302 0.000000 0.687376 0.400000 0.400000 0.400000 +1528.417480 0.000000 2819.952148 0.000000 0.413011 0.000000 0.910726 0.400000 0.400000 0.400000 +1560.444458 0.000000 2831.893799 0.000000 0.932355 0.000000 0.361545 0.400000 0.400000 0.400000 +1534.195923 0.000000 2831.555176 0.000000 0.755604 0.000000 -0.655029 0.400000 0.400000 0.400000 +1565.671021 0.000000 2817.374756 0.000000 0.880069 0.000000 -0.474846 0.400000 0.400000 0.400000 +1564.230835 0.000000 2826.888672 0.000000 0.004235 0.000000 0.999991 0.400000 0.400000 0.400000 +1562.049072 0.000000 2821.632324 0.000000 0.992917 0.000000 -0.118813 0.400000 0.400000 0.400000 +1566.109253 0.000000 2861.615967 0.000000 0.997341 0.000000 0.072879 0.400000 0.400000 0.400000 +1514.473755 0.000000 2830.542236 0.000000 0.099955 0.000000 -0.994992 0.400000 0.400000 0.400000 +1529.125610 0.000000 2853.134277 0.000000 0.476717 0.000000 0.879057 0.400000 0.400000 0.400000 +1572.713135 0.000000 2825.144531 0.000000 0.362236 0.000000 0.932087 0.400000 0.400000 0.400000 +1545.102051 0.000000 2833.979004 0.000000 0.978655 0.000000 -0.205510 0.400000 0.400000 0.400000 +1558.139648 0.000000 2841.315918 0.000000 0.430453 0.000000 0.902613 0.400000 0.400000 0.400000 +1570.190918 0.000000 2854.311768 0.000000 0.750106 0.000000 0.661318 0.400000 0.400000 0.400000 +1526.017822 0.000000 2840.729736 0.000000 0.526636 0.000000 0.850091 0.400000 0.400000 0.400000 +1562.934692 0.000000 2836.495605 0.000000 0.967366 0.000000 0.253384 0.400000 0.400000 0.400000 +1583.374390 0.000000 2860.098877 0.000000 0.848689 0.000000 -0.528893 0.400000 0.400000 0.400000 +1578.418945 0.000000 2869.898682 0.000000 0.989597 0.000000 0.143869 0.400000 0.400000 0.400000 +1574.586304 0.000000 2847.094727 0.000000 0.302425 0.000000 -0.953173 0.400000 0.400000 0.400000 +1567.748169 0.000000 2839.323242 0.000000 0.679364 0.000000 -0.733802 0.400000 0.400000 0.400000 +1563.050415 0.000000 2812.932861 0.000000 0.409003 0.000000 -0.912533 0.400000 0.400000 0.400000 +1540.476318 0.000000 2809.261475 0.000000 0.675594 0.000000 -0.737274 0.400000 0.400000 0.400000 +1572.574097 0.000000 2877.217041 0.000000 0.908151 0.000000 -0.418643 0.400000 0.400000 0.400000 +1531.384766 0.000000 2871.873047 0.000000 0.404285 0.000000 -0.914633 0.400000 0.400000 0.400000 +1577.202271 0.000000 2827.406494 0.000000 0.566759 0.000000 -0.823884 0.400000 0.400000 0.400000 +1518.571777 0.000000 2819.960205 0.000000 0.942660 0.000000 -0.333755 0.400000 0.400000 0.400000 +1529.882812 0.000000 2815.891602 0.000000 0.396571 0.000000 -0.918004 0.400000 0.400000 0.400000 +1512.069214 0.000000 2859.631836 0.000000 0.816838 0.000000 -0.576868 0.400000 0.400000 0.400000 +1529.591187 0.000000 2848.902588 0.000000 0.172432 0.000000 -0.985021 0.400000 0.400000 0.400000 +1577.488892 0.000000 2833.199951 0.000000 0.896544 0.000000 0.442955 0.400000 0.400000 0.400000 +1515.526245 0.000000 2813.996582 0.000000 0.701258 0.000000 0.712908 0.400000 0.400000 0.400000 +1517.763062 0.000000 2854.275391 0.000000 0.966058 0.000000 0.258326 0.400000 0.400000 0.400000 +1549.799561 0.000000 2860.214355 0.000000 0.935301 0.000000 -0.353853 0.400000 0.400000 0.400000 +1521.328125 0.000000 2852.308350 0.000000 0.727425 0.000000 -0.686187 0.400000 0.400000 0.400000 +1527.159424 0.000000 2874.915283 0.000000 0.911910 0.000000 -0.410389 0.400000 0.400000 0.400000 +1555.969971 0.000000 2862.177246 0.000000 0.000724 0.000000 1.000000 0.400000 0.400000 0.400000 +1576.546265 0.000000 2877.518799 0.000000 0.519733 0.000000 -0.854329 0.400000 0.400000 0.400000 +1555.569458 0.000000 2817.359131 0.000000 0.942501 0.000000 0.334205 0.400000 0.400000 0.400000 +1520.929810 0.000000 2808.896240 0.000000 0.996596 0.000000 -0.082444 0.400000 0.400000 0.400000 +1559.488403 0.000000 2865.357422 0.000000 0.566338 0.000000 0.824173 0.400000 0.400000 0.400000 +1518.459106 0.000000 2816.273438 0.000000 0.227330 0.000000 -0.973818 0.400000 0.400000 0.400000 +1542.240234 0.000000 2812.506592 0.000000 0.802662 0.000000 0.596434 0.400000 0.400000 0.400000 +1554.781860 0.000000 2810.219238 0.000000 0.948331 0.000000 -0.317283 0.400000 0.400000 0.400000 +1571.367188 0.000000 2845.431396 0.000000 0.950202 0.000000 0.311634 0.400000 0.400000 0.400000 +1551.189209 0.000000 2811.560059 0.000000 0.169918 0.000000 -0.985458 0.400000 0.400000 0.400000 +1561.009277 0.000000 2828.403076 0.000000 0.174927 0.000000 0.984581 0.400000 0.400000 0.400000 +1552.507446 0.000000 2862.488281 0.000000 0.048787 0.000000 0.998809 0.400000 0.400000 0.400000 +1570.269653 0.000000 2807.881836 0.000000 0.287100 0.000000 -0.957901 0.400000 0.400000 0.400000 +1562.793213 0.000000 2863.010498 0.000000 0.902494 0.000000 -0.430703 0.400000 0.400000 0.400000 +1572.175293 0.000000 2851.551270 0.000000 0.828434 0.000000 -0.560086 0.400000 0.400000 0.400000 +1548.483521 0.000000 2809.422363 0.000000 0.868608 0.000000 0.495501 0.400000 0.400000 0.400000 +1511.916016 0.000000 2828.291016 0.000000 0.835700 0.000000 -0.549186 0.400000 0.400000 0.400000 +1535.223389 0.000000 2864.956299 0.000000 0.784110 0.000000 -0.620622 0.400000 0.400000 0.400000 +1527.493408 0.000000 2827.174316 0.000000 0.869343 0.000000 -0.494209 0.400000 0.400000 0.400000 +1578.377197 0.000000 2864.459229 0.000000 0.510201 0.000000 0.860055 0.400000 0.400000 0.400000 +1548.501587 0.000000 2834.257324 0.000000 0.431065 0.000000 -0.902321 0.400000 0.400000 0.400000 +1522.119141 0.000000 2822.119873 0.000000 0.739773 0.000000 -0.672856 0.400000 0.400000 0.400000 +1517.105835 0.000000 2857.478271 0.000000 0.141252 0.000000 -0.989974 0.400000 0.400000 0.400000 +1547.275024 0.000000 2817.057373 0.000000 0.962110 0.000000 -0.272663 0.400000 0.400000 0.400000 +1560.106445 0.000000 2835.085693 0.000000 0.783344 0.000000 0.621589 0.400000 0.400000 0.400000 +1561.605469 0.000000 2824.868408 0.000000 0.520531 0.000000 0.853843 0.400000 0.400000 0.400000 +1518.299194 0.000000 2847.195068 0.000000 0.520567 0.000000 0.853821 0.400000 0.400000 0.400000 +1556.194946 0.000000 2807.451660 0.000000 0.054600 0.000000 0.998508 0.400000 0.400000 0.400000 +1559.754761 0.000000 2819.382568 0.000000 0.825521 0.000000 -0.564372 0.400000 0.400000 0.400000 +1582.139648 0.000000 2837.830078 0.000000 0.761128 0.000000 -0.648602 0.400000 0.400000 0.400000 +1549.580444 0.000000 2863.170166 0.000000 0.398903 0.000000 -0.916993 0.400000 0.400000 0.400000 +1561.271729 0.000000 2810.440186 0.000000 0.095834 0.000000 -0.995397 0.400000 0.400000 0.400000 +1578.058228 0.000000 2830.278320 0.000000 0.984724 0.000000 -0.174122 0.400000 0.400000 0.400000 +1574.639038 0.000000 2822.794189 0.000000 0.025916 0.000000 0.999664 0.400000 0.400000 0.400000 +1530.078857 0.000000 2874.474609 0.000000 0.524503 0.000000 -0.851409 0.400000 0.400000 0.400000 +1528.201904 0.000000 2813.310303 0.000000 0.525795 0.000000 0.850611 0.400000 0.400000 0.400000 +1563.141479 0.000000 2815.739502 0.000000 0.797583 0.000000 -0.603209 0.400000 0.400000 0.400000 +1560.882690 0.000000 2841.870605 0.000000 0.545010 0.000000 -0.838429 0.400000 0.400000 0.400000 +1607.415161 0.000000 2801.835205 0.000000 0.525814 0.000000 0.850600 0.400000 0.400000 0.400000 +1586.050781 0.000000 2783.795410 0.000000 0.362668 0.000000 0.931918 0.400000 0.400000 0.400000 +1590.084839 0.000000 2801.283447 0.000000 0.524991 0.000000 0.851108 0.400000 0.400000 0.400000 +1629.190063 0.000000 2805.091797 0.000000 0.686743 0.000000 -0.726900 0.400000 0.400000 0.400000 +1602.324341 0.000000 2786.435547 0.000000 0.998856 0.000000 -0.047811 0.400000 0.400000 0.400000 +1619.057617 0.000000 2798.333496 0.000000 0.806863 0.000000 0.590739 0.400000 0.400000 0.400000 +1651.948730 0.000000 2803.718994 0.000000 0.616454 0.000000 -0.787391 0.400000 0.400000 0.400000 +1640.485596 0.000000 2803.349609 0.000000 0.313086 0.000000 -0.949725 0.400000 0.400000 0.400000 +1596.622192 0.000000 2777.941650 0.000000 0.246971 0.000000 -0.969023 0.400000 0.400000 0.400000 +1593.459473 0.000000 2791.509521 0.000000 0.243608 0.000000 0.969874 0.400000 0.400000 0.400000 1584.087280 0.000000 2763.395752 0.000000 0.034018 0.000000 -0.999421 0.400000 0.400000 0.400000 +1584.630981 0.000000 2773.843750 0.000000 0.796003 0.000000 0.605292 0.400000 0.400000 0.400000 +1584.391479 0.000000 2792.914062 0.000000 0.810547 0.000000 0.585673 0.400000 0.400000 0.400000 +1605.906738 0.000000 2778.404297 0.000000 0.880162 0.000000 0.474673 0.400000 0.400000 0.400000 +1615.895264 0.000000 2806.253662 0.000000 0.737614 0.000000 0.675223 0.400000 0.400000 0.400000 +1618.364746 0.000000 2790.158447 0.000000 0.014110 0.000000 -0.999900 0.400000 0.400000 0.400000 +1641.401245 0.000000 2796.794189 0.000000 0.983780 0.000000 -0.179382 0.400000 0.400000 0.400000 +1604.169800 0.000000 2794.407715 0.000000 0.941181 0.000000 -0.337904 0.400000 0.400000 0.400000 +1589.737427 0.000000 2778.193848 0.000000 0.951757 0.000000 0.306851 0.400000 0.400000 0.400000 1653.766968 0.000000 2792.879883 0.000000 0.996090 0.000000 -0.088348 0.400000 0.400000 0.400000 +1595.485107 0.000000 2804.818359 0.000000 0.541121 0.000000 -0.840944 0.400000 0.400000 0.400000 +1634.393433 0.000000 2800.907471 0.000000 0.999361 0.000000 -0.035755 0.400000 0.400000 0.400000 +1602.247070 0.000000 2805.317627 0.000000 0.886962 0.000000 -0.461842 0.400000 0.400000 0.400000 +1608.651367 0.000000 2785.608398 0.000000 0.928252 0.000000 0.371951 0.400000 0.400000 0.400000 +1588.617676 0.000000 2788.688965 0.000000 0.985932 0.000000 -0.167150 0.400000 0.400000 0.400000 +1599.559814 0.000000 2791.274658 0.000000 0.150583 0.000000 0.988597 0.400000 0.400000 0.400000 1586.465942 0.000000 2758.557861 0.000000 0.470950 0.000000 -0.882160 0.400000 0.400000 0.400000 +1601.117798 0.000000 2781.149902 0.000000 0.767634 0.000000 -0.640888 0.400000 0.400000 0.400000 +1583.866211 0.000000 2779.058838 0.000000 0.620014 0.000000 0.784591 0.400000 0.400000 0.400000 +1585.290405 0.000000 2799.022217 0.000000 0.211135 0.000000 -0.977457 0.400000 0.400000 0.400000 +1594.246582 0.000000 2797.087891 0.000000 0.983947 0.000000 0.178463 0.400000 0.400000 0.400000 1642.901245 0.000000 2792.271729 0.000000 0.999991 0.000000 -0.004151 0.400000 0.400000 0.400000 +1633.937012 0.000000 2806.019531 0.000000 0.817945 0.000000 0.575297 0.400000 0.400000 0.400000 +1609.713501 0.000000 2781.014404 0.000000 0.896678 0.000000 0.442683 0.400000 0.400000 0.400000 +1644.566284 0.000000 2805.232666 0.000000 0.182069 0.000000 -0.983286 0.400000 0.400000 0.400000 +1603.376953 0.000000 2799.888672 0.000000 0.919085 0.000000 0.394060 0.400000 0.400000 0.400000 +1609.122192 0.000000 2805.954102 0.000000 0.146792 0.000000 0.989167 0.400000 0.400000 0.400000 +1616.127197 0.000000 2801.442383 0.000000 0.996252 0.000000 -0.086497 0.400000 0.400000 0.400000 +1601.583374 0.000000 2776.918213 0.000000 0.574340 0.000000 0.818617 0.400000 0.400000 0.400000 +1637.414062 0.000000 2797.886475 0.000000 0.131865 0.000000 0.991268 0.400000 0.400000 0.400000 +1589.755249 0.000000 2782.291016 0.000000 0.871409 0.000000 -0.490558 0.400000 0.400000 0.400000 +1648.538452 0.000000 2805.534424 0.000000 0.509809 0.000000 -0.860288 0.400000 0.400000 0.400000 +1593.847168 0.000000 2801.385498 0.000000 0.072487 0.000000 -0.997369 0.400000 0.400000 0.400000 +1608.824097 0.000000 2776.209229 0.000000 0.140576 0.000000 0.990070 0.400000 0.400000 0.400000 +1637.500244 0.000000 2805.384521 0.000000 0.817077 0.000000 0.576528 0.400000 0.400000 0.400000 +1630.225586 0.000000 2801.707520 0.000000 0.117510 0.000000 -0.993072 0.400000 0.400000 0.400000 +1642.741821 0.000000 2800.450684 0.000000 0.668561 0.000000 -0.743658 0.400000 0.400000 0.400000 +1605.735474 0.000000 2804.984375 0.000000 0.015492 0.000000 -0.999880 0.400000 0.400000 0.400000 +1589.912964 0.000000 2791.987793 0.000000 0.286319 0.000000 -0.958134 0.400000 0.400000 0.400000 +1602.965820 0.000000 2791.188232 0.000000 0.893047 0.000000 -0.449963 0.400000 0.400000 0.400000 +1586.987183 0.000000 2780.342529 0.000000 0.649050 0.000000 -0.760746 0.400000 0.400000 0.400000 +1621.110474 0.000000 2801.115234 0.000000 0.391722 0.000000 0.920084 0.400000 0.400000 0.400000 +1589.098022 0.000000 2785.493896 0.000000 0.839880 0.000000 -0.542773 0.400000 0.400000 0.400000 +1585.666504 0.000000 2795.842529 0.000000 0.669948 0.000000 0.742408 0.400000 0.400000 0.400000 +1599.239624 0.000000 2806.130615 0.000000 0.009629 0.000000 0.999954 0.400000 0.400000 0.400000 +1599.902588 0.000000 2788.329590 0.000000 0.467247 0.000000 -0.884127 0.400000 0.400000 0.400000 +1612.866699 0.000000 2806.395996 0.000000 0.999694 0.000000 0.024737 0.400000 0.400000 0.400000 +1595.366455 0.000000 2793.676514 0.000000 0.921044 0.000000 0.389459 0.400000 0.400000 0.400000 +1651.101318 0.000000 2806.469238 0.000000 0.975162 0.000000 0.221491 0.400000 0.400000 0.400000 +1607.660156 0.000000 2783.058594 0.000000 0.956750 0.000000 0.290911 0.400000 0.400000 0.400000 +1643.128418 0.000000 2803.000000 0.000000 0.842103 0.000000 0.539317 0.400000 0.400000 0.400000 +1603.655396 0.000000 2788.630859 0.000000 0.873747 0.000000 -0.486380 0.400000 0.400000 0.400000 1679.407349 0.000000 2801.835205 0.000000 0.989625 0.000000 -0.143676 0.400000 0.400000 0.400000 +1723.940918 0.000000 2803.718994 0.000000 0.638592 0.000000 -0.769545 0.400000 0.400000 0.400000 1670.926514 0.000000 2798.912109 0.000000 0.320844 0.000000 0.947132 0.400000 0.400000 0.400000 +1667.477295 0.000000 2804.818359 0.000000 0.980083 0.000000 0.198589 0.400000 0.400000 0.400000 +1674.239258 0.000000 2805.317627 0.000000 0.973471 0.000000 -0.228810 0.400000 0.400000 0.400000 +1718.431885 0.000000 2800.377197 0.000000 0.402813 0.000000 0.915282 0.400000 0.400000 0.400000 +1662.094727 0.000000 2807.338623 0.000000 0.769792 0.000000 0.638295 0.400000 0.400000 0.400000 +1661.345581 0.000000 2795.506348 0.000000 0.782248 0.000000 -0.622968 0.400000 0.400000 0.400000 +1657.282593 0.000000 2799.022217 0.000000 0.502100 0.000000 -0.864809 0.400000 0.400000 0.400000 +1666.238770 0.000000 2797.087891 0.000000 0.055563 0.000000 -0.998455 0.400000 0.400000 0.400000 1675.369141 0.000000 2799.888672 0.000000 0.338698 0.000000 0.940895 0.400000 0.400000 0.400000 +1665.839355 0.000000 2801.385498 0.000000 0.342468 0.000000 0.939529 0.400000 0.400000 0.400000 +1663.979858 0.000000 2804.366699 0.000000 0.997796 0.000000 0.066364 0.400000 0.400000 0.400000 +1677.727661 0.000000 2804.984375 0.000000 0.754484 0.000000 -0.656318 0.400000 0.400000 0.400000 +1721.694824 0.000000 2801.139648 0.000000 0.946491 0.000000 0.322730 0.400000 0.400000 0.400000 +1663.161865 0.000000 2798.273193 0.000000 0.974925 0.000000 0.222534 0.400000 0.400000 0.400000 +1660.146484 0.000000 2798.275391 0.000000 0.977667 0.000000 -0.210162 0.400000 0.400000 0.400000 +1607.415161 0.000000 2873.819580 0.000000 0.738655 0.000000 -0.674083 0.400000 0.400000 0.400000 +1585.517822 0.000000 2825.229980 0.000000 0.485975 0.000000 -0.873973 0.400000 0.400000 0.400000 +1638.141357 0.000000 2832.077881 0.000000 0.119048 0.000000 -0.992889 0.400000 0.400000 0.400000 +1647.548950 0.000000 2866.290771 0.000000 0.794737 0.000000 -0.606954 0.400000 0.400000 0.400000 +1615.740967 0.000000 2816.014160 0.000000 0.209133 0.000000 0.977887 0.400000 0.400000 0.400000 +1586.050781 0.000000 2855.779785 0.000000 0.772307 0.000000 -0.635250 0.400000 0.400000 0.400000 +1596.631958 0.000000 2808.276367 0.000000 0.230501 0.000000 0.973072 0.400000 0.400000 0.400000 +1629.190063 0.000000 2877.076172 0.000000 0.995768 0.000000 0.091897 0.400000 0.400000 0.400000 +1593.015869 0.000000 2840.381592 0.000000 0.316856 0.000000 0.948474 0.400000 0.400000 0.400000 +1602.324341 0.000000 2858.419922 0.000000 0.724920 0.000000 -0.688833 0.400000 0.400000 0.400000 +1632.186768 0.000000 2816.331299 0.000000 0.285560 0.000000 0.958361 0.400000 0.400000 0.400000 +1649.540771 0.000000 2822.607178 0.000000 0.993192 0.000000 0.116490 0.400000 0.400000 0.400000 +1584.246460 0.000000 2811.095947 0.000000 0.262144 0.000000 0.965029 0.400000 0.400000 0.400000 +1619.057617 0.000000 2870.317871 0.000000 0.997967 0.000000 -0.063737 0.400000 0.400000 0.400000 +1635.177734 0.000000 2866.404541 0.000000 0.894313 0.000000 -0.447443 0.400000 0.400000 0.400000 +1594.712280 0.000000 2818.917480 0.000000 0.763807 0.000000 0.645445 0.400000 0.400000 0.400000 +1608.099121 0.000000 2807.789307 0.000000 0.950286 0.000000 0.311378 0.400000 0.400000 0.400000 +1651.948730 0.000000 2875.703369 0.000000 0.974083 0.000000 -0.226191 0.400000 0.400000 0.400000 +1651.843628 0.000000 2856.677734 0.000000 0.239311 0.000000 -0.970943 0.400000 0.400000 0.400000 +1596.622192 0.000000 2849.926025 0.000000 0.020027 0.000000 -0.999799 0.400000 0.400000 0.400000 +1593.459473 0.000000 2863.493896 0.000000 0.502635 0.000000 -0.864499 0.400000 0.400000 0.400000 +1584.087280 0.000000 2835.380127 0.000000 0.313566 0.000000 -0.949566 0.400000 0.400000 0.400000 +1584.630981 0.000000 2845.828125 0.000000 0.809754 0.000000 -0.586770 0.400000 0.400000 0.400000 +1605.921509 0.000000 2817.542725 0.000000 0.366677 0.000000 -0.930348 0.400000 0.400000 0.400000 +1639.807129 0.000000 2822.558350 0.000000 0.580455 0.000000 0.814292 0.400000 0.400000 0.400000 +1598.934326 0.000000 2870.896484 0.000000 0.877095 0.000000 0.480317 0.400000 0.400000 0.400000 +1623.791260 0.000000 2819.929443 0.000000 0.989591 0.000000 -0.143909 0.400000 0.400000 0.400000 +1652.757568 0.000000 2848.062744 0.000000 0.931561 0.000000 0.363586 0.400000 0.400000 0.400000 +1615.895264 0.000000 2878.238037 0.000000 0.351343 0.000000 0.936247 0.400000 0.400000 0.400000 +1650.951172 0.000000 2814.565430 0.000000 0.858365 0.000000 -0.513039 0.400000 0.400000 0.400000 +1644.037964 0.000000 2841.392578 0.000000 0.767847 0.000000 0.640633 0.400000 0.400000 0.400000 +1627.649658 0.000000 2866.329346 0.000000 0.926974 0.000000 0.375125 0.400000 0.400000 0.400000 +1586.434692 0.000000 2818.035889 0.000000 0.719063 0.000000 -0.694945 0.400000 0.400000 0.400000 +1593.117188 0.000000 2856.321045 0.000000 0.444248 0.000000 0.895904 0.400000 0.400000 0.400000 +1617.020630 0.000000 2809.330322 0.000000 0.942262 0.000000 0.334875 0.400000 0.400000 0.400000 +1641.401245 0.000000 2868.778564 0.000000 0.037764 0.000000 -0.999287 0.400000 0.400000 0.400000 +1602.494751 0.000000 2811.615234 0.000000 0.915105 0.000000 0.403216 0.400000 0.400000 0.400000 +1630.442627 0.000000 2809.721191 0.000000 0.513920 0.000000 0.857838 0.400000 0.400000 0.400000 +1589.737427 0.000000 2850.178223 0.000000 0.231136 0.000000 0.972921 0.400000 0.400000 0.400000 +1653.766968 0.000000 2864.864258 0.000000 0.911309 0.000000 0.411724 0.400000 0.400000 0.400000 +1647.609497 0.000000 2851.937744 0.000000 0.750382 0.000000 0.661004 0.400000 0.400000 0.400000 +1634.393433 0.000000 2872.891846 0.000000 0.551736 0.000000 -0.834019 0.400000 0.400000 0.400000 +1622.360474 0.000000 2876.190186 0.000000 0.964493 0.000000 -0.264109 0.400000 0.400000 0.400000 +1653.182129 0.000000 2808.297852 0.000000 0.626614 0.000000 -0.779330 0.400000 0.400000 0.400000 +1612.746094 0.000000 2870.158203 0.000000 0.778827 0.000000 0.627238 0.400000 0.400000 0.400000 +1625.933716 0.000000 2813.853271 0.000000 0.131758 0.000000 -0.991282 0.400000 0.400000 0.400000 +1642.836670 0.000000 2835.632080 0.000000 0.486016 0.000000 0.873950 0.400000 0.400000 0.400000 +1589.859253 0.000000 2834.758789 0.000000 0.259307 0.000000 0.965795 0.400000 0.400000 0.400000 +1600.409668 0.000000 2819.952148 0.000000 0.992173 0.000000 -0.124872 0.400000 0.400000 0.400000 +1586.935669 0.000000 2840.626709 0.000000 0.041427 0.000000 0.999142 0.400000 0.400000 0.400000 +1655.107422 0.000000 2870.470947 0.000000 0.538579 0.000000 -0.842575 0.400000 0.400000 0.400000 +1637.663208 0.000000 2817.374756 0.000000 0.534231 0.000000 0.845338 0.400000 0.400000 0.400000 +1626.560181 0.000000 2871.995850 0.000000 0.989653 0.000000 0.143482 0.400000 0.400000 0.400000 +1588.617676 0.000000 2860.673340 0.000000 0.894943 0.000000 -0.446180 0.400000 0.400000 0.400000 +1599.559814 0.000000 2863.259033 0.000000 0.190557 0.000000 0.981676 0.400000 0.400000 0.400000 +1634.041260 0.000000 2821.632324 0.000000 0.657764 0.000000 0.753224 0.400000 0.400000 0.400000 +1593.015503 0.000000 2845.848145 0.000000 0.783561 0.000000 -0.621314 0.400000 0.400000 0.400000 +1597.443848 0.000000 2813.698242 0.000000 0.549093 0.000000 0.835761 0.400000 0.400000 0.400000 +1648.706909 0.000000 2861.048828 0.000000 0.986040 0.000000 -0.166511 0.400000 0.400000 0.400000 +1644.705322 0.000000 2825.144531 0.000000 0.978628 0.000000 0.205640 0.400000 0.400000 0.400000 +1620.610107 0.000000 2814.192139 0.000000 0.366399 0.000000 0.930458 0.400000 0.400000 0.400000 +1622.566162 0.000000 2865.886475 0.000000 0.751923 0.000000 -0.659251 0.400000 0.400000 0.400000 +1594.246582 0.000000 2869.072266 0.000000 0.580689 0.000000 0.814126 0.400000 0.400000 0.400000 +1597.393921 0.000000 2858.752930 0.000000 0.298344 0.000000 -0.954458 0.400000 0.400000 0.400000 +1653.332642 0.000000 2825.915283 0.000000 0.895055 0.000000 -0.445956 0.400000 0.400000 0.400000 +1616.080444 0.000000 2866.353027 0.000000 0.991207 0.000000 0.132318 0.400000 0.400000 0.400000 +1641.264404 0.000000 2828.462402 0.000000 0.611466 0.000000 -0.791271 0.400000 0.400000 0.400000 +1588.517456 0.000000 2808.801514 0.000000 0.923395 0.000000 0.383851 0.400000 0.400000 0.400000 +1650.411133 0.000000 2869.898682 0.000000 0.970269 0.000000 -0.242029 0.400000 0.400000 0.400000 +1646.578491 0.000000 2847.094727 0.000000 0.543372 0.000000 0.839492 0.400000 0.400000 0.400000 +1653.927856 0.000000 2852.555420 0.000000 0.497505 0.000000 0.867461 0.400000 0.400000 0.400000 +1608.320435 0.000000 2868.531738 0.000000 0.428721 0.000000 -0.903437 0.400000 0.400000 0.400000 +1630.733154 0.000000 2869.897461 0.000000 0.121388 0.000000 0.992605 0.400000 0.400000 0.400000 +1633.937012 0.000000 2878.003906 0.000000 0.739387 0.000000 -0.673281 0.400000 0.400000 0.400000 +1635.042603 0.000000 2812.932861 0.000000 0.952170 0.000000 -0.305569 0.400000 0.400000 0.400000 +1612.468506 0.000000 2809.261475 0.000000 0.933511 0.000000 -0.358549 0.400000 0.400000 0.400000 +1603.548706 0.000000 2807.397461 0.000000 0.379473 0.000000 0.925203 0.400000 0.400000 0.400000 +1616.127197 0.000000 2873.426758 0.000000 0.405363 0.000000 0.914156 0.400000 0.400000 0.400000 +1588.796875 0.000000 2844.536133 0.000000 0.420823 0.000000 0.907143 0.400000 0.400000 0.400000 +1584.061401 0.000000 2859.631836 0.000000 0.990388 0.000000 -0.138317 0.400000 0.400000 0.400000 +1587.518433 0.000000 2813.996582 0.000000 0.065668 0.000000 0.997842 0.400000 0.400000 0.400000 +1654.913086 0.000000 2815.156494 0.000000 0.698775 0.000000 -0.715341 0.400000 0.400000 0.400000 +1647.399292 0.000000 2816.608154 0.000000 0.355624 0.000000 -0.934629 0.400000 0.400000 0.400000 +1589.755249 0.000000 2854.275391 0.000000 0.189986 0.000000 0.981787 0.400000 0.400000 0.400000 +1593.320312 0.000000 2852.308350 0.000000 0.193792 0.000000 -0.981043 0.400000 0.400000 0.400000 +1623.099243 0.000000 2870.051758 0.000000 0.867837 0.000000 -0.496849 0.400000 0.400000 0.400000 +1627.962158 0.000000 2862.177246 0.000000 0.662242 0.000000 0.749290 0.400000 0.400000 0.400000 +1627.561646 0.000000 2817.359131 0.000000 0.078699 0.000000 0.996898 0.400000 0.400000 0.400000 +1587.748291 0.000000 2876.357178 0.000000 0.833255 0.000000 -0.552890 0.400000 0.400000 0.400000 +1633.683838 0.000000 2807.563232 0.000000 0.177393 0.000000 -0.984140 0.400000 0.400000 0.400000 +1614.232422 0.000000 2812.506592 0.000000 0.328971 0.000000 0.944340 0.400000 0.400000 0.400000 +1629.580566 0.000000 2813.341797 0.000000 0.917908 0.000000 -0.396793 0.400000 0.400000 0.400000 +1626.774048 0.000000 2810.219238 0.000000 0.047120 0.000000 -0.998889 0.400000 0.400000 0.400000 +1587.591431 0.000000 2822.086914 0.000000 0.909116 0.000000 -0.416542 0.400000 0.400000 0.400000 +1643.359375 0.000000 2845.431396 0.000000 0.667314 0.000000 -0.744776 0.400000 0.400000 0.400000 +1642.568359 0.000000 2831.836914 0.000000 0.088715 0.000000 0.996057 0.400000 0.400000 0.400000 +1587.163086 0.000000 2837.112061 0.000000 0.465609 0.000000 0.884991 0.400000 0.400000 0.400000 +1644.994751 0.000000 2869.014160 0.000000 0.159830 0.000000 0.987144 0.400000 0.400000 0.400000 +1600.036011 0.000000 2809.155029 0.000000 0.037886 0.000000 0.999282 0.400000 0.400000 0.400000 +1623.426147 0.000000 2816.263428 0.000000 0.338385 0.000000 0.941008 0.400000 0.400000 0.400000 +1618.546021 0.000000 2875.983887 0.000000 0.271739 0.000000 -0.962371 0.400000 0.400000 0.400000 +1597.874268 0.000000 2817.367188 0.000000 0.364271 0.000000 0.931293 0.400000 0.400000 0.400000 +1654.542603 0.000000 2822.456055 0.000000 0.425001 0.000000 0.905193 0.400000 0.400000 0.400000 +1586.598022 0.000000 2848.676025 0.000000 0.781363 0.000000 -0.624077 0.400000 0.400000 0.400000 +1653.442383 0.000000 2812.067871 0.000000 0.772361 0.000000 -0.635184 0.400000 0.400000 0.400000 +1602.965820 0.000000 2863.172607 0.000000 0.219114 0.000000 -0.975699 0.400000 0.400000 0.400000 +1586.987183 0.000000 2852.326904 0.000000 0.496298 0.000000 0.868152 0.400000 0.400000 0.400000 +1589.954956 0.000000 2839.009766 0.000000 0.959893 0.000000 0.280365 0.400000 0.400000 0.400000 +1583.883911 0.000000 2838.873291 0.000000 0.406096 0.000000 -0.913830 0.400000 0.400000 0.400000 +1650.699585 0.000000 2850.840332 0.000000 0.100211 0.000000 0.994966 0.400000 0.400000 0.400000 +1604.910889 0.000000 2814.189453 0.000000 0.413891 0.000000 0.910326 0.400000 0.400000 0.400000 +1594.697144 0.000000 2811.869385 0.000000 0.310708 0.000000 0.950506 0.400000 0.400000 0.400000 +1617.740479 0.000000 2812.626953 0.000000 0.680632 0.000000 0.732626 0.400000 0.400000 0.400000 +1592.844116 0.000000 2849.121826 0.000000 0.177745 0.000000 -0.984077 0.400000 0.400000 0.400000 +1643.008911 0.000000 2822.330322 0.000000 0.958867 0.000000 -0.283855 0.400000 0.400000 0.400000 +1637.232422 0.000000 2820.637939 0.000000 0.065251 0.000000 -0.997869 0.400000 0.400000 0.400000 +1639.635498 0.000000 2825.726074 0.000000 0.869252 0.000000 0.494369 0.400000 0.400000 0.400000 +1649.778076 0.000000 2846.984619 0.000000 0.098537 0.000000 0.995133 0.400000 0.400000 0.400000 +1592.311401 0.000000 2866.576660 0.000000 0.954816 0.000000 -0.297196 0.400000 0.400000 0.400000 +1636.803833 0.000000 2823.855469 0.000000 0.819307 0.000000 0.573355 0.400000 0.400000 0.400000 +1606.468506 0.000000 2870.916260 0.000000 0.694701 0.000000 0.719298 0.400000 0.400000 0.400000 +1625.946289 0.000000 2869.018555 0.000000 0.849283 0.000000 -0.527938 0.400000 0.400000 0.400000 +1649.546753 0.000000 2854.513916 0.000000 0.580019 0.000000 -0.814603 0.400000 0.400000 0.400000 +1590.291382 0.000000 2847.195068 0.000000 0.930096 0.000000 -0.367318 0.400000 0.400000 0.400000 +1590.498535 0.000000 2841.971191 0.000000 0.757574 0.000000 -0.652749 0.400000 0.400000 0.400000 +1615.637695 0.000000 2869.290039 0.000000 0.346619 0.000000 0.938006 0.400000 0.400000 0.400000 +1631.746948 0.000000 2819.382568 0.000000 0.934534 0.000000 -0.355875 0.400000 0.400000 0.400000 +1632.553467 0.000000 2875.440918 0.000000 0.988643 0.000000 0.150286 0.400000 0.400000 0.400000 +1646.631226 0.000000 2822.794189 0.000000 0.939020 0.000000 -0.343863 0.400000 0.400000 0.400000 +1640.598633 0.000000 2833.885010 0.000000 0.869111 0.000000 0.494617 0.400000 0.400000 0.400000 +1597.641846 0.000000 2810.813232 0.000000 0.486031 0.000000 -0.873942 0.400000 0.400000 0.400000 +1625.176880 0.000000 2865.208008 0.000000 0.819890 0.000000 0.572522 0.400000 0.400000 0.400000 +1657.510010 0.000000 2825.229980 0.000000 0.675022 0.000000 0.737798 0.400000 0.400000 0.400000 +1710.133545 0.000000 2832.077881 0.000000 0.999969 0.000000 0.007922 0.400000 0.400000 0.400000 +1719.541138 0.000000 2866.290771 0.000000 0.999753 0.000000 -0.022202 0.400000 0.400000 0.400000 +1681.665771 0.000000 2842.752686 0.000000 0.691532 0.000000 -0.722346 0.400000 0.400000 0.400000 +1687.733154 0.000000 2816.014160 0.000000 0.324352 0.000000 0.945936 0.400000 0.400000 0.400000 +1658.042969 0.000000 2855.779785 0.000000 0.874598 0.000000 -0.484850 0.400000 0.400000 0.400000 +1668.624146 0.000000 2808.276367 0.000000 0.998414 0.000000 -0.056295 0.400000 0.400000 0.400000 +1662.077026 0.000000 2873.267822 0.000000 0.978031 0.000000 -0.208460 0.400000 0.400000 0.400000 +1701.182251 0.000000 2877.076172 0.000000 0.596944 0.000000 -0.802283 0.400000 0.400000 0.400000 +1675.019775 0.000000 2826.986328 0.000000 0.905054 0.000000 -0.425296 0.400000 0.400000 0.400000 +1704.178955 0.000000 2816.331299 0.000000 0.447542 0.000000 0.894263 0.400000 0.400000 0.400000 +1693.833252 0.000000 2830.917480 0.000000 0.844224 0.000000 -0.535991 0.400000 0.400000 0.400000 +1722.499146 0.000000 2837.308838 0.000000 0.463345 0.000000 -0.886178 0.400000 0.400000 0.400000 +1656.238647 0.000000 2811.095947 0.000000 0.489758 0.000000 0.871858 0.400000 0.400000 0.400000 +1691.049805 0.000000 2870.317871 0.000000 0.868808 0.000000 -0.495150 0.400000 0.400000 0.400000 +1707.169922 0.000000 2866.404541 0.000000 0.376704 0.000000 -0.926334 0.400000 0.400000 0.400000 +1668.614380 0.000000 2849.926025 0.000000 0.281580 0.000000 -0.959538 0.400000 0.400000 0.400000 +1683.962402 0.000000 2832.515381 0.000000 0.772257 0.000000 0.635310 0.400000 0.400000 0.400000 +1711.799316 0.000000 2822.558350 0.000000 0.371883 0.000000 0.928279 0.400000 0.400000 0.400000 +1702.554810 0.000000 2825.855225 0.000000 0.895551 0.000000 0.444958 0.400000 0.400000 0.400000 +1707.725586 0.000000 2841.463867 0.000000 0.998416 0.000000 0.056256 0.400000 0.400000 0.400000 +1674.052002 0.000000 2837.302734 0.000000 0.319485 0.000000 -0.947591 0.400000 0.400000 0.400000 +1665.721436 0.000000 2830.260742 0.000000 0.414746 0.000000 0.909937 0.400000 0.400000 0.400000 +1656.383667 0.000000 2864.898438 0.000000 0.567435 0.000000 0.823418 0.400000 0.400000 0.400000 +1670.926514 0.000000 2870.896484 0.000000 0.470258 0.000000 0.882529 0.400000 0.400000 0.400000 +1695.783447 0.000000 2819.929443 0.000000 0.912028 0.000000 -0.410129 0.400000 0.400000 0.400000 +1700.739258 0.000000 2836.173340 0.000000 0.798246 0.000000 -0.602331 0.400000 0.400000 0.400000 +1724.749756 0.000000 2848.062744 0.000000 0.401035 0.000000 -0.916063 0.400000 0.400000 0.400000 +1673.351562 0.000000 2844.459229 0.000000 0.326952 0.000000 0.945041 0.400000 0.400000 0.400000 +1663.456665 0.000000 2812.664551 0.000000 0.982022 0.000000 -0.188765 0.400000 0.400000 0.400000 +1674.486938 0.000000 2811.615234 0.000000 0.251784 0.000000 -0.967783 0.400000 0.400000 0.400000 +1676.161987 0.000000 2866.392090 0.000000 0.495155 0.000000 -0.868805 0.400000 0.400000 0.400000 +1661.729614 0.000000 2850.178223 0.000000 0.998852 0.000000 0.047901 0.400000 0.400000 0.400000 +1719.601685 0.000000 2851.937744 0.000000 0.411827 0.000000 -0.911262 0.400000 0.400000 0.400000 +1706.385620 0.000000 2872.891846 0.000000 0.989662 0.000000 -0.143417 0.400000 0.400000 0.400000 +1669.159912 0.000000 2824.748535 0.000000 0.565013 0.000000 -0.825082 0.400000 0.400000 0.400000 +1684.738281 0.000000 2870.158203 0.000000 0.956401 0.000000 -0.292056 0.400000 0.400000 0.400000 +1718.431885 0.000000 2872.361572 0.000000 0.186617 0.000000 -0.982433 0.400000 0.400000 0.400000 +1684.403687 0.000000 2848.713867 0.000000 0.633802 0.000000 0.773495 0.400000 0.400000 0.400000 +1704.428833 0.000000 2831.893799 0.000000 0.761435 0.000000 -0.648241 0.400000 0.400000 0.400000 +1721.412354 0.000000 2843.379395 0.000000 0.951424 0.000000 0.307883 0.400000 0.400000 0.400000 +1678.180298 0.000000 2831.555176 0.000000 0.966911 0.000000 -0.255113 0.400000 0.400000 0.400000 +1727.099609 0.000000 2870.470947 0.000000 0.243240 0.000000 0.969966 0.400000 0.400000 0.400000 +1698.552368 0.000000 2871.995850 0.000000 0.795027 0.000000 0.606574 0.400000 0.400000 0.400000 +1660.609863 0.000000 2860.673340 0.000000 0.269657 0.000000 0.962956 0.400000 0.400000 0.400000 +1696.645508 0.000000 2826.010254 0.000000 0.920855 0.000000 0.389906 0.400000 0.400000 0.400000 +1708.215210 0.000000 2826.888672 0.000000 0.818788 0.000000 0.574096 0.400000 0.400000 0.400000 +1706.033447 0.000000 2821.632324 0.000000 0.426998 0.000000 -0.904253 0.400000 0.400000 0.400000 +1671.117798 0.000000 2830.772949 0.000000 0.998802 0.000000 0.048931 0.400000 0.400000 0.400000 +1669.436035 0.000000 2813.698242 0.000000 0.690677 0.000000 -0.723163 0.400000 0.400000 0.400000 +1720.699097 0.000000 2861.048828 0.000000 0.993316 0.000000 0.115429 0.400000 0.400000 0.400000 +1685.283691 0.000000 2838.710938 0.000000 0.250402 0.000000 0.968142 0.400000 0.400000 0.400000 +1702.124023 0.000000 2841.315918 0.000000 0.820655 0.000000 0.571424 0.400000 0.400000 0.400000 +1699.117798 0.000000 2830.649170 0.000000 0.101325 0.000000 0.994853 0.400000 0.400000 0.400000 +1657.282593 0.000000 2871.006592 0.000000 0.301082 0.000000 0.953598 0.400000 0.400000 0.400000 +1701.084717 0.000000 2820.930664 0.000000 0.306778 0.000000 -0.951781 0.400000 0.400000 0.400000 +1666.238770 0.000000 2869.072266 0.000000 0.744024 0.000000 0.668153 0.400000 0.400000 0.400000 +1706.919067 0.000000 2836.495605 0.000000 0.995028 0.000000 -0.099592 0.400000 0.400000 0.400000 +1711.959595 0.000000 2844.163574 0.000000 0.728436 0.000000 -0.685114 0.400000 0.400000 0.400000 +1690.782104 0.000000 2820.230225 0.000000 0.821749 0.000000 0.569850 0.400000 0.400000 0.400000 +1727.358765 0.000000 2860.098877 0.000000 0.221798 0.000000 -0.975093 0.400000 0.400000 0.400000 +1725.588623 0.000000 2841.030762 0.000000 0.017277 0.000000 -0.999851 0.400000 0.400000 0.400000 +1713.256592 0.000000 2828.462402 0.000000 0.457661 0.000000 -0.889127 0.400000 0.400000 0.400000 +1722.403320 0.000000 2869.898682 0.000000 0.878826 0.000000 0.477142 0.400000 0.400000 0.400000 +1677.812500 0.000000 2845.784912 0.000000 0.993890 0.000000 0.110373 0.400000 0.400000 0.400000 +1718.570679 0.000000 2847.094727 0.000000 0.965062 0.000000 -0.262023 0.400000 0.400000 0.400000 +1677.138306 0.000000 2840.964844 0.000000 0.008872 0.000000 0.999961 0.400000 0.400000 0.400000 +1680.312622 0.000000 2868.531738 0.000000 0.726674 0.000000 0.686983 0.400000 0.400000 0.400000 +1702.725342 0.000000 2869.897461 0.000000 0.890055 0.000000 -0.455853 0.400000 0.400000 0.400000 +1681.705688 0.000000 2852.998779 0.000000 0.540800 0.000000 0.841151 0.400000 0.400000 0.400000 +1675.540894 0.000000 2807.397461 0.000000 0.081618 0.000000 0.996664 0.400000 0.400000 0.400000 +1692.565552 0.000000 2824.720459 0.000000 0.990885 0.000000 0.134711 0.400000 0.400000 0.400000 +1673.867188 0.000000 2815.891602 0.000000 0.473966 0.000000 0.880543 0.400000 0.400000 0.400000 +1679.197876 0.000000 2827.465332 0.000000 0.005661 0.000000 0.999984 0.400000 0.400000 0.400000 +1659.510620 0.000000 2813.996582 0.000000 0.885442 0.000000 0.464749 0.400000 0.400000 0.400000 +1726.312500 0.000000 2834.746826 0.000000 0.924305 0.000000 -0.381654 0.400000 0.400000 0.400000 +1655.955566 0.000000 2821.439941 0.000000 0.504399 0.000000 0.863471 0.400000 0.400000 0.400000 +1669.076660 0.000000 2844.705078 0.000000 0.738935 0.000000 -0.673776 0.400000 0.400000 0.400000 +1661.747437 0.000000 2854.275391 0.000000 0.999613 0.000000 0.027830 0.400000 0.400000 0.400000 +1720.530640 0.000000 2877.518799 0.000000 0.952877 0.000000 0.303357 0.400000 0.400000 0.400000 +1664.914185 0.000000 2808.896240 0.000000 0.513721 0.000000 -0.857958 0.400000 0.400000 0.400000 +1665.839355 0.000000 2873.369873 0.000000 0.975876 0.000000 -0.218327 0.400000 0.400000 0.400000 +1655.847290 0.000000 2814.910645 0.000000 0.762132 0.000000 -0.647422 0.400000 0.400000 0.400000 +1659.583618 0.000000 2822.086914 0.000000 0.346577 0.000000 0.938021 0.400000 0.400000 0.400000 +1715.351562 0.000000 2845.431396 0.000000 0.136119 0.000000 -0.990693 0.400000 0.400000 0.400000 +1702.217773 0.000000 2873.691895 0.000000 0.987558 0.000000 -0.157252 0.400000 0.400000 0.400000 +1710.428589 0.000000 2835.692627 0.000000 0.779323 0.000000 0.626623 0.400000 0.400000 0.400000 +1704.993652 0.000000 2828.403076 0.000000 0.396850 0.000000 -0.917883 0.400000 0.400000 0.400000 +1673.211670 0.000000 2868.275879 0.000000 0.883604 0.000000 0.468234 0.400000 0.400000 0.400000 +1698.108643 0.000000 2822.840332 0.000000 0.699436 0.000000 -0.714695 0.400000 0.400000 0.400000 +1714.734009 0.000000 2872.435059 0.000000 0.788300 0.000000 0.615291 0.400000 0.400000 0.400000 +1725.106567 0.000000 2844.609375 0.000000 0.572625 0.000000 0.819817 0.400000 0.400000 0.400000 +1724.323975 0.000000 2861.756348 0.000000 0.855356 0.000000 -0.518041 0.400000 0.400000 0.400000 +1703.719971 0.000000 2838.257568 0.000000 0.864342 0.000000 -0.502904 0.400000 0.400000 0.400000 +1681.681519 0.000000 2829.933838 0.000000 0.070476 0.000000 0.997513 0.400000 0.400000 0.400000 +1683.404419 0.000000 2835.869873 0.000000 0.203577 0.000000 -0.979059 0.400000 0.400000 0.400000 +1709.685425 0.000000 2873.345947 0.000000 0.353829 0.000000 0.935310 0.400000 0.400000 0.400000 +1671.477783 0.000000 2827.174316 0.000000 0.946856 0.000000 0.321658 0.400000 0.400000 0.400000 +1698.143311 0.000000 2833.939697 0.000000 0.744550 0.000000 -0.667567 0.400000 0.400000 0.400000 +1666.689331 0.000000 2811.869385 0.000000 0.592875 0.000000 0.805295 0.400000 0.400000 0.400000 +1682.049438 0.000000 2839.493408 0.000000 0.994451 0.000000 -0.105205 0.400000 0.400000 0.400000 +1687.651367 0.000000 2849.389648 0.000000 0.994826 0.000000 0.101594 0.400000 0.400000 0.400000 +1706.026367 0.000000 2869.569092 0.000000 0.563029 0.000000 0.826437 0.400000 0.400000 0.400000 +1664.836304 0.000000 2849.121826 0.000000 0.021718 0.000000 -0.999764 0.400000 0.400000 0.400000 +1670.636108 0.000000 2847.445312 0.000000 0.952250 0.000000 0.305320 0.400000 0.400000 0.400000 +1661.090210 0.000000 2857.478271 0.000000 0.704647 0.000000 0.709558 0.400000 0.400000 0.400000 +1657.658691 0.000000 2867.826904 0.000000 0.742295 0.000000 -0.670073 0.400000 0.400000 0.400000 +1699.663940 0.000000 2827.471436 0.000000 0.995909 0.000000 -0.090366 0.400000 0.400000 0.400000 +1704.090820 0.000000 2835.085693 0.000000 0.757385 0.000000 0.652968 0.400000 0.400000 0.400000 +1705.589844 0.000000 2824.868408 0.000000 0.735917 0.000000 -0.677072 0.400000 0.400000 0.400000 +1660.146484 0.000000 2870.259766 0.000000 0.260418 0.000000 -0.965496 0.400000 0.400000 0.400000 +1726.124023 0.000000 2837.830078 0.000000 0.969617 0.000000 0.244630 0.400000 0.400000 0.400000 +1688.409180 0.000000 2818.757812 0.000000 0.999986 0.000000 0.005352 0.400000 0.400000 0.400000 +1677.546631 0.000000 2838.265625 0.000000 0.388345 0.000000 -0.921514 0.400000 0.400000 0.400000 +1681.833130 0.000000 2826.278809 0.000000 0.997202 0.000000 -0.074748 0.400000 0.400000 0.400000 +1720.106567 0.000000 2849.311279 0.000000 0.337974 0.000000 0.941155 0.400000 0.400000 0.400000 +1679.658813 0.000000 2840.468018 0.000000 0.979629 0.000000 -0.200817 0.400000 0.400000 0.400000 +1677.329590 0.000000 2829.157227 0.000000 0.445171 0.000000 0.895445 0.400000 0.400000 0.400000 +2142.086670 0.000000 2328.187256 0.000000 0.892790 0.000000 -0.450473 0.400000 0.400000 0.400000 +2145.932861 0.000000 2344.939941 0.000000 0.985348 0.000000 -0.170556 0.400000 0.400000 0.400000 +2133.135498 0.000000 2373.185547 0.000000 0.438555 0.000000 0.898704 0.400000 0.400000 0.400000 +2154.452148 0.000000 2333.418213 0.000000 0.875359 0.000000 -0.483473 0.400000 0.400000 0.400000 +2123.002930 0.000000 2366.427246 0.000000 0.854479 0.000000 0.519486 0.400000 0.400000 0.400000 +2102.879639 0.000000 2367.005859 0.000000 0.563119 0.000000 -0.826376 0.400000 0.400000 0.400000 +2150.067139 0.000000 2326.592529 0.000000 0.785528 0.000000 0.618826 0.400000 0.400000 0.400000 +2119.840576 0.000000 2374.347412 0.000000 0.681372 0.000000 -0.731937 0.400000 0.400000 0.400000 +2147.983398 0.000000 2337.501953 0.000000 0.854006 0.000000 0.520263 0.400000 0.400000 0.400000 +2156.882568 0.000000 2326.927490 0.000000 0.547799 0.000000 -0.836610 0.400000 0.400000 0.400000 +2099.430420 0.000000 2372.912109 0.000000 0.999699 0.000000 -0.024546 0.400000 0.400000 0.400000 +2106.192383 0.000000 2373.411377 0.000000 0.132950 0.000000 -0.991123 0.400000 0.400000 0.400000 +2094.047852 0.000000 2375.432373 0.000000 0.315119 0.000000 -0.949052 0.400000 0.400000 0.400000 +2146.781982 0.000000 2331.741455 0.000000 0.881037 0.000000 0.473047 0.400000 0.400000 0.400000 +2153.365479 0.000000 2339.488770 0.000000 0.922224 0.000000 -0.386656 0.400000 0.400000 0.400000 +2130.505371 0.000000 2368.105225 0.000000 0.891861 0.000000 0.452309 0.400000 0.400000 0.400000 +2134.678467 0.000000 2366.006836 0.000000 0.739938 0.000000 0.672675 0.400000 0.400000 0.400000 +2153.426514 0.000000 2329.309326 0.000000 0.781375 0.000000 -0.624062 0.400000 0.400000 0.400000 +2147.304688 0.000000 2341.540771 0.000000 0.937228 0.000000 -0.348718 0.400000 0.400000 0.400000 +2134.170898 0.000000 2369.801270 0.000000 0.892840 0.000000 0.450373 0.400000 0.400000 0.400000 +2142.381592 0.000000 2331.802002 0.000000 0.397068 0.000000 -0.917789 0.400000 0.400000 0.400000 +2105.164795 0.000000 2364.385254 0.000000 0.985209 0.000000 -0.171358 0.400000 0.400000 0.400000 +2125.055664 0.000000 2369.208984 0.000000 0.256326 0.000000 -0.966590 0.400000 0.400000 0.400000 +2152.712402 0.000000 2336.321289 0.000000 0.824389 0.000000 0.566024 0.400000 0.400000 0.400000 +2150.239990 0.000000 2339.957275 0.000000 0.910342 0.000000 -0.413858 0.400000 0.400000 0.400000 +2146.499512 0.000000 2334.660645 0.000000 0.397286 0.000000 0.917695 0.400000 0.400000 0.400000 +2116.812012 0.000000 2374.489746 0.000000 0.762464 0.000000 -0.647031 0.400000 0.400000 0.400000 +2158.077148 0.000000 2333.939453 0.000000 0.365609 0.000000 0.930769 0.400000 0.400000 0.400000 +2155.370605 0.000000 2335.799561 0.000000 0.847416 0.000000 -0.530930 0.400000 0.400000 0.400000 +2119.686279 0.000000 2384.107910 0.000000 0.774237 0.000000 -0.632896 0.400000 0.400000 0.400000 +2100.577393 0.000000 2376.370117 0.000000 0.979241 0.000000 0.202698 0.400000 0.400000 0.400000 +2127.706299 0.000000 2376.117676 0.000000 0.422157 0.000000 -0.906523 0.400000 0.400000 0.400000 +2098.657715 0.000000 2387.011230 0.000000 0.992254 0.000000 0.124222 0.400000 0.400000 0.400000 +2090.379883 0.000000 2386.129639 0.000000 0.948244 0.000000 0.317542 0.400000 0.400000 0.400000 +2113.341797 0.000000 2391.594727 0.000000 0.499269 0.000000 -0.866447 0.400000 0.400000 0.400000 +2095.409912 0.000000 2380.758301 0.000000 0.034120 0.000000 -0.999418 0.400000 0.400000 0.400000 +2106.439941 0.000000 2379.708984 0.000000 0.777867 0.000000 0.628429 0.400000 0.400000 0.400000 +2129.878906 0.000000 2381.947021 0.000000 0.703886 0.000000 -0.710313 0.400000 0.400000 0.400000 +2114.189941 0.000000 2381.450684 0.000000 0.720185 0.000000 0.693782 0.400000 0.400000 0.400000 +2124.555420 0.000000 2382.285889 0.000000 0.842549 0.000000 0.538620 0.400000 0.400000 0.400000 +2115.098633 0.000000 2386.649170 0.000000 0.657212 0.000000 -0.753706 0.400000 0.400000 0.400000 +2116.413818 0.000000 2377.355225 0.000000 0.185991 0.000000 0.982551 0.400000 0.400000 0.400000 +2107.494141 0.000000 2375.491211 0.000000 0.089466 0.000000 0.995990 0.400000 0.400000 0.400000 +2094.509277 0.000000 2388.053955 0.000000 0.998146 0.000000 0.060870 0.400000 0.400000 0.400000 +2105.820312 0.000000 2383.985352 0.000000 0.332504 0.000000 -0.943102 0.400000 0.400000 0.400000 +2091.463867 0.000000 2382.090332 0.000000 0.555605 0.000000 0.831446 0.400000 0.400000 0.400000 +2118.518066 0.000000 2388.864258 0.000000 0.965606 0.000000 -0.260008 0.400000 0.400000 0.400000 +2096.867188 0.000000 2376.989990 0.000000 0.578898 0.000000 0.815400 0.400000 0.400000 0.400000 +2127.126709 0.000000 2379.653809 0.000000 0.961260 0.000000 0.275642 0.400000 0.400000 0.400000 +2101.819580 0.000000 2385.460938 0.000000 0.999667 0.000000 -0.025795 0.400000 0.400000 0.400000 +2123.212646 0.000000 2385.151123 0.000000 0.912088 0.000000 0.409994 0.400000 0.400000 0.400000 +2132.132568 0.000000 2375.545410 0.000000 0.555331 0.000000 0.831630 0.400000 0.400000 0.400000 +2104.139404 0.000000 2381.404053 0.000000 0.011793 0.000000 0.999930 0.400000 0.400000 0.400000 +2168.953369 0.000000 2336.490967 0.000000 0.658301 0.000000 0.752755 0.400000 0.400000 0.400000 +2227.886230 0.000000 2371.812744 0.000000 0.639317 0.000000 -0.768943 0.400000 0.400000 0.400000 +2160.024902 0.000000 2331.489502 0.000000 0.702965 0.000000 -0.711225 0.400000 0.400000 0.400000 +2177.997314 0.000000 2333.412109 0.000000 0.959167 0.000000 -0.282841 0.400000 0.400000 0.400000 +2177.296875 0.000000 2340.568604 0.000000 0.560896 0.000000 0.827886 0.400000 0.400000 0.400000 +2222.377197 0.000000 2368.470947 0.000000 0.616909 0.000000 0.787034 0.400000 0.400000 0.400000 +2172.333740 0.000000 2331.706055 0.000000 0.217770 0.000000 -0.976000 0.400000 0.400000 0.400000 +2162.403320 0.000000 2326.651611 0.000000 0.864307 0.000000 0.502965 0.400000 0.400000 0.400000 +2173.947510 0.000000 2336.839111 0.000000 0.865637 0.000000 -0.500672 0.400000 0.400000 0.400000 +2220.503906 0.000000 2373.326416 0.000000 0.731005 0.000000 -0.682372 0.400000 0.400000 0.400000 +2173.021973 0.000000 2340.814453 0.000000 0.917498 0.000000 -0.397740 0.400000 0.400000 0.400000 +2163.100586 0.000000 2333.221436 0.000000 0.217963 0.000000 -0.975957 0.400000 0.400000 0.400000 +2230.590088 0.000000 2373.988770 0.000000 0.953544 0.000000 0.301255 0.400000 0.400000 0.400000 +2225.640137 0.000000 2369.233398 0.000000 0.952041 0.000000 0.305969 0.400000 0.400000 0.400000 +2175.563965 0.000000 2331.134277 0.000000 0.994177 0.000000 0.107756 0.400000 0.400000 0.400000 +2177.733398 0.000000 2337.396973 0.000000 0.253538 0.000000 -0.967325 0.400000 0.400000 0.400000 +2171.597656 0.000000 2334.817383 0.000000 0.819315 0.000000 -0.573344 0.400000 0.400000 0.400000 +2231.872314 0.000000 2372.207520 0.000000 0.094768 0.000000 -0.995499 0.400000 0.400000 0.400000 +2221.700928 0.000000 2376.330566 0.000000 0.031936 0.000000 -0.999490 0.400000 0.400000 0.400000 +2194.995117 0.000000 2438.411621 0.000000 0.664790 0.000000 0.747030 0.400000 0.400000 0.400000 +2216.423096 0.000000 2443.427734 0.000000 0.956033 0.000000 -0.293260 0.400000 0.400000 0.400000 +2222.059326 0.000000 2398.576904 0.000000 0.567008 0.000000 -0.823712 0.400000 0.400000 0.400000 +2226.888672 0.000000 2382.659180 0.000000 0.265221 0.000000 0.964188 0.400000 0.400000 0.400000 +2219.975586 0.000000 2409.486328 0.000000 0.102189 0.000000 0.994765 0.400000 0.400000 0.400000 +2210.331055 0.000000 2440.985596 0.000000 0.103548 0.000000 -0.994624 0.400000 0.400000 0.400000 +2198.298096 0.000000 2444.283936 0.000000 0.060782 0.000000 -0.998151 0.400000 0.400000 0.400000 +2218.774170 0.000000 2403.725830 0.000000 0.965258 0.000000 -0.261299 0.400000 0.400000 0.400000 +2198.503662 0.000000 2433.980225 0.000000 0.077539 0.000000 0.996989 0.400000 0.400000 0.400000 +2229.532471 0.000000 2387.035889 0.000000 0.981623 0.000000 0.190829 0.400000 0.400000 0.400000 +2206.670654 0.000000 2437.991211 0.000000 0.670824 0.000000 -0.741617 0.400000 0.400000 0.400000 +2225.131836 0.000000 2395.500244 0.000000 0.706856 0.000000 0.707358 0.400000 0.400000 0.400000 +2199.036865 0.000000 2438.145508 0.000000 0.987632 0.000000 0.156789 0.400000 0.400000 0.400000 +2216.975830 0.000000 2447.458252 0.000000 0.886690 0.000000 -0.462364 0.400000 0.400000 0.400000 +2221.900635 0.000000 2402.239258 0.000000 0.763780 0.000000 0.645477 0.400000 0.400000 0.400000 +2201.766113 0.000000 2444.595215 0.000000 0.821792 0.000000 0.569787 0.400000 0.400000 0.400000 +2226.118896 0.000000 2387.356934 0.000000 0.477326 0.000000 0.878726 0.400000 0.400000 0.400000 +2197.047852 0.000000 2441.193359 0.000000 0.736495 0.000000 -0.676443 0.400000 0.400000 0.400000 +2209.971680 0.000000 2437.662842 0.000000 0.814663 0.000000 -0.579935 0.400000 0.400000 0.400000 +2218.491699 0.000000 2406.645020 0.000000 0.464542 0.000000 -0.885551 0.400000 0.400000 0.400000 +2233.447510 0.000000 2393.323730 0.000000 0.994908 0.000000 0.100789 0.400000 0.400000 0.400000 +2232.176270 0.000000 2379.189697 0.000000 0.638949 0.000000 -0.769249 0.400000 0.400000 0.400000 +2234.364258 0.000000 2386.129639 0.000000 0.844723 0.000000 -0.535204 0.400000 0.400000 0.400000 +2235.448242 0.000000 2382.090332 0.000000 0.973254 0.000000 -0.229730 0.400000 0.400000 0.400000 +2235.521240 0.000000 2390.180664 0.000000 0.154991 0.000000 0.987916 0.400000 0.400000 0.400000 +2232.355469 0.000000 2375.653320 0.000000 0.699060 0.000000 0.715063 0.400000 0.400000 0.400000 +2133.135498 0.000000 2517.154297 0.000000 0.287744 0.000000 -0.957707 0.400000 0.400000 0.400000 +2139.123047 0.000000 2506.482666 0.000000 0.310323 0.000000 0.950631 0.400000 0.400000 0.400000 +2144.430908 0.000000 2515.412109 0.000000 0.002591 0.000000 -0.999997 0.400000 0.400000 0.400000 +2131.594971 0.000000 2506.407471 0.000000 0.743843 0.000000 -0.668354 0.400000 0.400000 0.400000 +2145.346436 0.000000 2508.856689 0.000000 0.969215 0.000000 -0.246217 0.400000 0.400000 0.400000 +2130.505371 0.000000 2512.073975 0.000000 0.097036 0.000000 0.995281 0.400000 0.400000 0.400000 +2126.511475 0.000000 2505.964600 0.000000 0.943150 0.000000 0.332368 0.400000 0.400000 0.400000 +2148.511719 0.000000 2517.295166 0.000000 0.372767 0.000000 0.927925 0.400000 0.400000 0.400000 +2141.359375 0.000000 2509.948975 0.000000 0.916133 0.000000 -0.400874 0.400000 0.400000 0.400000 +2146.687256 0.000000 2512.513184 0.000000 0.986850 0.000000 0.161640 0.400000 0.400000 0.400000 +2129.891602 0.000000 2509.096680 0.000000 0.590551 0.000000 0.807001 0.400000 0.400000 0.400000 +2082.459961 0.000000 2549.371338 0.000000 0.824406 0.000000 0.565999 0.400000 0.400000 0.400000 +2084.710693 0.000000 2560.125244 0.000000 0.134773 0.000000 0.990877 0.400000 0.400000 0.400000 +2075.991211 0.000000 2553.455078 0.000000 0.614965 0.000000 0.788555 0.400000 0.400000 0.400000 +2084.890381 0.000000 2542.880615 0.000000 0.794676 0.000000 0.607034 0.400000 0.400000 0.400000 +2076.658447 0.000000 2537.207031 0.000000 0.240966 0.000000 0.970534 0.400000 0.400000 0.400000 +2085.549561 0.000000 2553.093262 0.000000 0.513548 0.000000 -0.858061 0.400000 0.400000 0.400000 +2071.693604 0.000000 2551.385742 0.000000 0.586569 0.000000 -0.809900 0.400000 0.400000 0.400000 +2081.147461 0.000000 2539.468994 0.000000 0.365353 0.000000 -0.930869 0.400000 0.400000 0.400000 +2078.351807 0.000000 2550.007812 0.000000 0.871938 0.000000 -0.489616 0.400000 0.400000 0.400000 +2085.067383 0.000000 2556.671875 0.000000 0.874440 0.000000 -0.485134 0.400000 0.400000 0.400000 +2089.996094 0.000000 2567.842285 0.000000 0.867607 0.000000 0.497251 0.400000 0.400000 0.400000 +2149.708740 0.000000 2520.299316 0.000000 0.998163 0.000000 0.060592 0.400000 0.400000 0.400000 +2136.132080 0.000000 2528.393799 0.000000 0.999608 0.000000 0.028010 0.400000 0.400000 0.400000 +2153.486084 0.000000 2534.669678 0.000000 0.531729 0.000000 0.846915 0.400000 0.400000 0.400000 +2100.567627 0.000000 2561.988525 0.000000 0.692268 0.000000 -0.721640 0.400000 0.400000 0.400000 +2097.404785 0.000000 2575.556396 0.000000 0.986166 0.000000 -0.165760 0.400000 0.400000 0.400000 +2088.032715 0.000000 2547.442627 0.000000 0.923245 0.000000 0.384211 0.400000 0.400000 0.400000 +2088.576416 0.000000 2557.890625 0.000000 0.691137 0.000000 -0.722724 0.400000 0.400000 0.400000 +2143.752441 0.000000 2534.620850 0.000000 0.318626 0.000000 0.947881 0.400000 0.400000 0.400000 +2097.674561 0.000000 2542.323242 0.000000 0.264690 0.000000 0.964333 0.400000 0.400000 0.400000 +2154.896484 0.000000 2526.627930 0.000000 0.106683 0.000000 -0.994293 0.400000 0.400000 0.400000 +2105.304688 0.000000 2556.521729 0.000000 0.423428 0.000000 0.905930 0.400000 0.400000 0.400000 +2097.062500 0.000000 2568.383545 0.000000 0.268564 0.000000 0.963262 0.400000 0.400000 0.400000 +2134.387939 0.000000 2521.783691 0.000000 0.874675 0.000000 0.484710 0.400000 0.400000 0.400000 +2093.804443 0.000000 2546.821289 0.000000 0.406715 0.000000 -0.913555 0.400000 0.400000 0.400000 +2100.341553 0.000000 2547.659180 0.000000 0.428664 0.000000 -0.903464 0.400000 0.400000 0.400000 +2090.411133 0.000000 2542.604736 0.000000 0.402303 0.000000 -0.915506 0.400000 0.400000 0.400000 +2148.650635 0.000000 2537.207031 0.000000 0.239838 0.000000 0.970813 0.400000 0.400000 0.400000 +2087.811523 0.000000 2563.105713 0.000000 0.893762 0.000000 -0.448541 0.400000 0.400000 0.400000 +2157.540283 0.000000 2531.004639 0.000000 0.999965 0.000000 -0.008413 0.400000 0.400000 0.400000 +2101.955322 0.000000 2552.792236 0.000000 0.816324 0.000000 -0.577594 0.400000 0.400000 0.400000 +2153.139648 0.000000 2539.468994 0.000000 0.340119 0.000000 -0.940382 0.400000 0.400000 0.400000 +2100.823975 0.000000 2566.232910 0.000000 0.168035 0.000000 0.985781 0.400000 0.400000 0.400000 +2158.858398 0.000000 2527.218994 0.000000 0.224102 0.000000 0.974566 0.400000 0.400000 0.400000 +2093.700684 0.000000 2566.337891 0.000000 0.753263 0.000000 0.657720 0.400000 0.400000 0.400000 +2153.448730 0.000000 2521.667480 0.000000 0.936026 0.000000 -0.351930 0.400000 0.400000 0.400000 +2133.525879 0.000000 2525.404297 0.000000 0.577839 0.000000 -0.816151 0.400000 0.400000 0.400000 +2096.304199 0.000000 2571.934082 0.000000 0.963819 0.000000 -0.266556 0.400000 0.400000 0.400000 +2157.387695 0.000000 2524.130371 0.000000 0.195704 0.000000 -0.980663 0.400000 0.400000 0.400000 +2090.932617 0.000000 2564.389404 0.000000 0.253900 0.000000 -0.967230 0.400000 0.400000 0.400000 +2141.177734 0.000000 2532.700439 0.000000 0.745557 0.000000 -0.666441 0.400000 0.400000 0.400000 +2138.551270 0.000000 2530.548096 0.000000 0.994213 0.000000 0.107424 0.400000 0.400000 0.400000 +2102.589355 0.000000 2559.507812 0.000000 0.328181 0.000000 0.944615 0.400000 0.400000 0.400000 +2090.708496 0.000000 2545.667480 0.000000 0.940272 0.000000 0.340423 0.400000 0.400000 0.400000 +2132.132568 0.000000 2519.514160 0.000000 0.899849 0.000000 -0.436202 0.400000 0.400000 0.400000 +2103.038330 0.000000 2563.274658 0.000000 0.482314 0.000000 0.875999 0.400000 0.400000 0.400000 +2221.700928 0.000000 2448.314941 0.000000 0.901489 0.000000 0.432801 0.400000 0.400000 0.400000 +2208.124268 0.000000 2456.409424 0.000000 0.982970 0.000000 -0.183765 0.400000 0.400000 0.400000 +2199.698486 0.000000 2448.102051 0.000000 0.915901 0.000000 0.401404 0.400000 0.400000 0.400000 +2215.744629 0.000000 2462.636475 0.000000 0.661649 0.000000 -0.749813 0.400000 0.400000 0.400000 +2222.059326 0.000000 2470.561279 0.000000 0.998680 0.000000 0.051358 0.400000 0.400000 0.400000 +2226.888672 0.000000 2454.643555 0.000000 0.268074 0.000000 -0.963398 0.400000 0.400000 0.400000 +2228.874756 0.000000 2470.896240 0.000000 0.986933 0.000000 -0.161128 0.400000 0.400000 0.400000 +2201.871094 0.000000 2453.931396 0.000000 0.042231 0.000000 0.999108 0.400000 0.400000 0.400000 +2209.978760 0.000000 2461.710449 0.000000 0.288347 0.000000 -0.957526 0.400000 0.400000 0.400000 +2220.642822 0.000000 2465.222656 0.000000 0.547314 0.000000 0.836927 0.400000 0.400000 0.400000 +2229.532471 0.000000 2459.020264 0.000000 0.929047 0.000000 -0.369961 0.400000 0.400000 0.400000 +2229.270264 0.000000 2465.993408 0.000000 0.971564 0.000000 0.236777 0.400000 0.400000 0.400000 +2230.850586 0.000000 2455.234619 0.000000 0.916463 0.000000 0.400120 0.400000 0.400000 0.400000 +2202.711426 0.000000 2450.297363 0.000000 0.625038 0.000000 0.780594 0.400000 0.400000 0.400000 +2230.480225 0.000000 2462.534180 0.000000 0.512082 0.000000 0.858937 0.400000 0.400000 0.400000 +2218.199463 0.000000 2447.959961 0.000000 0.993303 0.000000 -0.115539 0.400000 0.400000 0.400000 +2229.379883 0.000000 2452.145996 0.000000 0.974997 0.000000 0.222219 0.400000 0.400000 0.400000 +2213.169922 0.000000 2460.716064 0.000000 0.387345 0.000000 -0.921935 0.400000 0.400000 0.400000 +2215.572998 0.000000 2465.804199 0.000000 0.865792 0.000000 -0.500403 0.400000 0.400000 0.400000 +2212.741211 0.000000 2463.933594 0.000000 0.820014 0.000000 0.572344 0.400000 0.400000 0.400000 +2207.684326 0.000000 2459.460693 0.000000 0.064002 0.000000 -0.997950 0.400000 0.400000 0.400000 +2220.149170 0.000000 2468.179688 0.000000 0.312344 0.000000 -0.949969 0.400000 0.400000 0.400000 +2218.156494 0.000000 2466.063965 0.000000 0.361184 0.000000 -0.932495 0.400000 0.400000 0.400000 +2233.447510 0.000000 2465.308105 0.000000 0.899374 0.000000 -0.437179 0.400000 0.400000 0.400000 +2295.478516 0.000000 2506.368896 0.000000 0.993439 0.000000 0.114366 0.400000 0.400000 0.400000 +2273.613770 0.000000 2499.127686 0.000000 0.999135 0.000000 -0.041587 0.400000 0.400000 0.400000 +2289.917236 0.000000 2488.908691 0.000000 0.574415 0.000000 0.818564 0.400000 0.400000 0.400000 +2250.253906 0.000000 2498.498047 0.000000 0.458843 0.000000 0.888517 0.400000 0.400000 0.400000 +2273.774414 0.000000 2484.741699 0.000000 0.902955 0.000000 0.429736 0.400000 0.400000 0.400000 +2266.987305 0.000000 2510.395996 0.000000 0.959839 0.000000 -0.280552 0.400000 0.400000 0.400000 +2283.107422 0.000000 2506.482666 0.000000 0.858075 0.000000 0.513524 0.400000 0.400000 0.400000 +2299.878418 0.000000 2515.781494 0.000000 0.943037 0.000000 0.332689 0.400000 0.400000 0.400000 +2299.773193 0.000000 2496.755859 0.000000 0.896220 0.000000 0.443610 0.400000 0.400000 0.400000 +2288.415283 0.000000 2515.412109 0.000000 0.596704 0.000000 0.802461 0.400000 0.400000 0.400000 +2283.663086 0.000000 2481.541992 0.000000 0.291179 0.000000 -0.956669 0.400000 0.400000 0.400000 +2266.558350 0.000000 2479.261719 0.000000 0.735314 0.000000 0.677727 0.400000 0.400000 0.400000 +2300.687256 0.000000 2488.140869 0.000000 0.138249 0.000000 0.990397 0.400000 0.400000 0.400000 +2253.836426 0.000000 2490.466797 0.000000 0.420852 0.000000 -0.907129 0.400000 0.400000 0.400000 +2291.015869 0.000000 2499.579346 0.000000 0.015894 0.000000 -0.999874 0.400000 0.400000 0.400000 +2263.824951 0.000000 2518.316162 0.000000 0.976921 0.000000 -0.213600 0.400000 0.400000 0.400000 +2266.313477 0.000000 2487.754883 0.000000 0.883701 0.000000 -0.468051 0.400000 0.400000 0.400000 +2266.294434 0.000000 2502.220947 0.000000 0.733980 0.000000 -0.679171 0.400000 0.400000 0.400000 +2276.586670 0.000000 2491.839111 0.000000 0.993937 0.000000 0.109955 0.400000 0.400000 0.400000 +2269.634277 0.000000 2493.447266 0.000000 0.559887 0.000000 0.828569 0.400000 0.400000 0.400000 +2301.696777 0.000000 2504.942383 0.000000 0.991351 0.000000 0.131240 0.400000 0.400000 0.400000 +2295.539307 0.000000 2492.015869 0.000000 0.994600 0.000000 0.103779 0.400000 0.400000 0.400000 +2282.323242 0.000000 2512.969971 0.000000 0.937217 0.000000 0.348748 0.400000 0.400000 0.400000 +2260.675781 0.000000 2510.236328 0.000000 0.251972 0.000000 -0.967735 0.400000 0.400000 0.400000 +2256.581055 0.000000 2497.670898 0.000000 0.701139 0.000000 0.713025 0.400000 0.400000 0.400000 +2294.369385 0.000000 2512.439697 0.000000 0.046452 0.000000 0.998921 0.400000 0.400000 0.400000 +2260.341064 0.000000 2488.791992 0.000000 0.540084 0.000000 0.841611 0.400000 0.400000 0.400000 +2297.349854 0.000000 2483.457520 0.000000 0.792518 0.000000 -0.609848 0.400000 0.400000 0.400000 +2303.037109 0.000000 2510.549072 0.000000 0.766627 0.000000 0.642092 0.400000 0.400000 0.400000 +2286.031250 0.000000 2501.694092 0.000000 0.803194 0.000000 0.595717 0.400000 0.400000 0.400000 +2271.239502 0.000000 2476.280273 0.000000 0.975887 0.000000 -0.218276 0.400000 0.400000 0.400000 +2278.061523 0.000000 2481.394043 0.000000 0.098591 0.000000 0.995128 0.400000 0.400000 0.400000 +2290.112793 0.000000 2494.389893 0.000000 0.644453 0.000000 0.764644 0.400000 0.400000 0.400000 +2262.772461 0.000000 2483.751465 0.000000 0.783793 0.000000 -0.621022 0.400000 0.400000 0.400000 +2270.495850 0.000000 2505.964600 0.000000 0.998622 0.000000 0.052480 0.400000 0.400000 0.400000 +2266.325439 0.000000 2497.188477 0.000000 0.115828 0.000000 0.993269 0.400000 0.400000 0.400000 +2303.296387 0.000000 2500.177002 0.000000 0.936232 0.000000 -0.351382 0.400000 0.400000 0.400000 +2264.010254 0.000000 2506.431152 0.000000 0.975523 0.000000 0.219898 0.400000 0.400000 0.400000 +2260.103271 0.000000 2515.066406 0.000000 0.795896 0.000000 0.605433 0.400000 0.400000 0.400000 +2301.526123 0.000000 2481.108887 0.000000 0.938669 0.000000 -0.344821 0.400000 0.400000 0.400000 +2268.980469 0.000000 2483.761719 0.000000 0.199936 0.000000 0.979809 0.400000 0.400000 0.400000 +2272.273926 0.000000 2489.253418 0.000000 0.700203 0.000000 -0.713944 0.400000 0.400000 0.400000 +2278.348633 0.000000 2486.207031 0.000000 0.106546 0.000000 -0.994308 0.400000 0.400000 0.400000 +2298.340820 0.000000 2509.976807 0.000000 0.165523 0.000000 -0.986206 0.400000 0.400000 0.400000 +2294.508057 0.000000 2487.172852 0.000000 0.730546 0.000000 -0.682863 0.400000 0.400000 0.400000 +2301.857666 0.000000 2492.633545 0.000000 0.944990 0.000000 0.327099 0.400000 0.400000 0.400000 +2273.705566 0.000000 2480.139648 0.000000 0.968241 0.000000 -0.250018 0.400000 0.400000 0.400000 +2295.082520 0.000000 2496.697998 0.000000 0.489590 0.000000 0.871953 0.400000 0.400000 0.400000 +2281.866699 0.000000 2518.082031 0.000000 0.934076 0.000000 -0.357074 0.400000 0.400000 0.400000 +2257.643311 0.000000 2493.076904 0.000000 0.965031 0.000000 0.262134 0.400000 0.400000 0.400000 +2264.056885 0.000000 2513.504883 0.000000 0.768760 0.000000 0.639537 0.400000 0.400000 0.400000 +2252.854492 0.000000 2495.123535 0.000000 0.850456 0.000000 -0.526047 0.400000 0.400000 0.400000 +2265.615723 0.000000 2491.989258 0.000000 0.992517 0.000000 0.122106 0.400000 0.400000 0.400000 +2285.343750 0.000000 2509.948975 0.000000 0.714436 0.000000 -0.699701 0.400000 0.400000 0.400000 +2231.893066 0.000000 2461.518066 0.000000 0.998501 0.000000 0.054737 0.400000 0.400000 0.400000 +2269.721436 0.000000 2500.292480 0.000000 0.831380 0.000000 0.555705 0.400000 0.400000 0.400000 +2271.029053 0.000000 2510.129883 0.000000 0.984430 0.000000 0.175777 0.400000 0.400000 0.400000 +2288.968018 0.000000 2519.442627 0.000000 0.381959 0.000000 -0.924179 0.400000 0.400000 0.400000 +2231.784912 0.000000 2454.988770 0.000000 0.311877 0.000000 0.950122 0.400000 0.400000 0.400000 +2267.986816 0.000000 2519.188965 0.000000 0.477401 0.000000 -0.878685 0.400000 0.400000 0.400000 +2270.017334 0.000000 2480.282715 0.000000 0.324161 0.000000 -0.946002 0.400000 0.400000 0.400000 +2272.429443 0.000000 2502.566406 0.000000 0.311139 0.000000 0.950364 0.400000 0.400000 0.400000 +2266.475586 0.000000 2516.062012 0.000000 0.939205 0.000000 0.343358 0.400000 0.400000 0.400000 +2300.261475 0.000000 2501.834473 0.000000 0.930471 0.000000 0.366366 0.400000 0.400000 0.400000 +2279.657471 0.000000 2478.335693 0.000000 0.857646 0.000000 -0.514241 0.400000 0.400000 0.400000 +2269.040039 0.000000 2513.177734 0.000000 0.842451 0.000000 0.538773 0.400000 0.400000 0.400000 +2285.623047 0.000000 2513.424072 0.000000 0.887482 0.000000 -0.460842 0.400000 0.400000 0.400000 +2298.299072 0.000000 2504.537354 0.000000 0.164105 0.000000 -0.986443 0.400000 0.400000 0.400000 +2298.629150 0.000000 2490.918457 0.000000 0.858337 0.000000 -0.513087 0.400000 0.400000 0.400000 +2297.632324 0.000000 2513.202148 0.000000 0.805273 0.000000 0.592904 0.400000 0.400000 0.400000 +2267.217285 0.000000 2507.055664 0.000000 0.856192 0.000000 -0.516657 0.400000 0.400000 0.400000 +2270.062012 0.000000 2486.865967 0.000000 0.352681 0.000000 -0.935744 0.400000 0.400000 0.400000 +2294.224365 0.000000 2483.926025 0.000000 0.930039 0.000000 0.367461 0.400000 0.400000 0.400000 +2260.474854 0.000000 2491.886475 0.000000 0.884585 0.000000 -0.466379 0.400000 0.400000 0.400000 +2294.746826 0.000000 2515.309326 0.000000 0.897280 0.000000 -0.441462 0.400000 0.400000 0.400000 +2275.404541 0.000000 2482.429443 0.000000 0.963737 0.000000 -0.266854 0.400000 0.400000 0.400000 +2291.657471 0.000000 2496.805176 0.000000 0.569792 0.000000 0.821789 0.400000 0.400000 0.400000 +2303.344482 0.000000 2513.303955 0.000000 0.946792 0.000000 0.321845 0.400000 0.400000 0.400000 +2303.645996 0.000000 2488.372803 0.000000 0.593898 0.000000 0.804541 0.400000 0.400000 0.400000 +2284.928467 0.000000 2504.241211 0.000000 0.409123 0.000000 -0.912479 0.400000 0.400000 0.400000 +2273.953857 0.000000 2487.402588 0.000000 0.955669 0.000000 0.294444 0.400000 0.400000 0.400000 +2159.900879 0.000000 2533.502441 0.000000 0.213692 0.000000 -0.976901 0.400000 0.400000 0.400000 +2159.792725 0.000000 2526.973145 0.000000 0.561067 0.000000 0.827771 0.400000 0.400000 0.400000 +2286.071045 0.000000 2544.140381 0.000000 0.335187 0.000000 0.942152 0.400000 0.400000 0.400000 +2263.670654 0.000000 2528.076660 0.000000 0.664397 0.000000 0.747380 0.400000 0.400000 0.400000 +2293.693115 0.000000 2520.299316 0.000000 0.115012 0.000000 0.993364 0.400000 0.400000 0.400000 +2242.642090 0.000000 2530.979980 0.000000 0.532816 0.000000 -0.846231 0.400000 0.400000 0.400000 +2256.028809 0.000000 2519.851807 0.000000 0.521281 0.000000 -0.853385 0.400000 0.400000 0.400000 +2253.851318 0.000000 2529.605225 0.000000 0.888678 0.000000 0.458532 0.400000 0.400000 0.400000 +2278.492432 0.000000 2537.917725 0.000000 0.186067 0.000000 0.982537 0.400000 0.400000 0.400000 +2294.051514 0.000000 2542.545654 0.000000 0.271662 0.000000 -0.962393 0.400000 0.400000 0.400000 +2298.880859 0.000000 2526.627930 0.000000 0.984244 0.000000 -0.176815 0.400000 0.400000 0.400000 +2291.252930 0.000000 2527.669922 0.000000 0.596849 0.000000 0.802354 0.400000 0.400000 0.400000 +2264.950439 0.000000 2521.392822 0.000000 0.506187 0.000000 -0.862423 0.400000 0.400000 0.400000 +2300.866943 0.000000 2542.880615 0.000000 0.946435 0.000000 0.322894 0.400000 0.400000 0.400000 +2278.372314 0.000000 2521.783691 0.000000 0.997697 0.000000 0.067828 0.400000 0.400000 0.400000 +2301.111816 0.000000 2520.360352 0.000000 0.241402 0.000000 0.970425 0.400000 0.400000 0.400000 +2290.766357 0.000000 2547.694580 0.000000 0.016675 0.000000 0.999861 0.400000 0.400000 0.400000 +2248.339355 0.000000 2532.014648 0.000000 0.688157 0.000000 -0.725561 0.400000 0.400000 0.400000 +2280.366455 0.000000 2543.956299 0.000000 0.813375 0.000000 -0.581739 0.400000 0.400000 0.400000 +2272.583008 0.000000 2538.072754 0.000000 0.825473 0.000000 -0.564441 0.400000 0.400000 0.400000 +2259.083008 0.000000 2530.617920 0.000000 0.915947 0.000000 -0.401299 0.400000 0.400000 0.400000 +2301.524658 0.000000 2531.004639 0.000000 0.630045 0.000000 -0.776558 0.400000 0.400000 0.400000 +2282.856445 0.000000 2548.558105 0.000000 0.608434 0.000000 0.793605 0.400000 0.400000 0.400000 +2252.428955 0.000000 2534.425537 0.000000 0.160250 0.000000 -0.987076 0.400000 0.400000 0.400000 +2289.380127 0.000000 2523.333496 0.000000 0.730041 0.000000 -0.683403 0.400000 0.400000 0.400000 +2294.651367 0.000000 2524.576904 0.000000 0.622358 0.000000 0.782733 0.400000 0.400000 0.400000 +2297.410889 0.000000 2545.262451 0.000000 0.109769 0.000000 0.993957 0.400000 0.400000 0.400000 +2302.842773 0.000000 2527.218994 0.000000 0.296261 0.000000 -0.955107 0.400000 0.400000 0.400000 +2295.329102 0.000000 2528.670654 0.000000 0.004559 0.000000 -0.999990 0.400000 0.400000 0.400000 +2275.491211 0.000000 2529.421631 0.000000 0.790783 0.000000 0.612097 0.400000 0.400000 0.400000 +2281.613525 0.000000 2519.625732 0.000000 0.309617 0.000000 0.950861 0.400000 0.400000 0.400000 +2262.162109 0.000000 2524.569092 0.000000 0.996813 0.000000 0.079772 0.400000 0.400000 0.400000 +2277.510254 0.000000 2525.404297 0.000000 0.481343 0.000000 0.876532 0.400000 0.400000 0.400000 +2248.807617 0.000000 2535.911865 0.000000 0.196342 0.000000 0.980536 0.400000 0.400000 0.400000 +2286.365967 0.000000 2547.755127 0.000000 0.356381 0.000000 -0.934341 0.400000 0.400000 0.400000 +2301.372070 0.000000 2524.130371 0.000000 0.750244 0.000000 -0.661161 0.400000 0.400000 0.400000 +2298.111084 0.000000 2531.325684 0.000000 0.932366 0.000000 -0.361515 0.400000 0.400000 0.400000 +2245.121338 0.000000 2533.273926 0.000000 0.688106 0.000000 0.725610 0.400000 0.400000 0.400000 +2252.840576 0.000000 2526.251953 0.000000 0.852767 0.000000 0.522291 0.400000 0.400000 0.400000 +2280.028320 0.000000 2547.148193 0.000000 0.903286 0.000000 -0.429040 0.400000 0.400000 0.400000 +2278.082764 0.000000 2541.888916 0.000000 0.980339 0.000000 -0.197323 0.400000 0.400000 0.400000 +2257.700684 0.000000 2522.508057 0.000000 0.946139 0.000000 -0.323760 0.400000 0.400000 0.400000 +1823.391724 0.000000 2729.850830 0.000000 0.895579 0.000000 -0.444903 0.400000 0.400000 0.400000 +1854.117920 0.000000 2688.109131 0.000000 0.420806 0.000000 -0.907151 0.400000 0.400000 0.400000 +1863.525513 0.000000 2722.322021 0.000000 0.646369 0.000000 0.763025 0.400000 0.400000 0.400000 +1841.660645 0.000000 2715.080811 0.000000 0.364235 0.000000 -0.931307 0.400000 0.400000 0.400000 +1841.821289 0.000000 2700.694824 0.000000 0.950477 0.000000 0.310795 0.400000 0.400000 0.400000 +1830.145874 0.000000 2710.454346 0.000000 0.926322 0.000000 0.376732 0.400000 0.400000 0.400000 +1835.034180 0.000000 2726.349121 0.000000 0.536111 0.000000 0.844148 0.400000 0.400000 0.400000 +1851.154297 0.000000 2722.435791 0.000000 0.913154 0.000000 -0.407615 0.400000 0.400000 0.400000 +1867.925293 0.000000 2731.734619 0.000000 0.925443 0.000000 -0.378887 0.400000 0.400000 0.400000 +1851.709961 0.000000 2697.495117 0.000000 0.709037 0.000000 -0.705171 0.400000 0.400000 0.400000 +1814.910889 0.000000 2726.927734 0.000000 0.385892 0.000000 0.922544 0.400000 0.400000 0.400000 +1844.723633 0.000000 2692.204590 0.000000 0.678995 0.000000 0.734143 0.400000 0.400000 0.400000 +1868.734131 0.000000 2704.093994 0.000000 0.933623 0.000000 0.358256 0.400000 0.400000 0.400000 +1859.062866 0.000000 2715.532471 0.000000 0.747371 0.000000 -0.664407 0.400000 0.400000 0.400000 +1862.098389 0.000000 2686.514404 0.000000 0.625834 0.000000 -0.779956 0.400000 0.400000 0.400000 +1844.633423 0.000000 2707.792236 0.000000 0.751087 0.000000 -0.660203 0.400000 0.400000 0.400000 +1850.672729 0.000000 2704.361328 0.000000 0.746573 0.000000 0.665303 0.400000 0.400000 0.400000 +1868.913818 0.000000 2686.849365 0.000000 0.961091 0.000000 0.276233 0.400000 0.400000 0.400000 +1857.377808 0.000000 2724.809814 0.000000 0.845830 0.000000 0.533452 0.400000 0.400000 0.400000 +1837.681152 0.000000 2709.400391 0.000000 0.192626 0.000000 0.981272 0.400000 0.400000 0.400000 +1869.743530 0.000000 2720.895508 0.000000 0.051664 0.000000 -0.998665 0.400000 0.400000 0.400000 +1811.461670 0.000000 2732.833984 0.000000 0.980402 0.000000 0.197006 0.400000 0.400000 0.400000 +1863.586060 0.000000 2707.968994 0.000000 0.896001 0.000000 -0.444051 0.400000 0.400000 0.400000 +1838.337036 0.000000 2732.221436 0.000000 0.747898 0.000000 -0.663813 0.400000 0.400000 0.400000 +1818.223633 0.000000 2733.333252 0.000000 0.798374 0.000000 0.602162 0.400000 0.400000 0.400000 +1858.813232 0.000000 2691.663330 0.000000 0.586095 0.000000 -0.810243 0.400000 0.400000 0.400000 +1871.083984 0.000000 2726.502197 0.000000 0.179388 0.000000 -0.983778 0.400000 0.400000 0.400000 +1846.108398 0.000000 2697.347168 0.000000 0.055625 0.000000 -0.998452 0.400000 0.400000 0.400000 +1850.903442 0.000000 2692.526855 0.000000 0.303900 0.000000 0.952704 0.400000 0.400000 0.400000 +1855.943970 0.000000 2700.194824 0.000000 0.985187 0.000000 -0.171485 0.400000 0.400000 0.400000 +1837.027344 0.000000 2699.714844 0.000000 0.961298 0.000000 0.275510 0.400000 0.400000 0.400000 +1840.320801 0.000000 2705.206543 0.000000 0.402641 0.000000 0.915358 0.400000 0.400000 0.400000 +1846.395508 0.000000 2702.160156 0.000000 0.977461 0.000000 0.211114 0.400000 0.400000 0.400000 +1866.387695 0.000000 2725.929932 0.000000 0.757479 0.000000 -0.652859 0.400000 0.400000 0.400000 +1858.877808 0.000000 2720.287354 0.000000 0.481811 0.000000 0.876275 0.400000 0.400000 0.400000 +1841.752441 0.000000 2696.092773 0.000000 0.591598 0.000000 0.806233 0.400000 0.400000 0.400000 +1863.129395 0.000000 2712.651123 0.000000 0.939193 0.000000 0.343389 0.400000 0.400000 0.400000 +1855.716919 0.000000 2695.354492 0.000000 0.489675 0.000000 0.871905 0.400000 0.400000 0.400000 +1819.353516 0.000000 2727.904297 0.000000 0.793800 0.000000 -0.608178 0.400000 0.400000 0.400000 +1825.098755 0.000000 2733.969727 0.000000 0.445132 0.000000 -0.895465 0.400000 0.400000 0.400000 +1832.103760 0.000000 2729.458008 0.000000 0.556584 0.000000 -0.830791 0.400000 0.400000 0.400000 +1833.662720 0.000000 2707.942383 0.000000 0.972997 0.000000 0.230819 0.400000 0.400000 0.400000 +1865.457642 0.000000 2689.231201 0.000000 0.946152 0.000000 0.323723 0.400000 0.400000 0.400000 +1853.390625 0.000000 2725.902100 0.000000 0.621620 0.000000 0.783319 0.400000 0.400000 0.400000 +1815.128174 0.000000 2730.946533 0.000000 0.999045 0.000000 0.043688 0.400000 0.400000 0.400000 +1855.239746 0.000000 2721.424805 0.000000 0.912305 0.000000 -0.409512 0.400000 0.400000 0.400000 +1836.033569 0.000000 2735.142090 0.000000 0.754348 0.000000 0.656475 0.400000 0.400000 0.400000 +1854.412964 0.000000 2691.723877 0.000000 0.909107 0.000000 0.416563 0.400000 0.400000 0.400000 +1861.939575 0.000000 2690.176758 0.000000 0.918673 0.000000 0.395019 0.400000 0.400000 0.400000 +1847.704346 0.000000 2694.288818 0.000000 0.297265 0.000000 0.954795 0.400000 0.400000 0.400000 +1836.868286 0.000000 2706.080566 0.000000 0.327467 0.000000 0.944862 0.400000 0.400000 0.400000 +1866.345947 0.000000 2720.490479 0.000000 0.998043 0.000000 0.062532 0.400000 0.400000 0.400000 +1866.676147 0.000000 2706.871582 0.000000 0.581480 0.000000 -0.813561 0.400000 0.400000 0.400000 +1847.524414 0.000000 2705.423828 0.000000 0.985926 0.000000 0.167183 0.400000 0.400000 0.400000 +1844.164551 0.000000 2704.549561 0.000000 0.980664 0.000000 0.195700 0.400000 0.400000 0.400000 +1831.635742 0.000000 2705.420898 0.000000 0.881331 0.000000 -0.472500 0.400000 0.400000 0.400000 +1815.216187 0.000000 2734.146240 0.000000 0.980935 0.000000 0.194336 0.400000 0.400000 0.400000 +1852.897461 0.000000 2700.679932 0.000000 0.675364 0.000000 0.737484 0.400000 0.400000 0.400000 +1858.530762 0.000000 2694.582520 0.000000 0.992638 0.000000 -0.121122 0.400000 0.400000 0.400000 +1844.319214 0.000000 2694.991455 0.000000 0.428839 0.000000 -0.903381 0.400000 0.400000 0.400000 +1857.288818 0.000000 2697.780029 0.000000 0.983993 0.000000 -0.178208 0.400000 0.400000 0.400000 +1854.389160 0.000000 2697.821289 0.000000 0.881111 0.000000 -0.472909 0.400000 0.400000 0.400000 +1856.590332 0.000000 2692.877686 0.000000 0.695818 0.000000 -0.718219 0.400000 0.400000 0.400000 +1842.000732 0.000000 2703.355713 0.000000 0.989836 0.000000 0.142217 0.400000 0.400000 0.400000 +1831.040894 0.000000 2707.818115 0.000000 0.945554 0.000000 -0.325465 0.400000 0.400000 0.400000 +1907.026367 0.000000 2654.364746 0.000000 0.403446 0.000000 0.915004 0.400000 0.400000 0.400000 +1923.146484 0.000000 2650.451416 0.000000 0.964443 0.000000 -0.264292 0.400000 0.400000 0.400000 +1939.917480 0.000000 2659.750244 0.000000 0.147336 0.000000 -0.989086 0.400000 0.400000 0.400000 +1923.422607 0.000000 2640.152100 0.000000 0.357151 0.000000 -0.934047 0.400000 0.400000 0.400000 +1903.864014 0.000000 2662.284912 0.000000 0.997736 0.000000 -0.067248 0.400000 0.400000 0.400000 +1915.618408 0.000000 2650.376221 0.000000 0.792473 0.000000 0.609908 0.400000 0.400000 0.400000 +1926.070190 0.000000 2645.662842 0.000000 0.802004 0.000000 0.597318 0.400000 0.400000 0.400000 +1900.142334 0.000000 2659.035156 0.000000 0.935782 0.000000 0.352580 0.400000 0.400000 0.400000 +1938.379883 0.000000 2653.945557 0.000000 0.995016 0.000000 -0.099718 0.400000 0.400000 0.400000 +1932.535034 0.000000 2661.263916 0.000000 0.512234 0.000000 -0.858846 0.400000 0.400000 0.400000 +1904.095947 0.000000 2657.473633 0.000000 0.229324 0.000000 0.973350 0.400000 0.400000 0.400000 +1927.404663 0.000000 2641.507812 0.000000 0.694549 0.000000 0.719446 0.400000 0.400000 0.400000 +1911.067993 0.000000 2654.098633 0.000000 0.917416 0.000000 -0.397929 0.400000 0.400000 0.400000 +1936.507202 0.000000 2661.565674 0.000000 0.924524 0.000000 -0.381124 0.400000 0.400000 0.400000 +1919.449341 0.000000 2649.404297 0.000000 0.342882 0.000000 -0.939378 0.400000 0.400000 0.400000 +1922.754150 0.000000 2647.057373 0.000000 0.057531 0.000000 0.998344 0.400000 0.400000 0.400000 +1909.079224 0.000000 2657.146484 0.000000 0.021304 0.000000 0.999773 0.400000 0.400000 0.400000 +1945.478760 0.000000 2609.276855 0.000000 0.128893 0.000000 -0.991658 0.400000 0.400000 0.400000 +1998.102295 0.000000 2616.124756 0.000000 0.456726 0.000000 0.889607 0.400000 0.400000 0.400000 +2007.509888 0.000000 2650.337646 0.000000 0.662898 0.000000 -0.748710 0.400000 0.400000 0.400000 +1969.634521 0.000000 2626.799561 0.000000 0.957585 0.000000 -0.288151 0.400000 0.400000 0.400000 +1985.645020 0.000000 2643.096436 0.000000 0.783811 0.000000 0.620999 0.400000 0.400000 0.400000 +2001.948486 0.000000 2632.877441 0.000000 0.414313 0.000000 -0.910134 0.400000 0.400000 0.400000 +1989.151001 0.000000 2661.123047 0.000000 0.022791 0.000000 -0.999740 0.400000 0.400000 0.400000 +1952.976807 0.000000 2624.428467 0.000000 0.990521 0.000000 0.137363 0.400000 0.400000 0.400000 +1962.285278 0.000000 2642.466797 0.000000 0.273924 0.000000 -0.961751 0.400000 0.400000 0.400000 +1985.805664 0.000000 2628.710449 0.000000 0.573184 0.000000 0.819427 0.400000 0.400000 0.400000 +1979.018555 0.000000 2654.364746 0.000000 0.521414 0.000000 0.853304 0.400000 0.400000 0.400000 +1995.138672 0.000000 2650.451416 0.000000 0.879352 0.000000 0.476172 0.400000 0.400000 0.400000 +2000.446533 0.000000 2659.380859 0.000000 0.565899 0.000000 0.824474 0.400000 0.400000 0.400000 +1953.420410 0.000000 2647.540771 0.000000 0.875027 0.000000 -0.484075 0.400000 0.400000 0.400000 +1970.419067 0.000000 2648.156494 0.000000 0.726742 0.000000 0.686910 0.400000 0.400000 0.400000 +1995.414795 0.000000 2640.152100 0.000000 0.868788 0.000000 -0.495184 0.400000 0.400000 0.400000 +1999.768066 0.000000 2606.605225 0.000000 0.411848 0.000000 -0.911253 0.400000 0.400000 0.400000 +1995.694336 0.000000 2625.510742 0.000000 0.963581 0.000000 0.267416 0.400000 0.400000 0.400000 +1953.690186 0.000000 2614.307617 0.000000 0.738800 0.000000 -0.673925 0.400000 0.400000 0.400000 +1944.352417 0.000000 2648.945312 0.000000 0.639667 0.000000 0.768652 0.400000 0.400000 0.400000 +1978.589478 0.000000 2623.230469 0.000000 0.319131 0.000000 -0.947711 0.400000 0.400000 0.400000 +1965.867676 0.000000 2634.435547 0.000000 0.005527 0.000000 0.999985 0.400000 0.400000 0.400000 +2003.047241 0.000000 2643.548096 0.000000 0.468736 0.000000 -0.883338 0.400000 0.400000 0.400000 +2006.082764 0.000000 2614.530029 0.000000 0.587341 0.000000 0.809340 0.400000 0.400000 0.400000 +1975.856201 0.000000 2662.284912 0.000000 0.974369 0.000000 0.224957 0.400000 0.400000 0.400000 +1978.325684 0.000000 2646.189697 0.000000 0.995995 0.000000 -0.089412 0.400000 0.400000 0.400000 +1953.078125 0.000000 2640.367920 0.000000 0.075298 0.000000 0.997161 0.400000 0.400000 0.400000 +2012.898193 0.000000 2614.864990 0.000000 0.179004 0.000000 -0.983848 0.400000 0.400000 0.400000 +1964.130737 0.000000 2650.438965 0.000000 0.774561 0.000000 0.632499 0.400000 0.400000 0.400000 +1949.698364 0.000000 2634.225098 0.000000 0.681442 0.000000 -0.731872 0.400000 0.400000 0.400000 +1994.354370 0.000000 2656.938721 0.000000 0.243009 0.000000 0.970024 0.400000 0.400000 0.400000 +2006.400635 0.000000 2656.408447 0.000000 0.499195 0.000000 -0.866490 0.400000 0.400000 0.400000 +1950.063477 0.000000 2663.369873 0.000000 0.967378 0.000000 -0.253339 0.400000 0.400000 0.400000 +2002.797607 0.000000 2619.678955 0.000000 0.615420 0.000000 -0.788200 0.400000 0.400000 0.400000 +1956.357300 0.000000 2619.643555 0.000000 0.441396 0.000000 0.897312 0.400000 0.400000 0.400000 +1951.466064 0.000000 2608.204834 0.000000 0.451357 0.000000 -0.892344 0.400000 0.400000 0.400000 +1949.314331 0.000000 2651.537598 0.000000 0.689249 0.000000 -0.724524 0.400000 0.400000 0.400000 +1959.520752 0.000000 2647.305908 0.000000 0.979116 0.000000 0.203302 0.400000 0.400000 0.400000 +1952.976440 0.000000 2629.895020 0.000000 0.998883 0.000000 0.047246 0.400000 0.400000 0.400000 +1983.270874 0.000000 2620.249023 0.000000 0.607744 0.000000 -0.794133 0.400000 0.400000 0.400000 +1987.086548 0.000000 2614.696045 0.000000 0.901622 0.000000 0.432526 0.400000 0.400000 0.400000 +1974.803711 0.000000 2627.720215 0.000000 0.775378 0.000000 0.631497 0.400000 0.400000 0.400000 +1990.318237 0.000000 2640.403076 0.000000 0.649297 0.000000 -0.760535 0.400000 0.400000 0.400000 +1957.354858 0.000000 2642.799805 0.000000 0.094283 0.000000 -0.995545 0.400000 0.400000 0.400000 +1976.041382 0.000000 2650.399902 0.000000 0.148227 0.000000 0.988953 0.400000 0.400000 0.400000 +1972.134521 0.000000 2659.035156 0.000000 0.957784 0.000000 -0.287490 0.400000 0.400000 0.400000 +2010.372070 0.000000 2653.945557 0.000000 0.594184 0.000000 -0.804329 0.400000 0.400000 0.400000 +1965.781250 0.000000 2629.831787 0.000000 0.957192 0.000000 -0.289453 0.400000 0.400000 0.400000 +1997.985229 0.000000 2635.818604 0.000000 0.255866 0.000000 0.966712 0.400000 0.400000 0.400000 +1965.107056 0.000000 2625.011719 0.000000 0.418040 0.000000 0.908428 0.400000 0.400000 0.400000 +1999.701294 0.000000 2623.370117 0.000000 0.712830 0.000000 0.701337 0.400000 0.400000 0.400000 +1976.088135 0.000000 2657.473633 0.000000 0.622063 0.000000 -0.782967 0.400000 0.400000 0.400000 +1948.757812 0.000000 2628.583008 0.000000 0.664557 0.000000 0.747238 0.400000 0.400000 0.400000 +1997.375000 0.000000 2653.917725 0.000000 0.741781 0.000000 0.670642 0.400000 0.400000 0.400000 +1981.752686 0.000000 2644.261230 0.000000 0.866845 0.000000 -0.498577 0.400000 0.400000 0.400000 +2000.999146 0.000000 2663.411377 0.000000 0.756834 0.000000 -0.653607 0.400000 0.400000 0.400000 +1999.224121 0.000000 2649.440430 0.000000 0.118028 0.000000 0.993010 0.400000 0.400000 0.400000 +1952.319702 0.000000 2643.918457 0.000000 0.965011 0.000000 -0.262210 0.400000 0.400000 0.400000 +1993.699585 0.000000 2628.645020 0.000000 0.014979 0.000000 0.999888 0.400000 0.400000 0.400000 +1954.079224 0.000000 2610.786133 0.000000 0.193247 0.000000 0.981150 0.400000 0.400000 0.400000 +1998.397339 0.000000 2619.739502 0.000000 0.727460 0.000000 -0.686150 0.400000 0.400000 0.400000 +1992.962402 0.000000 2612.449951 0.000000 0.845017 0.000000 -0.534739 0.400000 0.400000 0.400000 +2002.702759 0.000000 2656.481934 0.000000 0.973938 0.000000 0.226813 0.400000 0.400000 0.400000 +1949.873901 0.000000 2648.019043 0.000000 0.791591 0.000000 -0.611051 0.400000 0.400000 0.400000 +1962.926758 0.000000 2647.219482 0.000000 0.640082 0.000000 -0.768307 0.400000 0.400000 0.400000 +1967.176514 0.000000 2649.003174 0.000000 0.081055 0.000000 0.996710 0.400000 0.400000 0.400000 +1986.112061 0.000000 2617.986572 0.000000 0.799047 0.000000 -0.601269 0.400000 0.400000 0.400000 +1971.722412 0.000000 2629.318848 0.000000 0.534666 0.000000 -0.845064 0.400000 0.400000 0.400000 +1997.193359 0.000000 2604.684814 0.000000 0.496000 0.000000 -0.868322 0.400000 0.400000 0.400000 +1945.627441 0.000000 2651.873779 0.000000 0.638786 0.000000 -0.769385 0.400000 0.400000 0.400000 +1956.407959 0.000000 2616.478027 0.000000 0.929835 0.000000 -0.367978 0.400000 0.400000 0.400000 +1955.620972 0.000000 2622.754883 0.000000 0.797971 0.000000 -0.602696 0.400000 0.400000 0.400000 +1948.551025 0.000000 2609.319092 0.000000 0.965076 0.000000 -0.261970 0.400000 0.400000 0.400000 +1996.764771 0.000000 2607.902344 0.000000 0.123167 0.000000 -0.992386 0.400000 0.400000 0.400000 +1950.252319 0.000000 2631.241943 0.000000 0.440676 0.000000 0.897666 0.400000 0.400000 0.400000 +1959.863525 0.000000 2644.360840 0.000000 0.756672 0.000000 0.653794 0.400000 0.400000 0.400000 +1992.514404 0.000000 2659.487793 0.000000 0.038776 0.000000 -0.999248 0.400000 0.400000 0.400000 +1972.827637 0.000000 2662.427246 0.000000 0.883250 0.000000 -0.468902 0.400000 0.400000 0.400000 +1996.773560 0.000000 2622.739014 0.000000 0.065292 0.000000 0.997866 0.400000 0.400000 0.400000 +1981.533569 0.000000 2647.217041 0.000000 0.494400 0.000000 -0.869234 0.400000 0.400000 0.400000 +2000.909302 0.000000 2635.539062 0.000000 0.997035 0.000000 -0.076949 0.400000 0.400000 0.400000 +1964.252319 0.000000 2632.165527 0.000000 0.193610 0.000000 -0.981079 0.400000 0.400000 0.400000 +2005.827026 0.000000 2643.220215 0.000000 0.976772 0.000000 0.214281 0.400000 0.400000 0.400000 +1980.684448 0.000000 2621.447510 0.000000 0.809932 0.000000 -0.586524 0.400000 0.400000 0.400000 +1966.849854 0.000000 2627.112305 0.000000 0.970168 0.000000 0.242435 0.400000 0.400000 0.400000 +1897.642334 0.000000 2698.783936 0.000000 0.893743 0.000000 -0.448579 0.400000 0.400000 0.400000 +1903.709717 0.000000 2672.045410 0.000000 1.000000 0.000000 0.000969 0.400000 0.400000 0.400000 +1933.732300 0.000000 2664.268066 0.000000 0.958087 0.000000 0.286479 0.400000 0.400000 0.400000 +1929.956299 0.000000 2704.861816 0.000000 0.975217 0.000000 0.221253 0.400000 0.400000 0.400000 +1878.053589 0.000000 2729.299072 0.000000 0.871735 0.000000 -0.489977 0.400000 0.400000 0.400000 +1880.984619 0.000000 2696.412842 0.000000 0.920553 0.000000 0.390618 0.400000 0.400000 0.400000 +1890.293091 0.000000 2714.451172 0.000000 0.613849 0.000000 -0.789424 0.400000 0.400000 0.400000 +1920.155518 0.000000 2672.362549 0.000000 0.912387 0.000000 -0.409330 0.400000 0.400000 0.400000 +1937.509521 0.000000 2678.638428 0.000000 0.296444 0.000000 0.955050 0.400000 0.400000 0.400000 +1923.146484 0.000000 2722.435791 0.000000 0.999955 0.000000 -0.009485 0.400000 0.400000 0.400000 +1896.067871 0.000000 2663.820557 0.000000 0.939249 0.000000 0.343237 0.400000 0.400000 0.400000 +1881.428223 0.000000 2719.525146 0.000000 0.090679 0.000000 0.995880 0.400000 0.400000 0.400000 +1872.056030 0.000000 2691.411377 0.000000 0.464261 0.000000 -0.885699 0.400000 0.400000 0.400000 +1872.599731 0.000000 2701.859375 0.000000 0.429355 0.000000 -0.903136 0.400000 0.400000 0.400000 +1893.890259 0.000000 2673.573975 0.000000 0.206403 0.000000 0.978467 0.400000 0.400000 0.400000 +1881.697998 0.000000 2686.291992 0.000000 0.416959 0.000000 -0.908925 0.400000 0.400000 0.400000 +1872.360229 0.000000 2720.929688 0.000000 0.944474 0.000000 0.328586 0.400000 0.400000 0.400000 +1893.875488 0.000000 2706.419922 0.000000 0.580791 0.000000 0.814053 0.400000 0.400000 0.400000 +1934.090576 0.000000 2686.514404 0.000000 0.980004 0.000000 0.198976 0.400000 0.400000 0.400000 +1932.006714 0.000000 2697.423828 0.000000 0.932173 0.000000 -0.362014 0.400000 0.400000 0.400000 +1889.328125 0.000000 2700.490479 0.000000 0.276059 0.000000 0.961141 0.400000 0.400000 0.400000 +1881.085938 0.000000 2712.352295 0.000000 0.967120 0.000000 0.254320 0.400000 0.400000 0.400000 +1904.989380 0.000000 2665.361572 0.000000 0.552434 0.000000 -0.833556 0.400000 0.400000 0.400000 +1871.911377 0.000000 2732.129395 0.000000 0.817204 0.000000 -0.576348 0.400000 0.400000 0.400000 +1929.369995 0.000000 2724.809814 0.000000 0.147579 0.000000 -0.989050 0.400000 0.400000 0.400000 +1883.453857 0.000000 2732.833984 0.000000 0.189032 0.000000 -0.981971 0.400000 0.400000 0.400000 +1885.136475 0.000000 2680.779785 0.000000 0.829701 0.000000 0.558209 0.400000 0.400000 0.400000 +1898.213379 0.000000 2669.388184 0.000000 0.278001 0.000000 0.960581 0.400000 0.400000 0.400000 +1930.805420 0.000000 2691.663330 0.000000 0.855374 0.000000 -0.518010 0.400000 0.400000 0.400000 +1884.365112 0.000000 2691.627930 0.000000 0.409636 0.000000 -0.912249 0.400000 0.400000 0.400000 +1925.631958 0.000000 2673.406006 0.000000 0.592090 0.000000 0.805872 0.400000 0.400000 0.400000 +1876.586426 0.000000 2716.704590 0.000000 0.656338 0.000000 0.754467 0.400000 0.400000 0.400000 +1887.528564 0.000000 2719.290283 0.000000 0.538685 0.000000 0.842507 0.400000 0.400000 0.400000 +1922.010010 0.000000 2677.663574 0.000000 0.977624 0.000000 0.210359 0.400000 0.400000 0.400000 +1926.070190 0.000000 2717.647217 0.000000 0.929643 0.000000 -0.368461 0.400000 0.400000 0.400000 +1874.434692 0.000000 2686.573486 0.000000 0.065084 0.000000 0.997880 0.400000 0.400000 0.400000 +1889.086548 0.000000 2709.165527 0.000000 0.737027 0.000000 0.675863 0.400000 0.400000 0.400000 +1871.834961 0.000000 2707.074463 0.000000 0.510114 0.000000 0.860107 0.400000 0.400000 0.400000 +1941.563721 0.000000 2674.973389 0.000000 0.752354 0.000000 -0.658759 0.400000 0.400000 0.400000 +1882.215332 0.000000 2725.103516 0.000000 0.062464 0.000000 0.998047 0.400000 0.400000 0.400000 +1885.362671 0.000000 2714.784180 0.000000 0.459000 0.000000 0.888436 0.400000 0.400000 0.400000 +1941.301392 0.000000 2681.946533 0.000000 0.398231 0.000000 -0.917285 0.400000 0.400000 0.400000 +1929.419189 0.000000 2667.302246 0.000000 0.551440 0.000000 0.834215 0.400000 0.400000 0.400000 +1893.789062 0.000000 2701.816162 0.000000 0.655748 0.000000 0.754980 0.400000 0.400000 0.400000 +1893.114868 0.000000 2696.996094 0.000000 0.957139 0.000000 0.289629 0.400000 0.400000 0.400000 +1937.163208 0.000000 2683.437744 0.000000 0.845971 0.000000 -0.533229 0.400000 0.400000 0.400000 +1876.765625 0.000000 2700.567383 0.000000 0.095331 0.000000 -0.995446 0.400000 0.400000 0.400000 +1884.847412 0.000000 2710.201660 0.000000 0.999079 0.000000 -0.042905 0.400000 0.400000 0.400000 +1889.552124 0.000000 2704.933838 0.000000 0.825341 0.000000 -0.564634 0.400000 0.400000 0.400000 +1927.404663 0.000000 2713.492188 0.000000 0.613411 0.000000 0.789764 0.400000 0.400000 0.400000 +1934.367554 0.000000 2693.976562 0.000000 0.937299 0.000000 0.348527 0.400000 0.400000 0.400000 +1877.970703 0.000000 2684.035400 0.000000 0.447306 0.000000 0.894381 0.400000 0.400000 0.400000 +1925.382812 0.000000 2725.902100 0.000000 0.048390 0.000000 0.998829 0.400000 0.400000 0.400000 +1885.868774 0.000000 2722.924316 0.000000 0.993387 0.000000 -0.114814 0.400000 0.400000 0.400000 +1894.705811 0.000000 2667.506836 0.000000 0.841598 0.000000 -0.540105 0.400000 0.400000 0.400000 +1881.815918 0.000000 2729.401123 0.000000 0.538848 0.000000 0.842403 0.400000 0.400000 0.400000 +1927.231934 0.000000 2721.424805 0.000000 0.625643 0.000000 -0.780109 0.400000 0.400000 0.400000 +1902.201172 0.000000 2668.537842 0.000000 0.969937 0.000000 -0.243357 0.400000 0.400000 0.400000 +1880.327515 0.000000 2715.902832 0.000000 0.838870 0.000000 0.544332 0.400000 0.400000 0.400000 +1931.328125 0.000000 2701.462646 0.000000 0.965675 0.000000 -0.259754 0.400000 0.400000 0.400000 +1926.986206 0.000000 2669.893311 0.000000 0.836059 0.000000 -0.548639 0.400000 0.400000 0.400000 +1882.087036 0.000000 2682.770508 0.000000 0.280242 0.000000 0.959929 0.400000 0.400000 0.400000 +1879.956421 0.000000 2732.382324 0.000000 0.999973 0.000000 0.007339 0.400000 0.400000 0.400000 +1933.931763 0.000000 2690.176758 0.000000 0.246389 0.000000 0.969171 0.400000 0.400000 0.400000 +1895.846436 0.000000 2676.501465 0.000000 0.900519 0.000000 0.434816 0.400000 0.400000 0.400000 +1922.574829 0.000000 2674.516846 0.000000 0.783905 0.000000 0.620881 0.400000 0.400000 0.400000 +1900.591675 0.000000 2671.650879 0.000000 0.904165 0.000000 -0.427183 0.400000 0.400000 0.400000 +1896.916016 0.000000 2672.336670 0.000000 0.975113 0.000000 -0.221708 0.400000 0.400000 0.400000 +1883.628784 0.000000 2694.739258 0.000000 0.571180 0.000000 0.820825 0.400000 0.400000 0.400000 +1880.280151 0.000000 2722.607910 0.000000 0.954814 0.000000 -0.297204 0.400000 0.400000 0.400000 +1926.494263 0.000000 2710.692139 0.000000 0.965047 0.000000 0.262078 0.400000 0.400000 0.400000 +1897.739746 0.000000 2666.476807 0.000000 0.305722 0.000000 0.952121 0.400000 0.400000 0.400000 +1932.180542 0.000000 2684.132812 0.000000 0.937002 0.000000 0.349323 0.400000 0.400000 0.400000 +1927.850586 0.000000 2727.480469 0.000000 0.935703 0.000000 0.352789 0.400000 0.400000 0.400000 +1928.788696 0.000000 2702.598633 0.000000 0.925547 0.000000 -0.378632 0.400000 0.400000 0.400000 +1975.701904 0.000000 2672.045410 0.000000 0.426359 0.000000 -0.904554 0.400000 0.400000 0.400000 +1992.147705 0.000000 2672.362549 0.000000 0.494058 0.000000 0.869429 0.400000 0.400000 0.400000 +1981.802002 0.000000 2686.948730 0.000000 0.934897 0.000000 -0.354920 0.400000 0.400000 0.400000 +1944.207397 0.000000 2667.127197 0.000000 0.815577 0.000000 0.578648 0.400000 0.400000 0.400000 +1983.721924 0.000000 2664.055176 0.000000 0.668344 0.000000 0.743852 0.400000 0.400000 0.400000 +1954.673218 0.000000 2674.948730 0.000000 0.035736 0.000000 -0.999361 0.400000 0.400000 0.400000 +1971.931152 0.000000 2688.546631 0.000000 0.778868 0.000000 0.627188 0.400000 0.400000 0.400000 +1990.523560 0.000000 2681.886475 0.000000 0.984648 0.000000 0.174551 0.400000 0.400000 0.400000 +1997.283203 0.000000 2665.029053 0.000000 0.290117 0.000000 0.956991 0.400000 0.400000 0.400000 +1946.395630 0.000000 2674.067139 0.000000 0.199179 0.000000 -0.979963 0.400000 0.400000 0.400000 +1990.403564 0.000000 2665.752441 0.000000 0.673352 0.000000 -0.739322 0.400000 0.400000 0.400000 +1957.128662 0.000000 2680.779785 0.000000 0.803573 0.000000 0.595206 0.400000 0.400000 0.400000 +1985.894653 0.000000 2669.884521 0.000000 0.911090 0.000000 0.412208 0.400000 0.400000 0.400000 +1970.205566 0.000000 2669.388184 0.000000 0.773967 0.000000 -0.633226 0.400000 0.400000 0.400000 +1960.370605 0.000000 2675.983398 0.000000 0.387702 0.000000 0.921785 0.400000 0.400000 0.400000 +1956.357300 0.000000 2691.627930 0.000000 0.370617 0.000000 0.928786 0.400000 0.400000 0.400000 +1984.614258 0.000000 2682.041504 0.000000 0.098886 0.000000 -0.995099 0.400000 0.400000 0.400000 +1959.086548 0.000000 2686.804199 0.000000 0.655547 0.000000 -0.755154 0.400000 0.400000 0.400000 +1980.571045 0.000000 2670.223389 0.000000 0.438116 0.000000 0.898918 0.400000 0.400000 0.400000 +1989.053467 0.000000 2676.961914 0.000000 0.467629 0.000000 0.883925 0.400000 0.400000 0.400000 +1972.234863 0.000000 2683.619141 0.000000 0.168771 0.000000 -0.985655 0.400000 0.400000 0.400000 +1977.117920 0.000000 2685.263672 0.000000 0.913118 0.000000 -0.407696 0.400000 0.400000 0.400000 +1948.478394 0.000000 2664.832764 0.000000 0.512943 0.000000 0.858423 0.400000 0.400000 0.400000 +1995.003540 0.000000 2668.964111 0.000000 0.312433 0.000000 0.949940 0.400000 0.400000 0.400000 +1972.429443 0.000000 2665.292725 0.000000 0.490314 0.000000 -0.871546 0.400000 0.400000 0.400000 +1950.524902 0.000000 2675.991455 0.000000 0.221134 0.000000 0.975243 0.400000 0.400000 0.400000 +1947.479370 0.000000 2670.027832 0.000000 0.377535 0.000000 0.925995 0.400000 0.400000 0.400000 +1943.924316 0.000000 2677.471191 0.000000 0.714599 0.000000 0.699534 0.400000 0.400000 0.400000 +1974.533813 0.000000 2676.801758 0.000000 0.256547 0.000000 0.966532 0.400000 0.400000 0.400000 +1952.882935 0.000000 2664.927490 0.000000 0.967763 0.000000 0.251861 0.400000 0.400000 0.400000 +1950.412231 0.000000 2672.304688 0.000000 0.692078 0.000000 0.721823 0.400000 0.400000 0.400000 +1983.142334 0.000000 2667.591309 0.000000 0.798593 0.000000 -0.601871 0.400000 0.400000 0.400000 +1954.079224 0.000000 2682.770508 0.000000 0.992687 0.000000 -0.120713 0.400000 0.400000 0.400000 +1957.835205 0.000000 2673.398438 0.000000 0.070171 0.000000 -0.997535 0.400000 0.400000 0.400000 +1964.871826 0.000000 2670.220703 0.000000 0.505608 0.000000 -0.862763 0.400000 0.400000 0.400000 +1972.818359 0.000000 2679.772949 0.000000 0.928774 0.000000 -0.370646 0.400000 0.400000 0.400000 +1961.756836 0.000000 2697.318848 0.000000 0.007403 0.000000 0.999973 0.400000 0.400000 0.400000 +1954.072266 0.000000 2678.151123 0.000000 0.922310 0.000000 0.386450 0.400000 0.400000 0.400000 +1979.228149 0.000000 2673.088623 0.000000 0.657613 0.000000 -0.753356 0.400000 0.400000 0.400000 +1956.407959 0.000000 2688.462402 0.000000 0.791229 0.000000 -0.611520 0.400000 0.400000 0.400000 +1987.632690 0.000000 2683.502686 0.000000 0.677258 0.000000 -0.735745 0.400000 0.400000 0.400000 +1956.609741 0.000000 2684.567627 0.000000 0.007233 0.000000 0.999974 0.400000 0.400000 0.400000 +1974.985840 0.000000 2687.519287 0.000000 0.853077 0.000000 0.521785 0.400000 0.400000 0.400000 +1988.148071 0.000000 2663.482910 0.000000 0.861025 0.000000 0.508562 0.400000 0.400000 0.400000 +1995.094604 0.000000 2671.770752 0.000000 0.326729 0.000000 0.945118 0.400000 0.400000 0.400000 +1751.399536 0.000000 2801.835205 0.000000 0.907679 0.000000 0.419666 0.400000 0.400000 0.400000 +1791.533325 0.000000 2794.306396 0.000000 0.842528 0.000000 0.538652 0.400000 0.400000 0.400000 +1769.668457 0.000000 2787.065186 0.000000 0.665669 0.000000 0.746247 0.400000 0.400000 0.400000 +1785.971924 0.000000 2776.846191 0.000000 0.999030 0.000000 0.044044 0.400000 0.400000 0.400000 +1734.069214 0.000000 2801.283447 0.000000 0.271239 0.000000 -0.962512 0.400000 0.400000 0.400000 +1773.174438 0.000000 2805.091797 0.000000 0.747371 0.000000 0.664407 0.400000 0.400000 0.400000 +1746.308716 0.000000 2786.435547 0.000000 0.617250 0.000000 -0.786767 0.400000 0.400000 0.400000 +1758.153687 0.000000 2782.438721 0.000000 0.444099 0.000000 0.895978 0.400000 0.400000 0.400000 +1763.041992 0.000000 2798.333496 0.000000 0.994641 0.000000 0.103391 0.400000 0.400000 0.400000 +1784.469971 0.000000 2803.349609 0.000000 0.954661 0.000000 0.297697 0.400000 0.400000 0.400000 +1737.443848 0.000000 2791.509521 0.000000 0.821990 0.000000 0.569501 0.400000 0.400000 0.400000 +1779.438232 0.000000 2784.120850 0.000000 0.961944 0.000000 0.273247 0.400000 0.400000 0.400000 +1742.918701 0.000000 2798.912109 0.000000 0.998573 0.000000 -0.053399 0.400000 0.400000 0.400000 +1787.070679 0.000000 2787.516846 0.000000 0.826987 0.000000 -0.562221 0.400000 0.400000 0.400000 +1772.641235 0.000000 2779.776611 0.000000 0.403740 0.000000 -0.914874 0.400000 0.400000 0.400000 +1771.634033 0.000000 2794.344971 0.000000 0.999300 0.000000 -0.037421 0.400000 0.400000 0.400000 +1727.927002 0.000000 2804.113770 0.000000 0.378781 0.000000 -0.925486 0.400000 0.400000 0.400000 +1785.385620 0.000000 2796.794189 0.000000 0.132356 0.000000 0.991202 0.400000 0.400000 0.400000 +1765.688965 0.000000 2781.384766 0.000000 0.721256 0.000000 0.692669 0.400000 0.400000 0.400000 +1739.469482 0.000000 2804.818359 0.000000 0.842194 0.000000 -0.539175 0.400000 0.400000 0.400000 +1778.377808 0.000000 2800.907471 0.000000 0.969802 0.000000 0.243894 0.400000 0.400000 0.400000 +1766.344849 0.000000 2804.205811 0.000000 1.000000 0.000000 0.000215 0.400000 0.400000 0.400000 +1756.730469 0.000000 2798.173828 0.000000 0.678054 0.000000 0.735012 0.400000 0.400000 0.400000 +1752.635742 0.000000 2785.608398 0.000000 0.586413 0.000000 -0.810012 0.400000 0.400000 0.400000 +1734.086914 0.000000 2807.338623 0.000000 0.163053 0.000000 -0.986617 0.400000 0.400000 0.400000 +1770.544556 0.000000 2800.011475 0.000000 0.093987 0.000000 0.995573 0.400000 0.400000 0.400000 +1743.544189 0.000000 2791.274658 0.000000 0.946701 0.000000 -0.322114 0.400000 0.400000 0.400000 +1786.167480 0.000000 2782.327393 0.000000 0.998410 0.000000 0.056364 0.400000 0.400000 0.400000 +1766.550537 0.000000 2793.902100 0.000000 0.339621 0.000000 -0.940562 0.400000 0.400000 0.400000 +1738.230957 0.000000 2797.087891 0.000000 0.295010 0.000000 -0.955494 0.400000 0.400000 0.400000 +1760.064819 0.000000 2794.368652 0.000000 0.994786 0.000000 -0.101984 0.400000 0.400000 0.400000 +1756.157959 0.000000 2803.003906 0.000000 0.990718 0.000000 -0.135936 0.400000 0.400000 0.400000 +1782.008667 0.000000 2779.787354 0.000000 0.206046 0.000000 0.978542 0.400000 0.400000 0.400000 +1786.885620 0.000000 2792.271729 0.000000 0.528811 0.000000 0.848740 0.400000 0.400000 0.400000 +1774.717529 0.000000 2797.913086 0.000000 0.457489 0.000000 -0.889215 0.400000 0.400000 0.400000 +1777.921387 0.000000 2806.019531 0.000000 0.566802 0.000000 -0.823854 0.400000 0.400000 0.400000 +1753.697876 0.000000 2781.014404 0.000000 0.436622 0.000000 0.899645 0.400000 0.400000 0.400000 +1753.106567 0.000000 2805.954102 0.000000 0.997861 0.000000 -0.065377 0.400000 0.400000 0.400000 +1777.089844 0.000000 2780.496094 0.000000 0.991351 0.000000 -0.131240 0.400000 0.400000 0.400000 +1760.111572 0.000000 2801.442383 0.000000 0.951584 0.000000 -0.307388 0.400000 0.400000 0.400000 +1783.420288 0.000000 2785.476562 0.000000 0.425996 0.000000 0.904725 0.400000 0.400000 0.400000 +1769.755615 0.000000 2782.971924 0.000000 0.591181 0.000000 -0.806539 0.400000 0.400000 0.400000 +1781.398438 0.000000 2797.886475 0.000000 0.978253 0.000000 -0.207417 0.400000 0.400000 0.400000 +1741.884399 0.000000 2794.908691 0.000000 0.137799 0.000000 -0.990460 0.400000 0.400000 0.400000 +1767.083618 0.000000 2798.067383 0.000000 0.992020 0.000000 0.126083 0.400000 0.400000 0.400000 +1743.135986 0.000000 2802.930908 0.000000 0.785726 0.000000 -0.618575 0.400000 0.400000 0.400000 +1737.831543 0.000000 2801.385498 0.000000 0.012770 0.000000 0.999918 0.400000 0.400000 0.400000 +1735.972046 0.000000 2804.366699 0.000000 0.959373 0.000000 -0.282141 0.400000 0.400000 0.400000 +1762.530396 0.000000 2803.999512 0.000000 0.602970 0.000000 -0.797764 0.400000 0.400000 0.400000 +1766.908569 0.000000 2784.940186 0.000000 0.855258 0.000000 -0.518202 0.400000 0.400000 0.400000 +1746.950195 0.000000 2791.188232 0.000000 0.188811 0.000000 0.982014 0.400000 0.400000 0.400000 +1781.677612 0.000000 2801.361572 0.000000 0.997194 0.000000 0.074861 0.400000 0.400000 0.400000 +1789.416626 0.000000 2789.998291 0.000000 0.950177 0.000000 0.311711 0.400000 0.400000 0.400000 +1755.245972 0.000000 2783.793213 0.000000 0.094716 0.000000 -0.995504 0.400000 0.400000 0.400000 +1735.154053 0.000000 2798.273193 0.000000 0.975368 0.000000 0.220583 0.400000 0.400000 0.400000 +1759.622070 0.000000 2797.305664 0.000000 0.726097 0.000000 -0.687592 0.400000 0.400000 0.400000 +1783.866211 0.000000 2799.464844 0.000000 0.920859 0.000000 0.389896 0.400000 0.400000 0.400000 +1812.608521 0.000000 2736.291992 0.000000 0.585174 0.000000 -0.810908 0.400000 0.400000 0.400000 +1839.737549 0.000000 2736.039551 0.000000 0.218756 0.000000 -0.975780 0.400000 0.400000 0.400000 +1824.075684 0.000000 2735.804932 0.000000 0.461590 0.000000 -0.887093 0.400000 0.400000 0.400000 +1821.898071 0.000000 2745.558350 0.000000 0.900865 0.000000 -0.434099 0.400000 0.400000 0.400000 +1832.997192 0.000000 2737.345947 0.000000 0.768136 0.000000 -0.640287 0.400000 0.400000 0.400000 +1818.471313 0.000000 2739.630859 0.000000 0.861440 0.000000 0.507859 0.400000 0.400000 0.400000 +1819.525269 0.000000 2735.413086 0.000000 0.258283 0.000000 0.966069 0.400000 0.400000 0.400000 +1817.851562 0.000000 2743.907227 0.000000 0.876797 0.000000 -0.480861 0.400000 0.400000 0.400000 +1822.713623 0.000000 2739.491211 0.000000 0.478411 0.000000 0.878136 0.400000 0.400000 0.400000 +1836.452271 0.000000 2737.437988 0.000000 0.995427 0.000000 -0.095526 0.400000 0.400000 0.400000 +1820.887451 0.000000 2742.205078 0.000000 0.906537 0.000000 0.422127 0.400000 0.400000 0.400000 +1833.717041 0.000000 2740.642578 0.000000 0.265439 0.000000 -0.964128 0.400000 0.400000 0.400000 +1729.502197 0.000000 2825.229980 0.000000 0.079422 0.000000 0.996841 0.400000 0.400000 0.400000 +1782.125732 0.000000 2832.077881 0.000000 0.951580 0.000000 -0.307402 0.400000 0.400000 0.400000 +1791.533325 0.000000 2866.290771 0.000000 0.187648 0.000000 -0.982236 0.400000 0.400000 0.400000 +1753.657959 0.000000 2842.752686 0.000000 0.181060 0.000000 0.983472 0.400000 0.400000 0.400000 +1759.725342 0.000000 2816.014160 0.000000 0.541667 0.000000 0.840593 0.400000 0.400000 0.400000 +1730.035156 0.000000 2855.779785 0.000000 0.471715 0.000000 -0.881751 0.400000 0.400000 0.400000 +1769.668457 0.000000 2859.049561 0.000000 0.961374 0.000000 -0.275245 0.400000 0.400000 0.400000 +1740.616333 0.000000 2808.276367 0.000000 0.588463 0.000000 0.808524 0.400000 0.400000 0.400000 +1734.069214 0.000000 2873.267822 0.000000 0.802596 0.000000 -0.596523 0.400000 0.400000 0.400000 +1773.174438 0.000000 2877.076172 0.000000 0.999733 0.000000 0.023127 0.400000 0.400000 0.400000 +1747.011963 0.000000 2826.986328 0.000000 0.871403 0.000000 0.490568 0.400000 0.400000 0.400000 +1737.000244 0.000000 2840.381592 0.000000 0.923546 0.000000 0.383487 0.400000 0.400000 0.400000 +1746.308716 0.000000 2858.419922 0.000000 0.364176 0.000000 0.931330 0.400000 0.400000 0.400000 +1776.171143 0.000000 2816.331299 0.000000 0.645933 0.000000 0.763394 0.400000 0.400000 0.400000 +1765.825439 0.000000 2830.917480 0.000000 0.629839 0.000000 0.776726 0.400000 0.400000 0.400000 +1794.491333 0.000000 2837.308838 0.000000 0.450189 0.000000 0.892933 0.400000 0.400000 0.400000 +1728.230835 0.000000 2811.095947 0.000000 0.999941 0.000000 -0.010855 0.400000 0.400000 0.400000 +1758.153687 0.000000 2854.423096 0.000000 0.517707 0.000000 0.855558 0.400000 0.400000 0.400000 +1763.041992 0.000000 2870.317871 0.000000 0.372759 0.000000 -0.927928 0.400000 0.400000 0.400000 +1767.745361 0.000000 2808.023926 0.000000 0.920976 0.000000 -0.389620 0.400000 0.400000 0.400000 +1738.696655 0.000000 2818.917480 0.000000 0.535373 0.000000 -0.844616 0.400000 0.400000 0.400000 +1752.083496 0.000000 2807.789307 0.000000 0.578175 0.000000 -0.815913 0.400000 0.400000 0.400000 +1795.933105 0.000000 2875.703369 0.000000 0.809765 0.000000 -0.586754 0.400000 0.400000 0.400000 +1784.469971 0.000000 2875.333984 0.000000 0.280591 0.000000 -0.959827 0.400000 0.400000 0.400000 +1737.443848 0.000000 2863.493896 0.000000 0.334798 0.000000 0.942290 0.400000 0.400000 0.400000 +1728.071655 0.000000 2835.380127 0.000000 0.763489 0.000000 0.645821 0.400000 0.400000 0.400000 +1728.615356 0.000000 2845.828125 0.000000 0.999352 0.000000 -0.035998 0.400000 0.400000 0.400000 +1754.442505 0.000000 2864.109619 0.000000 0.958933 0.000000 0.283632 0.400000 0.400000 0.400000 +1749.905884 0.000000 2817.542725 0.000000 0.213241 0.000000 -0.977000 0.400000 0.400000 0.400000 +1774.546997 0.000000 2825.855225 0.000000 0.416932 0.000000 0.908938 0.400000 0.400000 0.400000 +1779.717773 0.000000 2841.463867 0.000000 0.935646 0.000000 -0.352941 0.400000 0.400000 0.400000 +1737.713623 0.000000 2830.260742 0.000000 0.334965 0.000000 0.942231 0.400000 0.400000 0.400000 +1728.375854 0.000000 2864.898438 0.000000 0.055159 0.000000 0.998478 0.400000 0.400000 0.400000 +1762.612915 0.000000 2839.183594 0.000000 0.878266 0.000000 -0.478173 0.400000 0.400000 0.400000 +1772.731445 0.000000 2836.173340 0.000000 0.567500 0.000000 -0.823373 0.400000 0.400000 0.400000 +1749.891113 0.000000 2850.388672 0.000000 0.932281 0.000000 0.361735 0.400000 0.400000 0.400000 +1781.306641 0.000000 2808.997803 0.000000 0.971265 0.000000 0.238000 0.400000 0.400000 0.400000 +1787.070679 0.000000 2859.501221 0.000000 0.697385 0.000000 0.716697 0.400000 0.400000 0.400000 +1790.106201 0.000000 2830.483154 0.000000 0.563251 0.000000 -0.826286 0.400000 0.400000 0.400000 +1759.879639 0.000000 2878.238037 0.000000 0.856362 0.000000 -0.516375 0.400000 0.400000 0.400000 +1762.368164 0.000000 2847.676758 0.000000 0.989060 0.000000 0.147511 0.400000 0.400000 0.400000 +1788.022339 0.000000 2841.392578 0.000000 0.785575 0.000000 0.618767 0.400000 0.400000 0.400000 +1771.634033 0.000000 2866.329346 0.000000 0.646877 0.000000 -0.762594 0.400000 0.400000 0.400000 +1730.419067 0.000000 2818.035889 0.000000 0.808300 0.000000 -0.588771 0.400000 0.400000 0.400000 +1737.101562 0.000000 2856.321045 0.000000 0.438402 0.000000 -0.898779 0.400000 0.400000 0.400000 +1753.380859 0.000000 2823.500977 0.000000 0.790510 0.000000 0.612449 0.400000 0.400000 0.400000 +1761.005005 0.000000 2809.330322 0.000000 0.977770 0.000000 0.209678 0.400000 0.400000 0.400000 +1796.921631 0.000000 2830.818115 0.000000 0.630627 0.000000 0.776086 0.400000 0.400000 0.400000 +1735.448853 0.000000 2812.664551 0.000000 0.801183 0.000000 0.598419 0.400000 0.400000 0.400000 +1785.385620 0.000000 2868.778564 0.000000 0.990784 0.000000 0.135449 0.400000 0.400000 0.400000 +1774.427002 0.000000 2809.721191 0.000000 0.865718 0.000000 -0.500532 0.400000 0.400000 0.400000 +1739.469482 0.000000 2876.802734 0.000000 0.855670 0.000000 0.517523 0.400000 0.400000 0.400000 +1778.377808 0.000000 2872.891846 0.000000 0.349109 0.000000 -0.937082 0.400000 0.400000 0.400000 +1766.344849 0.000000 2876.190186 0.000000 0.548363 0.000000 -0.836241 0.400000 0.400000 0.400000 +1741.152100 0.000000 2824.748535 0.000000 0.921133 0.000000 0.389248 0.400000 0.400000 0.400000 +1746.231445 0.000000 2877.302002 0.000000 0.787296 0.000000 0.616575 0.400000 0.400000 0.400000 +1769.918091 0.000000 2813.853271 0.000000 0.822027 0.000000 -0.569449 0.400000 0.400000 0.400000 +1734.086914 0.000000 2879.322998 0.000000 0.146590 0.000000 -0.989197 0.400000 0.400000 0.400000 +1786.821045 0.000000 2835.632080 0.000000 0.492762 0.000000 -0.870164 0.400000 0.400000 0.400000 +1756.395874 0.000000 2848.713867 0.000000 0.557972 0.000000 -0.829860 0.400000 0.400000 0.400000 +1744.394043 0.000000 2819.952148 0.000000 0.873572 0.000000 -0.486695 0.400000 0.400000 0.400000 +1740.380737 0.000000 2835.596680 0.000000 0.361237 0.000000 0.932474 0.400000 0.400000 0.400000 +1776.421021 0.000000 2831.893799 0.000000 0.022310 0.000000 -0.999751 0.400000 0.400000 0.400000 +1735.489502 0.000000 2824.157959 0.000000 0.404064 0.000000 0.914730 0.400000 0.400000 0.400000 +1793.404541 0.000000 2843.379395 0.000000 0.939102 0.000000 -0.343639 0.400000 0.400000 0.400000 +1781.647583 0.000000 2817.374756 0.000000 0.896941 0.000000 -0.442150 0.400000 0.400000 0.400000 +1770.544556 0.000000 2871.995850 0.000000 0.306919 0.000000 0.951735 0.400000 0.400000 0.400000 +1733.337769 0.000000 2867.490723 0.000000 0.972984 0.000000 0.230871 0.400000 0.400000 0.400000 +1732.602051 0.000000 2860.673340 0.000000 0.969973 0.000000 0.243211 0.400000 0.400000 0.400000 +1743.544189 0.000000 2863.259033 0.000000 0.957620 0.000000 0.288035 0.400000 0.400000 0.400000 +1768.637695 0.000000 2826.010254 0.000000 0.919098 0.000000 -0.394029 0.400000 0.400000 0.400000 +1780.207397 0.000000 2826.888672 0.000000 0.564955 0.000000 -0.825122 0.400000 0.400000 0.400000 +1743.109985 0.000000 2830.772949 0.000000 0.962830 0.000000 0.270108 0.400000 0.400000 0.400000 +1741.428223 0.000000 2813.698242 0.000000 0.975470 0.000000 0.220132 0.400000 0.400000 0.400000 +1767.294312 0.000000 2836.202148 0.000000 0.997505 0.000000 0.070592 0.400000 0.400000 0.400000 +1730.450317 0.000000 2830.542236 0.000000 0.651165 0.000000 -0.758936 0.400000 0.400000 0.400000 +1745.102173 0.000000 2853.134277 0.000000 0.255029 0.000000 -0.966933 0.400000 0.400000 0.400000 +1757.275879 0.000000 2838.710938 0.000000 0.786110 0.000000 -0.618086 0.400000 0.400000 0.400000 +1761.078613 0.000000 2833.979004 0.000000 0.188824 0.000000 -0.982011 0.400000 0.400000 0.400000 +1774.116211 0.000000 2841.315918 0.000000 0.097021 0.000000 0.995282 0.400000 0.400000 0.400000 +1764.594482 0.000000 2814.192139 0.000000 0.991702 0.000000 0.128558 0.400000 0.400000 0.400000 +1771.109985 0.000000 2830.649170 0.000000 0.720124 0.000000 0.693845 0.400000 0.400000 0.400000 +1758.827148 0.000000 2843.673340 0.000000 0.913207 0.000000 0.407495 0.400000 0.400000 0.400000 +1755.137817 0.000000 2818.555420 0.000000 0.748857 0.000000 -0.662731 0.400000 0.400000 0.400000 +1762.380249 0.000000 2857.110352 0.000000 0.039223 0.000000 -0.999230 0.400000 0.400000 0.400000 +1750.058105 0.000000 2861.772217 0.000000 0.305395 0.000000 0.952226 0.400000 0.400000 0.400000 +1760.064819 0.000000 2866.353027 0.000000 0.441216 0.000000 -0.897401 0.400000 0.400000 0.400000 +1797.580811 0.000000 2841.030762 0.000000 0.486916 0.000000 -0.873449 0.400000 0.400000 0.400000 +1765.035156 0.000000 2843.683594 0.000000 0.995860 0.000000 -0.090905 0.400000 0.400000 0.400000 +1748.483765 0.000000 2822.363037 0.000000 0.625808 0.000000 0.779977 0.400000 0.400000 0.400000 +1732.501831 0.000000 2808.801514 0.000000 0.303805 0.000000 0.952734 0.400000 0.400000 0.400000 +1794.395508 0.000000 2869.898682 0.000000 0.281256 0.000000 0.959633 0.400000 0.400000 0.400000 +1749.804688 0.000000 2845.784912 0.000000 0.725384 0.000000 -0.688345 0.400000 0.400000 0.400000 +1774.717529 0.000000 2869.897461 0.000000 0.206586 0.000000 -0.978428 0.400000 0.400000 0.400000 +1753.697876 0.000000 2852.998779 0.000000 0.999890 0.000000 0.014857 0.400000 0.400000 0.400000 +1779.026978 0.000000 2812.932861 0.000000 0.442309 0.000000 0.896863 0.400000 0.400000 0.400000 +1788.550659 0.000000 2877.217041 0.000000 0.997327 0.000000 -0.073062 0.400000 0.400000 0.400000 +1734.548340 0.000000 2819.960205 0.000000 0.999919 0.000000 -0.012721 0.400000 0.400000 0.400000 +1732.781250 0.000000 2844.536133 0.000000 0.748463 0.000000 0.663177 0.400000 0.400000 0.400000 +1745.859375 0.000000 2815.891602 0.000000 0.150922 0.000000 0.988546 0.400000 0.400000 0.400000 +1728.045776 0.000000 2859.631836 0.000000 0.743573 0.000000 -0.668655 0.400000 0.400000 0.400000 +1740.863037 0.000000 2854.170410 0.000000 0.989811 0.000000 -0.142385 0.400000 0.400000 0.400000 +1793.465454 0.000000 2833.199951 0.000000 0.594596 0.000000 0.804025 0.400000 0.400000 0.400000 +1731.502808 0.000000 2813.996582 0.000000 0.187172 0.000000 0.982327 0.400000 0.400000 0.400000 +1790.383179 0.000000 2837.945312 0.000000 0.324736 0.000000 -0.945805 0.400000 0.400000 0.400000 +1733.986328 0.000000 2828.004150 0.000000 0.930005 0.000000 -0.367547 0.400000 0.400000 0.400000 +1798.304688 0.000000 2834.746826 0.000000 0.867477 0.000000 0.497477 0.400000 0.400000 0.400000 +1727.947754 0.000000 2821.439941 0.000000 0.345981 0.000000 -0.938241 0.400000 0.400000 0.400000 +1767.083618 0.000000 2870.051758 0.000000 0.966060 0.000000 -0.258318 0.400000 0.400000 0.400000 +1785.022583 0.000000 2879.364502 0.000000 0.784402 0.000000 -0.620252 0.400000 0.400000 0.400000 +1750.721436 0.000000 2811.475586 0.000000 0.247946 0.000000 -0.968774 0.400000 0.400000 0.400000 +1736.906372 0.000000 2808.896240 0.000000 0.235529 0.000000 -0.971867 0.400000 0.400000 0.400000 +1777.668213 0.000000 2807.563232 0.000000 0.979476 0.000000 0.201561 0.400000 0.400000 0.400000 +1758.216797 0.000000 2812.506592 0.000000 0.627280 0.000000 0.778794 0.400000 0.400000 0.400000 +1744.862427 0.000000 2823.849365 0.000000 0.038840 0.000000 -0.999245 0.400000 0.400000 0.400000 +1731.575806 0.000000 2822.086914 0.000000 0.314420 0.000000 -0.949284 0.400000 0.400000 0.400000 +1752.808472 0.000000 2848.193604 0.000000 0.990964 0.000000 -0.134128 0.400000 0.400000 0.400000 +1774.209961 0.000000 2873.691895 0.000000 0.605844 0.000000 -0.795584 0.400000 0.400000 0.400000 +1738.185425 0.000000 2815.153564 0.000000 0.796690 0.000000 -0.604388 0.400000 0.400000 0.400000 +1738.102661 0.000000 2826.739258 0.000000 0.764755 0.000000 -0.644321 0.400000 0.400000 0.400000 +1782.420776 0.000000 2835.692627 0.000000 0.997551 0.000000 0.069949 0.400000 0.400000 0.400000 +1735.972046 0.000000 2876.351074 0.000000 0.328240 0.000000 0.944594 0.400000 0.400000 0.400000 +1776.985840 0.000000 2828.403076 0.000000 0.487457 0.000000 -0.873147 0.400000 0.400000 0.400000 +1727.896484 0.000000 2842.351562 0.000000 0.879867 0.000000 0.475220 0.400000 0.400000 0.400000 +1736.814941 0.000000 2836.778564 0.000000 0.710980 0.000000 0.703213 0.400000 0.400000 0.400000 +1749.719849 0.000000 2876.968750 0.000000 0.361077 0.000000 -0.932536 0.400000 0.400000 0.400000 +1741.858643 0.000000 2817.367188 0.000000 0.047064 0.000000 0.998892 0.400000 0.400000 0.400000 +1789.947388 0.000000 2834.145508 0.000000 0.123730 0.000000 -0.992316 0.400000 0.400000 0.400000 +1769.812988 0.000000 2876.501465 0.000000 0.828998 0.000000 -0.559252 0.400000 0.400000 0.400000 +1764.460083 0.000000 2809.422363 0.000000 0.158916 0.000000 -0.987292 0.400000 0.400000 0.400000 +1741.176025 0.000000 2821.211426 0.000000 0.926817 0.000000 0.375513 0.400000 0.400000 0.400000 +1743.469971 0.000000 2827.174316 0.000000 0.729033 0.000000 -0.684478 0.400000 0.400000 0.400000 +1727.868286 0.000000 2838.873291 0.000000 0.039462 0.000000 0.999221 0.400000 0.400000 0.400000 +1764.478149 0.000000 2834.257324 0.000000 0.604973 0.000000 0.796246 0.400000 0.400000 0.400000 +1751.862061 0.000000 2820.470215 0.000000 0.472530 0.000000 -0.881314 0.400000 0.400000 0.400000 +1789.416626 0.000000 2861.982666 0.000000 0.892752 0.000000 -0.450548 0.400000 0.400000 0.400000 +1793.687012 0.000000 2873.124023 0.000000 0.648567 0.000000 0.761158 0.400000 0.400000 0.400000 +1748.895264 0.000000 2814.189453 0.000000 0.072007 0.000000 -0.997404 0.400000 0.400000 0.400000 +1738.681519 0.000000 2811.869385 0.000000 0.849716 0.000000 -0.527240 0.400000 0.400000 0.400000 +1743.610718 0.000000 2835.024902 0.000000 0.404225 0.000000 0.914659 0.400000 0.400000 0.400000 +1740.351562 0.000000 2861.954834 0.000000 0.756381 0.000000 -0.654131 0.400000 0.400000 0.400000 +1738.095703 0.000000 2822.119873 0.000000 0.447098 0.000000 -0.894485 0.400000 0.400000 0.400000 +1792.751587 0.000000 2840.211914 0.000000 0.737860 0.000000 -0.674954 0.400000 0.400000 0.400000 +1761.724854 0.000000 2812.626953 0.000000 0.604318 0.000000 -0.796743 0.400000 0.400000 0.400000 +1762.004761 0.000000 2842.627197 0.000000 0.730546 0.000000 0.682864 0.400000 0.400000 0.400000 +1755.245972 0.000000 2855.777588 0.000000 0.065548 0.000000 -0.997849 0.400000 0.400000 0.400000 +1760.108887 0.000000 2836.980225 0.000000 0.942547 0.000000 -0.334075 0.400000 0.400000 0.400000 +1733.082397 0.000000 2857.478271 0.000000 0.806326 0.000000 -0.591471 0.400000 0.400000 0.400000 +1763.251587 0.000000 2817.057373 0.000000 0.215463 0.000000 -0.976512 0.400000 0.400000 0.400000 +1729.650879 0.000000 2867.826904 0.000000 0.472888 0.000000 -0.881123 0.400000 0.400000 0.400000 +1756.607300 0.000000 2815.619629 0.000000 0.996133 0.000000 0.087862 0.400000 0.400000 0.400000 +1774.137329 0.000000 2829.826416 0.000000 0.670745 0.000000 0.741688 0.400000 0.400000 0.400000 +1759.702881 0.000000 2840.611572 0.000000 0.988101 0.000000 0.153806 0.400000 0.400000 0.400000 +1758.131958 0.000000 2834.669434 0.000000 0.893945 0.000000 0.448176 0.400000 0.400000 0.400000 +1734.482910 0.000000 2841.971191 0.000000 0.704285 0.000000 -0.709917 0.400000 0.400000 0.400000 +1768.483276 0.000000 2829.168945 0.000000 0.429301 0.000000 0.903161 0.400000 0.400000 0.400000 +1749.410156 0.000000 2825.113770 0.000000 0.925572 0.000000 0.378573 0.400000 0.400000 0.400000 +1778.840576 0.000000 2833.570312 0.000000 0.199773 0.000000 -0.979842 0.400000 0.400000 0.400000 +1759.661499 0.000000 2846.447266 0.000000 0.988413 0.000000 -0.151787 0.400000 0.400000 0.400000 +1783.866211 0.000000 2871.449219 0.000000 0.323715 0.000000 0.946155 0.400000 0.400000 0.400000 +1744.178467 0.000000 2813.310303 0.000000 0.530512 0.000000 -0.847677 0.400000 0.400000 0.400000 +1767.426636 0.000000 2833.284424 0.000000 0.459054 0.000000 -0.888409 0.400000 0.400000 0.400000 +1755.319580 0.000000 2821.420166 0.000000 0.388922 0.000000 0.921271 0.400000 0.400000 0.400000 +1760.401367 0.000000 2818.757812 0.000000 0.611550 0.000000 0.791206 0.400000 0.400000 0.400000 +1730.615723 0.000000 2858.542480 0.000000 0.589175 0.000000 0.808005 0.400000 0.400000 0.400000 +1736.261719 0.000000 2818.048096 0.000000 0.997571 0.000000 0.069655 0.400000 0.400000 0.400000 +1762.522949 0.000000 2836.143799 0.000000 0.314133 0.000000 -0.949379 0.400000 0.400000 0.400000 +1795.409790 0.000000 2839.690186 0.000000 0.687154 0.000000 -0.726512 0.400000 0.400000 0.400000 +1750.931519 0.000000 2822.766602 0.000000 0.992255 0.000000 -0.124220 0.400000 0.400000 0.400000 +1790.505005 0.000000 2841.284668 0.000000 0.199301 0.000000 0.979938 0.400000 0.400000 0.400000 +1776.135254 0.000000 2871.932373 0.000000 0.056190 0.000000 0.998420 0.400000 0.400000 0.400000 +1772.297852 0.000000 2870.229736 0.000000 0.548533 0.000000 0.836129 0.400000 0.400000 0.400000 +1806.061401 0.000000 2873.267822 0.000000 0.016058 0.000000 0.999871 0.400000 0.400000 0.400000 +1808.992432 0.000000 2840.381592 0.000000 0.959954 0.000000 0.280158 0.400000 0.400000 0.400000 +1812.598755 0.000000 2849.926025 0.000000 0.766100 0.000000 -0.642721 0.400000 0.400000 0.400000 +1800.063843 0.000000 2835.380127 0.000000 0.839089 0.000000 0.543995 0.400000 0.400000 0.400000 +1826.434692 0.000000 2864.109619 0.000000 0.400999 0.000000 0.916078 0.400000 0.400000 0.400000 +1818.036377 0.000000 2837.302734 0.000000 0.826296 0.000000 -0.563236 0.400000 0.400000 0.400000 +1814.910889 0.000000 2870.896484 0.000000 0.735701 0.000000 -0.677306 0.400000 0.400000 0.400000 +1821.883301 0.000000 2850.388672 0.000000 0.014383 0.000000 -0.999897 0.400000 0.400000 0.400000 +1831.871826 0.000000 2878.238037 0.000000 0.695383 0.000000 0.718639 0.400000 0.400000 0.400000 +1834.341309 0.000000 2862.142822 0.000000 0.998326 0.000000 0.057829 0.400000 0.400000 0.400000 +1817.335938 0.000000 2844.459229 0.000000 0.979381 0.000000 0.202022 0.400000 0.400000 0.400000 +1809.093750 0.000000 2856.321045 0.000000 0.579335 0.000000 -0.815089 0.400000 0.400000 0.400000 +1820.146362 0.000000 2866.392090 0.000000 0.932211 0.000000 0.361915 0.400000 0.400000 0.400000 +1811.461670 0.000000 2876.802734 0.000000 0.192082 0.000000 -0.981379 0.400000 0.400000 0.400000 +1806.079102 0.000000 2879.322998 0.000000 0.073273 0.000000 0.997312 0.400000 0.400000 0.400000 +1823.994751 0.000000 2836.938721 0.000000 0.031447 0.000000 0.999505 0.400000 0.400000 0.400000 +1805.835815 0.000000 2834.758789 0.000000 0.650144 0.000000 -0.759811 0.400000 0.400000 0.400000 +1812.372925 0.000000 2835.596680 0.000000 0.350631 0.000000 -0.936514 0.400000 0.400000 0.400000 +1802.912231 0.000000 2840.626709 0.000000 0.082778 0.000000 0.996568 0.400000 0.400000 0.400000 +1804.594238 0.000000 2860.673340 0.000000 0.805247 0.000000 -0.592939 0.400000 0.400000 0.400000 +1808.992065 0.000000 2845.848145 0.000000 0.073153 0.000000 -0.997321 0.400000 0.400000 0.400000 +1810.223145 0.000000 2869.072266 0.000000 0.979814 0.000000 -0.199912 0.400000 0.400000 0.400000 +1813.986572 0.000000 2840.729736 0.000000 0.221588 0.000000 -0.975140 0.400000 0.400000 0.400000 +1832.057007 0.000000 2866.353027 0.000000 0.774276 0.000000 0.632849 0.400000 0.400000 0.400000 +1817.559937 0.000000 2848.902588 0.000000 0.950520 0.000000 0.310663 0.400000 0.400000 0.400000 +1813.061035 0.000000 2844.705078 0.000000 0.286537 0.000000 0.958069 0.400000 0.400000 0.400000 +1837.768311 0.000000 2860.214355 0.000000 0.812878 0.000000 -0.582434 0.400000 0.400000 0.400000 +1803.724854 0.000000 2876.357178 0.000000 0.823907 0.000000 -0.566725 0.400000 0.400000 0.400000 +1808.335327 0.000000 2859.871582 0.000000 0.041480 0.000000 0.999139 0.400000 0.400000 0.400000 +1817.196045 0.000000 2868.275879 0.000000 0.180712 0.000000 -0.983536 0.400000 0.400000 0.400000 +1808.807129 0.000000 2836.778564 0.000000 0.513725 0.000000 0.857955 0.400000 0.400000 0.400000 +1799.860474 0.000000 2838.873291 0.000000 0.705980 0.000000 0.708231 0.400000 0.400000 0.400000 +1815.602905 0.000000 2835.024902 0.000000 0.182060 0.000000 0.983287 0.400000 0.400000 0.400000 +1820.996338 0.000000 2835.393799 0.000000 0.968445 0.000000 -0.249229 0.400000 0.400000 0.400000 +1817.772461 0.000000 2841.287598 0.000000 0.362559 0.000000 -0.931961 0.400000 0.400000 0.400000 +1814.620483 0.000000 2847.445312 0.000000 0.702039 0.000000 -0.712138 0.400000 0.400000 0.400000 +1807.146240 0.000000 2870.257568 0.000000 0.812555 0.000000 -0.582884 0.400000 0.400000 0.400000 +1811.636597 0.000000 2838.708008 0.000000 0.019652 0.000000 0.999807 0.400000 0.400000 0.400000 +1804.130859 0.000000 2870.259766 0.000000 0.492927 0.000000 0.870071 0.400000 0.400000 0.400000 +1828.843262 0.000000 2878.380371 0.000000 0.393375 0.000000 0.919378 0.400000 0.400000 0.400000 +1935.517700 0.000000 2794.306396 0.000000 0.998775 0.000000 0.049487 0.400000 0.400000 0.400000 +1917.158813 0.000000 2805.091797 0.000000 0.883246 0.000000 0.468911 0.400000 0.400000 0.400000 +1929.369995 0.000000 2796.794189 0.000000 0.223310 0.000000 -0.974748 0.400000 0.400000 0.400000 +1910.329224 0.000000 2804.205811 0.000000 0.616367 0.000000 0.787459 0.400000 0.400000 0.400000 +1932.963501 0.000000 2797.029785 0.000000 0.442431 0.000000 0.896803 0.400000 0.400000 0.400000 +2001.948486 0.000000 2776.846191 0.000000 0.667298 0.000000 -0.744791 0.400000 0.400000 0.400000 +1981.802002 0.000000 2758.933105 0.000000 0.251316 0.000000 -0.967905 0.400000 0.400000 0.400000 +1970.419067 0.000000 2792.125244 0.000000 0.917487 0.000000 -0.397766 0.400000 0.400000 0.400000 +2007.570435 0.000000 2779.953369 0.000000 0.349590 0.000000 0.936903 0.400000 0.400000 0.400000 +1972.707031 0.000000 2798.173828 0.000000 0.623857 0.000000 -0.781538 0.400000 0.400000 0.400000 +1968.612305 0.000000 2785.608398 0.000000 0.411345 0.000000 0.911480 0.400000 0.400000 0.400000 +1983.270874 0.000000 2764.217773 0.000000 0.930782 0.000000 0.365574 0.400000 0.400000 0.400000 +1973.324219 0.000000 2787.591309 0.000000 0.597158 0.000000 0.802124 0.400000 0.400000 0.400000 +1972.134521 0.000000 2803.003906 0.000000 0.995983 0.000000 -0.089544 0.400000 0.400000 0.400000 +1956.839600 0.000000 2782.186035 0.000000 0.278781 0.000000 0.960355 0.400000 0.400000 0.400000 +2004.128418 0.000000 2779.566895 0.000000 0.466653 0.000000 -0.884441 0.400000 0.400000 0.400000 +1926.110107 0.000000 2832.077881 0.000000 0.274320 0.000000 -0.961638 0.400000 0.400000 0.400000 +1911.729736 0.000000 2808.023926 0.000000 0.045512 0.000000 -0.998964 0.400000 0.400000 0.400000 +1906.352539 0.000000 2847.676758 0.000000 0.098185 0.000000 0.995168 0.400000 0.400000 0.400000 +1890.215820 0.000000 2877.302002 0.000000 0.652344 0.000000 0.757923 0.400000 0.400000 0.400000 +1924.191772 0.000000 2826.888672 0.000000 0.843622 0.000000 -0.536937 0.400000 0.400000 0.400000 +1901.332031 0.000000 2859.575684 0.000000 0.536600 0.000000 0.843837 0.400000 0.400000 0.400000 +1927.936157 0.000000 2844.163574 0.000000 0.967544 0.000000 -0.252701 0.400000 0.400000 0.400000 +1909.019531 0.000000 2843.683594 0.000000 0.360266 0.000000 -0.932850 0.400000 0.400000 0.400000 +1931.328125 0.000000 2845.431396 0.000000 0.504752 0.000000 0.863264 0.400000 0.400000 0.400000 +1926.233521 0.000000 2829.123779 0.000000 0.672682 0.000000 0.739932 0.400000 0.400000 0.400000 +1940.033325 0.000000 2833.512939 0.000000 0.592115 0.000000 0.805853 0.400000 0.400000 0.400000 +1945.478760 0.000000 2825.229980 0.000000 0.998867 0.000000 -0.047592 0.400000 0.400000 0.400000 +1989.151001 0.000000 2877.076172 0.000000 0.818292 0.000000 0.574802 0.400000 0.400000 0.400000 +1981.802002 0.000000 2830.917480 0.000000 0.999925 0.000000 -0.012275 0.400000 0.400000 0.400000 +1954.673218 0.000000 2818.917480 0.000000 0.192433 0.000000 0.981310 0.400000 0.400000 0.400000 +1968.060059 0.000000 2807.789307 0.000000 0.901677 0.000000 0.432411 0.400000 0.400000 0.400000 +1978.589478 0.000000 2839.183594 0.000000 0.870115 0.000000 -0.492849 0.400000 0.400000 0.400000 +1982.321411 0.000000 2876.190186 0.000000 0.639472 0.000000 -0.768814 0.400000 0.400000 0.400000 +1957.128662 0.000000 2824.748535 0.000000 0.702395 0.000000 -0.711787 0.400000 0.400000 0.400000 +1977.055176 0.000000 2833.979004 0.000000 0.555158 0.000000 0.831745 0.400000 0.400000 0.400000 +1950.524902 0.000000 2819.960205 0.000000 0.353267 0.000000 0.935523 0.400000 0.400000 0.400000 +1947.552368 0.000000 2822.086914 0.000000 0.996203 0.000000 0.087056 0.400000 0.400000 0.400000 +1959.446533 0.000000 2827.174316 0.000000 0.910101 0.000000 -0.414386 0.400000 0.400000 0.400000 +1950.252319 0.000000 2847.195068 0.000000 0.982176 0.000000 0.187963 0.400000 0.400000 0.400000 +2017.470947 0.000000 2609.276855 0.000000 0.845092 0.000000 0.534621 0.400000 0.400000 0.400000 +2079.501953 0.000000 2650.337646 0.000000 0.082276 0.000000 -0.996610 0.400000 0.400000 0.400000 +2018.003906 0.000000 2639.826660 0.000000 0.864453 0.000000 0.502714 0.400000 0.400000 0.400000 +2073.940674 0.000000 2632.877441 0.000000 0.062520 0.000000 0.998044 0.400000 0.400000 0.400000 +2024.968994 0.000000 2624.428467 0.000000 0.872197 0.000000 -0.489155 0.400000 0.400000 0.400000 +2057.797852 0.000000 2628.710449 0.000000 0.986735 0.000000 0.162341 0.400000 0.400000 0.400000 +2067.130859 0.000000 2650.451416 0.000000 0.929623 0.000000 -0.368511 0.400000 0.400000 0.400000 +2083.901855 0.000000 2659.750244 0.000000 0.957802 0.000000 -0.287430 0.400000 0.400000 0.400000 +2028.575317 0.000000 2633.972900 0.000000 0.623056 0.000000 0.782178 0.400000 0.400000 0.400000 +2050.581787 0.000000 2623.230469 0.000000 0.671285 0.000000 -0.741199 0.400000 0.400000 0.400000 +2055.744385 0.000000 2603.976318 0.000000 0.965048 0.000000 0.262073 0.400000 0.400000 0.400000 +2060.700195 0.000000 2620.220215 0.000000 0.637113 0.000000 -0.770770 0.400000 0.400000 0.400000 +2048.150391 0.000000 2608.662842 0.000000 0.850435 0.000000 -0.526080 0.400000 0.400000 0.400000 +2037.859863 0.000000 2634.435547 0.000000 0.074337 0.000000 0.997233 0.400000 0.400000 0.400000 +2075.039307 0.000000 2643.548096 0.000000 0.098126 0.000000 -0.995174 0.400000 0.400000 0.400000 +2050.317871 0.000000 2646.189697 0.000000 0.681821 0.000000 0.731519 0.400000 0.400000 0.400000 +2060.610107 0.000000 2635.807861 0.000000 0.929970 0.000000 0.367635 0.400000 0.400000 0.400000 +2059.602783 0.000000 2650.376221 0.000000 0.794619 0.000000 0.607109 0.400000 0.400000 0.400000 +2018.387817 0.000000 2602.082764 0.000000 0.643951 0.000000 0.765067 0.400000 0.400000 0.400000 +2033.312500 0.000000 2628.506104 0.000000 0.936584 0.000000 -0.350444 0.400000 0.400000 0.400000 +2025.070312 0.000000 2640.367920 0.000000 0.902754 0.000000 0.430156 0.400000 0.400000 0.400000 +2066.649170 0.000000 2632.376953 0.000000 0.833468 0.000000 0.552567 0.400000 0.400000 0.400000 +2066.346680 0.000000 2656.938721 0.000000 0.574352 0.000000 -0.818609 0.400000 0.400000 0.400000 +2040.604492 0.000000 2641.639648 0.000000 0.998620 0.000000 -0.052513 0.400000 0.400000 0.400000 +2078.392822 0.000000 2656.408447 0.000000 0.303397 0.000000 0.952864 0.400000 0.400000 0.400000 +2044.364624 0.000000 2632.760742 0.000000 0.998487 0.000000 -0.054994 0.400000 0.400000 0.400000 +2028.349487 0.000000 2619.643555 0.000000 0.972492 0.000000 0.232936 0.400000 0.400000 0.400000 +2064.389893 0.000000 2615.940674 0.000000 0.653428 0.000000 0.756988 0.400000 0.400000 0.400000 +2018.888794 0.000000 2624.673584 0.000000 0.518511 0.000000 -0.855071 0.400000 0.400000 0.400000 +2038.141235 0.000000 2615.602051 0.000000 0.030145 0.000000 0.999546 0.400000 0.400000 0.400000 +2031.512939 0.000000 2647.305908 0.000000 0.790199 0.000000 -0.612851 0.400000 0.400000 0.400000 +2024.968628 0.000000 2629.895020 0.000000 0.918848 0.000000 0.394611 0.400000 0.400000 0.400000 +2031.078735 0.000000 2614.819824 0.000000 0.938134 0.000000 0.346273 0.400000 0.400000 0.400000 +2074.136230 0.000000 2638.358643 0.000000 0.625040 0.000000 -0.780593 0.400000 0.400000 0.400000 +2046.795898 0.000000 2627.720215 0.000000 0.998834 0.000000 -0.048279 0.400000 0.400000 0.400000 +2054.519287 0.000000 2649.933350 0.000000 0.534546 0.000000 -0.845139 0.400000 0.400000 0.400000 +2071.920654 0.000000 2628.210449 0.000000 0.995929 0.000000 -0.090142 0.400000 0.400000 0.400000 +2050.743164 0.000000 2604.277100 0.000000 0.243656 0.000000 0.969862 0.400000 0.400000 0.400000 +2044.227051 0.000000 2611.634766 0.000000 0.526305 0.000000 0.850296 0.400000 0.400000 0.400000 +2029.347046 0.000000 2642.799805 0.000000 0.787448 0.000000 -0.616382 0.400000 0.400000 0.400000 +2048.033691 0.000000 2650.399902 0.000000 0.618853 0.000000 0.785507 0.400000 0.400000 0.400000 +2053.003906 0.000000 2627.730469 0.000000 0.972017 0.000000 -0.234912 0.400000 0.400000 0.400000 +2069.977539 0.000000 2635.818604 0.000000 0.917877 0.000000 0.396865 0.400000 0.400000 0.400000 +2062.686279 0.000000 2653.944336 0.000000 0.327545 0.000000 0.944836 0.400000 0.400000 0.400000 +2057.729004 0.000000 2624.108398 0.000000 0.369543 0.000000 -0.929214 0.400000 0.400000 0.400000 +2065.890137 0.000000 2662.050781 0.000000 0.024989 0.000000 -0.999688 0.400000 0.400000 0.400000 +2041.666626 0.000000 2637.045654 0.000000 0.909285 0.000000 -0.416175 0.400000 0.400000 0.400000 +2065.058594 0.000000 2636.527344 0.000000 0.987932 0.000000 -0.154889 0.400000 0.400000 0.400000 +2036.877808 0.000000 2639.092285 0.000000 0.363381 0.000000 -0.931641 0.400000 0.400000 0.400000 +2020.750000 0.000000 2628.583008 0.000000 0.998968 0.000000 0.045427 0.400000 0.400000 0.400000 +2033.536499 0.000000 2632.949463 0.000000 0.993389 0.000000 0.114800 0.400000 0.400000 0.400000 +2057.724365 0.000000 2639.003174 0.000000 0.968639 0.000000 0.248472 0.400000 0.400000 0.400000 +2029.037598 0.000000 2628.751953 0.000000 0.198679 0.000000 -0.980065 0.400000 0.400000 0.400000 +2034.465576 0.000000 2617.336182 0.000000 0.389790 0.000000 0.920904 0.400000 0.400000 0.400000 +2059.915283 0.000000 2646.224121 0.000000 0.982520 0.000000 0.186158 0.400000 0.400000 0.400000 +2080.491455 0.000000 2661.565674 0.000000 0.005292 0.000000 -0.999986 0.400000 0.400000 0.400000 +2059.514648 0.000000 2601.406006 0.000000 0.355381 0.000000 -0.934721 0.400000 0.400000 0.400000 +2063.433838 0.000000 2649.404297 0.000000 0.577256 0.000000 0.816563 0.400000 0.400000 0.400000 +2070.368164 0.000000 2631.759033 0.000000 0.984353 0.000000 0.176207 0.400000 0.400000 0.400000 +2061.533691 0.000000 2597.388672 0.000000 0.669914 0.000000 -0.742439 0.400000 0.400000 0.400000 +2019.544556 0.000000 2606.133789 0.000000 0.864047 0.000000 0.503411 0.400000 0.400000 0.400000 +2024.311890 0.000000 2643.918457 0.000000 0.460316 0.000000 -0.887755 0.400000 0.400000 0.400000 +2075.312500 0.000000 2629.478271 0.000000 0.744516 0.000000 0.667604 0.400000 0.400000 0.400000 +2062.178711 0.000000 2657.738770 0.000000 0.781861 0.000000 0.623453 0.400000 0.400000 0.400000 +2054.040771 0.000000 2624.251465 0.000000 0.971493 0.000000 0.237069 0.400000 0.400000 0.400000 +2056.452881 0.000000 2646.535156 0.000000 0.031297 0.000000 0.999510 0.400000 0.400000 0.400000 +2015.861328 0.000000 2612.337891 0.000000 0.947382 0.000000 0.320106 0.400000 0.400000 0.400000 +2077.385498 0.000000 2646.029541 0.000000 0.991298 0.000000 -0.131635 0.400000 0.400000 0.400000 +2081.655762 0.000000 2657.170898 0.000000 0.902115 0.000000 0.431496 0.400000 0.400000 0.400000 +2031.579468 0.000000 2619.071777 0.000000 0.933314 0.000000 0.359062 0.400000 0.400000 0.400000 +2028.320312 0.000000 2646.001709 0.000000 0.520258 0.000000 -0.854009 0.400000 0.400000 0.400000 +2065.987305 0.000000 2653.615967 0.000000 0.880164 0.000000 -0.474670 0.400000 0.400000 0.400000 +2049.973633 0.000000 2626.674072 0.000000 0.999129 0.000000 -0.041722 0.400000 0.400000 0.400000 +2043.214722 0.000000 2639.824463 0.000000 0.142168 0.000000 -0.989843 0.400000 0.400000 0.400000 +2030.597046 0.000000 2631.492188 0.000000 0.050790 0.000000 -0.998709 0.400000 0.400000 0.400000 +2021.051147 0.000000 2641.525146 0.000000 0.113606 0.000000 0.993526 0.400000 0.400000 0.400000 +2022.244507 0.000000 2631.241943 0.000000 0.406410 0.000000 -0.913691 0.400000 0.400000 0.400000 +2022.451660 0.000000 2626.018066 0.000000 0.938937 0.000000 -0.344089 0.400000 0.400000 0.400000 +2064.506592 0.000000 2659.487793 0.000000 0.968427 0.000000 -0.249297 0.400000 0.400000 0.400000 +2055.763916 0.000000 2626.587646 0.000000 0.581185 0.000000 -0.813771 0.400000 0.400000 0.400000 +2033.403809 0.000000 2649.602539 0.000000 0.599248 0.000000 0.800564 0.400000 0.400000 0.400000 +2050.331787 0.000000 2606.987061 0.000000 0.995474 0.000000 -0.095038 0.400000 0.400000 0.400000 +2079.750000 0.000000 2653.156982 0.000000 0.115689 0.000000 -0.993285 0.400000 0.400000 0.400000 +2057.637207 0.000000 2715.080811 0.000000 0.420012 0.000000 -0.907518 0.400000 0.400000 0.400000 +2069.275391 0.000000 2665.029053 0.000000 0.848703 0.000000 -0.528869 0.400000 0.400000 0.400000 +2060.610107 0.000000 2707.792236 0.000000 0.303891 0.000000 -0.952707 0.400000 0.400000 0.400000 +2066.649170 0.000000 2704.361328 0.000000 0.057759 0.000000 -0.998331 0.400000 0.400000 0.400000 +2066.346680 0.000000 2728.923096 0.000000 0.788833 0.000000 -0.614608 0.400000 0.400000 0.400000 +2085.135254 0.000000 2664.329102 0.000000 0.078764 0.000000 0.996893 0.400000 0.400000 0.400000 +2081.373291 0.000000 2699.410645 0.000000 0.647915 0.000000 -0.761712 0.400000 0.400000 0.400000 +2066.995605 0.000000 2668.964111 0.000000 0.946783 0.000000 0.321873 0.400000 0.400000 0.400000 +2057.724365 0.000000 2710.987549 0.000000 0.922360 0.000000 0.386331 0.400000 0.400000 0.400000 +2065.636963 0.000000 2663.594482 0.000000 0.087833 0.000000 -0.996135 0.400000 0.400000 0.400000 +2054.877441 0.000000 2712.955811 0.000000 0.970969 0.000000 -0.239207 0.400000 0.400000 0.400000 +2069.646484 0.000000 2729.377197 0.000000 0.992165 0.000000 0.124935 0.400000 0.400000 0.400000 +2080.720215 0.000000 2696.243164 0.000000 0.753241 0.000000 -0.657744 0.400000 0.400000 0.400000 +2078.247803 0.000000 2699.879150 0.000000 0.763329 0.000000 -0.646010 0.400000 0.400000 0.400000 +2122.573975 0.000000 2695.214844 0.000000 0.603438 0.000000 0.797410 0.400000 0.400000 0.400000 +2109.852051 0.000000 2706.419922 0.000000 0.776098 0.000000 0.630613 0.400000 0.400000 0.400000 +2116.356689 0.000000 2704.745117 0.000000 0.992905 0.000000 0.118907 0.400000 0.400000 0.400000 +2118.788086 0.000000 2699.704590 0.000000 0.545912 0.000000 -0.837842 0.400000 0.400000 0.400000 +2112.769287 0.000000 2704.224854 0.000000 0.631493 0.000000 -0.775381 0.400000 0.400000 0.400000 +2121.965820 0.000000 2698.658447 0.000000 0.429062 0.000000 0.903275 0.400000 0.400000 0.400000 +2205.127686 0.000000 2733.107422 0.000000 0.425783 0.000000 0.904825 0.400000 0.400000 0.400000 +2191.832764 0.000000 2734.269287 0.000000 0.687803 0.000000 0.725898 0.400000 0.400000 0.400000 +2198.298096 0.000000 2732.221436 0.000000 0.379595 0.000000 -0.925153 0.400000 0.400000 0.400000 +2185.059570 0.000000 2733.969727 0.000000 0.999550 0.000000 0.030002 0.400000 0.400000 0.400000 +2192.064697 0.000000 2729.458008 0.000000 0.584647 0.000000 0.811287 0.400000 0.400000 0.400000 +2195.994629 0.000000 2735.142090 0.000000 0.254211 0.000000 -0.967149 0.400000 0.400000 0.400000 +2194.483398 0.000000 2732.015137 0.000000 0.993646 0.000000 0.112550 0.400000 0.400000 0.400000 +2201.766113 0.000000 2732.532715 0.000000 0.126179 0.000000 -0.992007 0.400000 0.400000 0.400000 +2061.143311 0.000000 2805.091797 0.000000 0.892604 0.000000 0.450842 0.400000 0.400000 0.400000 +2064.139893 0.000000 2744.346924 0.000000 0.406469 0.000000 -0.913665 0.400000 0.400000 0.400000 +2072.438721 0.000000 2803.349609 0.000000 0.757699 0.000000 0.652604 0.400000 0.400000 0.400000 +2050.317871 0.000000 2790.158447 0.000000 0.688150 0.000000 -0.725569 0.400000 0.400000 0.400000 +2073.354248 0.000000 2796.794189 0.000000 0.979188 0.000000 0.202955 0.400000 0.400000 0.400000 +2066.346680 0.000000 2800.907471 0.000000 0.901400 0.000000 -0.432987 0.400000 0.400000 0.400000 +2042.197754 0.000000 2741.372559 0.000000 0.996753 0.000000 -0.080519 0.400000 0.400000 0.400000 +2038.690186 0.000000 2739.491211 0.000000 0.958085 0.000000 -0.286484 0.400000 0.400000 0.400000 +2052.010254 0.000000 2807.126465 0.000000 0.407549 0.000000 -0.913183 0.400000 0.400000 0.400000 +2046.095825 0.000000 2791.096680 0.000000 0.428846 0.000000 0.903378 0.400000 0.400000 0.400000 +2062.178711 0.000000 2801.707520 0.000000 0.924150 0.000000 -0.382031 0.400000 0.400000 0.400000 +2057.781738 0.000000 2804.517090 0.000000 0.830960 0.000000 0.556333 0.400000 0.400000 0.400000 +2069.646484 0.000000 2801.361572 0.000000 0.239742 0.000000 -0.970837 0.400000 0.400000 0.400000 +2096.961182 0.000000 2768.397217 0.000000 0.876046 0.000000 -0.482227 0.400000 0.400000 0.400000 +2106.269531 0.000000 2786.435547 0.000000 0.440791 0.000000 -0.897610 0.400000 0.400000 0.400000 +2114.403564 0.000000 2792.125244 0.000000 0.089042 0.000000 -0.996028 0.400000 0.400000 0.400000 +2097.062500 0.000000 2784.336670 0.000000 0.942375 0.000000 -0.334559 0.400000 0.400000 0.400000 +2108.114990 0.000000 2794.407715 0.000000 0.236061 0.000000 -0.971738 0.400000 0.400000 0.400000 +2093.682617 0.000000 2778.193848 0.000000 0.663757 0.000000 0.747948 0.400000 0.400000 0.400000 +2136.382080 0.000000 2759.909424 0.000000 0.916042 0.000000 0.401082 0.400000 0.400000 0.400000 +2096.960693 0.000000 2773.863770 0.000000 0.878335 0.000000 0.478045 0.400000 0.400000 0.400000 +2152.652344 0.000000 2789.064453 0.000000 0.290290 0.000000 -0.956939 0.400000 0.400000 0.400000 +2131.070801 0.000000 2758.664795 0.000000 0.298592 0.000000 -0.954381 0.400000 0.400000 0.400000 +2133.037842 0.000000 2748.946289 0.000000 0.811559 0.000000 -0.584270 0.400000 0.400000 0.400000 +2101.955322 0.000000 2768.745361 0.000000 0.271193 0.000000 -0.962525 0.400000 0.400000 0.400000 +2138.872070 0.000000 2764.511230 0.000000 0.313646 0.000000 0.949540 0.400000 0.400000 0.400000 +2134.364258 0.000000 2774.144531 0.000000 0.511620 0.000000 0.859212 0.400000 0.400000 0.400000 +2112.265625 0.000000 2796.547363 0.000000 0.262324 0.000000 0.964980 0.400000 0.400000 0.400000 +2092.742188 0.000000 2772.551758 0.000000 0.796154 0.000000 0.605095 0.400000 0.400000 0.400000 +2118.087891 0.000000 2791.096680 0.000000 0.783651 0.000000 -0.621201 0.400000 0.400000 0.400000 +2105.164795 0.000000 2796.291504 0.000000 0.890249 0.000000 -0.455474 0.400000 0.400000 0.400000 +2111.160889 0.000000 2792.971924 0.000000 0.659382 0.000000 0.751808 0.400000 0.400000 0.400000 +2116.650391 0.000000 2794.685547 0.000000 0.998002 0.000000 0.063181 0.400000 0.400000 0.400000 +2139.350586 0.000000 2758.535645 0.000000 0.788111 0.000000 0.615533 0.400000 0.400000 0.400000 +2039.368286 0.000000 2873.819580 0.000000 0.985471 0.000000 0.169844 0.400000 0.400000 0.400000 +2082.459961 0.000000 2837.308838 0.000000 0.892216 0.000000 -0.451609 0.400000 0.400000 0.400000 +2046.122437 0.000000 2854.423096 0.000000 0.223324 0.000000 0.974744 0.400000 0.400000 0.400000 +2055.714111 0.000000 2808.023926 0.000000 0.649296 0.000000 -0.760536 0.400000 0.400000 0.400000 +2055.744385 0.000000 2819.929443 0.000000 0.146685 0.000000 0.989183 0.400000 0.400000 0.400000 +2084.710693 0.000000 2848.062744 0.000000 0.074756 0.000000 -0.997202 0.400000 0.400000 0.400000 +2082.904297 0.000000 2814.565430 0.000000 0.023804 0.000000 0.999717 0.400000 0.400000 0.400000 +2075.276367 0.000000 2815.607422 0.000000 0.813565 0.000000 -0.581474 0.400000 0.400000 0.400000 +2041.349609 0.000000 2823.500977 0.000000 0.914162 0.000000 -0.405350 0.400000 0.400000 0.400000 +2048.973877 0.000000 2809.330322 0.000000 0.855405 0.000000 0.517960 0.400000 0.400000 0.400000 +2036.122925 0.000000 2866.392090 0.000000 0.507938 0.000000 0.861393 0.400000 0.400000 0.400000 +2040.604492 0.000000 2857.592773 0.000000 0.197813 0.000000 -0.980240 0.400000 0.400000 0.400000 +2064.389893 0.000000 2831.893799 0.000000 0.835744 0.000000 -0.549119 0.400000 0.400000 0.400000 +2069.616211 0.000000 2817.374756 0.000000 0.328387 0.000000 0.944543 0.400000 0.400000 0.400000 +2043.106567 0.000000 2818.555420 0.000000 0.133477 0.000000 0.991052 0.400000 0.400000 0.400000 +2050.348877 0.000000 2857.110352 0.000000 0.932607 0.000000 0.360895 0.400000 0.400000 0.400000 +2038.026855 0.000000 2861.772217 0.000000 0.992070 0.000000 0.125683 0.400000 0.400000 0.400000 +2036.452515 0.000000 2822.363037 0.000000 0.949851 0.000000 -0.312702 0.400000 0.400000 0.400000 +2041.666626 0.000000 2852.998779 0.000000 0.989079 0.000000 0.147385 0.400000 0.400000 0.400000 +2036.877808 0.000000 2855.045410 0.000000 0.978349 0.000000 0.206963 0.400000 0.400000 0.400000 +2039.158813 0.000000 2827.465332 0.000000 0.990095 0.000000 0.140401 0.400000 0.400000 0.400000 +2086.273438 0.000000 2834.746826 0.000000 0.242304 0.000000 0.970200 0.400000 0.400000 0.400000 +2061.533691 0.000000 2813.341797 0.000000 0.021159 0.000000 -0.999776 0.400000 0.400000 0.400000 +2064.954590 0.000000 2828.403076 0.000000 0.415974 0.000000 -0.909377 0.400000 0.400000 0.400000 +2052.428955 0.000000 2809.422363 0.000000 0.994940 0.000000 -0.100468 0.400000 0.400000 0.400000 +2039.168701 0.000000 2864.956299 0.000000 0.990503 0.000000 -0.137488 0.400000 0.400000 0.400000 +2039.830811 0.000000 2820.470215 0.000000 0.654420 0.000000 -0.756131 0.400000 0.400000 0.400000 +2041.749268 0.000000 2860.800049 0.000000 0.804809 0.000000 -0.593534 0.400000 0.400000 0.400000 +2043.214722 0.000000 2855.777588 0.000000 0.962225 0.000000 -0.272256 0.400000 0.400000 0.400000 +2038.421631 0.000000 2870.916260 0.000000 0.698196 0.000000 -0.715907 0.400000 0.400000 0.400000 +2039.613281 0.000000 2855.042969 0.000000 0.472232 0.000000 -0.881474 0.400000 0.400000 0.400000 +2034.273926 0.000000 2855.662842 0.000000 0.977417 0.000000 -0.211321 0.400000 0.400000 0.400000 +2089.996094 0.000000 2855.779785 0.000000 0.104932 0.000000 0.994479 0.400000 0.400000 0.400000 +2118.114746 0.000000 2854.423096 0.000000 0.884515 0.000000 0.466511 0.400000 0.400000 0.400000 +2155.894043 0.000000 2875.703369 0.000000 0.818919 0.000000 0.573909 0.400000 0.400000 0.400000 +2155.788818 0.000000 2856.677734 0.000000 0.319341 0.000000 -0.947640 0.400000 0.400000 0.400000 +2088.032715 0.000000 2835.380127 0.000000 0.986821 0.000000 0.161816 0.400000 0.400000 0.400000 +2088.576416 0.000000 2845.828125 0.000000 0.358918 0.000000 -0.933369 0.400000 0.400000 0.400000 +2139.678711 0.000000 2841.463867 0.000000 0.978045 0.000000 0.208393 0.400000 0.400000 0.400000 +2105.304688 0.000000 2844.459229 0.000000 0.530618 0.000000 -0.847611 0.400000 0.400000 0.400000 +2157.712402 0.000000 2864.864258 0.000000 0.895832 0.000000 -0.444392 0.400000 0.400000 0.400000 +2151.554932 0.000000 2851.937744 0.000000 0.999727 0.000000 0.023360 0.400000 0.400000 0.400000 +2112.596680 0.000000 2857.592773 0.000000 0.406031 0.000000 0.913859 0.400000 0.400000 0.400000 +2150.385010 0.000000 2872.361572 0.000000 0.051757 0.000000 0.998660 0.400000 0.400000 0.400000 +2134.077148 0.000000 2841.315918 0.000000 0.701118 0.000000 0.713045 0.400000 0.400000 0.400000 +2087.811523 0.000000 2851.043213 0.000000 0.655743 0.000000 0.754984 0.400000 0.400000 0.400000 +2089.235840 0.000000 2871.006592 0.000000 0.997788 0.000000 -0.066477 0.400000 0.400000 0.400000 +2117.308594 0.000000 2859.575684 0.000000 0.335354 0.000000 0.942092 0.400000 0.400000 0.400000 +2159.312012 0.000000 2860.098877 0.000000 0.064323 0.000000 0.997929 0.400000 0.400000 0.400000 +2154.356445 0.000000 2869.898682 0.000000 0.822685 0.000000 0.568498 0.400000 0.400000 0.400000 +2151.098145 0.000000 2856.619873 0.000000 0.405390 0.000000 0.914144 0.400000 0.400000 0.400000 +2088.006592 0.000000 2859.631836 0.000000 0.727353 0.000000 -0.686264 0.400000 0.400000 0.400000 +2100.823975 0.000000 2854.170410 0.000000 0.949545 0.000000 -0.313632 0.400000 0.400000 0.400000 +2091.108398 0.000000 2837.112061 0.000000 0.610173 0.000000 -0.792269 0.400000 0.400000 0.400000 +2156.277100 0.000000 2861.756348 0.000000 0.969990 0.000000 0.243144 0.400000 0.400000 0.400000 +2093.900391 0.000000 2839.009766 0.000000 0.013785 0.000000 0.999905 0.400000 0.400000 0.400000 +2153.647949 0.000000 2873.124023 0.000000 0.989426 0.000000 -0.145040 0.400000 0.400000 0.400000 +2089.611816 0.000000 2867.826904 0.000000 0.023361 0.000000 0.999727 0.400000 0.400000 0.400000 +2125.892090 0.000000 2827.680420 0.000000 0.988503 0.000000 -0.151204 0.400000 0.400000 0.400000 +2094.443848 0.000000 2841.971191 0.000000 0.816348 0.000000 -0.577561 0.400000 0.400000 0.400000 +2089.984863 0.000000 2862.402100 0.000000 0.698998 0.000000 -0.715124 0.400000 0.400000 0.400000 +2107.853760 0.000000 2843.432617 0.000000 0.944843 0.000000 -0.327525 0.400000 0.400000 0.400000 +2191.678467 0.000000 2744.029785 0.000000 0.709547 0.000000 -0.704658 0.400000 0.400000 0.400000 +2221.700928 0.000000 2736.252441 0.000000 0.719959 0.000000 -0.694017 0.400000 0.400000 0.400000 +2217.925049 0.000000 2776.846191 0.000000 0.316086 0.000000 0.948730 0.400000 0.400000 0.400000 +2178.965088 0.000000 2755.001953 0.000000 0.999998 0.000000 -0.002157 0.400000 0.400000 0.400000 +2225.478271 0.000000 2750.622803 0.000000 0.006828 0.000000 -0.999977 0.400000 0.400000 0.400000 +2201.782227 0.000000 2772.679199 0.000000 0.223503 0.000000 0.974703 0.400000 0.400000 0.400000 +2199.698486 0.000000 2736.039551 0.000000 0.181725 0.000000 0.983349 0.400000 0.400000 0.400000 +2170.649902 0.000000 2746.933105 0.000000 0.442128 0.000000 0.896952 0.400000 0.400000 0.400000 +2184.036621 0.000000 2735.804932 0.000000 0.990967 0.000000 0.134105 0.400000 0.400000 0.400000 +2227.886230 0.000000 2803.718994 0.000000 0.878533 0.000000 -0.477681 0.400000 0.400000 0.400000 +2227.781006 0.000000 2784.693359 0.000000 0.524099 0.000000 0.851657 0.400000 0.400000 0.400000 +2187.907715 0.000000 2760.531006 0.000000 0.993890 0.000000 -0.110379 0.400000 0.400000 0.400000 +2181.859131 0.000000 2745.558350 0.000000 0.190533 0.000000 0.981681 0.400000 0.400000 0.400000 +2177.997314 0.000000 2765.318359 0.000000 0.982906 0.000000 -0.184107 0.400000 0.400000 0.400000 +2199.728760 0.000000 2747.945068 0.000000 0.198795 0.000000 0.980041 0.400000 0.400000 0.400000 +2204.684570 0.000000 2764.188965 0.000000 0.560362 0.000000 -0.828248 0.400000 0.400000 0.400000 +2192.134766 0.000000 2752.631592 0.000000 0.240010 0.000000 -0.970770 0.400000 0.400000 0.400000 +2213.259766 0.000000 2737.013428 0.000000 0.718427 0.000000 -0.695602 0.400000 0.400000 0.400000 +2219.023682 0.000000 2787.516846 0.000000 0.910342 0.000000 0.413856 0.400000 0.400000 0.400000 +2222.059326 0.000000 2758.498779 0.000000 0.952958 0.000000 -0.303101 0.400000 0.400000 0.400000 +2226.888672 0.000000 2742.581055 0.000000 0.747346 0.000000 0.664435 0.400000 0.400000 0.400000 +2219.260742 0.000000 2743.623047 0.000000 0.621952 0.000000 -0.783055 0.400000 0.400000 0.400000 +2204.594482 0.000000 2779.776611 0.000000 0.769485 0.000000 0.638665 0.400000 0.400000 0.400000 +2185.333984 0.000000 2751.516602 0.000000 0.414683 0.000000 0.909966 0.400000 0.400000 0.400000 +2210.633545 0.000000 2776.345703 0.000000 0.984544 0.000000 -0.175138 0.400000 0.400000 0.400000 +2192.958252 0.000000 2737.345947 0.000000 0.914482 0.000000 0.404626 0.400000 0.400000 0.400000 +2178.432129 0.000000 2739.630859 0.000000 0.997176 0.000000 -0.075097 0.400000 0.400000 0.400000 +2206.380127 0.000000 2737.736816 0.000000 0.494346 0.000000 -0.869265 0.400000 0.400000 0.400000 +2229.704590 0.000000 2792.879883 0.000000 0.987223 0.000000 -0.159344 0.400000 0.400000 0.400000 +2173.105225 0.000000 2752.764160 0.000000 0.703365 0.000000 0.710829 0.400000 0.400000 0.400000 +2222.377197 0.000000 2800.377197 0.000000 0.763329 0.000000 -0.646010 0.400000 0.400000 0.400000 +2186.182129 0.000000 2741.372559 0.000000 0.428005 0.000000 -0.903776 0.400000 0.400000 0.400000 +2176.347168 0.000000 2747.967773 0.000000 0.830480 0.000000 0.557048 0.400000 0.400000 0.400000 +2172.333740 0.000000 2763.612305 0.000000 0.588930 0.000000 -0.808184 0.400000 0.400000 0.400000 +2182.125732 0.000000 2759.570801 0.000000 0.596425 0.000000 -0.802669 0.400000 0.400000 0.400000 +2175.062988 0.000000 2758.788574 0.000000 0.869459 0.000000 0.494005 0.400000 0.400000 0.400000 +2214.039062 0.000000 2789.631592 0.000000 0.383446 0.000000 -0.923563 0.400000 0.400000 0.400000 +2173.381348 0.000000 2741.713867 0.000000 0.686597 0.000000 0.727038 0.400000 0.400000 0.400000 +2224.644531 0.000000 2789.064453 0.000000 0.994477 0.000000 -0.104957 0.400000 0.400000 0.400000 +2220.642822 0.000000 2753.160156 0.000000 0.222623 0.000000 -0.974905 0.400000 0.400000 0.400000 +2189.229004 0.000000 2766.726562 0.000000 0.999993 0.000000 -0.003802 0.400000 0.400000 0.400000 +2206.069336 0.000000 2769.331543 0.000000 0.430128 0.000000 -0.902768 0.400000 0.400000 0.400000 +2218.120605 0.000000 2782.327393 0.000000 0.890667 0.000000 0.454656 0.400000 0.400000 0.400000 +2196.547607 0.000000 2742.207764 0.000000 0.739315 0.000000 0.673360 0.400000 0.400000 0.400000 +2187.090820 0.000000 2746.571045 0.000000 0.767181 0.000000 0.641431 0.400000 0.400000 0.400000 +2229.532471 0.000000 2746.957764 0.000000 0.533159 0.000000 -0.846015 0.400000 0.400000 0.400000 +2188.211426 0.000000 2755.603516 0.000000 0.692588 0.000000 -0.721334 0.400000 0.400000 0.400000 +2229.270264 0.000000 2753.930908 0.000000 0.748259 0.000000 0.663407 0.400000 0.400000 0.400000 +2221.299072 0.000000 2748.078369 0.000000 0.300122 0.000000 0.953901 0.400000 0.400000 0.400000 +2180.436768 0.000000 2750.378662 0.000000 0.830745 0.000000 -0.556653 0.400000 0.400000 0.400000 +2193.094482 0.000000 2757.248047 0.000000 0.973215 0.000000 -0.229898 0.400000 0.400000 0.400000 +2200.281738 0.000000 2777.190918 0.000000 0.474586 0.000000 -0.880209 0.400000 0.400000 0.400000 +2217.387939 0.000000 2739.286621 0.000000 0.716496 0.000000 -0.697591 0.400000 0.400000 0.400000 +2213.961914 0.000000 2779.787354 0.000000 0.702120 0.000000 0.712058 0.400000 0.400000 0.400000 +2218.838623 0.000000 2792.271729 0.000000 0.925018 0.000000 0.379924 0.400000 0.400000 0.400000 +2229.865479 0.000000 2780.571045 0.000000 0.936089 0.000000 -0.351763 0.400000 0.400000 0.400000 +2223.090332 0.000000 2784.635498 0.000000 0.000097 0.000000 -1.000000 0.400000 0.400000 0.400000 +2188.406006 0.000000 2737.277100 0.000000 0.994559 0.000000 0.104172 0.400000 0.400000 0.400000 +2225.131836 0.000000 2755.422119 0.000000 0.999107 0.000000 0.042250 0.400000 0.400000 0.400000 +2222.659180 0.000000 2740.530029 0.000000 0.905343 0.000000 -0.424681 0.400000 0.400000 0.400000 +2196.510986 0.000000 2752.736084 0.000000 0.997945 0.000000 -0.064072 0.400000 0.400000 0.400000 +2177.812500 0.000000 2743.907227 0.000000 0.639953 0.000000 -0.768414 0.400000 0.400000 0.400000 +2183.143066 0.000000 2755.480957 0.000000 0.056664 0.000000 0.998393 0.400000 0.400000 0.400000 +2215.373291 0.000000 2785.476562 0.000000 0.615163 0.000000 0.788400 0.400000 0.400000 0.400000 +2230.850586 0.000000 2743.172119 0.000000 0.841109 0.000000 0.540865 0.400000 0.400000 0.400000 +2190.510254 0.000000 2748.786133 0.000000 0.997764 0.000000 0.066837 0.400000 0.400000 0.400000 +2178.449951 0.000000 2761.304932 0.000000 0.741176 0.000000 -0.671311 0.400000 0.400000 0.400000 +2182.674561 0.000000 2739.491211 0.000000 0.351327 0.000000 0.936253 0.400000 0.400000 0.400000 +2190.169922 0.000000 2740.522217 0.000000 0.482832 0.000000 -0.875713 0.400000 0.400000 0.400000 +2205.518066 0.000000 2741.357422 0.000000 0.778915 0.000000 -0.627129 0.400000 0.400000 0.400000 +2202.711426 0.000000 2738.234863 0.000000 0.060791 0.000000 0.998151 0.400000 0.400000 0.400000 +2214.954834 0.000000 2741.877686 0.000000 0.558223 0.000000 -0.829691 0.400000 0.400000 0.400000 +2170.055664 0.000000 2754.754883 0.000000 0.224782 0.000000 0.974409 0.400000 0.400000 0.400000 +2199.363525 0.000000 2744.279053 0.000000 0.911962 0.000000 -0.410275 0.400000 0.400000 0.400000 +2229.379883 0.000000 2740.083496 0.000000 0.782410 0.000000 0.622763 0.400000 0.400000 0.400000 +2210.722900 0.000000 2791.026123 0.000000 0.083472 0.000000 -0.996510 0.400000 0.400000 0.400000 +2226.118896 0.000000 2747.278809 0.000000 0.777082 0.000000 0.629400 0.400000 0.400000 0.400000 +2185.626709 0.000000 2757.949463 0.000000 0.276312 0.000000 -0.961068 0.400000 0.400000 0.400000 +2173.129150 0.000000 2749.227051 0.000000 0.998155 0.000000 -0.060713 0.400000 0.400000 0.400000 +2175.423096 0.000000 2755.189941 0.000000 0.402105 0.000000 0.915594 0.400000 0.400000 0.400000 +2226.306885 0.000000 2792.474854 0.000000 0.314597 0.000000 -0.949225 0.400000 0.400000 0.400000 +2175.563965 0.000000 2763.040527 0.000000 0.999248 0.000000 0.038775 0.400000 0.400000 0.400000 +2180.957275 0.000000 2763.409424 0.000000 0.961715 0.000000 -0.274053 0.400000 0.400000 0.400000 +2172.384521 0.000000 2760.446777 0.000000 0.985058 0.000000 -0.172225 0.400000 0.400000 0.400000 +2179.263428 0.000000 2746.982666 0.000000 0.739083 0.000000 0.673615 0.400000 0.400000 0.400000 +2221.180664 0.000000 2782.387451 0.000000 0.298970 0.000000 -0.954262 0.400000 0.400000 0.400000 +2185.708496 0.000000 2738.461182 0.000000 0.509117 0.000000 -0.860697 0.400000 0.400000 0.400000 +2194.329102 0.000000 2754.695801 0.000000 0.729344 0.000000 -0.684147 0.400000 0.400000 0.400000 +2220.203369 0.000000 2738.829590 0.000000 0.484960 0.000000 -0.874536 0.400000 0.400000 0.400000 +2203.412354 0.000000 2770.366943 0.000000 0.821244 0.000000 0.570577 0.400000 0.400000 0.400000 +2187.272705 0.000000 2749.435791 0.000000 0.948261 0.000000 -0.317491 0.400000 0.400000 0.400000 +2185.778564 0.000000 2754.294434 0.000000 0.734560 0.000000 0.678544 0.400000 0.400000 0.400000 +2227.683838 0.000000 2745.070068 0.000000 0.213893 0.000000 0.976857 0.400000 0.400000 0.400000 +2191.463623 0.000000 2755.183105 0.000000 0.488325 0.000000 0.872662 0.400000 0.400000 0.400000 +2220.891113 0.000000 2745.556885 0.000000 0.641242 0.000000 0.767339 0.400000 0.400000 0.400000 +2255.344727 0.000000 2801.835205 0.000000 0.989554 0.000000 -0.144162 0.400000 0.400000 0.400000 +2233.447510 0.000000 2753.245605 0.000000 0.250864 0.000000 -0.968022 0.400000 0.400000 0.400000 +2286.071045 0.000000 2760.093506 0.000000 0.978447 0.000000 0.206497 0.400000 0.400000 0.400000 +2295.478516 0.000000 2794.306396 0.000000 0.850804 0.000000 -0.525484 0.400000 0.400000 0.400000 +2233.980469 0.000000 2783.795410 0.000000 0.035741 0.000000 0.999361 0.400000 0.400000 0.400000 +2273.613770 0.000000 2787.065186 0.000000 0.869092 0.000000 -0.494650 0.400000 0.400000 0.400000 +2238.014404 0.000000 2801.283447 0.000000 0.260743 0.000000 0.965408 0.400000 0.400000 0.400000 +2277.119873 0.000000 2805.091797 0.000000 0.862871 0.000000 -0.505424 0.400000 0.400000 0.400000 +2250.957275 0.000000 2755.001953 0.000000 0.345478 0.000000 -0.938427 0.400000 0.400000 0.400000 +2269.770752 0.000000 2758.933105 0.000000 0.124811 0.000000 -0.992181 0.400000 0.400000 0.400000 +2298.436523 0.000000 2765.324463 0.000000 0.359897 0.000000 0.932992 0.400000 0.400000 0.400000 +2262.099121 0.000000 2782.438721 0.000000 0.986928 0.000000 0.161162 0.400000 0.400000 0.400000 +2266.987305 0.000000 2798.333496 0.000000 0.769702 0.000000 0.638403 0.400000 0.400000 0.400000 +2283.107422 0.000000 2794.420166 0.000000 0.984675 0.000000 0.174397 0.400000 0.400000 0.400000 +2242.642090 0.000000 2746.933105 0.000000 0.100666 0.000000 0.994920 0.400000 0.400000 0.400000 +2299.878418 0.000000 2803.718994 0.000000 0.999820 0.000000 0.018974 0.400000 0.400000 0.400000 +2299.773193 0.000000 2784.693359 0.000000 0.471297 0.000000 -0.881975 0.400000 0.400000 0.400000 +2288.415283 0.000000 2803.349609 0.000000 0.999993 0.000000 0.003704 0.400000 0.400000 0.400000 +2241.389160 0.000000 2791.509521 0.000000 0.346043 0.000000 0.938219 0.400000 0.400000 0.400000 +2259.899902 0.000000 2760.531006 0.000000 0.213343 0.000000 0.976977 0.400000 0.400000 0.400000 +2278.492432 0.000000 2753.870850 0.000000 0.948029 0.000000 -0.318185 0.400000 0.400000 0.400000 +2241.658936 0.000000 2758.276367 0.000000 0.725988 0.000000 -0.687707 0.400000 0.400000 0.400000 +2266.558350 0.000000 2767.199219 0.000000 0.311748 0.000000 0.950165 0.400000 0.400000 0.400000 +2264.126953 0.000000 2752.631592 0.000000 0.970906 0.000000 -0.239462 0.400000 0.400000 0.400000 +2253.836426 0.000000 2778.404297 0.000000 0.210034 0.000000 -0.977694 0.400000 0.400000 0.400000 +2291.015869 0.000000 2787.516846 0.000000 0.131273 0.000000 0.991346 0.400000 0.400000 0.400000 +2294.051514 0.000000 2758.498779 0.000000 0.798689 0.000000 0.601744 0.400000 0.400000 0.400000 +2266.294434 0.000000 2790.158447 0.000000 0.960186 0.000000 -0.279363 0.400000 0.400000 0.400000 +2291.967773 0.000000 2769.408203 0.000000 0.065576 0.000000 -0.997848 0.400000 0.400000 0.400000 +2275.579346 0.000000 2794.344971 0.000000 0.180059 0.000000 0.983656 0.400000 0.400000 0.400000 +2234.364258 0.000000 2746.051514 0.000000 0.484720 0.000000 0.874669 0.400000 0.400000 0.400000 +2241.046875 0.000000 2784.336670 0.000000 0.605073 0.000000 0.796170 0.400000 0.400000 0.400000 +2257.326172 0.000000 2751.516602 0.000000 0.649840 0.000000 0.760071 0.400000 0.400000 0.400000 +2300.866943 0.000000 2758.833740 0.000000 0.656941 0.000000 -0.753942 0.400000 0.400000 0.400000 +2289.330811 0.000000 2796.794189 0.000000 0.370310 0.000000 0.928908 0.400000 0.400000 0.400000 +2237.666992 0.000000 2778.193848 0.000000 0.071579 0.000000 -0.997435 0.400000 0.400000 0.400000 +2243.414795 0.000000 2804.818359 0.000000 0.850744 0.000000 0.525580 0.400000 0.400000 0.400000 +2282.323242 0.000000 2800.907471 0.000000 0.145178 0.000000 0.989406 0.400000 0.400000 0.400000 +2270.290283 0.000000 2804.205811 0.000000 0.077832 0.000000 0.996966 0.400000 0.400000 0.400000 +2245.097412 0.000000 2752.764160 0.000000 0.930816 0.000000 0.365487 0.400000 0.400000 0.400000 +2250.176758 0.000000 2805.317627 0.000000 0.896460 0.000000 -0.443126 0.400000 0.400000 0.400000 +2260.675781 0.000000 2798.173828 0.000000 0.999497 0.000000 -0.031711 0.400000 0.400000 0.400000 +2279.692871 0.000000 2789.221924 0.000000 0.586708 0.000000 0.809799 0.400000 0.400000 0.400000 +2294.369385 0.000000 2800.377197 0.000000 0.959593 0.000000 0.281390 0.400000 0.400000 0.400000 +2290.766357 0.000000 2763.647705 0.000000 0.420635 0.000000 -0.907230 0.400000 0.400000 0.400000 +2280.366455 0.000000 2759.909424 0.000000 0.842516 0.000000 0.538671 0.400000 0.400000 0.400000 +2239.434814 0.000000 2752.173584 0.000000 0.105364 0.000000 0.994434 0.400000 0.400000 0.400000 +2274.489746 0.000000 2800.011475 0.000000 0.523872 0.000000 0.851797 0.400000 0.400000 0.400000 +2237.282959 0.000000 2795.506348 0.000000 0.357471 0.000000 0.933924 0.400000 0.400000 0.400000 +2272.583008 0.000000 2754.025879 0.000000 0.674293 0.000000 -0.738464 0.400000 0.400000 0.400000 +2247.055176 0.000000 2758.788574 0.000000 0.996179 0.000000 0.087331 0.400000 0.400000 0.400000 +2286.031250 0.000000 2789.631592 0.000000 0.856702 0.000000 -0.515811 0.400000 0.400000 0.400000 +2249.047607 0.000000 2781.149902 0.000000 0.893860 0.000000 0.448346 0.400000 0.400000 0.400000 +2296.636719 0.000000 2789.064453 0.000000 0.904131 0.000000 0.427255 0.400000 0.400000 0.400000 +2261.221191 0.000000 2766.726562 0.000000 0.595798 0.000000 -0.803134 0.400000 0.400000 0.400000 +2265.023926 0.000000 2761.994629 0.000000 0.848827 0.000000 -0.528670 0.400000 0.400000 0.400000 +2231.795898 0.000000 2779.058838 0.000000 0.462918 0.000000 -0.886401 0.400000 0.400000 0.400000 +2275.055176 0.000000 2758.664795 0.000000 0.588923 0.000000 0.808189 0.400000 0.400000 0.400000 +2270.495850 0.000000 2793.902100 0.000000 0.336448 0.000000 -0.941702 0.400000 0.400000 0.400000 +2266.325439 0.000000 2785.125977 0.000000 0.598938 0.000000 0.800795 0.400000 0.400000 0.400000 +2260.203613 0.000000 2755.603516 0.000000 0.999205 0.000000 0.039874 0.400000 0.400000 0.400000 +2301.262451 0.000000 2753.930908 0.000000 0.977161 0.000000 0.212498 0.400000 0.400000 0.400000 +2264.010254 0.000000 2794.368652 0.000000 0.002909 0.000000 0.999996 0.400000 0.400000 0.400000 +2260.103271 0.000000 2803.003906 0.000000 0.147855 0.000000 -0.989009 0.400000 0.400000 0.400000 +2252.428955 0.000000 2750.378662 0.000000 0.166525 0.000000 -0.986037 0.400000 0.400000 0.400000 +2289.194092 0.000000 2756.478027 0.000000 0.985151 0.000000 -0.171690 0.400000 0.400000 0.400000 +2265.086670 0.000000 2757.248047 0.000000 0.671997 0.000000 0.740554 0.400000 0.400000 0.400000 +2290.830811 0.000000 2792.271729 0.000000 0.985329 0.000000 -0.170664 0.400000 0.400000 0.400000 +2278.662842 0.000000 2797.913086 0.000000 0.018363 0.000000 -0.999831 0.400000 0.400000 0.400000 +2281.866699 0.000000 2806.019531 0.000000 0.229682 0.000000 0.973266 0.400000 0.400000 0.400000 +2292.496094 0.000000 2805.232666 0.000000 0.047335 0.000000 -0.998879 0.400000 0.400000 0.400000 +2257.051758 0.000000 2805.954102 0.000000 0.032873 0.000000 -0.999460 0.400000 0.400000 0.400000 +2264.056885 0.000000 2801.442383 0.000000 0.337640 0.000000 -0.941275 0.400000 0.400000 0.400000 +2238.493652 0.000000 2747.975830 0.000000 0.244097 0.000000 -0.969751 0.400000 0.400000 0.400000 +2252.854492 0.000000 2783.061035 0.000000 0.946067 0.000000 -0.323971 0.400000 0.400000 0.400000 +2244.808350 0.000000 2782.186035 0.000000 0.538018 0.000000 -0.842933 0.400000 0.400000 0.400000 +2297.410889 0.000000 2761.215576 0.000000 0.279452 0.000000 -0.960160 0.400000 0.400000 0.400000 +2255.135254 0.000000 2755.480957 0.000000 0.671489 0.000000 0.741014 0.400000 0.400000 0.400000 +2235.448242 0.000000 2742.012207 0.000000 0.225449 0.000000 0.974255 0.400000 0.400000 0.400000 +2294.328369 0.000000 2765.960938 0.000000 0.422008 0.000000 -0.906592 0.400000 0.400000 0.400000 +2237.931641 0.000000 2756.019775 0.000000 0.875513 0.000000 -0.483195 0.400000 0.400000 0.400000 +2302.250000 0.000000 2762.762451 0.000000 0.319464 0.000000 -0.947598 0.400000 0.400000 0.400000 +2285.343750 0.000000 2797.886475 0.000000 0.126786 0.000000 -0.991930 0.400000 0.400000 0.400000 +2231.893066 0.000000 2749.455566 0.000000 0.955869 0.000000 0.293794 0.400000 0.400000 0.400000 +2269.721436 0.000000 2788.229980 0.000000 0.363625 0.000000 0.931545 0.400000 0.400000 0.400000 +2241.250000 0.000000 2780.323975 0.000000 0.324551 0.000000 0.945868 0.400000 0.400000 0.400000 +2271.029053 0.000000 2798.067383 0.000000 0.316327 0.000000 -0.948650 0.400000 0.400000 0.400000 +2288.968018 0.000000 2807.380127 0.000000 0.379667 0.000000 -0.925123 0.400000 0.400000 0.400000 +2247.081299 0.000000 2802.930908 0.000000 0.320103 0.000000 -0.947383 0.400000 0.400000 0.400000 +2275.891846 0.000000 2790.192871 0.000000 0.086959 0.000000 0.996212 0.400000 0.400000 0.400000 +2296.468018 0.000000 2805.534424 0.000000 0.607063 0.000000 -0.794654 0.400000 0.400000 0.400000 +2241.776855 0.000000 2801.385498 0.000000 0.984015 0.000000 0.178088 0.400000 0.400000 0.400000 +2279.410400 0.000000 2793.373047 0.000000 0.074880 0.000000 -0.997193 0.400000 0.400000 0.400000 +2238.380859 0.000000 2744.289062 0.000000 0.999887 0.000000 0.015006 0.400000 0.400000 0.400000 +2248.807617 0.000000 2751.864990 0.000000 0.998709 0.000000 -0.050792 0.400000 0.400000 0.400000 +2235.521240 0.000000 2750.102539 0.000000 0.640461 0.000000 0.767990 0.400000 0.400000 0.400000 +2240.288574 0.000000 2787.887207 0.000000 0.741219 0.000000 -0.671263 0.400000 0.400000 0.400000 +2285.429932 0.000000 2805.384521 0.000000 0.247770 0.000000 0.968819 0.400000 0.400000 0.400000 +2262.072266 0.000000 2791.096680 0.000000 0.996860 0.000000 0.079187 0.400000 0.400000 0.400000 +2278.155273 0.000000 2801.707520 0.000000 0.904860 0.000000 -0.425710 0.400000 0.400000 0.400000 +2290.498047 0.000000 2759.852539 0.000000 0.713900 0.000000 0.700247 0.400000 0.400000 0.400000 +2242.047852 0.000000 2754.754883 0.000000 0.999224 0.000000 -0.039400 0.400000 0.400000 0.400000 +2286.365967 0.000000 2763.708252 0.000000 0.348878 0.000000 0.937168 0.400000 0.400000 0.400000 +2280.931152 0.000000 2756.418701 0.000000 0.634090 0.000000 0.773259 0.400000 0.400000 0.400000 +2274.046143 0.000000 2750.855957 0.000000 0.385221 0.000000 -0.922824 0.400000 0.400000 0.400000 +2290.671631 0.000000 2800.450684 0.000000 0.979001 0.000000 0.203855 0.400000 0.400000 0.400000 +2272.429443 0.000000 2790.503906 0.000000 0.001944 0.000000 0.999998 0.400000 0.400000 0.400000 +2302.472412 0.000000 2750.471680 0.000000 0.626204 0.000000 0.779659 0.400000 0.400000 0.400000 +2293.892822 0.000000 2762.161133 0.000000 0.983684 0.000000 -0.179907 0.400000 0.400000 0.400000 +2273.758301 0.000000 2804.517090 0.000000 0.851452 0.000000 0.524433 0.400000 0.400000 0.400000 +2282.715088 0.000000 2791.026123 0.000000 0.972544 0.000000 -0.232721 0.400000 0.400000 0.400000 +2257.618896 0.000000 2757.949463 0.000000 0.914910 0.000000 0.403658 0.400000 0.400000 0.400000 +2234.916992 0.000000 2780.342529 0.000000 0.734097 0.000000 0.679044 0.400000 0.400000 0.400000 +2269.040039 0.000000 2801.115234 0.000000 0.874503 0.000000 0.485020 0.400000 0.400000 0.400000 +2285.623047 0.000000 2801.361572 0.000000 0.890503 0.000000 0.454978 0.400000 0.400000 0.400000 +2238.570068 0.000000 2759.527588 0.000000 0.947758 0.000000 0.318991 0.400000 0.400000 0.400000 +2245.121338 0.000000 2749.227051 0.000000 0.305735 0.000000 0.952117 0.400000 0.400000 0.400000 +2247.415283 0.000000 2755.189941 0.000000 0.325794 0.000000 0.945441 0.400000 0.400000 0.400000 +2274.080811 0.000000 2761.955322 0.000000 0.301421 0.000000 -0.953491 0.400000 0.400000 0.400000 +2297.632324 0.000000 2801.139648 0.000000 0.070581 0.000000 -0.997506 0.400000 0.400000 0.400000 +2267.217285 0.000000 2794.993164 0.000000 0.999180 0.000000 -0.040491 0.400000 0.400000 0.400000 +2242.041016 0.000000 2750.135498 0.000000 0.329063 0.000000 -0.944308 0.400000 0.400000 0.400000 +2281.963867 0.000000 2797.584717 0.000000 0.915860 0.000000 -0.401499 0.400000 0.400000 0.400000 +2264.054199 0.000000 2764.995850 0.000000 0.942385 0.000000 -0.334531 0.400000 0.400000 0.400000 +2283.334961 0.000000 2758.535645 0.000000 0.377806 0.000000 0.925885 0.400000 0.400000 0.400000 +2280.028320 0.000000 2763.101318 0.000000 0.710654 0.000000 -0.703542 0.400000 0.400000 0.400000 +2244.578613 0.000000 2756.552002 0.000000 0.220357 0.000000 0.975419 0.400000 0.400000 0.400000 +2239.099365 0.000000 2798.273193 0.000000 0.607188 0.000000 -0.794558 0.400000 0.400000 0.400000 +2262.077148 0.000000 2762.685059 0.000000 0.854972 0.000000 0.518675 0.400000 0.400000 0.400000 +2288.985352 0.000000 2789.687744 0.000000 0.720702 0.000000 -0.693245 0.400000 0.400000 0.400000 +2272.428467 0.000000 2757.184570 0.000000 0.994270 0.000000 0.106900 0.400000 0.400000 0.400000 +2264.581787 0.000000 2787.499268 0.000000 0.679917 0.000000 -0.733289 0.400000 0.400000 0.400000 +2253.355469 0.000000 2753.129395 0.000000 0.084374 0.000000 -0.996434 0.400000 0.400000 0.400000 +2302.061523 0.000000 2765.845703 0.000000 0.673236 0.000000 -0.739428 0.400000 0.400000 0.400000 +2266.321289 0.000000 2754.695801 0.000000 0.062526 0.000000 0.998043 0.400000 0.400000 0.400000 +2250.000732 0.000000 2802.490234 0.000000 0.348657 0.000000 -0.937250 0.400000 0.400000 0.400000 +2231.992432 0.000000 2781.840576 0.000000 0.646206 0.000000 -0.763163 0.400000 0.400000 0.400000 +2299.851562 0.000000 2756.378662 0.000000 0.999540 0.000000 -0.030335 0.400000 0.400000 0.400000 +2278.923096 0.000000 2807.331299 0.000000 0.488037 0.000000 0.872823 0.400000 0.400000 0.400000 +2244.398682 0.000000 2802.401855 0.000000 0.947366 0.000000 0.320153 0.400000 0.400000 0.400000 +2254.857422 0.000000 2780.710205 0.000000 0.009800 0.000000 -0.999952 0.400000 0.400000 0.400000 +2183.352539 0.000000 2873.819580 0.000000 0.965249 0.000000 0.261332 0.400000 0.400000 0.400000 +2214.078857 0.000000 2832.077881 0.000000 0.792534 0.000000 -0.609827 0.400000 0.400000 0.400000 +2223.486328 0.000000 2866.290771 0.000000 0.785237 0.000000 -0.619196 0.400000 0.400000 0.400000 +2201.621582 0.000000 2859.049561 0.000000 0.449495 0.000000 0.893283 0.400000 0.400000 0.400000 +2205.127686 0.000000 2877.076172 0.000000 0.929085 0.000000 -0.369866 0.400000 0.400000 0.400000 +2168.953369 0.000000 2840.381592 0.000000 0.845158 0.000000 0.534516 0.400000 0.400000 0.400000 +2208.124268 0.000000 2816.331299 0.000000 0.999809 0.000000 0.019531 0.400000 0.400000 0.400000 +2197.778564 0.000000 2830.917480 0.000000 0.848549 0.000000 -0.529117 0.400000 0.400000 0.400000 +2225.478271 0.000000 2822.607178 0.000000 0.706866 0.000000 -0.707347 0.400000 0.400000 0.400000 +2201.782227 0.000000 2844.663574 0.000000 0.648297 0.000000 -0.761387 0.400000 0.400000 0.400000 +2226.444336 0.000000 2837.308838 0.000000 0.683668 0.000000 -0.729793 0.400000 0.400000 0.400000 +2190.106934 0.000000 2854.423096 0.000000 0.291992 0.000000 -0.956421 0.400000 0.400000 0.400000 +2194.995117 0.000000 2870.317871 0.000000 0.349753 0.000000 -0.936842 0.400000 0.400000 0.400000 +2227.781006 0.000000 2856.677734 0.000000 0.684867 0.000000 -0.728668 0.400000 0.400000 0.400000 +2216.423096 0.000000 2875.333984 0.000000 0.918936 0.000000 0.394407 0.400000 0.400000 0.400000 +2160.024902 0.000000 2835.380127 0.000000 0.610396 0.000000 -0.792097 0.400000 0.400000 0.400000 +2187.907715 0.000000 2832.515381 0.000000 0.772698 0.000000 0.634773 0.400000 0.400000 0.400000 +2186.395752 0.000000 2864.109619 0.000000 0.917544 0.000000 0.397635 0.400000 0.400000 0.400000 +2215.744629 0.000000 2822.558350 0.000000 0.433771 0.000000 -0.901023 0.400000 0.400000 0.400000 +2177.997314 0.000000 2837.302734 0.000000 0.999763 0.000000 0.021754 0.400000 0.400000 0.400000 +2169.666748 0.000000 2830.260742 0.000000 0.030921 0.000000 0.999522 0.400000 0.400000 0.400000 +2194.566162 0.000000 2839.183594 0.000000 0.531842 0.000000 -0.846844 0.400000 0.400000 0.400000 +2228.695068 0.000000 2848.062744 0.000000 0.998756 0.000000 -0.049871 0.400000 0.400000 0.400000 +2219.023682 0.000000 2859.501221 0.000000 0.923224 0.000000 0.384263 0.400000 0.400000 0.400000 +2222.059326 0.000000 2830.483154 0.000000 0.399707 0.000000 0.916643 0.400000 0.400000 0.400000 +2191.832764 0.000000 2878.238037 0.000000 0.417368 0.000000 -0.908737 0.400000 0.400000 0.400000 +2194.321289 0.000000 2847.676758 0.000000 0.806995 0.000000 -0.590559 0.400000 0.400000 0.400000 +2194.302246 0.000000 2862.142822 0.000000 0.726543 0.000000 0.687121 0.400000 0.400000 0.400000 +2219.975586 0.000000 2841.392578 0.000000 0.104884 0.000000 -0.994484 0.400000 0.400000 0.400000 +2203.587158 0.000000 2866.329346 0.000000 0.767264 0.000000 0.641331 0.400000 0.400000 0.400000 +2228.874756 0.000000 2830.818115 0.000000 0.989496 0.000000 -0.144559 0.400000 0.400000 0.400000 +2217.338623 0.000000 2868.778564 0.000000 0.796945 0.000000 -0.604052 0.400000 0.400000 0.400000 +2178.432129 0.000000 2811.615234 0.000000 0.995441 0.000000 -0.095383 0.400000 0.400000 0.400000 +2180.107178 0.000000 2866.392090 0.000000 0.651873 0.000000 0.758328 0.400000 0.400000 0.400000 +2210.331055 0.000000 2872.891846 0.000000 0.658575 0.000000 0.752515 0.400000 0.400000 0.400000 +2198.298096 0.000000 2876.190186 0.000000 0.878132 0.000000 0.478418 0.400000 0.400000 0.400000 +2188.683594 0.000000 2870.158203 0.000000 0.726437 0.000000 0.687233 0.400000 0.400000 0.400000 +2184.588867 0.000000 2857.592773 0.000000 0.922450 0.000000 0.386115 0.400000 0.400000 0.400000 +2222.377197 0.000000 2872.361572 0.000000 0.603572 0.000000 0.797309 0.400000 0.400000 0.400000 +2218.774170 0.000000 2835.632080 0.000000 0.676958 0.000000 0.736022 0.400000 0.400000 0.400000 +2183.955566 0.000000 2836.938721 0.000000 0.064244 0.000000 -0.997934 0.400000 0.400000 0.400000 +2165.796631 0.000000 2834.758789 0.000000 0.935942 0.000000 0.352154 0.400000 0.400000 0.400000 +2182.125732 0.000000 2831.555176 0.000000 0.984793 0.000000 -0.173730 0.400000 0.400000 0.400000 +2213.600586 0.000000 2817.374756 0.000000 0.356222 0.000000 -0.934401 0.400000 0.400000 0.400000 +2202.497559 0.000000 2871.995850 0.000000 0.653961 0.000000 -0.756528 0.400000 0.400000 0.400000 +2200.590820 0.000000 2826.010254 0.000000 0.642003 0.000000 -0.766702 0.400000 0.400000 0.400000 +2175.062988 0.000000 2830.772949 0.000000 0.914073 0.000000 -0.405550 0.400000 0.400000 0.400000 +2199.247314 0.000000 2836.202148 0.000000 0.218978 0.000000 -0.975730 0.400000 0.400000 0.400000 +2189.229004 0.000000 2838.710938 0.000000 0.055792 0.000000 0.998442 0.400000 0.400000 0.400000 +2193.031738 0.000000 2833.979004 0.000000 0.770914 0.000000 -0.636939 0.400000 0.400000 0.400000 +2218.120605 0.000000 2854.311768 0.000000 0.723781 0.000000 0.690030 0.400000 0.400000 0.400000 +2203.062988 0.000000 2830.649170 0.000000 0.526032 0.000000 0.850465 0.400000 0.400000 0.400000 +2198.503662 0.000000 2865.886475 0.000000 0.896224 0.000000 -0.443601 0.400000 0.400000 0.400000 +2194.333252 0.000000 2857.110352 0.000000 0.547860 0.000000 -0.836570 0.400000 0.400000 0.400000 +2182.011230 0.000000 2861.772217 0.000000 0.082283 0.000000 -0.996609 0.400000 0.400000 0.400000 +2231.304199 0.000000 2860.098877 0.000000 0.999774 0.000000 0.021276 0.400000 0.400000 0.400000 +2229.270264 0.000000 2825.915283 0.000000 0.283549 0.000000 -0.958958 0.400000 0.400000 0.400000 +2192.018066 0.000000 2866.353027 0.000000 0.019354 0.000000 0.999813 0.400000 0.400000 0.400000 +2188.111084 0.000000 2874.988281 0.000000 0.874704 0.000000 -0.484657 0.400000 0.400000 0.400000 +2229.533936 0.000000 2841.030762 0.000000 0.997721 0.000000 -0.067468 0.400000 0.400000 0.400000 +2217.201904 0.000000 2828.462402 0.000000 0.509684 0.000000 0.860362 0.400000 0.400000 0.400000 +2193.094482 0.000000 2829.232422 0.000000 0.613727 0.000000 0.789518 0.400000 0.400000 0.400000 +2200.281738 0.000000 2849.175293 0.000000 0.856727 0.000000 -0.515770 0.400000 0.400000 0.400000 +2222.515869 0.000000 2847.094727 0.000000 0.619276 0.000000 0.785173 0.400000 0.400000 0.400000 +2181.083496 0.000000 2840.964844 0.000000 0.528769 0.000000 -0.848766 0.400000 0.400000 0.400000 +2229.865479 0.000000 2852.555420 0.000000 0.655545 0.000000 -0.755157 0.400000 0.400000 0.400000 +2184.257812 0.000000 2868.531738 0.000000 0.717551 0.000000 -0.696505 0.400000 0.400000 0.400000 +2206.670654 0.000000 2869.897461 0.000000 0.813591 0.000000 0.581438 0.400000 0.400000 0.400000 +2223.090332 0.000000 2856.619873 0.000000 0.989579 0.000000 0.143994 0.400000 0.400000 0.400000 +2209.874512 0.000000 2878.003906 0.000000 0.986890 0.000000 -0.161393 0.400000 0.400000 0.400000 +2220.503906 0.000000 2877.217041 0.000000 0.965924 0.000000 0.258826 0.400000 0.400000 0.400000 +2192.064697 0.000000 2873.426758 0.000000 0.777437 0.000000 -0.628961 0.400000 0.400000 0.400000 +2193.623535 0.000000 2851.911133 0.000000 0.891756 0.000000 0.452517 0.400000 0.400000 0.400000 +2222.336182 0.000000 2837.945312 0.000000 0.972353 0.000000 -0.233516 0.400000 0.400000 0.400000 +2230.257812 0.000000 2834.746826 0.000000 0.102355 0.000000 0.994748 0.400000 0.400000 0.400000 +2173.021973 0.000000 2844.705078 0.000000 0.265466 0.000000 0.964120 0.400000 0.400000 0.400000 +2178.449951 0.000000 2833.289307 0.000000 0.139315 0.000000 0.990248 0.400000 0.400000 0.400000 +2197.729248 0.000000 2860.214355 0.000000 0.976016 0.000000 0.217699 0.400000 0.400000 0.400000 +2199.036865 0.000000 2870.051758 0.000000 0.786931 0.000000 0.617042 0.400000 0.400000 0.400000 +2216.975830 0.000000 2879.364502 0.000000 0.470566 0.000000 -0.882365 0.400000 0.400000 0.400000 +2190.080078 0.000000 2863.081055 0.000000 0.912179 0.000000 -0.409793 0.400000 0.400000 0.400000 +2218.505859 0.000000 2831.836914 0.000000 0.289957 0.000000 0.957040 0.400000 0.400000 0.400000 +2198.025146 0.000000 2840.204590 0.000000 0.479978 0.000000 -0.877281 0.400000 0.400000 0.400000 +2214.373779 0.000000 2835.692627 0.000000 0.697791 0.000000 -0.716302 0.400000 0.400000 0.400000 +2200.437256 0.000000 2862.488281 0.000000 0.719654 0.000000 0.694333 0.400000 0.400000 0.400000 +2185.626709 0.000000 2829.933838 0.000000 0.128350 0.000000 0.991729 0.400000 0.400000 0.400000 +2187.349609 0.000000 2835.869873 0.000000 0.429025 0.000000 0.903293 0.400000 0.400000 0.400000 +2183.153076 0.000000 2864.956299 0.000000 0.363385 0.000000 0.931639 0.400000 0.400000 0.400000 +2165.892578 0.000000 2839.009766 0.000000 0.914041 0.000000 -0.405622 0.400000 0.400000 0.400000 +2197.047852 0.000000 2873.099609 0.000000 0.935742 0.000000 0.352686 0.400000 0.400000 0.400000 +2166.577881 0.000000 2831.511963 0.000000 0.979521 0.000000 -0.201343 0.400000 0.400000 0.400000 +2185.733643 0.000000 2860.800049 0.000000 0.154926 0.000000 -0.987926 0.400000 0.400000 0.400000 +2169.448975 0.000000 2833.613525 0.000000 0.788427 0.000000 0.615129 0.400000 0.400000 0.400000 +2209.971680 0.000000 2869.569092 0.000000 0.779971 0.000000 0.625816 0.400000 0.400000 0.400000 +2224.704590 0.000000 2840.211914 0.000000 0.973993 0.000000 -0.226577 0.400000 0.400000 0.400000 +2172.384521 0.000000 2832.431152 0.000000 0.992272 0.000000 0.124081 0.400000 0.400000 0.400000 +2178.937012 0.000000 2830.158691 0.000000 0.111211 0.000000 0.993797 0.400000 0.400000 0.400000 +2208.036133 0.000000 2835.085693 0.000000 0.117248 0.000000 0.993103 0.400000 0.400000 0.400000 +2190.962402 0.000000 2831.488037 0.000000 0.979233 0.000000 0.202739 0.400000 0.400000 0.400000 +2231.743164 0.000000 2831.994629 0.000000 0.787090 0.000000 0.616838 0.400000 0.400000 0.400000 +2182.406006 0.000000 2870.916260 0.000000 0.997856 0.000000 -0.065448 0.400000 0.400000 0.400000 +2166.436035 0.000000 2841.971191 0.000000 0.267911 0.000000 0.963444 0.400000 0.400000 0.400000 +2191.575195 0.000000 2869.290039 0.000000 0.409199 0.000000 -0.912445 0.400000 0.400000 0.400000 +2170.790039 0.000000 2842.732666 0.000000 0.773355 0.000000 0.633973 0.400000 0.400000 0.400000 +2200.436279 0.000000 2829.168945 0.000000 0.579800 0.000000 -0.814759 0.400000 0.400000 0.400000 +2210.793701 0.000000 2833.570312 0.000000 0.073111 0.000000 -0.997324 0.400000 0.400000 0.400000 +2197.510254 0.000000 2863.170166 0.000000 0.643442 0.000000 0.765495 0.400000 0.400000 0.400000 +2181.491943 0.000000 2838.265625 0.000000 0.127096 0.000000 -0.991890 0.400000 0.400000 0.400000 +2220.722412 0.000000 2866.282227 0.000000 0.995793 0.000000 0.091626 0.400000 0.400000 0.400000 +2219.065918 0.000000 2874.984375 0.000000 0.932465 0.000000 -0.361260 0.400000 0.400000 0.400000 +2189.573486 0.000000 2872.758789 0.000000 0.283619 0.000000 -0.958937 0.400000 0.400000 0.400000 +2257.603271 0.000000 2842.752686 0.000000 0.463657 0.000000 0.886015 0.400000 0.400000 0.400000 +2263.670654 0.000000 2816.014160 0.000000 0.868528 0.000000 -0.495640 0.400000 0.400000 0.400000 +2233.980469 0.000000 2855.779785 0.000000 0.919318 0.000000 0.393516 0.400000 0.400000 0.400000 +2293.693115 0.000000 2808.236816 0.000000 0.027979 0.000000 0.999609 0.400000 0.400000 0.400000 +2240.945557 0.000000 2840.381592 0.000000 0.918194 0.000000 -0.396130 0.400000 0.400000 0.400000 +2297.470459 0.000000 2822.607178 0.000000 0.016189 0.000000 -0.999869 0.400000 0.400000 0.400000 +2298.436523 0.000000 2837.308838 0.000000 0.561698 0.000000 -0.827342 0.400000 0.400000 0.400000 +2256.028809 0.000000 2807.789307 0.000000 0.574972 0.000000 -0.818173 0.400000 0.400000 0.400000 +2299.878418 0.000000 2875.703369 0.000000 0.548597 0.000000 -0.836087 0.400000 0.400000 0.400000 +2232.017090 0.000000 2835.380127 0.000000 0.929165 0.000000 -0.369664 0.400000 0.400000 0.400000 +2259.899902 0.000000 2832.515381 0.000000 0.940411 0.000000 -0.340040 0.400000 0.400000 0.400000 +2253.851318 0.000000 2817.542725 0.000000 0.673062 0.000000 -0.739586 0.400000 0.400000 0.400000 +2249.989502 0.000000 2837.302734 0.000000 0.444921 0.000000 0.895570 0.400000 0.400000 0.400000 +2241.658936 0.000000 2830.260742 0.000000 0.914179 0.000000 0.405311 0.400000 0.400000 0.400000 +2232.321045 0.000000 2864.898438 0.000000 0.966170 0.000000 -0.257906 0.400000 0.400000 0.400000 +2285.251953 0.000000 2808.997803 0.000000 0.977530 0.000000 0.210798 0.400000 0.400000 0.400000 +2291.015869 0.000000 2859.501221 0.000000 0.558210 0.000000 -0.829700 0.400000 0.400000 0.400000 +2294.051514 0.000000 2830.483154 0.000000 0.859150 0.000000 -0.511724 0.400000 0.400000 0.400000 +2249.289062 0.000000 2844.459229 0.000000 0.791265 0.000000 0.611473 0.400000 0.400000 0.400000 +2278.372314 0.000000 2809.721191 0.000000 0.127831 0.000000 -0.991796 0.400000 0.400000 0.400000 +2237.666992 0.000000 2850.178223 0.000000 0.169454 0.000000 0.985538 0.400000 0.400000 0.400000 +2250.176758 0.000000 2877.302002 0.000000 0.398770 0.000000 0.917051 0.400000 0.400000 0.400000 +2258.174316 0.000000 2813.356934 0.000000 0.745280 0.000000 0.666751 0.400000 0.400000 0.400000 +2255.947754 0.000000 2836.938721 0.000000 0.908458 0.000000 -0.417976 0.400000 0.400000 0.400000 +2260.341064 0.000000 2848.713867 0.000000 0.135185 0.000000 -0.990820 0.400000 0.400000 0.400000 +2237.788818 0.000000 2834.758789 0.000000 0.358335 0.000000 0.933593 0.400000 0.400000 0.400000 +2248.339355 0.000000 2819.952148 0.000000 0.788108 0.000000 0.615537 0.400000 0.400000 0.400000 +2244.325928 0.000000 2835.596680 0.000000 0.087068 0.000000 -0.996202 0.400000 0.400000 0.400000 +2234.865479 0.000000 2840.626709 0.000000 0.516013 0.000000 0.856581 0.400000 0.400000 0.400000 +2254.117920 0.000000 2831.555176 0.000000 0.846388 0.000000 -0.532567 0.400000 0.400000 0.400000 +2236.547363 0.000000 2860.673340 0.000000 0.999202 0.000000 -0.039953 0.400000 0.400000 0.400000 +2247.055176 0.000000 2830.772949 0.000000 0.928805 0.000000 -0.370569 0.400000 0.400000 0.400000 +2261.221191 0.000000 2838.710938 0.000000 0.600353 0.000000 -0.799735 0.400000 0.400000 0.400000 +2290.112793 0.000000 2854.311768 0.000000 0.915362 0.000000 -0.402632 0.400000 0.400000 0.400000 +2231.795898 0.000000 2851.043213 0.000000 0.976047 0.000000 -0.217561 0.400000 0.400000 0.400000 +2262.772461 0.000000 2843.673340 0.000000 0.873990 0.000000 0.485944 0.400000 0.400000 0.400000 +2245.939697 0.000000 2840.729736 0.000000 0.635664 0.000000 0.771966 0.400000 0.400000 0.400000 +2253.750000 0.000000 2845.784912 0.000000 0.411028 0.000000 -0.911623 0.400000 0.400000 0.400000 +2253.075684 0.000000 2840.964844 0.000000 0.945649 0.000000 -0.325190 0.400000 0.400000 0.400000 +2236.726562 0.000000 2844.536133 0.000000 0.913665 0.000000 -0.406468 0.400000 0.400000 0.400000 +2231.990967 0.000000 2859.631836 0.000000 0.105792 0.000000 0.994388 0.400000 0.400000 0.400000 +2249.512939 0.000000 2848.902588 0.000000 0.055787 0.000000 0.998443 0.400000 0.400000 0.400000 +2287.365479 0.000000 2857.460938 0.000000 0.814457 0.000000 0.580224 0.400000 0.400000 0.400000 +2245.014160 0.000000 2844.705078 0.000000 0.240965 0.000000 -0.970534 0.400000 0.400000 0.400000 +2241.250000 0.000000 2852.308350 0.000000 0.911751 0.000000 0.410743 0.400000 0.400000 0.400000 +2297.433105 0.000000 2809.604980 0.000000 0.600331 0.000000 -0.799751 0.400000 0.400000 0.400000 +2296.468018 0.000000 2877.518799 0.000000 0.417551 0.000000 0.908654 0.400000 0.400000 0.400000 +2281.613525 0.000000 2807.563232 0.000000 0.003346 0.000000 0.999994 0.400000 0.400000 0.400000 +2262.162109 0.000000 2812.506592 0.000000 0.911812 0.000000 -0.410608 0.400000 0.400000 0.400000 +2256.753662 0.000000 2848.193604 0.000000 0.945174 0.000000 0.326567 0.400000 0.400000 0.400000 +2290.498047 0.000000 2831.836914 0.000000 0.721409 0.000000 -0.692509 0.400000 0.400000 0.400000 +2235.092773 0.000000 2837.112061 0.000000 0.980252 0.000000 -0.197752 0.400000 0.400000 0.400000 +2240.760254 0.000000 2836.778564 0.000000 0.053358 0.000000 0.998575 0.400000 0.400000 0.400000 +2234.527832 0.000000 2848.676025 0.000000 0.813471 0.000000 -0.581605 0.400000 0.400000 0.400000 +2257.618896 0.000000 2829.933838 0.000000 0.754785 0.000000 0.655972 0.400000 0.400000 0.400000 +2259.341797 0.000000 2835.869873 0.000000 0.585437 0.000000 -0.810718 0.400000 0.400000 0.400000 +2234.916992 0.000000 2852.326904 0.000000 0.645971 0.000000 0.763362 0.400000 0.400000 0.400000 +2238.570068 0.000000 2831.511963 0.000000 0.961451 0.000000 -0.274977 0.400000 0.400000 0.400000 +2298.629150 0.000000 2850.840332 0.000000 0.589854 0.000000 -0.807510 0.400000 0.400000 0.400000 +2247.556152 0.000000 2835.024902 0.000000 0.876646 0.000000 0.481136 0.400000 0.400000 0.400000 +2256.783447 0.000000 2833.493652 0.000000 0.203009 0.000000 0.979177 0.400000 0.400000 0.400000 +2246.573730 0.000000 2847.445312 0.000000 0.768929 0.000000 -0.639334 0.400000 0.400000 0.400000 +2237.027832 0.000000 2857.478271 0.000000 0.992752 0.000000 0.120182 0.400000 0.400000 0.400000 +2243.589844 0.000000 2838.708008 0.000000 0.167548 0.000000 -0.985864 0.400000 0.400000 0.400000 +2260.474854 0.000000 2851.808350 0.000000 0.446253 0.000000 -0.894907 0.400000 0.400000 0.400000 +2260.457764 0.000000 2841.669434 0.000000 0.500159 0.000000 -0.865934 0.400000 0.400000 0.400000 +2276.116943 0.000000 2807.451660 0.000000 0.647359 0.000000 0.762185 0.400000 0.400000 0.400000 +2246.584473 0.000000 2837.840820 0.000000 0.315906 0.000000 0.948790 0.400000 0.400000 0.400000 +2238.428223 0.000000 2841.971191 0.000000 0.755449 0.000000 -0.655208 0.400000 0.400000 0.400000 +2247.022705 0.000000 2851.212158 0.000000 0.577899 0.000000 0.816108 0.400000 0.400000 0.400000 +2253.484131 0.000000 2838.265625 0.000000 0.913063 0.000000 -0.407817 0.400000 0.400000 0.400000 +2296.043945 0.000000 2849.311279 0.000000 0.271492 0.000000 -0.962441 0.400000 0.400000 0.400000 +1175.462036 0.000000 2945.803955 0.000000 0.844349 0.000000 0.535794 0.400000 0.400000 0.400000 +1158.131714 0.000000 2945.252197 0.000000 0.398939 0.000000 0.916977 0.400000 0.400000 0.400000 +1197.236938 0.000000 2949.060547 0.000000 0.497455 0.000000 -0.867490 0.400000 0.400000 0.400000 +1170.371216 0.000000 2930.404297 0.000000 0.444375 0.000000 -0.895841 0.400000 0.400000 0.400000 +1187.104492 0.000000 2942.302246 0.000000 0.996467 0.000000 -0.083985 0.400000 0.400000 0.400000 +1203.224609 0.000000 2938.388916 0.000000 0.206327 0.000000 -0.978483 0.400000 0.400000 0.400000 +1164.669067 0.000000 2921.910400 0.000000 0.955921 0.000000 -0.293624 0.400000 0.400000 0.400000 +1161.506348 0.000000 2935.478271 0.000000 0.007126 0.000000 -0.999975 0.400000 0.400000 0.400000 +1178.505005 0.000000 2936.093994 0.000000 0.092763 0.000000 -0.995688 0.400000 0.400000 0.400000 +1166.981201 0.000000 2942.880859 0.000000 0.791625 0.000000 0.611008 0.400000 0.400000 0.400000 +1195.696533 0.000000 2938.313721 0.000000 0.089914 0.000000 0.995950 0.400000 0.400000 0.400000 +1172.216675 0.000000 2938.376465 0.000000 0.896630 0.000000 0.442780 0.400000 0.400000 0.400000 +1170.293945 0.000000 2949.286377 0.000000 0.893205 0.000000 -0.449649 0.400000 0.400000 0.400000 +1180.792969 0.000000 2942.142578 0.000000 0.985790 0.000000 0.167985 0.400000 0.400000 0.400000 +1158.149414 0.000000 2951.307373 0.000000 0.918794 0.000000 0.394738 0.400000 0.400000 0.400000 +1194.607056 0.000000 2943.980225 0.000000 0.477528 0.000000 -0.878616 0.400000 0.400000 0.400000 +1167.606689 0.000000 2935.243408 0.000000 0.285303 0.000000 0.958437 0.400000 0.400000 0.400000 +1153.337280 0.000000 2942.990967 0.000000 0.545828 0.000000 -0.837897 0.400000 0.400000 0.400000 +1162.293457 0.000000 2941.056641 0.000000 0.728691 0.000000 0.684843 0.400000 0.400000 0.400000 +1165.440796 0.000000 2930.737305 0.000000 0.801637 0.000000 -0.597811 0.400000 0.400000 0.400000 +1184.127319 0.000000 2938.337402 0.000000 0.891988 0.000000 -0.452059 0.400000 0.400000 0.400000 +1180.220459 0.000000 2946.972656 0.000000 0.866639 0.000000 -0.498937 0.400000 0.400000 0.400000 +1198.780029 0.000000 2941.881836 0.000000 0.672870 0.000000 -0.739761 0.400000 0.400000 0.400000 +1171.423828 0.000000 2943.857422 0.000000 0.804226 0.000000 -0.594324 0.400000 0.400000 0.400000 +1177.169067 0.000000 2949.922852 0.000000 0.307832 0.000000 0.951441 0.400000 0.400000 0.400000 +1164.925537 0.000000 2926.154785 0.000000 0.635355 0.000000 0.772220 0.400000 0.400000 0.400000 +1205.460938 0.000000 2941.855225 0.000000 0.961888 0.000000 0.273445 0.400000 0.400000 0.400000 +1165.946899 0.000000 2938.877441 0.000000 0.398422 0.000000 -0.917202 0.400000 0.400000 0.400000 +1169.266357 0.000000 2940.260254 0.000000 0.498381 0.000000 0.866958 0.400000 0.400000 0.400000 +1173.782349 0.000000 2948.953125 0.000000 0.155759 0.000000 0.987795 0.400000 0.400000 0.400000 +1171.012695 0.000000 2935.156982 0.000000 0.558234 0.000000 0.829683 0.400000 0.400000 0.400000 +1167.656250 0.000000 2928.180420 0.000000 0.512157 0.000000 0.858892 0.400000 0.400000 0.400000 +1175.262451 0.000000 2936.940674 0.000000 0.536629 0.000000 -0.843818 0.400000 0.400000 0.400000 +1187.334473 0.000000 2938.961914 0.000000 0.594767 0.000000 -0.803898 0.400000 0.400000 0.400000 +1160.358276 0.000000 2938.561035 0.000000 0.819903 0.000000 0.572503 0.400000 0.400000 0.400000 +1174.515381 0.000000 2942.900635 0.000000 0.752651 0.000000 -0.658420 0.400000 0.400000 0.400000 +1193.993164 0.000000 2941.002930 0.000000 0.132690 0.000000 0.991158 0.400000 0.400000 0.400000 +1154.068481 0.000000 2945.932617 0.000000 0.481531 0.000000 0.876429 0.400000 0.400000 0.400000 +1156.201172 0.000000 2942.244141 0.000000 0.999202 0.000000 -0.039940 0.400000 0.400000 0.400000 +1164.218628 0.000000 2928.510498 0.000000 0.429548 0.000000 0.903044 0.400000 0.400000 0.400000 1285.802612 0.000000 2880.221191 0.000000 0.999206 0.000000 0.039850 0.400000 0.400000 0.400000 +1289.579834 0.000000 2894.591553 0.000000 0.073665 0.000000 0.997283 0.400000 0.400000 0.400000 +1283.362427 0.000000 2887.591797 0.000000 0.967513 0.000000 0.252823 0.400000 0.400000 0.400000 +1293.371704 0.000000 2897.899658 0.000000 0.900569 0.000000 0.434712 0.400000 0.400000 0.400000 +1281.489502 0.000000 2883.255371 0.000000 0.961378 0.000000 0.275231 0.400000 0.400000 0.400000 +1286.760742 0.000000 2884.498779 0.000000 0.694873 0.000000 -0.719133 0.400000 0.400000 0.400000 +1287.438354 0.000000 2888.592529 0.000000 0.577027 0.000000 0.816725 0.400000 0.400000 0.400000 1282.300903 0.000000 2879.866211 0.000000 0.537470 0.000000 0.843283 0.400000 0.400000 0.400000 +1290.220459 0.000000 2891.247559 0.000000 0.368298 0.000000 0.929708 0.400000 0.400000 0.400000 +1164.678833 0.000000 2952.245117 0.000000 0.742823 0.000000 -0.669488 0.400000 0.400000 0.400000 +1152.293335 0.000000 2955.064697 0.000000 0.978613 0.000000 0.205710 0.400000 0.400000 0.400000 +1191.807861 0.000000 2951.992676 0.000000 0.871517 0.000000 -0.490366 0.400000 0.400000 0.400000 +1162.759155 0.000000 2962.886230 0.000000 0.948636 0.000000 0.316370 0.400000 0.400000 0.400000 +1176.145996 0.000000 2951.758057 0.000000 0.857582 0.000000 -0.514347 0.400000 0.400000 0.400000 +1173.968384 0.000000 2961.511475 0.000000 0.687137 0.000000 -0.726528 0.400000 0.400000 0.400000 +1191.838135 0.000000 2963.898193 0.000000 0.988518 0.000000 -0.151102 0.400000 0.400000 0.400000 +1184.244019 0.000000 2968.584717 0.000000 0.972190 0.000000 0.234195 0.400000 0.400000 0.400000 +1154.481567 0.000000 2962.004639 0.000000 0.638500 0.000000 0.769622 0.400000 0.400000 0.400000 +1177.443359 0.000000 2967.469727 0.000000 0.950486 0.000000 0.310767 0.400000 0.400000 0.400000 +1159.511353 0.000000 2956.633301 0.000000 0.977901 0.000000 -0.209070 0.400000 0.400000 0.400000 +1170.541626 0.000000 2955.583984 0.000000 0.782998 0.000000 0.622024 0.400000 0.400000 0.400000 +1193.980591 0.000000 2957.822021 0.000000 0.911132 0.000000 0.412114 0.400000 0.400000 0.400000 +1168.456543 0.000000 2963.920898 0.000000 0.585224 0.000000 -0.810871 0.400000 0.400000 0.400000 +1186.836792 0.000000 2964.198975 0.000000 0.469748 0.000000 -0.882801 0.400000 0.400000 0.400000 +1156.564331 0.000000 2952.770264 0.000000 0.057884 0.000000 0.998323 0.400000 0.400000 0.400000 +1171.595581 0.000000 2951.366211 0.000000 0.375261 0.000000 0.926919 0.400000 0.400000 0.400000 +1158.610840 0.000000 2963.928955 0.000000 0.990515 0.000000 0.137408 0.400000 0.400000 0.400000 +1174.783936 0.000000 2955.444336 0.000000 0.758716 0.000000 0.651421 0.400000 0.400000 0.400000 +1191.228271 0.000000 2955.528809 0.000000 0.995517 0.000000 0.094583 0.400000 0.400000 0.400000 +1168.082886 0.000000 2953.123779 0.000000 0.674424 0.000000 -0.738344 0.400000 0.400000 0.400000 +1191.473022 0.000000 2960.232178 0.000000 0.698920 0.000000 0.715200 0.400000 0.400000 0.400000 +1165.238525 0.000000 2965.180176 0.000000 0.946494 0.000000 -0.322721 0.400000 0.400000 0.400000 +1172.957764 0.000000 2958.158203 0.000000 0.358770 0.000000 0.933426 0.400000 0.400000 0.400000 +1176.994141 0.000000 2960.274170 0.000000 0.711641 0.000000 -0.702543 0.400000 0.400000 0.400000 +1168.240967 0.000000 2957.279053 0.000000 0.717088 0.000000 -0.696983 0.400000 0.400000 0.400000 +1186.425537 0.000000 2966.908936 0.000000 0.823715 0.000000 -0.567004 0.400000 0.400000 0.400000 +1172.582886 0.000000 2953.791992 0.000000 0.911756 0.000000 0.410732 0.400000 0.400000 0.400000 +1297.549072 0.000000 2897.214355 0.000000 0.860847 0.000000 -0.508864 0.400000 0.400000 0.400000 +1359.580200 0.000000 2938.275146 0.000000 0.999946 0.000000 0.010378 0.400000 0.400000 0.400000 +1321.704834 0.000000 2914.737061 0.000000 0.998325 0.000000 -0.057861 0.400000 0.400000 0.400000 +1337.715332 0.000000 2931.033936 0.000000 0.250495 0.000000 -0.968118 0.400000 0.400000 0.400000 +1354.018799 0.000000 2920.814941 0.000000 0.617625 0.000000 0.786473 0.400000 0.400000 0.400000 +1337.875977 0.000000 2916.647949 0.000000 0.733361 0.000000 -0.679840 0.400000 0.400000 0.400000 +1296.277710 0.000000 2883.080322 0.000000 0.999763 0.000000 -0.021747 0.400000 0.400000 0.400000 +1326.200562 0.000000 2926.407471 0.000000 0.094912 0.000000 0.995486 0.400000 0.400000 0.400000 +1347.208984 0.000000 2938.388916 0.000000 0.990453 0.000000 -0.137850 0.400000 0.400000 0.400000 +1306.743530 0.000000 2890.901855 0.000000 0.972016 0.000000 0.234915 0.400000 0.400000 0.400000 +1363.874878 0.000000 2928.662109 0.000000 0.501632 0.000000 -0.865081 0.400000 0.400000 0.400000 +1342.593872 0.000000 2897.839600 0.000000 0.168612 0.000000 0.985683 0.400000 0.400000 0.400000 +1330.659790 0.000000 2911.167969 0.000000 0.047736 0.000000 -0.998860 0.400000 0.400000 0.400000 +1335.822510 0.000000 2891.913818 0.000000 0.802848 0.000000 0.596183 0.400000 0.400000 0.400000 +1328.228394 0.000000 2896.600342 0.000000 0.188341 0.000000 0.982104 0.400000 0.400000 0.400000 +1340.688110 0.000000 2923.745361 0.000000 0.997764 0.000000 0.066833 0.400000 0.400000 0.400000 +1356.069214 0.000000 2913.376953 0.000000 0.960435 0.000000 0.278503 0.400000 0.400000 0.400000 +1346.727417 0.000000 2920.314453 0.000000 0.145812 0.000000 -0.989312 0.400000 0.400000 0.400000 +1303.495728 0.000000 2884.648926 0.000000 0.863220 0.000000 0.504828 0.400000 0.400000 0.400000 +1342.473877 0.000000 2881.705566 0.000000 0.504566 0.000000 -0.863373 0.400000 0.400000 0.400000 +1365.798218 0.000000 2936.848633 0.000000 0.226319 0.000000 -0.974053 0.400000 0.400000 0.400000 +1359.640747 0.000000 2923.922119 0.000000 0.280672 0.000000 0.959804 0.400000 0.400000 0.400000 +1309.198975 0.000000 2896.732910 0.000000 0.907411 0.000000 0.420244 0.400000 0.400000 0.400000 +1343.794434 0.000000 2933.190674 0.000000 0.788061 0.000000 -0.615597 0.400000 0.400000 0.400000 +1322.275879 0.000000 2885.341309 0.000000 0.550631 0.000000 -0.834749 0.400000 0.400000 0.400000 1320.049438 0.000000 2908.923096 0.000000 0.848512 0.000000 -0.529176 0.400000 0.400000 0.400000 +1324.442749 0.000000 2920.698242 0.000000 0.248150 0.000000 -0.968722 0.400000 0.400000 0.400000 1311.156860 0.000000 2902.757324 0.000000 0.982856 0.000000 -0.184375 0.400000 0.400000 0.400000 1309.475098 0.000000 2885.682617 0.000000 0.216551 0.000000 0.976271 0.400000 0.400000 0.400000 +1298.497192 0.000000 2902.526611 0.000000 0.619631 0.000000 0.784894 0.400000 0.400000 0.400000 +1330.427124 0.000000 2929.094727 0.000000 0.809430 0.000000 0.587216 0.400000 0.400000 0.400000 +1357.392944 0.000000 2892.047119 0.000000 0.472870 0.000000 0.881132 0.400000 0.400000 0.400000 +1333.082031 0.000000 2915.667969 0.000000 0.996992 0.000000 0.077507 0.400000 0.400000 0.400000 +1300.548706 0.000000 2880.785889 0.000000 0.341363 0.000000 -0.939931 0.400000 0.400000 0.400000 +1342.450195 0.000000 2918.113281 0.000000 0.194093 0.000000 0.980983 0.400000 0.400000 0.400000 +1362.442383 0.000000 2941.883057 0.000000 0.698501 0.000000 -0.715609 0.400000 0.400000 0.400000 +1350.055542 0.000000 2923.756104 0.000000 0.950468 0.000000 0.310823 0.400000 0.400000 0.400000 +1354.932495 0.000000 2936.240479 0.000000 0.896595 0.000000 -0.442851 0.400000 0.400000 0.400000 +1365.959106 0.000000 2924.539795 0.000000 0.754205 0.000000 -0.656639 0.400000 0.400000 0.400000 +1366.351562 0.000000 2906.731201 0.000000 0.999835 0.000000 -0.018185 0.400000 0.400000 0.400000 +1353.244629 0.000000 2890.819092 0.000000 0.494469 0.000000 0.869195 0.400000 0.400000 0.400000 +1351.294434 0.000000 2937.377930 0.000000 0.999259 0.000000 -0.038502 0.400000 0.400000 0.400000 +1320.855347 0.000000 2920.177979 0.000000 0.972846 0.000000 0.231452 0.400000 0.400000 0.400000 +1296.456909 0.000000 2879.543945 0.000000 0.999927 0.000000 0.012095 0.400000 0.400000 0.400000 +1306.232300 0.000000 2887.137939 0.000000 0.986966 0.000000 -0.160927 0.400000 0.400000 0.400000 +1335.457397 0.000000 2888.247803 0.000000 0.863484 0.000000 0.504376 0.400000 0.400000 0.400000 +1346.816650 0.000000 2934.994873 0.000000 0.720783 0.000000 0.693160 0.400000 0.400000 0.400000 +1356.198730 0.000000 2923.535645 0.000000 0.997829 0.000000 -0.065852 0.400000 0.400000 0.400000 +1309.222900 0.000000 2893.195801 0.000000 0.154353 0.000000 0.988016 0.400000 0.400000 0.400000 +1343.579102 0.000000 2921.376953 0.000000 0.002228 0.000000 0.999997 0.400000 0.400000 0.400000 1311.657593 0.000000 2907.009277 0.000000 0.400871 0.000000 -0.916135 0.400000 0.400000 0.400000 1317.051025 0.000000 2907.378174 0.000000 0.767108 0.000000 0.641518 0.400000 0.400000 0.400000 +1340.219238 0.000000 2920.502686 0.000000 0.176502 0.000000 0.984300 0.400000 0.400000 0.400000 +1324.576294 0.000000 2923.792725 0.000000 0.678377 0.000000 0.734714 0.400000 0.400000 0.400000 +1364.348267 0.000000 2939.521484 0.000000 0.209511 0.000000 -0.977806 0.400000 0.400000 0.400000 +1340.218384 0.000000 2879.436035 0.000000 0.568128 0.000000 0.822940 0.400000 0.400000 0.400000 +1352.979614 0.000000 2923.476562 0.000000 0.005659 0.000000 -0.999984 0.400000 0.400000 0.400000 +1327.558716 0.000000 2928.877686 0.000000 0.847598 0.000000 -0.530639 0.400000 0.400000 0.400000 1300.958496 0.000000 2883.631592 0.000000 0.567576 0.000000 0.823321 0.400000 0.400000 0.400000 +1322.171509 0.000000 2922.457520 0.000000 0.559450 0.000000 -0.828864 0.400000 0.400000 0.400000 +1429.786987 0.000000 2880.221191 0.000000 0.333377 0.000000 0.942794 0.400000 0.400000 0.400000 +1380.655396 0.000000 2880.260742 0.000000 0.075869 0.000000 -0.997118 0.400000 0.400000 0.400000 +1398.192749 0.000000 2926.407471 0.000000 0.998695 0.000000 0.051067 0.400000 0.400000 0.400000 +1407.784424 0.000000 2880.008301 0.000000 0.526425 0.000000 -0.850222 0.400000 0.400000 0.400000 +1378.735718 0.000000 2890.901855 0.000000 0.320068 0.000000 -0.947395 0.400000 0.400000 0.400000 +1392.122559 0.000000 2879.773682 0.000000 0.742900 0.000000 -0.669402 0.400000 0.400000 0.400000 +1368.110718 0.000000 2907.364502 0.000000 0.904555 0.000000 -0.426357 0.400000 0.400000 0.400000 +1414.586060 0.000000 2897.839600 0.000000 0.999496 0.000000 0.031733 0.400000 0.400000 0.400000 +1368.414917 0.000000 2936.882812 0.000000 0.699195 0.000000 0.714931 0.400000 0.400000 0.400000 +1407.814697 0.000000 2891.913818 0.000000 0.746542 0.000000 0.665338 0.400000 0.400000 0.400000 +1434.974609 0.000000 2886.549805 0.000000 0.040075 0.000000 -0.999197 0.400000 0.400000 0.400000 +1385.382812 0.000000 2916.443604 0.000000 0.196762 0.000000 0.980451 0.400000 0.400000 0.400000 +1386.518188 0.000000 2883.599609 0.000000 0.040239 0.000000 -0.999190 0.400000 0.400000 0.400000 +1373.376831 0.000000 2939.475098 0.000000 0.995502 0.000000 0.094740 0.400000 0.400000 0.400000 +1397.314941 0.000000 2910.695312 0.000000 0.948790 0.000000 0.315909 0.400000 0.400000 0.400000 +1404.633545 0.000000 2886.176514 0.000000 0.999295 0.000000 -0.037538 0.400000 0.400000 0.400000 +1437.618408 0.000000 2890.926514 0.000000 0.731679 0.000000 0.681650 0.400000 0.400000 0.400000 +1413.115967 0.000000 2892.915039 0.000000 0.967675 0.000000 0.252201 0.400000 0.400000 0.400000 +1378.270020 0.000000 2941.056641 0.000000 0.532668 0.000000 -0.846324 0.400000 0.400000 0.400000 +1390.097168 0.000000 2933.756592 0.000000 0.607700 0.000000 -0.794167 0.400000 0.400000 0.400000 +1425.473877 0.000000 2883.255371 0.000000 0.933143 0.000000 -0.359507 0.400000 0.400000 0.400000 +1430.745117 0.000000 2884.498779 0.000000 0.123257 0.000000 -0.992375 0.400000 0.400000 0.400000 +1390.760498 0.000000 2883.459961 0.000000 0.142758 0.000000 -0.989758 0.400000 0.400000 0.400000 +1425.236816 0.000000 2890.819092 0.000000 0.217748 0.000000 -0.976005 0.400000 0.400000 0.400000 +1376.945435 0.000000 2880.880615 0.000000 0.791344 0.000000 0.611371 0.400000 0.400000 0.400000 +1376.382202 0.000000 2931.855957 0.000000 0.888478 0.000000 -0.458920 0.400000 0.400000 0.400000 +1407.204834 0.000000 2883.544434 0.000000 0.990318 0.000000 -0.138818 0.400000 0.400000 0.400000 +1426.285278 0.000000 2879.866211 0.000000 0.030810 0.000000 0.999525 0.400000 0.400000 0.400000 +1404.499146 0.000000 2881.406738 0.000000 0.456015 0.000000 0.889972 0.400000 0.400000 0.400000 +1393.819580 0.000000 2932.784424 0.000000 0.832614 0.000000 -0.553853 0.400000 0.400000 0.400000 +1373.121460 0.000000 2929.462646 0.000000 0.444380 0.000000 -0.895838 0.400000 0.400000 0.400000 +1403.290649 0.000000 2889.041748 0.000000 0.311828 0.000000 -0.950138 0.400000 0.400000 0.400000 +1420.827271 0.000000 2895.839844 0.000000 0.971032 0.000000 -0.238950 0.400000 0.400000 0.400000 +1415.397461 0.000000 2894.810303 0.000000 0.999894 0.000000 -0.014530 0.400000 0.400000 0.400000 +1319.446411 0.000000 3017.788330 0.000000 0.344505 0.000000 0.938785 0.400000 0.400000 0.400000 +1321.704834 0.000000 2986.721436 0.000000 0.462644 0.000000 -0.886544 0.400000 0.400000 0.400000 +1337.715332 0.000000 3003.018311 0.000000 0.510910 0.000000 0.859634 0.400000 0.400000 0.400000 +1341.221313 0.000000 3021.044922 0.000000 0.999660 0.000000 0.026085 0.400000 0.400000 0.400000 +1305.047119 0.000000 2984.350342 0.000000 0.799126 0.000000 0.601163 0.400000 0.400000 0.400000 +1314.355591 0.000000 3002.388672 0.000000 0.375795 0.000000 0.926703 0.400000 0.400000 0.400000 +1331.088867 0.000000 3014.286621 0.000000 0.210349 0.000000 -0.977626 0.400000 0.400000 0.400000 +1308.653442 0.000000 2993.894775 0.000000 0.996948 0.000000 -0.078063 0.400000 0.400000 0.400000 +1314.091064 0.000000 2981.271484 0.000000 0.956363 0.000000 -0.292181 0.400000 0.400000 0.400000 +1317.937988 0.000000 2994.357422 0.000000 0.023895 0.000000 -0.999714 0.400000 0.400000 0.400000 +1327.926514 0.000000 3022.206787 0.000000 0.056878 0.000000 -0.998381 0.400000 0.400000 0.400000 +1330.415039 0.000000 2991.645508 0.000000 0.643021 0.000000 0.765848 0.400000 0.400000 0.400000 +1330.395996 0.000000 3006.111572 0.000000 0.461615 0.000000 -0.887080 0.400000 0.400000 0.400000 +1313.390625 0.000000 2988.427979 0.000000 0.993081 0.000000 -0.117429 0.400000 0.400000 0.400000 +1305.148438 0.000000 3000.289795 0.000000 0.985620 0.000000 -0.168978 0.400000 0.400000 0.400000 +1316.201050 0.000000 3010.360840 0.000000 0.210808 0.000000 0.977527 0.400000 0.400000 0.400000 +1333.735840 0.000000 2997.337891 0.000000 0.943444 0.000000 -0.331531 0.400000 0.400000 0.400000 +1334.391724 0.000000 3020.158936 0.000000 0.066946 0.000000 0.997757 0.400000 0.400000 0.400000 +1324.777344 0.000000 3014.126953 0.000000 0.740213 0.000000 0.672373 0.400000 0.400000 0.400000 +1320.049438 0.000000 2980.907471 0.000000 0.875649 0.000000 -0.482949 0.400000 0.400000 0.400000 +1308.427612 0.000000 2979.565430 0.000000 0.756837 0.000000 0.653604 0.400000 0.400000 0.400000 +1338.591431 0.000000 3015.964600 0.000000 0.173184 0.000000 0.984890 0.400000 0.400000 0.400000 +1305.046753 0.000000 2989.816895 0.000000 0.869460 0.000000 0.494004 0.400000 0.400000 0.400000 +1313.149048 0.000000 2997.103027 0.000000 0.994983 0.000000 0.100049 0.400000 0.400000 0.400000 +1325.322754 0.000000 2982.679688 0.000000 0.890284 0.000000 0.455405 0.400000 0.400000 0.400000 +1326.874023 0.000000 2987.642090 0.000000 0.670814 0.000000 0.741625 0.400000 0.400000 0.400000 +1334.597412 0.000000 3009.855225 0.000000 0.765570 0.000000 -0.643353 0.400000 0.400000 0.400000 +1310.041260 0.000000 2984.698486 0.000000 0.583774 0.000000 -0.811916 0.400000 0.400000 0.400000 +1318.104980 0.000000 3005.740967 0.000000 0.111786 0.000000 -0.993732 0.400000 0.400000 0.400000 +1324.204834 0.000000 3018.957031 0.000000 0.868965 0.000000 0.494874 0.400000 0.400000 0.400000 +1317.177368 0.000000 2984.933594 0.000000 0.096955 0.000000 0.995289 0.400000 0.400000 0.400000 +1328.158447 0.000000 3017.395508 0.000000 0.972396 0.000000 -0.233335 0.400000 0.400000 0.400000 +1316.955933 0.000000 2999.014160 0.000000 0.997440 0.000000 0.071509 0.400000 0.400000 0.400000 +1313.614624 0.000000 2992.871338 0.000000 0.737378 0.000000 -0.675480 0.400000 0.400000 0.400000 +1309.115723 0.000000 2988.673828 0.000000 0.349141 0.000000 -0.937070 0.400000 0.400000 0.400000 +1333.822998 0.000000 3004.183105 0.000000 0.537444 0.000000 -0.843300 0.400000 0.400000 0.400000 +1305.351562 0.000000 2996.277100 0.000000 0.627876 0.000000 -0.778313 0.400000 0.400000 0.400000 +1332.088257 0.000000 3023.079590 0.000000 0.998871 0.000000 -0.047501 0.400000 0.400000 0.400000 +1330.577271 0.000000 3019.952637 0.000000 0.366591 0.000000 -0.930382 0.400000 0.400000 0.400000 +1323.443481 0.000000 2979.838623 0.000000 0.156547 0.000000 -0.987670 0.400000 0.400000 0.400000 +1332.922974 0.000000 2994.018066 0.000000 0.257060 0.000000 -0.966395 0.400000 0.400000 0.400000 +1333.141724 0.000000 3017.068359 0.000000 0.288802 0.000000 0.957389 0.400000 0.400000 0.400000 +1322.088501 0.000000 2983.462158 0.000000 0.138312 0.000000 0.990389 0.400000 0.400000 0.400000 +1317.051025 0.000000 2979.362549 0.000000 0.723914 0.000000 -0.689890 0.400000 0.400000 0.400000 +1313.827148 0.000000 2985.256348 0.000000 0.977741 0.000000 -0.209818 0.400000 0.400000 0.400000 +1317.497681 0.000000 3002.620850 0.000000 0.981592 0.000000 0.190989 0.400000 0.400000 0.400000 +1307.691284 0.000000 2982.676758 0.000000 0.989939 0.000000 0.141497 0.400000 0.400000 0.400000 +1318.499756 0.000000 3014.885010 0.000000 0.957763 0.000000 -0.287559 0.400000 0.400000 0.400000 +1337.977539 0.000000 3012.987305 0.000000 0.870802 0.000000 0.491634 0.400000 0.400000 0.400000 +1324.559204 0.000000 2985.638184 0.000000 0.970643 0.000000 -0.240525 0.400000 0.400000 0.400000 +1310.685913 0.000000 2981.809570 0.000000 0.644392 0.000000 -0.764696 0.400000 0.400000 0.400000 +1333.603882 0.000000 3007.138916 0.000000 0.361740 0.000000 -0.932279 0.400000 0.400000 0.400000 +1326.622681 0.000000 3019.871094 0.000000 0.881925 0.000000 -0.471389 0.400000 0.400000 0.400000 +1325.667114 0.000000 3016.727539 0.000000 0.943408 0.000000 0.331633 0.400000 0.400000 0.400000 +1422.164795 0.000000 2976.046631 0.000000 0.643059 0.000000 -0.765817 0.400000 0.400000 0.400000 +1393.697021 0.000000 2986.721436 0.000000 0.954659 0.000000 0.297701 0.400000 0.400000 0.400000 +1399.764404 0.000000 2959.982910 0.000000 0.736207 0.000000 0.676757 0.400000 0.400000 0.400000 +1409.707520 0.000000 3003.018311 0.000000 0.904411 0.000000 0.426662 0.400000 0.400000 0.400000 +1405.864502 0.000000 2974.886230 0.000000 0.120395 0.000000 -0.992726 0.400000 0.400000 0.400000 +1409.868164 0.000000 2988.632324 0.000000 0.539202 0.000000 0.842177 0.400000 0.400000 0.400000 +1398.192749 0.000000 2998.391846 0.000000 0.806376 0.000000 0.591403 0.400000 0.400000 0.400000 +1378.735718 0.000000 2962.886230 0.000000 0.777770 0.000000 0.628549 0.400000 0.400000 0.400000 +1389.944946 0.000000 2961.511475 0.000000 0.932014 0.000000 -0.362422 0.400000 0.400000 0.400000 +1423.830566 0.000000 2966.527100 0.000000 0.506795 0.000000 -0.862067 0.400000 0.400000 0.400000 +1414.586060 0.000000 2969.823975 0.000000 0.743737 0.000000 -0.668472 0.400000 0.400000 0.400000 +1386.083252 0.000000 2981.271484 0.000000 0.983412 0.000000 -0.181385 0.400000 0.400000 0.400000 +1407.814697 0.000000 2963.898193 0.000000 0.999088 0.000000 0.042697 0.400000 0.400000 0.400000 +1412.770508 0.000000 2980.142090 0.000000 0.411134 0.000000 0.911575 0.400000 0.400000 0.400000 +1402.407227 0.000000 2991.645508 0.000000 0.972871 0.000000 0.231348 0.400000 0.400000 0.400000 +1411.673096 0.000000 3010.298096 0.000000 0.726205 0.000000 -0.687478 0.400000 0.400000 0.400000 +1386.518188 0.000000 2955.583984 0.000000 0.341914 0.000000 0.939731 0.400000 0.400000 0.400000 +1388.193237 0.000000 3010.360840 0.000000 0.669786 0.000000 -0.742554 0.400000 0.400000 0.400000 +1406.383911 0.000000 3020.158936 0.000000 0.664658 0.000000 -0.747147 0.400000 0.400000 0.400000 +1392.674805 0.000000 3001.561523 0.000000 0.822300 0.000000 0.569054 0.400000 0.400000 0.400000 +1409.957153 0.000000 2957.822021 0.000000 0.666263 0.000000 -0.745717 0.400000 0.400000 0.400000 +1394.268066 0.000000 2957.325684 0.000000 0.709220 0.000000 0.704987 0.400000 0.400000 0.400000 +1416.460083 0.000000 2975.862549 0.000000 0.022646 0.000000 -0.999744 0.400000 0.400000 0.400000 +1421.686646 0.000000 2961.343506 0.000000 0.789998 0.000000 -0.613110 0.400000 0.400000 0.400000 +1410.583618 0.000000 3015.964600 0.000000 0.060341 0.000000 0.998178 0.400000 0.400000 0.400000 +1408.676758 0.000000 2969.979004 0.000000 0.985042 0.000000 0.172313 0.400000 0.400000 0.400000 +1420.246460 0.000000 2970.857422 0.000000 0.894087 0.000000 -0.447893 0.400000 0.400000 0.400000 +1418.064697 0.000000 2965.601074 0.000000 0.008892 0.000000 0.999960 0.400000 0.400000 0.400000 +1407.333374 0.000000 2980.170898 0.000000 0.387266 0.000000 0.921968 0.400000 0.400000 0.400000 +1428.728760 0.000000 2969.113281 0.000000 0.263659 0.000000 -0.964616 0.400000 0.400000 0.400000 +1411.149048 0.000000 2974.617920 0.000000 0.500048 0.000000 -0.865998 0.400000 0.400000 0.400000 +1398.866211 0.000000 2987.642090 0.000000 0.853680 0.000000 -0.520799 0.400000 0.400000 0.400000 +1413.115967 0.000000 2964.899414 0.000000 0.796663 0.000000 0.604424 0.400000 0.400000 0.400000 +1402.813354 0.000000 2964.198975 0.000000 0.245337 0.000000 0.969438 0.400000 0.400000 0.400000 +1405.074219 0.000000 2987.652344 0.000000 0.480559 0.000000 0.876962 0.400000 0.400000 0.400000 +1425.287842 0.000000 2972.431152 0.000000 0.978296 0.000000 -0.207212 0.400000 0.400000 0.400000 +1389.169556 0.000000 2984.933594 0.000000 0.162093 0.000000 0.986775 0.400000 0.400000 0.400000 +1409.799316 0.000000 2984.030273 0.000000 0.996441 0.000000 -0.084297 0.400000 0.400000 0.400000 +1393.736938 0.000000 2996.967529 0.000000 0.520715 0.000000 -0.853730 0.400000 0.400000 0.400000 +1387.400391 0.000000 3015.841797 0.000000 0.458495 0.000000 0.888697 0.400000 0.400000 0.400000 +1393.145630 0.000000 3021.907227 0.000000 0.085891 0.000000 0.996305 0.400000 0.400000 0.400000 +1385.898438 0.000000 2959.860352 0.000000 0.680232 0.000000 -0.732996 0.400000 0.400000 0.400000 +1405.815186 0.000000 3004.183105 0.000000 0.898873 0.000000 -0.438208 0.400000 0.400000 0.400000 +1404.080444 0.000000 3023.079590 0.000000 0.881654 0.000000 0.471896 0.400000 0.400000 0.400000 +1406.111084 0.000000 2984.173340 0.000000 0.128162 0.000000 -0.991753 0.400000 0.400000 0.400000 +1417.024902 0.000000 2972.371826 0.000000 0.432427 0.000000 0.901669 0.400000 0.400000 0.400000 +1389.758911 0.000000 3020.937500 0.000000 0.995265 0.000000 0.097195 0.400000 0.400000 0.400000 +1381.897705 0.000000 2961.335938 0.000000 0.861221 0.000000 0.508231 0.400000 0.400000 0.400000 +1386.989258 0.000000 3007.141357 0.000000 0.913431 0.000000 -0.406994 0.400000 0.400000 0.400000 +1381.215088 0.000000 2965.180176 0.000000 0.374772 0.000000 -0.927117 0.400000 0.400000 0.400000 +1383.509033 0.000000 2971.143066 0.000000 0.796544 0.000000 0.604580 0.400000 0.400000 0.400000 +1388.934326 0.000000 2958.158203 0.000000 0.999992 0.000000 0.003910 0.400000 0.400000 0.400000 +1427.032349 0.000000 2966.299072 0.000000 0.855823 0.000000 0.517269 0.400000 0.400000 0.400000 +1418.629517 0.000000 2962.454346 0.000000 0.312013 0.000000 -0.950078 0.400000 0.400000 0.400000 +1389.489868 0.000000 3002.620850 0.000000 0.955772 0.000000 -0.294108 0.400000 0.400000 0.400000 +1423.658936 0.000000 2969.694824 0.000000 0.161908 0.000000 0.986806 0.400000 0.400000 0.400000 +1414.176392 0.000000 2973.795166 0.000000 0.942375 0.000000 0.334559 0.400000 0.400000 0.400000 +1399.741943 0.000000 2984.580322 0.000000 0.104537 0.000000 -0.994521 0.400000 0.400000 0.400000 +1422.288208 0.000000 2973.092529 0.000000 0.836981 0.000000 -0.547232 0.400000 0.400000 0.400000 +1408.522339 0.000000 2973.137695 0.000000 0.470551 0.000000 0.882373 0.400000 0.400000 0.400000 +1407.021484 0.000000 2967.107178 0.000000 0.751194 0.000000 0.660082 0.400000 0.400000 0.400000 +1407.834229 0.000000 2986.509521 0.000000 0.629441 0.000000 -0.777049 0.400000 0.400000 0.400000 +1400.440430 0.000000 2962.726562 0.000000 0.988993 0.000000 -0.147964 0.400000 0.400000 0.400000 +1388.780273 0.000000 3018.181641 0.000000 0.856852 0.000000 0.515563 0.400000 0.400000 0.400000 +1265.985352 0.000000 3084.971680 0.000000 0.931029 0.000000 0.364944 0.400000 0.400000 0.400000 +1215.595825 0.000000 3154.228271 0.000000 0.603884 0.000000 -0.797072 0.400000 0.400000 0.400000 +1177.720459 0.000000 3130.690186 0.000000 0.475058 0.000000 0.879955 0.400000 0.400000 0.400000 +1154.097656 0.000000 3143.717285 0.000000 0.724962 0.000000 0.688788 0.400000 0.400000 0.400000 +1193.730957 0.000000 3146.987061 0.000000 0.700702 0.000000 -0.713454 0.400000 0.400000 0.400000 +1210.034424 0.000000 3136.768066 0.000000 0.602666 0.000000 0.797993 0.400000 0.400000 0.400000 +1197.236938 0.000000 3165.013672 0.000000 0.050792 0.000000 0.998709 0.400000 0.400000 0.400000 +1217.587646 0.000000 3110.544678 0.000000 0.802748 0.000000 0.596318 0.400000 0.400000 0.400000 +1187.104492 0.000000 3158.255371 0.000000 0.993347 0.000000 -0.115158 0.400000 0.400000 0.400000 +1219.890503 0.000000 3144.615234 0.000000 0.384163 0.000000 -0.923265 0.400000 0.400000 0.400000 +1208.532471 0.000000 3163.271484 0.000000 0.253894 0.000000 -0.967232 0.400000 0.400000 0.400000 +1164.669067 0.000000 3137.863525 0.000000 0.799816 0.000000 0.600245 0.400000 0.400000 0.400000 +1161.506348 0.000000 3151.431396 0.000000 0.385751 0.000000 0.922603 0.400000 0.400000 0.400000 +1178.505005 0.000000 3152.047119 0.000000 0.081047 0.000000 0.996710 0.400000 0.400000 0.400000 +1186.675415 0.000000 3127.121094 0.000000 0.852059 0.000000 0.523446 0.400000 0.400000 0.400000 +1196.793945 0.000000 3124.110840 0.000000 0.483050 0.000000 -0.875593 0.400000 0.400000 0.400000 +1220.804443 0.000000 3136.000244 0.000000 0.918908 0.000000 -0.394472 0.400000 0.400000 0.400000 +1173.953613 0.000000 3138.326172 0.000000 0.499296 0.000000 -0.866432 0.400000 0.400000 0.400000 +1183.942139 0.000000 3166.175537 0.000000 0.787839 0.000000 0.615882 0.400000 0.400000 0.400000 +1195.696533 0.000000 3154.266846 0.000000 0.431703 0.000000 -0.902016 0.400000 0.400000 0.400000 +1209.448120 0.000000 3156.716064 0.000000 0.488048 0.000000 0.872817 0.400000 0.400000 0.400000 +1157.784302 0.000000 3138.115723 0.000000 0.485183 0.000000 0.874413 0.400000 0.400000 0.400000 +1221.813843 0.000000 3152.801758 0.000000 0.580661 0.000000 -0.814146 0.400000 0.400000 0.400000 +1202.440308 0.000000 3160.829346 0.000000 0.674805 0.000000 -0.737996 0.400000 0.400000 0.400000 +1180.458374 0.000000 3136.651367 0.000000 0.941626 0.000000 0.336661 0.400000 0.400000 0.400000 +1156.664551 0.000000 3148.610840 0.000000 0.670899 0.000000 0.741548 0.400000 0.400000 0.400000 +1161.062378 0.000000 3133.785645 0.000000 0.613819 0.000000 -0.789447 0.400000 0.400000 0.400000 +1216.753784 0.000000 3148.986328 0.000000 0.964459 0.000000 0.264234 0.400000 0.400000 0.400000 +1181.338379 0.000000 3126.648438 0.000000 0.538459 0.000000 0.842652 0.400000 0.400000 0.400000 +1182.889648 0.000000 3131.610840 0.000000 0.698963 0.000000 0.715157 0.400000 0.400000 0.400000 +1190.613037 0.000000 3153.823975 0.000000 0.159503 0.000000 -0.987197 0.400000 0.400000 0.400000 +1181.410156 0.000000 3147.513184 0.000000 0.770626 0.000000 0.637287 0.400000 0.400000 0.400000 +1208.014282 0.000000 3132.101074 0.000000 0.993528 0.000000 0.113584 0.400000 0.400000 0.400000 +1198.404175 0.000000 3144.293701 0.000000 0.997074 0.000000 0.076447 0.400000 0.400000 0.400000 +1174.120605 0.000000 3149.709717 0.000000 0.999778 0.000000 0.021085 0.400000 0.400000 0.400000 +1223.413452 0.000000 3148.036377 0.000000 0.164338 0.000000 0.986404 0.400000 0.400000 0.400000 +1165.440796 0.000000 3146.690430 0.000000 0.983508 0.000000 -0.180866 0.400000 0.400000 0.400000 +1209.311279 0.000000 3116.399902 0.000000 0.982440 0.000000 0.186579 0.400000 0.400000 0.400000 +1206.071167 0.000000 3139.709229 0.000000 0.544731 0.000000 -0.838611 0.400000 0.400000 0.400000 +1221.974731 0.000000 3140.492920 0.000000 0.721002 0.000000 -0.692933 0.400000 0.400000 0.400000 +1198.780029 0.000000 3157.834961 0.000000 0.342721 0.000000 -0.939437 0.400000 0.400000 0.400000 +1201.983887 0.000000 3165.941406 0.000000 0.993295 0.000000 -0.115608 0.400000 0.400000 0.400000 +1177.760376 0.000000 3140.936279 0.000000 0.604269 0.000000 0.796780 0.400000 0.400000 0.400000 +1172.971558 0.000000 3142.982910 0.000000 0.995538 0.000000 -0.094363 0.400000 0.400000 0.400000 +1152.108276 0.000000 3147.569336 0.000000 0.983151 0.000000 0.182794 0.400000 0.400000 0.400000 +1185.733032 0.000000 3139.848633 0.000000 0.998408 0.000000 -0.056404 0.400000 0.400000 0.400000 +1217.527954 0.000000 3121.137451 0.000000 0.870888 0.000000 0.491481 0.400000 0.400000 0.400000 +1189.838623 0.000000 3148.151855 0.000000 0.994944 0.000000 -0.100427 0.400000 0.400000 0.400000 +1209.085083 0.000000 3167.302002 0.000000 0.898177 0.000000 0.439634 0.400000 0.400000 0.400000 +1196.009033 0.000000 3150.114746 0.000000 0.932177 0.000000 -0.362002 0.400000 0.400000 0.400000 +1207.310059 0.000000 3153.331055 0.000000 0.999942 0.000000 -0.010739 0.400000 0.400000 0.400000 +1206.461914 0.000000 3135.649658 0.000000 0.999406 0.000000 -0.034477 0.400000 0.400000 0.400000 +1160.405640 0.000000 3147.809082 0.000000 0.851783 0.000000 -0.523895 0.400000 0.400000 0.400000 +1205.547119 0.000000 3165.306396 0.000000 0.166992 0.000000 -0.985958 0.400000 0.400000 0.400000 +1182.189575 0.000000 3151.018555 0.000000 0.965602 0.000000 -0.260024 0.400000 0.400000 0.400000 +1151.958984 0.000000 3130.289062 0.000000 0.782768 0.000000 -0.622313 0.400000 0.400000 0.400000 +1210.788696 0.000000 3160.372559 0.000000 0.613367 0.000000 0.789798 0.400000 0.400000 0.400000 +1192.546509 0.000000 3150.425781 0.000000 0.299799 0.000000 -0.954002 0.400000 0.400000 0.400000 +1222.589478 0.000000 3110.393555 0.000000 0.732561 0.000000 0.680702 0.400000 0.400000 0.400000 +1214.009888 0.000000 3122.083008 0.000000 0.409516 0.000000 -0.912303 0.400000 0.400000 0.400000 +1218.228271 0.000000 3107.200684 0.000000 0.590136 0.000000 0.807304 0.400000 0.400000 0.400000 +1188.938599 0.000000 3137.986816 0.000000 0.845515 0.000000 0.533951 0.400000 0.400000 0.400000 +1205.740112 0.000000 3161.283447 0.000000 0.039627 0.000000 0.999215 0.400000 0.400000 0.400000 +1218.416260 0.000000 3152.396729 0.000000 0.547318 0.000000 0.836925 0.400000 0.400000 0.400000 +1177.843018 0.000000 3148.737549 0.000000 0.055604 0.000000 -0.998453 0.400000 0.400000 0.400000 +1164.414062 0.000000 3149.892334 0.000000 0.201096 0.000000 0.979572 0.400000 0.400000 0.400000 +1183.706055 0.000000 3137.327148 0.000000 0.458162 0.000000 0.888869 0.400000 0.400000 0.400000 +1186.067261 0.000000 3130.564697 0.000000 0.979482 0.000000 0.201531 0.400000 0.400000 0.400000 +1173.513306 0.000000 3146.589600 0.000000 0.812581 0.000000 -0.582848 0.400000 0.400000 0.400000 +1223.447754 0.000000 3144.502930 0.000000 0.938505 0.000000 0.345264 0.400000 0.400000 0.400000 +1200.145508 0.000000 3123.023193 0.000000 0.356439 0.000000 0.934319 0.400000 0.400000 0.400000 +1180.574829 0.000000 3129.606934 0.000000 0.683925 0.000000 -0.729552 0.400000 0.400000 0.400000 +1158.338257 0.000000 3135.132568 0.000000 0.617981 0.000000 -0.786193 0.400000 0.400000 0.400000 +1158.545410 0.000000 3129.908691 0.000000 0.937580 0.000000 -0.347770 0.400000 0.400000 0.400000 +1206.311646 0.000000 3117.061279 0.000000 0.787095 0.000000 -0.616832 0.400000 0.400000 0.400000 +1184.698975 0.000000 3147.421143 0.000000 0.998391 0.000000 0.056704 0.400000 0.400000 0.400000 +1183.723999 0.000000 3134.384766 0.000000 0.947311 0.000000 -0.320317 0.400000 0.400000 0.400000 +1189.619507 0.000000 3151.107666 0.000000 0.763123 0.000000 0.646253 0.400000 0.400000 0.400000 +1218.097290 0.000000 3118.215820 0.000000 0.937229 0.000000 0.348714 0.400000 0.400000 0.400000 +1209.359131 0.000000 3129.686279 0.000000 0.162710 0.000000 0.986674 0.400000 0.400000 0.400000 +1175.707031 0.000000 3142.980469 0.000000 0.171571 0.000000 0.985172 0.400000 0.400000 0.400000 +1193.223755 0.000000 3153.145508 0.000000 0.375687 0.000000 0.926747 0.400000 0.400000 0.400000 +1186.748657 0.000000 3133.072754 0.000000 0.925719 0.000000 -0.378211 0.400000 0.400000 0.400000 +1247.454224 0.000000 3161.757080 0.000000 0.847333 0.000000 -0.531061 0.400000 0.400000 0.400000 +1265.723145 0.000000 3146.987061 0.000000 0.040426 0.000000 0.999183 0.400000 0.400000 0.400000 +1230.123901 0.000000 3161.205322 0.000000 0.540860 0.000000 -0.841112 0.400000 0.400000 0.400000 +1269.229126 0.000000 3165.013672 0.000000 0.398821 0.000000 -0.917029 0.400000 0.400000 0.400000 +1233.054932 0.000000 3128.319092 0.000000 0.717644 0.000000 0.696410 0.400000 0.400000 0.400000 +1259.096680 0.000000 3158.255371 0.000000 0.542315 0.000000 -0.840175 0.400000 0.400000 0.400000 +1291.987793 0.000000 3163.640869 0.000000 0.766732 0.000000 -0.641967 0.400000 0.400000 0.400000 +1233.498535 0.000000 3151.431396 0.000000 0.864472 0.000000 -0.502681 0.400000 0.400000 0.400000 +1224.670044 0.000000 3133.765625 0.000000 0.801277 0.000000 0.598293 0.400000 0.400000 0.400000 +1250.497192 0.000000 3152.047119 0.000000 0.911816 0.000000 -0.410600 0.400000 0.400000 0.400000 +1238.973389 0.000000 3158.833984 0.000000 0.914461 0.000000 0.404675 0.400000 0.400000 0.400000 +1255.934326 0.000000 3166.175537 0.000000 0.999532 0.000000 -0.030587 0.400000 0.400000 0.400000 +1258.403809 0.000000 3150.080322 0.000000 0.441604 0.000000 0.897210 0.400000 0.400000 0.400000 +1244.208862 0.000000 3154.329590 0.000000 0.996096 0.000000 -0.088280 0.400000 0.400000 0.400000 +1261.743652 0.000000 3141.306641 0.000000 0.256696 0.000000 -0.966492 0.400000 0.400000 0.400000 +1229.776489 0.000000 3138.115723 0.000000 0.495567 0.000000 0.868570 0.400000 0.400000 0.400000 +1293.806030 0.000000 3152.801758 0.000000 0.854085 0.000000 0.520134 0.400000 0.400000 0.400000 +1262.399536 0.000000 3164.127686 0.000000 0.544292 0.000000 0.838896 0.400000 0.400000 0.400000 +1252.785156 0.000000 3158.095703 0.000000 0.831994 0.000000 -0.554784 0.400000 0.400000 0.400000 +1248.690430 0.000000 3145.530273 0.000000 0.364929 0.000000 -0.931035 0.400000 0.400000 0.400000 +1266.599243 0.000000 3159.933350 0.000000 0.715512 0.000000 -0.698601 0.400000 0.400000 0.400000 +1228.656738 0.000000 3148.610840 0.000000 0.172630 0.000000 -0.984987 0.400000 0.400000 0.400000 +1239.598877 0.000000 3151.196533 0.000000 0.999960 0.000000 -0.008940 0.400000 0.400000 0.400000 +1233.054565 0.000000 3133.785645 0.000000 0.814129 0.000000 0.580684 0.400000 0.400000 0.400000 +1262.605225 0.000000 3153.823975 0.000000 0.180355 0.000000 0.983602 0.400000 0.400000 0.400000 +1234.285645 0.000000 3157.009766 0.000000 0.057532 0.000000 -0.998344 0.400000 0.400000 0.400000 +1258.434937 0.000000 3145.047852 0.000000 0.907513 0.000000 0.420023 0.400000 0.400000 0.400000 +1246.112793 0.000000 3149.709717 0.000000 0.899113 0.000000 0.437716 0.400000 0.400000 0.400000 +1290.450195 0.000000 3157.836182 0.000000 0.493630 0.000000 -0.869672 0.400000 0.400000 0.400000 +1248.359497 0.000000 3156.469238 0.000000 0.189914 0.000000 0.981801 0.400000 0.400000 0.400000 +1249.752563 0.000000 3140.936279 0.000000 0.989531 0.000000 -0.144320 0.400000 0.400000 0.400000 +1243.416016 0.000000 3159.810547 0.000000 0.995900 0.000000 -0.090463 0.400000 0.400000 0.400000 +1249.161255 0.000000 3165.875977 0.000000 0.520782 0.000000 -0.853690 0.400000 0.400000 0.400000 +1228.835938 0.000000 3132.473633 0.000000 0.630941 0.000000 0.775831 0.400000 0.400000 0.400000 +1224.100464 0.000000 3147.569336 0.000000 0.859885 0.000000 0.510488 0.400000 0.400000 0.400000 +1257.725220 0.000000 3139.848633 0.000000 0.539600 0.000000 0.841922 0.400000 0.400000 0.400000 +1265.810303 0.000000 3142.893799 0.000000 0.997333 0.000000 0.072989 0.400000 0.400000 0.400000 +1224.002441 0.000000 3109.377441 0.000000 0.863029 0.000000 -0.505154 0.400000 0.400000 0.400000 +1237.939087 0.000000 3154.830566 0.000000 0.955691 0.000000 -0.294372 0.400000 0.400000 0.400000 +1229.794312 0.000000 3142.212891 0.000000 0.439941 0.000000 -0.898027 0.400000 0.400000 0.400000 +1261.830811 0.000000 3148.151855 0.000000 0.111038 0.000000 0.993816 0.400000 0.400000 0.400000 +1263.138306 0.000000 3157.989258 0.000000 0.231189 0.000000 -0.972909 0.400000 0.400000 0.400000 +1288.577515 0.000000 3165.456299 0.000000 0.502872 0.000000 0.864361 0.400000 0.400000 0.400000 +1233.886230 0.000000 3161.307373 0.000000 0.480628 0.000000 0.876925 0.400000 0.400000 0.400000 +1241.258545 0.000000 3156.213379 0.000000 0.320409 0.000000 -0.947279 0.400000 0.400000 0.400000 +1258.585083 0.000000 3163.921387 0.000000 0.779552 0.000000 0.626337 0.400000 0.400000 0.400000 +1294.691650 0.000000 3165.816895 0.000000 0.997414 0.000000 0.071863 0.400000 0.400000 0.400000 +1223.947266 0.000000 3116.228516 0.000000 0.755159 0.000000 0.655541 0.400000 0.400000 0.400000 +1247.254639 0.000000 3152.893799 0.000000 0.552087 0.000000 0.833787 0.400000 0.400000 0.400000 +1225.705566 0.000000 3155.764404 0.000000 0.907032 0.000000 0.421062 0.400000 0.400000 0.400000 +1292.356079 0.000000 3155.474609 0.000000 0.962982 0.000000 -0.269567 0.400000 0.400000 0.400000 +1264.342529 0.000000 3161.927002 0.000000 0.407495 0.000000 -0.913207 0.400000 0.400000 0.400000 +1227.204590 0.000000 3152.971191 0.000000 0.989078 0.000000 -0.147390 0.400000 0.400000 0.400000 +1241.489746 0.000000 3153.493164 0.000000 0.848751 0.000000 0.528792 0.400000 0.400000 0.400000 +1226.670410 0.000000 3146.479980 0.000000 0.947711 0.000000 0.319130 0.400000 0.400000 0.400000 +1259.288330 0.000000 3147.634766 0.000000 0.755682 0.000000 0.654939 0.400000 0.400000 0.400000 +1350.172607 0.000000 3048.031006 0.000000 0.153313 0.000000 0.988178 0.400000 0.400000 0.400000 +1344.218018 0.000000 3032.284424 0.000000 0.244667 0.000000 -0.969607 0.400000 0.400000 0.400000 +1335.792236 0.000000 3023.977051 0.000000 0.949360 0.000000 0.314189 0.400000 0.400000 0.400000 +1305.490723 0.000000 3079.447021 0.000000 0.342713 0.000000 0.939440 0.400000 0.400000 0.400000 +1342.593872 0.000000 3041.808350 0.000000 0.748866 0.000000 0.662721 0.400000 0.400000 0.400000 +1335.822510 0.000000 3035.882568 0.000000 0.281522 0.000000 -0.959555 0.400000 0.400000 0.400000 +1340.778320 0.000000 3052.126465 0.000000 0.554094 0.000000 -0.832454 0.400000 0.400000 0.400000 +1349.353516 0.000000 3024.950928 0.000000 0.766230 0.000000 0.642566 0.400000 0.400000 0.400000 +1355.354614 0.000000 3031.560547 0.000000 0.323145 0.000000 -0.946350 0.400000 0.400000 0.400000 +1329.051880 0.000000 3025.283447 0.000000 0.688133 0.000000 -0.725584 0.400000 0.400000 0.400000 +1342.473877 0.000000 3025.674316 0.000000 0.371038 0.000000 -0.928617 0.400000 0.400000 0.400000 +1337.964966 0.000000 3029.806396 0.000000 0.914657 0.000000 -0.404231 0.400000 0.400000 0.400000 +1344.467896 0.000000 3047.846924 0.000000 0.934720 0.000000 0.355384 0.400000 0.400000 0.400000 +1336.684570 0.000000 3041.963379 0.000000 0.944831 0.000000 -0.327558 0.400000 0.400000 0.400000 +1356.736572 0.000000 3041.097656 0.000000 0.479816 0.000000 0.877369 0.400000 0.400000 0.400000 +1342.163086 0.000000 3057.269043 0.000000 0.186484 0.000000 -0.982458 0.400000 0.400000 0.400000 +1332.641357 0.000000 3030.145264 0.000000 0.408756 0.000000 0.912644 0.400000 0.400000 0.400000 +1339.156860 0.000000 3046.602295 0.000000 0.978253 0.000000 -0.207415 0.400000 0.400000 0.400000 +1346.958130 0.000000 3052.448730 0.000000 0.822423 0.000000 0.568876 0.400000 0.400000 0.400000 +1357.392944 0.000000 3036.015869 0.000000 0.380963 0.000000 -0.924590 0.400000 0.400000 0.400000 +1353.481689 0.000000 3027.224121 0.000000 0.227267 0.000000 -0.973832 0.400000 0.400000 0.400000 +1351.771606 0.000000 3055.276367 0.000000 0.811791 0.000000 0.583948 0.400000 0.400000 0.400000 +1347.073853 0.000000 3028.885986 0.000000 0.319087 0.000000 -0.947725 0.400000 0.400000 0.400000 +1339.592896 0.000000 3033.312256 0.000000 0.786225 0.000000 0.617941 0.400000 0.400000 0.400000 +1353.244629 0.000000 3034.787842 0.000000 0.053596 0.000000 -0.998563 0.400000 0.400000 0.400000 +1351.048706 0.000000 3029.815186 0.000000 0.535789 0.000000 0.844352 0.400000 0.400000 0.400000 +1338.147705 0.000000 3038.793457 0.000000 0.999065 0.000000 -0.043226 0.400000 0.400000 0.400000 +1335.457397 0.000000 3032.216553 0.000000 0.895272 0.000000 -0.445521 0.400000 0.400000 0.400000 +1332.506958 0.000000 3025.375488 0.000000 0.868001 0.000000 -0.496562 0.400000 0.400000 0.400000 +1338.182373 0.000000 3049.892822 0.000000 0.800528 0.000000 0.599295 0.400000 0.400000 0.400000 +1355.040161 0.000000 3038.283447 0.000000 0.971213 0.000000 0.238215 0.400000 0.400000 0.400000 +1339.703003 0.000000 3043.424561 0.000000 0.977241 0.000000 -0.212134 0.400000 0.400000 0.400000 +1344.129883 0.000000 3051.038818 0.000000 0.567515 0.000000 -0.823363 0.400000 0.400000 0.400000 +1342.184204 0.000000 3045.779541 0.000000 0.950882 0.000000 0.309553 0.400000 0.400000 0.400000 +1336.530151 0.000000 3045.122070 0.000000 0.350218 0.000000 0.936668 0.400000 0.400000 0.400000 +1348.843872 0.000000 3054.645264 0.000000 0.880006 0.000000 -0.474962 0.400000 0.400000 0.400000 +1345.295166 0.000000 3026.393311 0.000000 0.676631 0.000000 0.736322 0.400000 0.400000 0.400000 +1356.243042 0.000000 3044.054688 0.000000 0.902474 0.000000 0.430744 0.400000 0.400000 0.400000 +1352.276733 0.000000 3032.265137 0.000000 0.924764 0.000000 -0.380541 0.400000 0.400000 0.400000 +1338.602661 0.000000 3035.873291 0.000000 0.420551 0.000000 -0.907269 0.400000 0.400000 0.400000 +1349.524902 0.000000 3027.737549 0.000000 0.639606 0.000000 -0.768703 0.400000 0.400000 0.400000 +1356.984741 0.000000 3033.494385 0.000000 0.999875 0.000000 -0.015788 0.400000 0.400000 0.400000 +1399.764404 0.000000 3031.967285 0.000000 0.578005 0.000000 -0.816033 0.400000 0.400000 0.400000 +1416.210205 0.000000 3032.284424 0.000000 0.603469 0.000000 0.797386 0.400000 0.400000 0.400000 +1405.864502 0.000000 3046.870605 0.000000 0.819395 0.000000 0.573229 0.400000 0.400000 0.400000 +1407.784424 0.000000 3023.977051 0.000000 0.995233 0.000000 0.097523 0.400000 0.400000 0.400000 +1414.586060 0.000000 3041.808350 0.000000 0.692484 0.000000 -0.721433 0.400000 0.400000 0.400000 +1400.220581 0.000000 3040.569092 0.000000 0.060992 0.000000 0.998138 0.400000 0.400000 0.400000 +1414.466064 0.000000 3025.674316 0.000000 0.047782 0.000000 -0.998858 0.400000 0.400000 0.400000 +1409.957153 0.000000 3029.806396 0.000000 0.978817 0.000000 0.204739 0.400000 0.400000 0.400000 +1394.268066 0.000000 3029.310059 0.000000 0.045851 0.000000 0.998948 0.400000 0.400000 0.400000 +1413.115967 0.000000 3036.883789 0.000000 0.835292 0.000000 0.549806 0.400000 0.400000 0.400000 +1401.180420 0.000000 3045.185547 0.000000 0.756312 0.000000 0.654212 0.400000 0.400000 0.400000 +1413.604004 0.000000 3029.294922 0.000000 0.585754 0.000000 0.810489 0.400000 0.400000 0.400000 +1407.204834 0.000000 3027.513184 0.000000 0.750401 0.000000 -0.660983 0.400000 0.400000 0.400000 +1405.970215 0.000000 3043.633545 0.000000 0.781403 0.000000 0.624027 0.400000 0.400000 0.400000 +1396.646362 0.000000 3031.572754 0.000000 0.851971 0.000000 -0.523589 0.400000 0.400000 0.400000 +1412.210571 0.000000 3023.404785 0.000000 0.086953 0.000000 0.996212 0.400000 0.400000 0.400000 +1415.770386 0.000000 3035.335693 0.000000 0.271494 0.000000 -0.962440 0.400000 0.400000 0.400000 +1412.821899 0.000000 3039.641357 0.000000 0.880203 0.000000 0.474598 0.400000 0.400000 0.400000 +1319.446411 0.000000 3161.757080 0.000000 0.328607 0.000000 -0.944467 0.400000 0.400000 0.400000 +1354.018799 0.000000 3136.768066 0.000000 0.294574 0.000000 -0.955629 0.400000 0.400000 0.400000 +1337.875977 0.000000 3132.601074 0.000000 0.172222 0.000000 -0.985058 0.400000 0.400000 0.400000 +1362.538208 0.000000 3125.246338 0.000000 0.995620 0.000000 -0.093491 0.400000 0.400000 0.400000 +1305.490723 0.000000 3151.431396 0.000000 0.351877 0.000000 -0.936046 0.400000 0.400000 0.400000 +1324.001465 0.000000 3120.452881 0.000000 0.640803 0.000000 -0.767705 0.400000 0.400000 0.400000 +1342.593872 0.000000 3113.792725 0.000000 0.756567 0.000000 0.653916 0.400000 0.400000 0.400000 +1347.764648 0.000000 3129.401367 0.000000 0.927449 0.000000 -0.373949 0.400000 0.400000 0.400000 +1310.965576 0.000000 3158.833984 0.000000 0.653164 0.000000 -0.757217 0.400000 0.400000 0.400000 +1335.822510 0.000000 3107.866943 0.000000 0.983657 0.000000 0.180050 0.400000 0.400000 0.400000 +1340.778320 0.000000 3124.110840 0.000000 0.433527 0.000000 -0.901141 0.400000 0.400000 0.400000 +1328.228394 0.000000 3112.553467 0.000000 0.878757 0.000000 0.477270 0.400000 0.400000 0.400000 +1327.926514 0.000000 3166.175537 0.000000 0.343011 0.000000 0.939331 0.400000 0.400000 0.400000 +1356.069214 0.000000 3129.330078 0.000000 0.868231 0.000000 -0.496160 0.400000 0.400000 0.400000 +1346.727417 0.000000 3136.267578 0.000000 0.693240 0.000000 -0.720707 0.400000 0.400000 0.400000 +1295.973877 0.000000 3164.035645 0.000000 0.987872 0.000000 0.155271 0.400000 0.400000 0.400000 +1316.201050 0.000000 3154.329590 0.000000 0.973935 0.000000 -0.226828 0.400000 0.400000 0.400000 +1307.516357 0.000000 3164.740234 0.000000 0.113512 0.000000 -0.993537 0.400000 0.400000 0.400000 +1324.777344 0.000000 3158.095703 0.000000 0.547780 0.000000 -0.836622 0.400000 0.400000 0.400000 +1300.648926 0.000000 3148.610840 0.000000 0.959955 0.000000 -0.280153 0.400000 0.400000 0.400000 +1311.591064 0.000000 3151.196533 0.000000 0.712753 0.000000 0.701415 0.400000 0.400000 0.400000 +1336.684570 0.000000 3113.947754 0.000000 0.404627 0.000000 0.914482 0.400000 0.400000 0.400000 +1348.254272 0.000000 3114.826172 0.000000 0.132277 0.000000 0.991213 0.400000 0.400000 0.400000 +1346.072510 0.000000 3109.569824 0.000000 0.913463 0.000000 0.406923 0.400000 0.400000 0.400000 +1335.341187 0.000000 3124.139648 0.000000 0.997642 0.000000 0.068628 0.400000 0.400000 0.400000 +1342.163086 0.000000 3129.253418 0.000000 0.994302 0.000000 0.106600 0.400000 0.400000 0.400000 +1354.214355 0.000000 3142.249268 0.000000 0.960716 0.000000 0.277532 0.400000 0.400000 0.400000 +1324.204834 0.000000 3162.925781 0.000000 0.728047 0.000000 0.685528 0.400000 0.400000 0.400000 +1342.450195 0.000000 3134.066406 0.000000 0.846000 0.000000 0.533183 0.400000 0.400000 0.400000 +1350.055542 0.000000 3139.709229 0.000000 0.275006 0.000000 -0.961443 0.400000 0.400000 0.400000 +1315.408203 0.000000 3159.810547 0.000000 0.718672 0.000000 -0.695349 0.400000 0.400000 0.400000 +1361.512329 0.000000 3121.137451 0.000000 0.999383 0.000000 -0.035126 0.400000 0.400000 0.400000 +1358.430054 0.000000 3125.882812 0.000000 0.080848 0.000000 -0.996726 0.400000 0.400000 0.400000 +1311.182861 0.000000 3162.852783 0.000000 0.458084 0.000000 -0.888909 0.400000 0.400000 0.400000 +1345.769897 0.000000 3132.535645 0.000000 0.340984 0.000000 -0.940069 0.400000 0.400000 0.400000 +1334.118896 0.000000 3128.142090 0.000000 0.993748 0.000000 0.111646 0.400000 0.400000 0.400000 +1338.147705 0.000000 3110.777832 0.000000 0.978050 0.000000 0.208368 0.400000 0.400000 0.400000 +1301.944214 0.000000 3151.909668 0.000000 0.987076 0.000000 -0.160251 0.400000 0.400000 0.400000 +1311.640625 0.000000 3144.133545 0.000000 0.999651 0.000000 -0.026421 0.400000 0.400000 0.400000 +1349.263672 0.000000 3108.575439 0.000000 0.823592 0.000000 -0.567182 0.400000 0.400000 0.400000 +1328.155762 0.000000 3124.917725 0.000000 0.995117 0.000000 -0.098700 0.400000 0.400000 0.400000 +1351.666748 0.000000 3113.663574 0.000000 0.997538 0.000000 -0.070132 0.400000 0.400000 0.400000 +1358.326050 0.000000 3131.785400 0.000000 0.415369 0.000000 -0.909653 0.400000 0.400000 0.400000 +1339.703003 0.000000 3115.408936 0.000000 0.954934 0.000000 0.296818 0.400000 0.400000 0.400000 +1327.056152 0.000000 3119.425537 0.000000 0.855199 0.000000 -0.518300 0.400000 0.400000 0.400000 +1345.628906 0.000000 3112.805908 0.000000 0.448835 0.000000 0.893614 0.400000 0.400000 0.400000 +1318.499756 0.000000 3158.853760 0.000000 0.418859 0.000000 0.908051 0.400000 0.400000 0.400000 +1335.029297 0.000000 3111.075928 0.000000 0.909932 0.000000 0.414758 0.400000 0.400000 0.400000 +1343.405273 0.000000 3110.763428 0.000000 0.333312 0.000000 -0.942817 0.400000 0.400000 0.400000 +1330.422729 0.000000 3114.617676 0.000000 0.995315 0.000000 -0.096690 0.400000 0.400000 0.400000 +1356.243042 0.000000 3116.039062 0.000000 0.252173 0.000000 -0.967682 0.400000 0.400000 0.400000 +1337.924561 0.000000 3125.185303 0.000000 0.061128 0.000000 0.998130 0.400000 0.400000 0.400000 +1316.048462 0.000000 3157.147705 0.000000 0.418379 0.000000 -0.908272 0.400000 0.400000 0.400000 +1369.541260 0.000000 3113.167480 0.000000 0.639863 0.000000 0.768489 0.400000 0.400000 0.400000 +1422.164795 0.000000 3120.015381 0.000000 0.681035 0.000000 0.732251 0.400000 0.400000 0.400000 +1370.489380 0.000000 3118.479736 0.000000 0.053895 0.000000 -0.998547 0.400000 0.400000 0.400000 +1425.287842 0.000000 3116.399902 0.000000 0.113912 0.000000 0.993491 0.400000 0.400000 0.400000 +1501.779175 0.000000 2880.221191 0.000000 0.349492 0.000000 -0.936939 0.400000 0.400000 0.400000 +1452.647583 0.000000 2880.260742 0.000000 0.728627 0.000000 0.684911 0.400000 0.400000 0.400000 +1477.856689 0.000000 2902.901855 0.000000 0.013691 0.000000 0.999906 0.400000 0.400000 0.400000 +1505.556396 0.000000 2894.591553 0.000000 0.977383 0.000000 0.211478 0.400000 0.400000 0.400000 +1506.522583 0.000000 2909.293213 0.000000 0.182613 0.000000 -0.983185 0.400000 0.400000 0.400000 +1479.776611 0.000000 2880.008301 0.000000 0.990906 0.000000 -0.134554 0.400000 0.400000 0.400000 +1464.114746 0.000000 2879.773682 0.000000 0.203460 0.000000 0.979083 0.400000 0.400000 0.400000 +1467.985840 0.000000 2904.499756 0.000000 0.812884 0.000000 -0.582426 0.400000 0.400000 0.400000 +1486.578247 0.000000 2897.839600 0.000000 0.979068 0.000000 0.203534 0.400000 0.400000 0.400000 +1474.644165 0.000000 2911.167969 0.000000 0.764883 0.000000 0.644170 0.400000 0.400000 0.400000 +1479.806885 0.000000 2891.913818 0.000000 0.561915 0.000000 0.827195 0.400000 0.400000 0.400000 +1472.212769 0.000000 2896.600342 0.000000 0.040859 0.000000 -0.999165 0.400000 0.400000 0.400000 +1508.773193 0.000000 2920.047119 0.000000 0.917247 0.000000 -0.398319 0.400000 0.400000 0.400000 +1493.337891 0.000000 2880.982178 0.000000 0.264752 0.000000 -0.964316 0.400000 0.400000 0.400000 +1502.137451 0.000000 2902.467529 0.000000 0.826319 0.000000 -0.563202 0.400000 0.400000 0.400000 +1499.338989 0.000000 2887.591797 0.000000 0.606916 0.000000 0.794766 0.400000 0.400000 0.400000 +1442.450317 0.000000 2890.020264 0.000000 0.996511 0.000000 -0.083465 0.400000 0.400000 0.400000 +1486.458252 0.000000 2881.705566 0.000000 0.358666 0.000000 -0.933466 0.400000 0.400000 0.400000 +1509.197754 0.000000 2880.282227 0.000000 0.979034 0.000000 -0.203699 0.400000 0.400000 0.400000 +1481.949341 0.000000 2885.837646 0.000000 0.109625 0.000000 0.993973 0.400000 0.400000 0.400000 +1466.260254 0.000000 2885.341309 0.000000 0.177948 0.000000 -0.984040 0.400000 0.400000 0.400000 +1480.668945 0.000000 2897.994629 0.000000 0.956613 0.000000 0.291361 0.400000 0.400000 0.400000 +1479.325562 0.000000 2908.186523 0.000000 0.143888 0.000000 0.989594 0.400000 0.400000 0.400000 +1473.109863 0.000000 2905.963379 0.000000 0.980690 0.000000 -0.195571 0.400000 0.400000 0.400000 +1476.625732 0.000000 2886.176514 0.000000 0.451210 0.000000 -0.892418 0.400000 0.400000 0.400000 +1485.108154 0.000000 2892.915039 0.000000 0.661431 0.000000 0.750006 0.400000 0.400000 0.400000 +1468.289551 0.000000 2899.572266 0.000000 0.271551 0.000000 0.962424 0.400000 0.400000 0.400000 +1509.348267 0.000000 2897.899658 0.000000 0.528017 0.000000 0.849234 0.400000 0.400000 0.400000 +1497.280029 0.000000 2900.446777 0.000000 0.842863 0.000000 0.538128 0.400000 0.400000 0.400000 +1505.210083 0.000000 2899.390869 0.000000 0.998360 0.000000 -0.057245 0.400000 0.400000 0.400000 +1502.737305 0.000000 2884.498779 0.000000 0.245703 0.000000 -0.969345 0.400000 0.400000 0.400000 +1470.588501 0.000000 2892.754883 0.000000 0.956283 0.000000 0.292444 0.400000 0.400000 0.400000 +1462.752686 0.000000 2883.459961 0.000000 0.570993 0.000000 -0.820955 0.400000 0.400000 0.400000 +1448.937622 0.000000 2880.880615 0.000000 0.911039 0.000000 0.412320 0.400000 0.400000 0.400000 +1495.033081 0.000000 2885.846436 0.000000 0.516271 0.000000 -0.856426 0.400000 0.400000 0.400000 +1482.132080 0.000000 2894.824707 0.000000 0.999530 0.000000 0.030670 0.400000 0.400000 0.400000 +1510.558228 0.000000 2894.440430 0.000000 0.927613 0.000000 -0.373542 0.400000 0.400000 0.400000 +1474.036011 0.000000 2914.611572 0.000000 0.565485 0.000000 -0.824759 0.400000 0.400000 0.400000 +1472.140137 0.000000 2908.964600 0.000000 0.992968 0.000000 -0.118385 0.400000 0.400000 0.400000 +1471.040527 0.000000 2903.472412 0.000000 0.208153 0.000000 -0.978096 0.400000 0.400000 0.400000 +1470.163208 0.000000 2906.653809 0.000000 0.801162 0.000000 -0.598447 0.400000 0.400000 0.400000 +1489.279541 0.000000 2882.424561 0.000000 0.662136 0.000000 0.749384 0.400000 0.400000 0.400000 +1465.786621 0.000000 2882.429932 0.000000 0.475757 0.000000 0.879577 0.400000 0.400000 0.400000 +1479.457886 0.000000 2905.268799 0.000000 0.964572 0.000000 0.263821 0.400000 0.400000 0.400000 +1470.664673 0.000000 2879.511475 0.000000 0.644493 0.000000 0.764610 0.400000 0.400000 0.400000 +1513.525635 0.000000 2897.214355 0.000000 0.375036 0.000000 -0.927010 0.400000 0.400000 0.400000 +1566.149170 0.000000 2904.062256 0.000000 0.962475 0.000000 0.271370 0.400000 0.400000 0.400000 +1543.748779 0.000000 2887.998535 0.000000 0.951049 0.000000 0.309040 0.400000 0.400000 0.400000 +1514.058594 0.000000 2927.764160 0.000000 0.622465 0.000000 0.782647 0.400000 0.400000 0.400000 +1573.771362 0.000000 2880.221191 0.000000 0.999085 0.000000 -0.042772 0.400000 0.400000 0.400000 +1521.023682 0.000000 2912.365967 0.000000 0.863538 0.000000 0.504284 0.400000 0.400000 0.400000 +1530.332153 0.000000 2930.404297 0.000000 0.266751 0.000000 0.963765 0.400000 0.400000 0.400000 +1549.848877 0.000000 2902.901855 0.000000 0.376256 0.000000 0.926516 0.400000 0.400000 0.400000 +1567.814941 0.000000 2894.542725 0.000000 0.970435 0.000000 0.241364 0.400000 0.400000 0.400000 +1563.741211 0.000000 2913.448242 0.000000 0.767543 0.000000 -0.640997 0.400000 0.400000 0.400000 +1546.636353 0.000000 2911.167969 0.000000 0.492268 0.000000 -0.870443 0.400000 0.400000 0.400000 +1572.045776 0.000000 2913.376953 0.000000 0.218313 0.000000 -0.975879 0.400000 0.400000 0.400000 +1562.703979 0.000000 2920.314453 0.000000 0.358886 0.000000 0.933381 0.400000 0.400000 0.400000 +1517.745239 0.000000 2922.162598 0.000000 0.945032 0.000000 0.326979 0.400000 0.400000 0.400000 +1581.189941 0.000000 2880.282227 0.000000 0.890731 0.000000 0.454531 0.400000 0.400000 0.400000 +1538.252441 0.000000 2885.341309 0.000000 0.375411 0.000000 0.926858 0.400000 0.400000 0.400000 +1517.867065 0.000000 2906.743164 0.000000 0.863456 0.000000 -0.504424 0.400000 0.400000 0.400000 +1577.427979 0.000000 2915.363770 0.000000 0.858620 0.000000 -0.512613 0.400000 0.400000 0.400000 +1562.049072 0.000000 2893.616699 0.000000 0.243400 0.000000 -0.969926 0.400000 0.400000 0.400000 +1551.317749 0.000000 2908.186523 0.000000 0.887928 0.000000 0.459982 0.400000 0.400000 0.400000 +1514.473755 0.000000 2902.526611 0.000000 0.425957 0.000000 0.904743 0.400000 0.400000 0.400000 +1511.874023 0.000000 2923.027588 0.000000 0.421982 0.000000 -0.906604 0.400000 0.400000 0.400000 +1555.133423 0.000000 2902.633545 0.000000 0.047375 0.000000 -0.998877 0.400000 0.400000 0.400000 +1539.161255 0.000000 2890.539795 0.000000 0.920288 0.000000 -0.391241 0.400000 0.400000 0.400000 +1581.602783 0.000000 2890.926514 0.000000 0.918035 0.000000 -0.396500 0.400000 0.400000 0.400000 +1546.797729 0.000000 2892.214600 0.000000 0.953584 0.000000 0.301127 0.400000 0.400000 0.400000 +1525.401733 0.000000 2930.737305 0.000000 0.303053 0.000000 0.952974 0.400000 0.400000 0.400000 +1581.340454 0.000000 2897.899658 0.000000 0.996429 0.000000 -0.084439 0.400000 0.400000 0.400000 +1573.369507 0.000000 2892.047119 0.000000 0.164465 0.000000 0.986383 0.400000 0.400000 0.400000 +1581.604248 0.000000 2913.015137 0.000000 0.969085 0.000000 -0.246725 0.400000 0.400000 0.400000 +1545.164795 0.000000 2901.216797 0.000000 0.848940 0.000000 -0.528489 0.400000 0.400000 0.400000 +1567.748169 0.000000 2911.307617 0.000000 0.954484 0.000000 -0.298261 0.400000 0.400000 0.400000 +1531.556519 0.000000 2879.381836 0.000000 0.999296 0.000000 0.037529 0.400000 0.400000 0.400000 +1524.886475 0.000000 2926.154785 0.000000 0.383253 0.000000 -0.923643 0.400000 0.400000 0.400000 +1574.406616 0.000000 2909.929688 0.000000 0.427065 0.000000 0.904221 0.400000 0.400000 0.400000 +1582.328125 0.000000 2906.731201 0.000000 0.384541 0.000000 0.923108 0.400000 0.400000 0.400000 +1582.920898 0.000000 2887.140869 0.000000 0.344255 0.000000 0.938876 0.400000 0.400000 0.400000 +1534.744873 0.000000 2883.459961 0.000000 0.805888 0.000000 0.592068 0.400000 0.400000 0.400000 +1566.444214 0.000000 2907.677002 0.000000 0.679243 0.000000 0.733913 0.400000 0.400000 0.400000 +1520.838379 0.000000 2908.762939 0.000000 0.906561 0.000000 0.422074 0.400000 0.400000 0.400000 +1582.550415 0.000000 2894.440430 0.000000 0.998441 0.000000 0.055824 0.400000 0.400000 0.400000 +1581.450195 0.000000 2884.052246 0.000000 0.209753 0.000000 0.977754 0.400000 0.400000 0.400000 +1530.973633 0.000000 2935.156982 0.000000 0.986839 0.000000 -0.161704 0.400000 0.400000 0.400000 +1527.617188 0.000000 2928.180420 0.000000 0.702609 0.000000 -0.711576 0.400000 0.400000 0.400000 +1511.891724 0.000000 2910.857666 0.000000 0.816080 0.000000 0.577939 0.400000 0.400000 0.400000 +1540.865234 0.000000 2895.726074 0.000000 0.692819 0.000000 0.721112 0.400000 0.400000 0.400000 +1576.775024 0.000000 2912.196289 0.000000 0.291345 0.000000 0.956618 0.400000 0.400000 0.400000 +1540.630737 0.000000 2887.604004 0.000000 0.920250 0.000000 0.391330 0.400000 0.400000 0.400000 +1536.955078 0.000000 2888.289795 0.000000 0.751883 0.000000 -0.659297 0.400000 0.400000 0.400000 +1564.811646 0.000000 2895.839844 0.000000 0.170569 0.000000 -0.985346 0.400000 0.400000 0.400000 +1552.506714 0.000000 2901.153320 0.000000 0.947421 0.000000 0.319991 0.400000 0.400000 0.400000 +1564.820435 0.000000 2910.676514 0.000000 0.201380 0.000000 0.979513 0.400000 0.400000 0.400000 +1546.842773 0.000000 2903.520996 0.000000 0.539914 0.000000 -0.841720 0.400000 0.400000 0.400000 +1544.424805 0.000000 2890.742188 0.000000 0.980072 0.000000 0.198641 0.400000 0.400000 0.400000 +1548.731323 0.000000 2909.385010 0.000000 0.122528 0.000000 -0.992465 0.400000 0.400000 0.400000 +1580.027100 0.000000 2893.374756 0.000000 0.885682 0.000000 -0.464292 0.400000 0.400000 0.400000 +1485.205688 0.000000 3021.044922 0.000000 0.731915 0.000000 -0.681395 0.400000 0.400000 0.400000 +1475.073242 0.000000 3014.286621 0.000000 0.624426 0.000000 -0.781084 0.400000 0.400000 0.400000 +1466.473755 0.000000 3008.078369 0.000000 0.077885 0.000000 -0.996962 0.400000 0.400000 0.400000 +1474.380371 0.000000 3006.111572 0.000000 0.171816 0.000000 -0.985129 0.400000 0.400000 0.400000 +1483.665283 0.000000 3010.298096 0.000000 0.913423 0.000000 -0.407011 0.400000 0.400000 0.400000 +1478.376099 0.000000 3020.158936 0.000000 0.247629 0.000000 -0.968855 0.400000 0.400000 0.400000 +1464.666992 0.000000 3001.561523 0.000000 0.812412 0.000000 -0.583084 0.400000 0.400000 0.400000 +1478.581787 0.000000 3009.855225 0.000000 0.987074 0.000000 -0.160268 0.400000 0.400000 0.400000 +1462.089355 0.000000 3005.740967 0.000000 0.622340 0.000000 0.782747 0.400000 0.400000 0.400000 +1472.096069 0.000000 3010.321777 0.000000 0.015186 0.000000 0.999885 0.400000 0.400000 0.400000 +1486.748779 0.000000 3013.866211 0.000000 0.492031 0.000000 -0.870578 0.400000 0.400000 0.400000 +1489.952637 0.000000 3021.972656 0.000000 0.364516 0.000000 0.931197 0.400000 0.400000 0.400000 +1472.142822 0.000000 3017.395508 0.000000 0.718296 0.000000 0.695738 0.400000 0.400000 0.400000 +1479.114868 0.000000 3014.020508 0.000000 0.923753 0.000000 0.382989 0.400000 0.400000 0.400000 +1470.158325 0.000000 3007.049805 0.000000 0.986527 0.000000 0.163599 0.400000 0.400000 0.400000 +1486.241211 0.000000 3017.660645 0.000000 0.104987 0.000000 0.994474 0.400000 0.400000 0.400000 +1474.561646 0.000000 3019.952637 0.000000 0.835416 0.000000 -0.549618 0.400000 0.400000 0.400000 +1481.844238 0.000000 3020.470215 0.000000 0.760009 0.000000 0.649912 0.400000 0.400000 0.400000 +1465.811768 0.000000 3004.768799 0.000000 0.387457 0.000000 0.921888 0.400000 0.400000 0.400000 +1475.303223 0.000000 3010.946289 0.000000 0.842615 0.000000 -0.538517 0.400000 0.400000 0.400000 +1488.569092 0.000000 3019.409668 0.000000 0.097835 0.000000 -0.995203 0.400000 0.400000 0.400000 +1585.517822 0.000000 2897.214355 0.000000 0.275310 0.000000 -0.961356 0.400000 0.400000 0.400000 +1638.141357 0.000000 2904.062256 0.000000 0.742034 0.000000 0.670362 0.400000 0.400000 0.400000 +1596.631958 0.000000 2880.260742 0.000000 0.973457 0.000000 -0.228872 0.400000 0.400000 0.400000 +1641.987549 0.000000 2920.814941 0.000000 0.775656 0.000000 -0.631156 0.400000 0.400000 0.400000 +1632.186768 0.000000 2888.315674 0.000000 0.867411 0.000000 -0.497592 0.400000 0.400000 0.400000 +1650.506958 0.000000 2909.293213 0.000000 0.703234 0.000000 0.710958 0.400000 0.400000 0.400000 +1623.760986 0.000000 2880.008301 0.000000 0.861222 0.000000 0.508229 0.400000 0.400000 0.400000 +1639.807129 0.000000 2894.542725 0.000000 0.344352 0.000000 -0.938841 0.400000 0.400000 0.400000 +1630.562622 0.000000 2897.839600 0.000000 0.835372 0.000000 0.549686 0.400000 0.400000 0.400000 +1623.791260 0.000000 2891.913818 0.000000 0.742912 0.000000 0.669389 0.400000 0.400000 0.400000 +1616.197144 0.000000 2896.600342 0.000000 0.588031 0.000000 -0.808838 0.400000 0.400000 0.400000 +1605.906738 0.000000 2922.373047 0.000000 0.679653 0.000000 -0.733534 0.400000 0.400000 0.400000 +1643.086304 0.000000 2931.485596 0.000000 0.633754 0.000000 -0.773535 0.400000 0.400000 0.400000 +1650.951172 0.000000 2886.549805 0.000000 0.985422 0.000000 0.170128 0.400000 0.400000 0.400000 +1618.364746 0.000000 2934.127197 0.000000 0.457185 0.000000 0.889372 0.400000 0.400000 0.400000 +1644.037964 0.000000 2913.376953 0.000000 0.074123 0.000000 -0.997249 0.400000 0.400000 0.400000 +1602.494751 0.000000 2883.599609 0.000000 0.991414 0.000000 -0.130762 0.400000 0.400000 0.400000 +1630.442627 0.000000 2881.705566 0.000000 0.530616 0.000000 0.847612 0.400000 0.400000 0.400000 +1647.609497 0.000000 2923.922119 0.000000 0.199065 0.000000 -0.979986 0.400000 0.400000 0.400000 +1608.651367 0.000000 2929.577148 0.000000 0.357868 0.000000 0.933772 0.400000 0.400000 0.400000 +1631.763184 0.000000 2933.190674 0.000000 0.892191 0.000000 -0.451659 0.400000 0.400000 0.400000 +1589.859253 0.000000 2906.743164 0.000000 0.603307 0.000000 0.797509 0.400000 0.400000 0.400000 +1586.935669 0.000000 2912.611084 0.000000 0.991694 0.000000 0.128618 0.400000 0.400000 0.400000 +1637.663208 0.000000 2889.359131 0.000000 0.239013 0.000000 0.971016 0.400000 0.400000 0.400000 +1634.041260 0.000000 2893.616699 0.000000 0.735632 0.000000 -0.677382 0.400000 0.400000 0.400000 +1597.443848 0.000000 2885.682617 0.000000 0.460319 0.000000 0.887754 0.400000 0.400000 0.400000 +1648.706909 0.000000 2933.033203 0.000000 0.648067 0.000000 0.761583 0.400000 0.400000 0.400000 +1642.183105 0.000000 2926.296143 0.000000 0.953736 0.000000 0.300645 0.400000 0.400000 0.400000 +1629.092529 0.000000 2892.915039 0.000000 0.683210 0.000000 -0.730222 0.400000 0.400000 0.400000 +1630.357300 0.000000 2928.340576 0.000000 0.679101 0.000000 0.734044 0.400000 0.400000 0.400000 +1618.395874 0.000000 2929.094727 0.000000 0.989321 0.000000 -0.145756 0.400000 0.400000 0.400000 +1618.789917 0.000000 2892.214600 0.000000 0.795274 0.000000 0.606250 0.400000 0.400000 0.400000 +1645.361694 0.000000 2892.047119 0.000000 0.525581 0.000000 0.850744 0.400000 0.400000 0.400000 +1653.596436 0.000000 2913.015137 0.000000 0.294777 0.000000 0.955566 0.400000 0.400000 0.400000 +1624.344238 0.000000 2921.159668 0.000000 0.306297 0.000000 -0.951936 0.400000 0.400000 0.400000 +1588.517456 0.000000 2880.785889 0.000000 0.022330 0.000000 -0.999751 0.400000 0.400000 0.400000 +1605.820312 0.000000 2917.769287 0.000000 0.997389 0.000000 0.072210 0.400000 0.400000 0.400000 +1638.024292 0.000000 2923.756104 0.000000 0.239249 0.000000 -0.970958 0.400000 0.400000 0.400000 +1647.152832 0.000000 2928.604248 0.000000 0.251033 0.000000 -0.967978 0.400000 0.400000 0.400000 +1609.713501 0.000000 2924.983154 0.000000 0.702092 0.000000 -0.712086 0.400000 0.400000 0.400000 +1635.042603 0.000000 2884.917236 0.000000 0.794856 0.000000 0.606798 0.400000 0.400000 0.400000 +1612.468506 0.000000 2881.245850 0.000000 0.342133 0.000000 0.939651 0.400000 0.400000 0.400000 +1620.573364 0.000000 2896.704834 0.000000 0.248395 0.000000 -0.968659 0.400000 0.400000 0.400000 +1617.686157 0.000000 2923.895508 0.000000 0.038265 0.000000 -0.999268 0.400000 0.400000 0.400000 +1639.435913 0.000000 2929.445312 0.000000 0.945907 0.000000 -0.324437 0.400000 0.400000 0.400000 +1646.398804 0.000000 2909.929688 0.000000 0.997956 0.000000 -0.063910 0.400000 0.400000 0.400000 +1583.963379 0.000000 2893.424316 0.000000 0.159045 0.000000 -0.987271 0.400000 0.400000 0.400000 +1647.399292 0.000000 2888.592529 0.000000 0.453390 0.000000 -0.891312 0.400000 0.400000 0.400000 +1606.737061 0.000000 2883.459961 0.000000 0.996305 0.000000 -0.085886 0.400000 0.400000 0.400000 +1627.561646 0.000000 2889.343506 0.000000 0.833514 0.000000 0.552498 0.400000 0.400000 0.400000 +1641.213379 0.000000 2890.819092 0.000000 0.286333 0.000000 0.958130 0.400000 0.400000 0.400000 +1583.855103 0.000000 2886.895020 0.000000 0.827388 0.000000 -0.561630 0.400000 0.400000 0.400000 +1626.774048 0.000000 2882.203613 0.000000 0.157262 0.000000 0.987557 0.400000 0.400000 0.400000 +1623.181396 0.000000 2883.544434 0.000000 0.223025 0.000000 0.974813 0.400000 0.400000 0.400000 +1594.201050 0.000000 2887.137939 0.000000 0.011136 0.000000 0.999938 0.400000 0.400000 0.400000 +1638.436401 0.000000 2907.677002 0.000000 0.903785 0.000000 -0.427988 0.400000 0.400000 0.400000 +1623.426147 0.000000 2888.247803 0.000000 0.691065 0.000000 -0.722792 0.400000 0.400000 0.400000 +1634.888916 0.000000 2931.569824 0.000000 0.975056 0.000000 0.221961 0.400000 0.400000 0.400000 +1650.181396 0.000000 2891.247559 0.000000 0.969708 0.000000 0.244266 0.400000 0.400000 0.400000 +1644.167480 0.000000 2923.535645 0.000000 0.561239 0.000000 0.827653 0.400000 0.400000 0.400000 +1620.475708 0.000000 2881.406738 0.000000 0.970508 0.000000 0.241069 0.400000 0.400000 0.400000 +1620.891724 0.000000 2922.033691 0.000000 0.126382 0.000000 -0.991982 0.400000 0.400000 0.400000 +1589.954956 0.000000 2910.994141 0.000000 0.999764 0.000000 -0.021716 0.400000 0.400000 0.400000 +1650.699585 0.000000 2922.824707 0.000000 0.481374 0.000000 -0.876515 0.400000 0.400000 0.400000 +1631.547852 0.000000 2921.376953 0.000000 0.070641 0.000000 0.997502 0.400000 0.400000 0.400000 +1615.659180 0.000000 2921.374023 0.000000 0.753303 0.000000 -0.657674 0.400000 0.400000 0.400000 +1641.055664 0.000000 2933.656494 0.000000 0.011284 0.000000 -0.999936 0.400000 0.400000 0.400000 +1631.746948 0.000000 2891.366943 0.000000 0.795146 0.000000 -0.606417 0.400000 0.400000 0.400000 +1622.998047 0.000000 2895.122803 0.000000 0.181748 0.000000 0.983345 0.400000 0.400000 0.400000 +1616.652100 0.000000 2931.468018 0.000000 0.997150 0.000000 0.075443 0.400000 0.400000 0.400000 +1638.525513 0.000000 2926.645264 0.000000 0.181491 0.000000 0.983393 0.400000 0.400000 0.400000 +1633.263916 0.000000 2882.424561 0.000000 0.463647 0.000000 0.886020 0.400000 0.400000 0.400000 +1631.374023 0.000000 2894.810303 0.000000 0.008900 0.000000 -0.999960 0.400000 0.400000 0.400000 +1640.948364 0.000000 2923.476562 0.000000 0.999621 0.000000 0.027531 0.400000 0.400000 0.400000 +1616.416992 0.000000 2890.742188 0.000000 0.209616 0.000000 0.977784 0.400000 0.400000 0.400000 +1651.020874 0.000000 2931.340332 0.000000 0.478278 0.000000 -0.878209 0.400000 0.400000 0.400000 +1618.378662 0.000000 2894.924561 0.000000 0.264854 0.000000 0.964289 0.400000 0.400000 0.400000 +1605.554443 0.000000 2910.250000 0.000000 0.978507 0.000000 -0.206215 0.400000 0.400000 0.400000 +1628.798462 0.000000 2895.672607 0.000000 0.999716 0.000000 -0.023826 0.400000 0.400000 0.400000 +1630.679443 0.000000 2925.573486 0.000000 0.602857 0.000000 0.797849 0.400000 0.400000 0.400000 +1632.930786 0.000000 2927.299316 0.000000 0.903508 0.000000 0.428572 0.400000 0.400000 0.400000 +1650.642090 0.000000 2897.081299 0.000000 0.690407 0.000000 0.723421 0.400000 0.400000 0.400000 +1610.658203 0.000000 2879.551514 0.000000 0.594872 0.000000 -0.803820 0.400000 0.400000 0.400000 +1657.510010 0.000000 2897.214355 0.000000 0.143723 0.000000 -0.989618 0.400000 0.400000 0.400000 +1681.665771 0.000000 2914.737061 0.000000 0.453663 0.000000 -0.891173 0.400000 0.400000 0.400000 +1687.733154 0.000000 2887.998535 0.000000 0.831387 0.000000 0.555694 0.400000 0.400000 0.400000 +1717.755737 0.000000 2880.221191 0.000000 0.785274 0.000000 -0.619149 0.400000 0.400000 0.400000 +1697.676270 0.000000 2931.033936 0.000000 0.590547 0.000000 -0.807003 0.400000 0.400000 0.400000 +1668.624146 0.000000 2880.260742 0.000000 0.172145 0.000000 0.985072 0.400000 0.400000 0.400000 +1675.019775 0.000000 2898.970703 0.000000 0.997896 0.000000 -0.064831 0.400000 0.400000 0.400000 +1665.008057 0.000000 2912.365967 0.000000 0.586956 0.000000 0.809619 0.400000 0.400000 0.400000 +1674.316528 0.000000 2930.404297 0.000000 0.574951 0.000000 0.818188 0.400000 0.400000 0.400000 +1704.178955 0.000000 2888.315674 0.000000 0.535959 0.000000 0.844244 0.400000 0.400000 0.400000 +1697.836914 0.000000 2916.647949 0.000000 0.994003 0.000000 0.109351 0.400000 0.400000 0.400000 +1695.753174 0.000000 2880.008301 0.000000 0.584159 0.000000 0.811639 0.400000 0.400000 0.400000 +1666.704468 0.000000 2890.901855 0.000000 0.660839 0.000000 0.750528 0.400000 0.400000 0.400000 +1668.614380 0.000000 2921.910400 0.000000 0.519020 0.000000 0.854762 0.400000 0.400000 0.400000 +1707.446045 0.000000 2928.089600 0.000000 0.315813 0.000000 0.948821 0.400000 0.400000 0.400000 +1690.620728 0.000000 2911.167969 0.000000 0.538434 0.000000 0.842668 0.400000 0.400000 0.400000 +1688.189331 0.000000 2896.600342 0.000000 0.268518 0.000000 0.963275 0.400000 0.400000 0.400000 +1677.898926 0.000000 2922.373047 0.000000 0.933009 0.000000 -0.359852 0.400000 0.400000 0.400000 +1718.114014 0.000000 2902.467529 0.000000 0.496160 0.000000 0.868231 0.400000 0.400000 0.400000 +1690.375977 0.000000 2919.661133 0.000000 0.591556 0.000000 0.806264 0.400000 0.400000 0.400000 +1722.943359 0.000000 2886.549805 0.000000 0.478468 0.000000 0.878105 0.400000 0.400000 0.400000 +1690.356934 0.000000 2934.127197 0.000000 0.879180 0.000000 -0.476491 0.400000 0.400000 0.400000 +1658.426880 0.000000 2890.020264 0.000000 0.034425 0.000000 -0.999407 0.400000 0.400000 0.400000 +1689.012817 0.000000 2881.314697 0.000000 0.562014 0.000000 0.827128 0.400000 0.400000 0.400000 +1713.393433 0.000000 2940.762939 0.000000 0.307428 0.000000 -0.951571 0.400000 0.400000 0.400000 +1674.486938 0.000000 2883.599609 0.000000 0.806438 0.000000 0.591319 0.400000 0.400000 0.400000 +1676.161987 0.000000 2938.376465 0.000000 0.950286 0.000000 0.311377 0.400000 0.400000 0.400000 +1693.696777 0.000000 2925.353516 0.000000 0.368560 0.000000 0.929604 0.400000 0.400000 0.400000 +1661.729614 0.000000 2922.162598 0.000000 0.995296 0.000000 -0.096884 0.400000 0.400000 0.400000 +1680.643555 0.000000 2929.577148 0.000000 0.693031 0.000000 -0.720908 0.400000 0.400000 0.400000 +1703.755371 0.000000 2933.190674 0.000000 0.082002 0.000000 0.996632 0.400000 0.400000 0.400000 +1697.925903 0.000000 2885.837646 0.000000 0.172326 0.000000 0.985040 0.400000 0.400000 0.400000 +1718.431885 0.000000 2944.345947 0.000000 0.804946 0.000000 0.593348 0.400000 0.400000 0.400000 +1682.236816 0.000000 2885.341309 0.000000 0.849966 0.000000 -0.526838 0.400000 0.400000 0.400000 +1704.428833 0.000000 2903.878174 0.000000 0.020271 0.000000 0.999795 0.400000 0.400000 0.400000 +1663.497314 0.000000 2896.142334 0.000000 0.294013 0.000000 -0.955801 0.400000 0.400000 0.400000 +1658.927856 0.000000 2912.611084 0.000000 0.928075 0.000000 0.372394 0.400000 0.400000 0.400000 +1727.099609 0.000000 2942.455322 0.000000 0.856724 0.000000 0.515775 0.400000 0.400000 0.400000 +1671.552002 0.000000 2935.243408 0.000000 0.005085 0.000000 -0.999987 0.400000 0.400000 0.400000 +1708.215210 0.000000 2898.873047 0.000000 0.995837 0.000000 0.091152 0.400000 0.400000 0.400000 +1669.436035 0.000000 2885.682617 0.000000 0.790479 0.000000 -0.612490 0.400000 0.400000 0.400000 +1673.109985 0.000000 2925.118652 0.000000 0.364178 0.000000 0.931329 0.400000 0.400000 0.400000 +1716.697510 0.000000 2897.128906 0.000000 0.969405 0.000000 -0.245467 0.400000 0.400000 0.400000 +1699.117798 0.000000 2902.633545 0.000000 0.006035 0.000000 0.999982 0.400000 0.400000 0.400000 +1686.834961 0.000000 2915.657715 0.000000 0.313676 0.000000 0.949530 0.400000 0.400000 0.400000 +1683.145630 0.000000 2890.539795 0.000000 0.170072 0.000000 -0.985432 0.400000 0.400000 0.400000 +1725.587158 0.000000 2890.926514 0.000000 0.590168 0.000000 0.807280 0.400000 0.400000 0.400000 +1702.349487 0.000000 2928.340576 0.000000 0.970512 0.000000 -0.241054 0.400000 0.400000 0.400000 +1690.388062 0.000000 2929.094727 0.000000 0.000095 0.000000 1.000000 0.400000 0.400000 0.400000 +1678.065918 0.000000 2933.756592 0.000000 0.809064 0.000000 0.587721 0.400000 0.400000 0.400000 +1725.324829 0.000000 2897.899658 0.000000 0.824203 0.000000 0.566295 0.400000 0.400000 0.400000 +1717.353882 0.000000 2892.047119 0.000000 0.953930 0.000000 0.300029 0.400000 0.400000 0.400000 +1693.042969 0.000000 2915.667969 0.000000 0.363842 0.000000 0.931461 0.400000 0.400000 0.400000 +1676.491577 0.000000 2894.347412 0.000000 0.644543 0.000000 0.764568 0.400000 0.400000 0.400000 +1713.256592 0.000000 2900.446777 0.000000 0.998635 0.000000 -0.052230 0.400000 0.400000 0.400000 +1702.411133 0.000000 2918.113281 0.000000 0.800986 0.000000 -0.598684 0.400000 0.400000 0.400000 +1677.138306 0.000000 2912.949219 0.000000 0.999515 0.000000 -0.031137 0.400000 0.400000 0.400000 +1662.556152 0.000000 2891.944580 0.000000 0.965240 0.000000 0.261367 0.400000 0.400000 0.400000 +1668.870850 0.000000 2926.154785 0.000000 0.560094 0.000000 -0.828429 0.400000 0.400000 0.400000 +1721.473267 0.000000 2905.184326 0.000000 0.832841 0.000000 0.553513 0.400000 0.400000 0.400000 +1697.763428 0.000000 2926.940674 0.000000 0.104137 0.000000 -0.994563 0.400000 0.400000 0.400000 +1655.955566 0.000000 2893.424316 0.000000 0.706104 0.000000 -0.708108 0.400000 0.400000 0.400000 +1726.905273 0.000000 2887.140869 0.000000 0.648498 0.000000 -0.761216 0.400000 0.400000 0.400000 +1693.783936 0.000000 2932.198730 0.000000 0.190694 0.000000 0.981650 0.400000 0.400000 0.400000 +1721.495483 0.000000 2881.589355 0.000000 0.403965 0.000000 0.914774 0.400000 0.400000 0.400000 +1662.443481 0.000000 2888.257812 0.000000 0.975988 0.000000 -0.217823 0.400000 0.400000 0.400000 +1672.870239 0.000000 2895.833740 0.000000 0.980572 0.000000 -0.196157 0.400000 0.400000 0.400000 +1686.134888 0.000000 2935.065430 0.000000 0.927717 0.000000 0.373285 0.400000 0.400000 0.400000 +1714.560547 0.000000 2903.821289 0.000000 0.956118 0.000000 -0.292981 0.400000 0.400000 0.400000 +1704.993652 0.000000 2900.387451 0.000000 0.988330 0.000000 0.152328 0.400000 0.400000 0.400000 +1696.491821 0.000000 2934.472656 0.000000 0.167250 0.000000 0.985914 0.400000 0.400000 0.400000 +1694.916382 0.000000 2928.908936 0.000000 0.882564 0.000000 -0.470193 0.400000 0.400000 0.400000 +1725.434570 0.000000 2884.052246 0.000000 0.953944 0.000000 0.299983 0.400000 0.400000 0.400000 +1722.173584 0.000000 2891.247559 0.000000 0.298517 0.000000 -0.954404 0.400000 0.400000 0.400000 +1674.958008 0.000000 2935.156982 0.000000 0.467274 0.000000 -0.884112 0.400000 0.400000 0.400000 +1671.601562 0.000000 2928.180420 0.000000 0.704138 0.000000 -0.710064 0.400000 0.400000 0.400000 +1692.883911 0.000000 2922.033691 0.000000 0.210443 0.000000 0.977606 0.400000 0.400000 0.400000 +1661.947144 0.000000 2910.994141 0.000000 0.934463 0.000000 0.356060 0.400000 0.400000 0.400000 +1669.183838 0.000000 2893.195801 0.000000 0.598689 0.000000 -0.800981 0.400000 0.400000 0.400000 +1698.143311 0.000000 2905.924072 0.000000 0.723321 0.000000 0.690512 0.400000 0.400000 0.400000 +1655.876099 0.000000 2910.857666 0.000000 0.385635 0.000000 0.922651 0.400000 0.400000 0.400000 +1721.694824 0.000000 2945.108398 0.000000 0.870988 0.000000 -0.491304 0.400000 0.400000 0.400000 +1703.540039 0.000000 2921.376953 0.000000 0.414869 0.000000 0.909881 0.400000 0.400000 0.400000 +1684.849609 0.000000 2895.726074 0.000000 0.868861 0.000000 -0.495056 0.400000 0.400000 0.400000 +1707.397583 0.000000 2902.504395 0.000000 0.932517 0.000000 -0.361125 0.400000 0.400000 0.400000 +1701.167969 0.000000 2931.253662 0.000000 0.891786 0.000000 -0.452457 0.400000 0.400000 0.400000 +1699.663940 0.000000 2899.455811 0.000000 0.262423 0.000000 -0.964953 0.400000 0.400000 0.400000 +1702.145142 0.000000 2901.810791 0.000000 0.994288 0.000000 -0.106730 0.400000 0.400000 0.400000 +1727.797974 0.000000 2903.979004 0.000000 0.769971 0.000000 0.638079 0.400000 0.400000 0.400000 +1662.490723 0.000000 2913.955566 0.000000 0.991068 0.000000 -0.133359 0.400000 0.400000 0.400000 +1710.256958 0.000000 2901.108154 0.000000 0.824616 0.000000 -0.565693 0.400000 0.400000 0.400000 +1696.491089 0.000000 2901.153320 0.000000 0.294174 0.000000 0.955752 0.400000 0.400000 0.400000 +1679.652344 0.000000 2927.027344 0.000000 0.025480 0.000000 -0.999675 0.400000 0.400000 0.400000 +1691.241455 0.000000 2931.681641 0.000000 0.853036 0.000000 -0.521851 0.400000 0.400000 0.400000 +1493.337891 0.000000 3024.950928 0.000000 0.289877 0.000000 -0.957064 0.400000 0.400000 0.400000 +1499.338989 0.000000 3031.560547 0.000000 0.475428 0.000000 -0.879755 0.400000 0.400000 0.400000 +1482.575806 0.000000 3087.948975 0.000000 0.960126 0.000000 0.279569 0.400000 0.400000 0.400000 +1495.033081 0.000000 3029.815186 0.000000 0.555067 0.000000 -0.831806 0.400000 0.400000 0.400000 +1459.043213 0.000000 3114.923828 0.000000 0.998225 0.000000 -0.059554 0.400000 0.400000 0.400000 +1505.556396 0.000000 3110.544678 0.000000 0.530601 0.000000 0.847622 0.400000 0.400000 0.400000 +1463.221313 0.000000 3115.402832 0.000000 0.843612 0.000000 -0.536953 0.400000 0.400000 0.400000 +1575.556763 0.000000 3154.228271 0.000000 0.984652 0.000000 0.174528 0.400000 0.400000 0.400000 +1557.197876 0.000000 3165.013672 0.000000 0.712384 0.000000 -0.701790 0.400000 0.400000 0.400000 +1568.493408 0.000000 3163.271484 0.000000 0.434298 0.000000 0.900769 0.400000 0.400000 0.400000 +1569.409058 0.000000 3156.716064 0.000000 0.596364 0.000000 -0.802714 0.400000 0.400000 0.400000 +1581.774780 0.000000 3152.801758 0.000000 0.202352 0.000000 -0.979313 0.400000 0.400000 0.400000 +1562.401245 0.000000 3160.829346 0.000000 0.953722 0.000000 -0.300690 0.400000 0.400000 0.400000 +1578.418945 0.000000 3157.836182 0.000000 0.944887 0.000000 -0.327397 0.400000 0.400000 0.400000 +1561.944824 0.000000 3165.941406 0.000000 0.161319 0.000000 0.986902 0.400000 0.400000 0.400000 +1565.508057 0.000000 3165.306396 0.000000 0.981120 0.000000 0.193398 0.400000 0.400000 0.400000 +1573.002563 0.000000 3156.951660 0.000000 0.448191 0.000000 -0.893938 0.400000 0.400000 0.400000 +1565.701050 0.000000 3161.283447 0.000000 0.919227 0.000000 0.393729 0.400000 0.400000 0.400000 +1560.561279 0.000000 3163.378418 0.000000 0.713784 0.000000 0.700366 0.400000 0.400000 0.400000 +1563.473511 0.000000 3163.400146 0.000000 0.963829 0.000000 -0.266522 0.400000 0.400000 0.400000 +1629.190063 0.000000 3093.029297 0.000000 0.893951 0.000000 0.448164 0.400000 0.400000 0.400000 +1635.177734 0.000000 3082.357666 0.000000 0.502262 0.000000 -0.864715 0.400000 0.400000 0.400000 +1651.948730 0.000000 3091.656494 0.000000 0.567505 0.000000 -0.823370 0.400000 0.400000 0.400000 +1651.843628 0.000000 3072.630859 0.000000 0.633857 0.000000 0.773450 0.400000 0.400000 0.400000 +1634.393433 0.000000 3088.844971 0.000000 0.301554 0.000000 0.953449 0.400000 0.400000 0.400000 +1648.706909 0.000000 3077.001953 0.000000 0.942041 0.000000 0.335498 0.400000 0.400000 0.400000 +1655.366577 0.000000 3076.052002 0.000000 0.999687 0.000000 0.025021 0.400000 0.400000 0.400000 +1630.733154 0.000000 3085.850586 0.000000 0.836247 0.000000 0.548352 0.400000 0.400000 0.400000 +1647.152832 0.000000 3072.572998 0.000000 0.145378 0.000000 0.989376 0.400000 0.400000 0.400000 +1633.937012 0.000000 3093.957031 0.000000 0.848908 0.000000 -0.528540 0.400000 0.400000 0.400000 +1644.566284 0.000000 3093.170166 0.000000 0.663998 0.000000 0.747734 0.400000 0.400000 0.400000 +1637.414062 0.000000 3085.823975 0.000000 0.752794 0.000000 -0.658256 0.400000 0.400000 0.400000 +1641.038208 0.000000 3095.317627 0.000000 0.555366 0.000000 -0.831606 0.400000 0.400000 0.400000 +1639.263184 0.000000 3081.346680 0.000000 0.276960 0.000000 -0.960882 0.400000 0.400000 0.400000 +1630.225586 0.000000 3089.645020 0.000000 0.689793 0.000000 -0.724007 0.400000 0.400000 0.400000 +1644.994751 0.000000 3084.967285 0.000000 0.988992 0.000000 -0.147967 0.400000 0.400000 0.400000 +1642.741821 0.000000 3088.388184 0.000000 0.742624 0.000000 0.669708 0.400000 0.400000 0.400000 +1654.652588 0.000000 3093.832520 0.000000 0.638023 0.000000 -0.770018 0.400000 0.400000 0.400000 +1652.331787 0.000000 3077.709473 0.000000 0.667229 0.000000 -0.744853 0.400000 0.400000 0.400000 +1634.034180 0.000000 3085.522217 0.000000 0.908102 0.000000 -0.418750 0.400000 0.400000 0.400000 +1655.400879 0.000000 3072.518555 0.000000 0.667202 0.000000 0.744877 0.400000 0.400000 0.400000 +1652.704590 0.000000 3088.358398 0.000000 0.993682 0.000000 -0.112228 0.400000 0.400000 0.400000 +1649.546753 0.000000 3070.467041 0.000000 0.079390 0.000000 0.996844 0.400000 0.400000 0.400000 +1644.784912 0.000000 3082.235352 0.000000 0.766454 0.000000 0.642299 0.400000 0.400000 0.400000 +1710.133545 0.000000 3048.031006 0.000000 0.066964 0.000000 0.997755 0.400000 0.400000 0.400000 +1681.665771 0.000000 3058.705811 0.000000 0.281824 0.000000 0.959466 0.400000 0.400000 0.400000 +1658.042969 0.000000 3071.732910 0.000000 0.785276 0.000000 0.619145 0.400000 0.400000 0.400000 +1665.008057 0.000000 3056.334717 0.000000 0.160983 0.000000 0.986957 0.400000 0.400000 0.400000 +1674.316528 0.000000 3074.373047 0.000000 0.956435 0.000000 -0.291944 0.400000 0.400000 0.400000 +1697.836914 0.000000 3060.616699 0.000000 0.436627 0.000000 0.899643 0.400000 0.400000 0.400000 +1668.614380 0.000000 3065.879150 0.000000 0.001032 0.000000 0.999999 0.400000 0.400000 0.400000 +1656.623169 0.000000 3061.781250 0.000000 0.557209 0.000000 0.830372 0.400000 0.400000 0.400000 +1711.799316 0.000000 3038.511475 0.000000 0.476587 0.000000 0.879127 0.400000 0.400000 0.400000 +1702.554810 0.000000 3041.808350 0.000000 0.088017 0.000000 -0.996119 0.400000 0.400000 0.400000 +1707.725586 0.000000 3057.416992 0.000000 0.178830 0.000000 0.983880 0.400000 0.400000 0.400000 +1656.383667 0.000000 3080.851562 0.000000 0.925693 0.000000 0.378276 0.400000 0.400000 0.400000 +1670.926514 0.000000 3086.849609 0.000000 0.380562 0.000000 -0.924755 0.400000 0.400000 0.400000 +1677.898926 0.000000 3066.341797 0.000000 0.118561 0.000000 -0.992947 0.400000 0.400000 0.400000 +1690.375977 0.000000 3063.629883 0.000000 0.393587 0.000000 -0.919287 0.400000 0.400000 0.400000 +1722.943359 0.000000 3030.518555 0.000000 0.463920 0.000000 0.885877 0.400000 0.400000 0.400000 +1700.649048 0.000000 3067.714111 0.000000 0.019127 0.000000 0.999817 0.400000 0.400000 0.400000 +1673.351562 0.000000 3060.412354 0.000000 0.235083 0.000000 0.971975 0.400000 0.400000 0.400000 +1724.929443 0.000000 3046.771240 0.000000 0.294327 0.000000 0.955705 0.400000 0.400000 0.400000 +1655.934814 0.000000 3092.051270 0.000000 0.640863 0.000000 0.767655 0.400000 0.400000 0.400000 +1676.161987 0.000000 3082.345215 0.000000 0.776743 0.000000 0.629817 0.400000 0.400000 0.400000 +1725.174316 0.000000 3024.250977 0.000000 0.707333 0.000000 0.706881 0.400000 0.400000 0.400000 +1680.643555 0.000000 3073.545898 0.000000 0.927110 0.000000 0.374789 0.400000 0.400000 0.400000 +1714.828857 0.000000 3051.585205 0.000000 0.066040 0.000000 0.997817 0.400000 0.400000 0.400000 +1680.010376 0.000000 3052.891846 0.000000 0.573412 0.000000 -0.819267 0.400000 0.400000 0.400000 +1684.403687 0.000000 3064.666992 0.000000 0.987353 0.000000 -0.158538 0.400000 0.400000 0.400000 +1661.345581 0.000000 3083.443848 0.000000 0.135486 0.000000 0.990779 0.400000 0.400000 0.400000 +1665.007690 0.000000 3061.801270 0.000000 0.771919 0.000000 -0.635722 0.400000 0.400000 0.400000 +1716.697510 0.000000 3041.097656 0.000000 0.159851 0.000000 0.987141 0.400000 0.400000 0.400000 +1685.283691 0.000000 3054.664062 0.000000 0.742748 0.000000 0.669571 0.400000 0.400000 0.400000 +1702.124023 0.000000 3057.269043 0.000000 0.719524 0.000000 -0.694468 0.400000 0.400000 0.400000 +1655.858398 0.000000 3066.996338 0.000000 0.858060 0.000000 0.513550 0.400000 0.400000 0.400000 +1657.282593 0.000000 3086.959717 0.000000 0.870939 0.000000 0.491392 0.400000 0.400000 0.400000 +1701.084717 0.000000 3036.883789 0.000000 0.987052 0.000000 -0.160402 0.400000 0.400000 0.400000 +1666.238770 0.000000 3085.025391 0.000000 0.684147 0.000000 -0.729344 0.400000 0.400000 0.400000 +1670.002197 0.000000 3056.682861 0.000000 0.949247 0.000000 -0.314532 0.400000 0.400000 0.400000 +1690.782104 0.000000 3036.183350 0.000000 0.838924 0.000000 -0.544249 0.400000 0.400000 0.400000 +1725.324829 0.000000 3041.868408 0.000000 0.893596 0.000000 -0.448872 0.400000 0.400000 0.400000 +1713.256592 0.000000 3044.415527 0.000000 0.121682 0.000000 -0.992569 0.400000 0.400000 0.400000 +1696.336426 0.000000 3065.128418 0.000000 0.987520 0.000000 0.157491 0.400000 0.400000 0.400000 +1702.411133 0.000000 3062.082031 0.000000 0.949099 0.000000 -0.314977 0.400000 0.400000 0.400000 +1677.138306 0.000000 3056.917969 0.000000 0.995605 0.000000 -0.093657 0.400000 0.400000 0.400000 +1711.732544 0.000000 3055.276367 0.000000 0.936683 0.000000 0.350177 0.400000 0.400000 0.400000 +1692.565552 0.000000 3040.673584 0.000000 0.937784 0.000000 -0.347219 0.400000 0.400000 0.400000 +1656.053589 0.000000 3075.584961 0.000000 0.987589 0.000000 -0.157059 0.400000 0.400000 0.400000 +1673.575562 0.000000 3064.855713 0.000000 0.784783 0.000000 -0.619771 0.400000 0.400000 0.400000 +1669.076660 0.000000 3060.658203 0.000000 0.918278 0.000000 0.395937 0.400000 0.400000 0.400000 +1674.504639 0.000000 3049.242432 0.000000 0.949944 0.000000 0.312420 0.400000 0.400000 0.400000 +1713.205566 0.000000 3034.787842 0.000000 0.458354 0.000000 -0.888770 0.400000 0.400000 0.400000 +1680.816284 0.000000 3064.146729 0.000000 0.633060 0.000000 -0.774103 0.400000 0.400000 0.400000 +1714.560547 0.000000 3047.790039 0.000000 0.401140 0.000000 0.916017 0.400000 0.400000 0.400000 +1710.428589 0.000000 3051.645752 0.000000 0.951722 0.000000 0.306961 0.400000 0.400000 0.400000 +1673.211670 0.000000 3084.229004 0.000000 0.054039 0.000000 0.998539 0.400000 0.400000 0.400000 +1725.434570 0.000000 3028.020996 0.000000 0.458531 0.000000 0.888678 0.400000 0.400000 0.400000 +1674.958008 0.000000 3079.125732 0.000000 0.620581 0.000000 0.784142 0.400000 0.400000 0.400000 +1683.753662 0.000000 3061.225098 0.000000 0.893901 0.000000 0.448264 0.400000 0.400000 0.400000 +1700.180176 0.000000 3064.471436 0.000000 0.029644 0.000000 -0.999561 0.400000 0.400000 0.400000 +1680.846069 0.000000 3049.446777 0.000000 0.136171 0.000000 -0.990685 0.400000 0.400000 0.400000 +1687.651367 0.000000 3065.342773 0.000000 0.864856 0.000000 0.502020 0.400000 0.400000 0.400000 +1673.788086 0.000000 3057.240723 0.000000 0.461178 0.000000 -0.887308 0.400000 0.400000 0.400000 +1715.001099 0.000000 3038.283447 0.000000 0.668284 0.000000 0.743906 0.400000 0.400000 0.400000 +1694.124390 0.000000 3062.740967 0.000000 0.351319 0.000000 -0.936256 0.400000 0.400000 0.400000 +1709.224609 0.000000 3036.591064 0.000000 0.911920 0.000000 -0.410368 0.400000 0.400000 0.400000 +1677.458618 0.000000 3074.605225 0.000000 0.997743 0.000000 -0.067154 0.400000 0.400000 0.400000 +1670.636108 0.000000 3063.398438 0.000000 0.550372 0.000000 0.834919 0.400000 0.400000 0.400000 +1663.161865 0.000000 3086.210693 0.000000 0.977118 0.000000 -0.212699 0.400000 0.400000 0.400000 +1708.796021 0.000000 3039.808594 0.000000 0.476462 0.000000 0.879195 0.400000 0.400000 0.400000 +1658.013794 0.000000 3089.901367 0.000000 0.934103 0.000000 -0.357003 0.400000 0.400000 0.400000 +1660.146484 0.000000 3086.212891 0.000000 0.933587 0.000000 -0.358352 0.400000 0.400000 0.400000 +1666.844727 0.000000 3058.685791 0.000000 0.965177 0.000000 -0.261597 0.400000 0.400000 0.400000 +1658.031738 0.000000 3078.355225 0.000000 0.767891 0.000000 -0.640580 0.400000 0.400000 0.400000 +1708.804810 0.000000 3054.645264 0.000000 0.962903 0.000000 -0.269847 0.400000 0.400000 0.400000 +1667.514893 0.000000 3063.241943 0.000000 0.452906 0.000000 0.891558 0.400000 0.400000 0.400000 +1712.590820 0.000000 3049.838135 0.000000 0.166695 0.000000 0.986008 0.400000 0.400000 0.400000 +1659.157715 0.000000 3080.986816 0.000000 0.106585 0.000000 0.994304 0.400000 0.400000 0.400000 +1690.370850 0.000000 3038.893311 0.000000 0.440484 0.000000 -0.897761 0.400000 0.400000 0.400000 +1678.881104 0.000000 3059.018555 0.000000 0.687330 0.000000 0.726345 0.400000 0.400000 0.400000 +1675.647583 0.000000 3076.568359 0.000000 0.978521 0.000000 -0.206147 0.400000 0.400000 0.400000 +1684.755005 0.000000 3046.113525 0.000000 0.656759 0.000000 0.754101 0.400000 0.400000 0.400000 +1698.016357 0.000000 3063.277588 0.000000 0.980785 0.000000 -0.195092 0.400000 0.400000 0.400000 +1638.141357 0.000000 3120.015381 0.000000 0.153468 0.000000 -0.988154 0.400000 0.400000 0.400000 +1609.673584 0.000000 3130.690186 0.000000 0.690481 0.000000 0.723351 0.400000 0.400000 0.400000 +1645.763550 0.000000 3096.174316 0.000000 0.778760 0.000000 -0.627322 0.400000 0.400000 0.400000 +1625.684082 0.000000 3146.987061 0.000000 0.240656 0.000000 0.970611 0.400000 0.400000 0.400000 +1641.987549 0.000000 3136.768066 0.000000 0.902202 0.000000 0.431315 0.400000 0.400000 0.400000 +1590.084839 0.000000 3161.205322 0.000000 0.863819 0.000000 0.503803 0.400000 0.400000 0.400000 +1629.190063 0.000000 3165.013672 0.000000 0.313871 0.000000 0.949466 0.400000 0.400000 0.400000 +1602.324341 0.000000 3146.357422 0.000000 0.151239 0.000000 0.988497 0.400000 0.400000 0.400000 +1632.186768 0.000000 3104.268799 0.000000 0.075680 0.000000 -0.997132 0.400000 0.400000 0.400000 +1621.841064 0.000000 3118.854980 0.000000 0.575926 0.000000 0.817502 0.400000 0.400000 0.400000 +1625.844727 0.000000 3132.601074 0.000000 0.433036 0.000000 -0.901376 0.400000 0.400000 0.400000 +1614.169312 0.000000 3142.360596 0.000000 0.073147 0.000000 0.997321 0.400000 0.400000 0.400000 +1635.177734 0.000000 3154.342041 0.000000 0.776791 0.000000 -0.629758 0.400000 0.400000 0.400000 +1651.843628 0.000000 3144.615234 0.000000 0.865235 0.000000 -0.501367 0.400000 0.400000 0.400000 +1640.485596 0.000000 3163.271484 0.000000 0.979574 0.000000 -0.201084 0.400000 0.400000 0.400000 +1596.622192 0.000000 3137.863525 0.000000 0.951559 0.000000 0.307467 0.400000 0.400000 0.400000 +1635.453857 0.000000 3144.042725 0.000000 0.341567 0.000000 0.939857 0.400000 0.400000 0.400000 +1639.807129 0.000000 3110.495850 0.000000 0.998900 0.000000 -0.046893 0.400000 0.400000 0.400000 +1584.391479 0.000000 3152.835938 0.000000 0.203966 0.000000 0.978978 0.400000 0.400000 0.400000 +1618.628540 0.000000 3127.121094 0.000000 0.373875 0.000000 -0.927479 0.400000 0.400000 0.400000 +1628.747070 0.000000 3124.110840 0.000000 0.110525 0.000000 0.993873 0.400000 0.400000 0.400000 +1616.197144 0.000000 3112.553467 0.000000 0.350311 0.000000 -0.936634 0.400000 0.400000 0.400000 +1605.906738 0.000000 3138.326172 0.000000 0.490705 0.000000 -0.871326 0.400000 0.400000 0.400000 +1643.086304 0.000000 3147.438721 0.000000 0.708021 0.000000 0.706191 0.400000 0.400000 0.400000 +1650.951172 0.000000 3102.502930 0.000000 0.699913 0.000000 0.714228 0.400000 0.400000 0.400000 +1618.364746 0.000000 3150.080322 0.000000 0.906840 0.000000 0.421474 0.400000 0.400000 0.400000 +1643.323364 0.000000 3103.544922 0.000000 0.816258 0.000000 0.577687 0.400000 0.400000 0.400000 +1628.656860 0.000000 3139.698486 0.000000 0.453908 0.000000 0.891049 0.400000 0.400000 0.400000 +1627.649658 0.000000 3154.266846 0.000000 0.831689 0.000000 0.555242 0.400000 0.400000 0.400000 +1634.696167 0.000000 3136.267578 0.000000 0.724268 0.000000 -0.689518 0.400000 0.400000 0.400000 +1630.442627 0.000000 3097.658691 0.000000 0.571314 0.000000 0.820732 0.400000 0.400000 0.400000 +1621.704590 0.000000 3141.306641 0.000000 0.695785 0.000000 -0.718251 0.400000 0.400000 0.400000 +1634.393433 0.000000 3160.829346 0.000000 0.777324 0.000000 -0.629101 0.400000 0.400000 0.400000 +1608.651367 0.000000 3145.530273 0.000000 0.941716 0.000000 0.336408 0.400000 0.400000 0.400000 +1646.439697 0.000000 3160.299072 0.000000 0.482531 0.000000 0.875879 0.400000 0.400000 0.400000 +1590.102539 0.000000 3167.260498 0.000000 0.927912 0.000000 -0.372800 0.400000 0.400000 0.400000 +1632.436646 0.000000 3119.831299 0.000000 0.014200 0.000000 -0.999899 0.400000 0.400000 0.400000 +1637.663208 0.000000 3105.312256 0.000000 0.938490 0.000000 0.345308 0.400000 0.400000 0.400000 +1626.560181 0.000000 3159.933350 0.000000 0.248518 0.000000 -0.968627 0.400000 0.400000 0.400000 +1589.353394 0.000000 3155.428223 0.000000 0.135746 0.000000 0.990744 0.400000 0.400000 0.400000 +1636.223022 0.000000 3114.826172 0.000000 0.040466 0.000000 0.999181 0.400000 0.400000 0.400000 +1623.309937 0.000000 3124.139648 0.000000 0.967565 0.000000 0.252624 0.400000 0.400000 0.400000 +1601.117798 0.000000 3141.071777 0.000000 0.655143 0.000000 0.755505 0.400000 0.400000 0.400000 +1648.706909 0.000000 3148.986328 0.000000 0.331034 0.000000 -0.943619 0.400000 0.400000 0.400000 +1613.291504 0.000000 3126.648438 0.000000 0.481846 0.000000 -0.876256 0.400000 0.400000 0.400000 +1617.094238 0.000000 3121.916504 0.000000 0.612966 0.000000 -0.790110 0.400000 0.400000 0.400000 +1630.131836 0.000000 3129.253418 0.000000 0.589120 0.000000 -0.808046 0.400000 0.400000 0.400000 +1642.183105 0.000000 3142.249268 0.000000 0.999965 0.000000 0.008316 0.400000 0.400000 0.400000 +1627.125610 0.000000 3118.586670 0.000000 0.380610 0.000000 0.924736 0.400000 0.400000 0.400000 +1614.842773 0.000000 3131.610840 0.000000 0.697141 0.000000 0.716935 0.400000 0.400000 0.400000 +1613.363281 0.000000 3147.513184 0.000000 0.932444 0.000000 0.361314 0.400000 0.400000 0.400000 +1629.092529 0.000000 3108.868164 0.000000 0.229963 0.000000 0.973199 0.400000 0.400000 0.400000 +1630.357300 0.000000 3144.293701 0.000000 0.957861 0.000000 0.287233 0.400000 0.400000 0.400000 +1618.395874 0.000000 3145.047852 0.000000 0.565479 0.000000 -0.824763 0.400000 0.400000 0.400000 +1618.789917 0.000000 3108.167725 0.000000 0.945759 0.000000 -0.324869 0.400000 0.400000 0.400000 +1606.073730 0.000000 3149.709717 0.000000 0.293033 0.000000 0.956102 0.400000 0.400000 0.400000 +1655.366577 0.000000 3148.036377 0.000000 0.911281 0.000000 0.411785 0.400000 0.400000 0.400000 +1645.361694 0.000000 3108.000244 0.000000 0.862307 0.000000 0.506386 0.400000 0.400000 0.400000 +1617.156982 0.000000 3117.169922 0.000000 0.068787 0.000000 -0.997631 0.400000 0.400000 0.400000 +1624.344238 0.000000 3137.112793 0.000000 0.351588 0.000000 0.936155 0.400000 0.400000 0.400000 +1630.418945 0.000000 3134.066406 0.000000 0.681224 0.000000 -0.732075 0.400000 0.400000 0.400000 +1641.450439 0.000000 3099.208496 0.000000 0.514075 0.000000 -0.857745 0.400000 0.400000 0.400000 +1605.820312 0.000000 3133.722412 0.000000 0.400927 0.000000 -0.916110 0.400000 0.400000 0.400000 +1638.024292 0.000000 3139.709229 0.000000 0.967146 0.000000 0.254223 0.400000 0.400000 0.400000 +1630.733154 0.000000 3157.834961 0.000000 0.591309 0.000000 0.806445 0.400000 0.400000 0.400000 +1625.775879 0.000000 3127.999023 0.000000 0.830241 0.000000 0.557404 0.400000 0.400000 0.400000 +1647.152832 0.000000 3144.557373 0.000000 0.707044 0.000000 -0.707169 0.400000 0.400000 0.400000 +1633.937012 0.000000 3165.941406 0.000000 0.805125 0.000000 0.593105 0.400000 0.400000 0.400000 +1635.042603 0.000000 3100.870361 0.000000 0.449710 0.000000 0.893175 0.400000 0.400000 0.400000 +1646.721680 0.000000 3100.451904 0.000000 0.986558 0.000000 0.163410 0.400000 0.400000 0.400000 +1620.573364 0.000000 3112.657959 0.000000 0.407979 0.000000 -0.912991 0.400000 0.400000 0.400000 +1604.924683 0.000000 3142.982910 0.000000 0.988934 0.000000 -0.148359 0.400000 0.400000 0.400000 +1601.583374 0.000000 3136.840088 0.000000 0.895748 0.000000 0.444562 0.400000 0.400000 0.400000 +1639.435913 0.000000 3145.398438 0.000000 0.090947 0.000000 0.995856 0.400000 0.400000 0.400000 +1647.399292 0.000000 3104.545654 0.000000 0.512563 0.000000 -0.858649 0.400000 0.400000 0.400000 +1648.538452 0.000000 3165.456299 0.000000 0.383474 0.000000 0.923552 0.400000 0.400000 0.400000 +1627.561646 0.000000 3105.296631 0.000000 0.983150 0.000000 0.182798 0.400000 0.400000 0.400000 +1633.683838 0.000000 3095.500732 0.000000 0.678003 0.000000 0.735060 0.400000 0.400000 0.400000 +1639.017456 0.000000 3101.799561 0.000000 0.597600 0.000000 -0.801795 0.400000 0.400000 0.400000 +1633.738647 0.000000 3132.535645 0.000000 0.318466 0.000000 0.947934 0.400000 0.400000 0.400000 +1626.116455 0.000000 3110.777832 0.000000 0.692165 0.000000 0.721740 0.400000 0.400000 0.400000 +1642.741821 0.000000 3160.372559 0.000000 0.952203 0.000000 -0.305465 0.400000 0.400000 0.400000 +1642.261841 0.000000 3095.819336 0.000000 0.706160 0.000000 -0.708052 0.400000 0.400000 0.400000 +1654.652588 0.000000 3165.816895 0.000000 0.219919 0.000000 -0.975518 0.400000 0.400000 0.400000 +1652.331787 0.000000 3149.693848 0.000000 0.730347 0.000000 -0.683077 0.400000 0.400000 0.400000 +1599.609375 0.000000 3144.133545 0.000000 0.880247 0.000000 0.474515 0.400000 0.400000 0.400000 +1637.693237 0.000000 3161.283447 0.000000 0.395918 0.000000 0.918286 0.400000 0.400000 0.400000 +1626.151123 0.000000 3121.877197 0.000000 0.098091 0.000000 -0.995177 0.400000 0.400000 0.400000 +1620.493774 0.000000 3122.194824 0.000000 0.277886 0.000000 -0.960614 0.400000 0.400000 0.400000 +1609.796143 0.000000 3148.737549 0.000000 0.039371 0.000000 -0.999225 0.400000 0.400000 0.400000 +1649.702637 0.000000 3161.061523 0.000000 0.605839 0.000000 0.795587 0.400000 0.400000 0.400000 +1631.547852 0.000000 3137.330078 0.000000 0.390759 0.000000 0.920493 0.400000 0.400000 0.400000 +1611.761475 0.000000 3133.209473 0.000000 0.994917 0.000000 0.100699 0.400000 0.400000 0.400000 +1634.034180 0.000000 3157.506592 0.000000 0.932155 0.000000 0.362060 0.400000 0.400000 0.400000 +1605.466431 0.000000 3146.589600 0.000000 0.520629 0.000000 0.853783 0.400000 0.400000 0.400000 +1616.124512 0.000000 3124.917725 0.000000 0.848758 0.000000 -0.528782 0.400000 0.400000 0.400000 +1629.363770 0.000000 3120.845703 0.000000 0.701382 0.000000 -0.712785 0.400000 0.400000 0.400000 +1635.405396 0.000000 3118.457520 0.000000 0.796399 0.000000 0.604772 0.400000 0.400000 0.400000 +1585.666504 0.000000 3155.764404 0.000000 0.263105 0.000000 -0.964767 0.400000 0.400000 0.400000 +1621.946777 0.000000 3115.617920 0.000000 0.998634 0.000000 -0.052257 0.400000 0.400000 0.400000 +1627.671753 0.000000 3115.408936 0.000000 0.416846 0.000000 0.908977 0.400000 0.400000 0.400000 +1632.098633 0.000000 3123.023193 0.000000 0.961030 0.000000 0.276444 0.400000 0.400000 0.400000 +1591.169678 0.000000 3158.195068 0.000000 0.662385 0.000000 0.749164 0.400000 0.400000 0.400000 +1615.718506 0.000000 3128.549072 0.000000 0.862538 0.000000 -0.505993 0.400000 0.400000 0.400000 +1612.527954 0.000000 3129.606934 0.000000 0.857430 0.000000 -0.514601 0.400000 0.400000 0.400000 +1628.187134 0.000000 3095.389160 0.000000 0.882525 0.000000 -0.470265 0.400000 0.400000 0.400000 +1614.147583 0.000000 3122.606934 0.000000 0.741221 0.000000 -0.671261 0.400000 0.400000 0.400000 +1588.154297 0.000000 3158.197266 0.000000 0.190718 0.000000 -0.981645 0.400000 0.400000 0.400000 +1638.264771 0.000000 3117.061279 0.000000 0.122253 0.000000 -0.992499 0.400000 0.400000 0.400000 +1638.525513 0.000000 3142.598389 0.000000 0.941541 0.000000 -0.336898 0.400000 0.400000 0.400000 +1618.391479 0.000000 3114.617676 0.000000 0.999761 0.000000 -0.021853 0.400000 0.400000 0.400000 +1646.817139 0.000000 3163.168701 0.000000 0.752106 0.000000 0.659042 0.400000 0.400000 0.400000 +1639.881836 0.000000 3159.386719 0.000000 0.975698 0.000000 -0.219121 0.400000 0.400000 0.400000 +1632.628540 0.000000 3145.902344 0.000000 0.016159 0.000000 -0.999869 0.400000 0.400000 0.400000 +1623.442261 0.000000 3121.221924 0.000000 0.100790 0.000000 0.994908 0.400000 0.400000 0.400000 +1627.474854 0.000000 3130.288818 0.000000 0.946646 0.000000 -0.322277 0.400000 0.400000 0.400000 +1608.628540 0.000000 3133.278809 0.000000 0.053096 0.000000 -0.998589 0.400000 0.400000 0.400000 +1604.291382 0.000000 3136.056152 0.000000 0.773471 0.000000 -0.633832 0.400000 0.400000 0.400000 +1603.247192 0.000000 3139.169922 0.000000 0.556728 0.000000 0.830694 0.400000 0.400000 0.400000 +1651.020874 0.000000 3147.293457 0.000000 0.999982 0.000000 -0.006010 0.400000 0.400000 0.400000 +1620.723511 0.000000 3125.338135 0.000000 0.950326 0.000000 -0.311256 0.400000 0.400000 0.400000 +1630.993286 0.000000 3167.253174 0.000000 0.192181 0.000000 -0.981359 0.400000 0.400000 0.400000 +1615.526123 0.000000 3115.104980 0.000000 0.999634 0.000000 0.027062 0.400000 0.400000 0.400000 +1619.614746 0.000000 3142.828857 0.000000 0.999032 0.000000 0.043995 0.400000 0.400000 0.400000 +1618.538574 0.000000 3124.081299 0.000000 0.862367 0.000000 0.506283 0.400000 0.400000 0.400000 +1628.302490 0.000000 3132.793457 0.000000 0.154144 0.000000 0.988048 0.400000 0.400000 0.400000 +1632.150879 0.000000 3159.869873 0.000000 0.963767 0.000000 0.266744 0.400000 0.400000 0.400000 +1656.238647 0.000000 3099.033447 0.000000 0.543479 0.000000 0.839423 0.400000 0.400000 0.400000 +1655.934814 0.000000 3164.035645 0.000000 0.568648 0.000000 -0.822581 0.400000 0.400000 0.400000 +1213.810425 0.000000 3168.158691 0.000000 0.877024 0.000000 0.480447 0.400000 0.400000 0.400000 +1152.293335 0.000000 3171.017822 0.000000 0.964670 0.000000 0.263463 0.400000 0.400000 0.400000 +1191.807861 0.000000 3167.945801 0.000000 0.705483 0.000000 0.708727 0.400000 0.400000 0.400000 +1176.145996 0.000000 3167.711182 0.000000 0.994610 0.000000 0.103690 0.400000 0.400000 0.400000 +1205.369141 0.000000 3168.919678 0.000000 0.892221 0.000000 -0.451599 0.400000 0.400000 0.400000 +1198.489502 0.000000 3169.643066 0.000000 0.991152 0.000000 -0.132729 0.400000 0.400000 0.400000 +1178.291504 0.000000 3173.278809 0.000000 0.987986 0.000000 -0.154542 0.400000 0.400000 0.400000 +1205.710083 0.000000 3177.296631 0.000000 0.797287 0.000000 -0.603601 0.400000 0.400000 0.400000 +1156.564331 0.000000 3168.723389 0.000000 0.917251 0.000000 0.398309 0.400000 0.400000 0.400000 +1203.089478 0.000000 3172.854736 0.000000 0.522247 0.000000 -0.852794 0.400000 0.400000 0.400000 +1180.515381 0.000000 3169.183350 0.000000 0.921131 0.000000 -0.389253 0.400000 0.400000 0.400000 +1174.783936 0.000000 3171.397461 0.000000 0.999961 0.000000 0.008870 0.400000 0.400000 0.400000 +1201.730713 0.000000 3167.485107 0.000000 0.600290 0.000000 -0.799783 0.400000 0.400000 0.400000 +1162.247925 0.000000 3175.075439 0.000000 0.999888 0.000000 0.014989 0.400000 0.400000 0.400000 +1210.308716 0.000000 3167.803711 0.000000 0.575801 0.000000 -0.817590 0.400000 0.400000 0.400000 +1188.522583 0.000000 3169.344238 0.000000 0.884373 0.000000 0.466781 0.400000 0.400000 0.400000 +1201.310791 0.000000 3170.362061 0.000000 0.540968 0.000000 -0.841043 0.400000 0.400000 0.400000 +1205.540527 0.000000 3171.706299 0.000000 0.746686 0.000000 -0.665176 0.400000 0.400000 0.400000 +1263.800049 0.000000 3167.945801 0.000000 0.910626 0.000000 -0.413231 0.400000 0.400000 0.400000 +1248.138184 0.000000 3167.711182 0.000000 0.291055 0.000000 -0.956706 0.400000 0.400000 0.400000 +1279.846191 0.000000 3182.480225 0.000000 0.709526 0.000000 0.704679 0.400000 0.400000 0.400000 +1257.059692 0.000000 3169.252197 0.000000 0.952281 0.000000 -0.305222 0.400000 0.400000 0.400000 +1293.221191 0.000000 3168.219727 0.000000 0.996246 0.000000 0.086572 0.400000 0.400000 0.400000 +1248.690430 0.000000 3217.514648 0.000000 0.904535 0.000000 -0.426399 0.400000 0.400000 0.400000 +1276.262085 0.000000 3186.810547 0.000000 0.312228 0.000000 -0.950007 0.400000 0.400000 0.400000 +1252.507568 0.000000 3169.183350 0.000000 0.999984 0.000000 0.005669 0.400000 0.400000 0.400000 +1279.674561 0.000000 3185.647949 0.000000 0.031741 0.000000 0.999496 0.400000 0.400000 0.400000 +1245.960571 0.000000 3249.448975 0.000000 0.250415 0.000000 0.968138 0.400000 0.400000 0.400000 +1244.949951 0.000000 3246.095703 0.000000 0.949894 0.000000 0.312574 0.400000 0.400000 0.400000 +1296.277710 0.000000 3171.017822 0.000000 0.684272 0.000000 -0.729227 0.400000 0.400000 0.400000 +1320.130371 0.000000 3167.711182 0.000000 0.344266 0.000000 0.938872 0.400000 0.400000 0.400000 +1329.051880 0.000000 3169.252197 0.000000 0.417580 0.000000 -0.908640 0.400000 0.400000 0.400000 +1309.475098 0.000000 3173.620117 0.000000 0.207549 0.000000 -0.978225 0.400000 0.400000 0.400000 +1300.548706 0.000000 3168.723389 0.000000 0.976466 0.000000 0.215671 0.400000 0.400000 0.400000 +1318.768311 0.000000 3171.397461 0.000000 0.071401 0.000000 0.997448 0.400000 0.400000 0.400000 +1326.263672 0.000000 3172.428467 0.000000 0.469935 0.000000 0.882701 0.400000 0.400000 0.400000 +1296.456909 0.000000 3167.481445 0.000000 0.231886 0.000000 0.972743 0.400000 0.400000 0.400000 +1306.728394 0.000000 3171.791260 0.000000 0.194392 0.000000 0.980924 0.400000 0.400000 0.400000 +1329.771729 0.000000 3172.548828 0.000000 0.142401 0.000000 0.989809 0.400000 0.400000 0.400000 +1316.567261 0.000000 3169.745117 0.000000 0.921648 0.000000 0.388026 0.400000 0.400000 0.400000 +1393.697021 0.000000 3202.674561 0.000000 0.938348 0.000000 0.345693 0.400000 0.400000 0.400000 +1426.010986 0.000000 3208.752441 0.000000 0.368014 0.000000 -0.929820 0.400000 0.400000 0.400000 +1413.213501 0.000000 3236.998047 0.000000 0.235428 0.000000 0.971892 0.400000 0.400000 0.400000 +1405.864502 0.000000 3190.839355 0.000000 0.690496 0.000000 -0.723336 0.400000 0.400000 0.400000 +1409.868164 0.000000 3204.585449 0.000000 0.945583 0.000000 -0.325381 0.400000 0.400000 0.400000 +1398.192749 0.000000 3214.344971 0.000000 0.043750 0.000000 -0.999043 0.400000 0.400000 0.400000 +1403.081055 0.000000 3230.239746 0.000000 0.342359 0.000000 0.939569 0.400000 0.400000 0.400000 +1424.509033 0.000000 3235.255859 0.000000 0.560253 0.000000 0.828322 0.400000 0.400000 0.400000 +1395.993652 0.000000 3192.437256 0.000000 0.086065 0.000000 0.996290 0.400000 0.400000 0.400000 +1386.083252 0.000000 3197.224609 0.000000 0.815117 0.000000 0.579296 0.400000 0.400000 0.400000 +1400.220581 0.000000 3184.537842 0.000000 0.998408 0.000000 0.056400 0.400000 0.400000 0.400000 +1389.930176 0.000000 3210.310547 0.000000 0.931851 0.000000 0.362841 0.400000 0.400000 0.400000 +1427.109741 0.000000 3219.423096 0.000000 0.823121 0.000000 0.567866 0.400000 0.400000 0.400000 +1402.388184 0.000000 3222.064697 0.000000 0.878909 0.000000 -0.476989 0.400000 0.400000 0.400000 +1412.680298 0.000000 3211.682861 0.000000 0.613079 0.000000 0.790022 0.400000 0.400000 0.400000 +1385.382812 0.000000 3204.381104 0.000000 0.957748 0.000000 -0.287608 0.400000 0.400000 0.400000 +1418.719604 0.000000 3208.251953 0.000000 0.114519 0.000000 -0.993421 0.400000 0.400000 0.400000 +1425.424683 0.000000 3228.700439 0.000000 0.464314 0.000000 0.885671 0.400000 0.400000 0.400000 +1405.728027 0.000000 3213.291016 0.000000 0.742099 0.000000 -0.670290 0.400000 0.400000 0.400000 +1418.416870 0.000000 3232.813721 0.000000 0.221668 0.000000 -0.975122 0.400000 0.400000 0.400000 +1406.383911 0.000000 3236.112061 0.000000 0.168507 0.000000 0.985700 0.400000 0.400000 0.400000 +1392.674805 0.000000 3217.514648 0.000000 0.422268 0.000000 0.906471 0.400000 0.400000 0.400000 +1392.041626 0.000000 3196.860596 0.000000 0.998590 0.000000 -0.053083 0.400000 0.400000 0.400000 +1396.434937 0.000000 3208.635742 0.000000 0.076692 0.000000 0.997055 0.400000 0.400000 0.400000 +1383.149048 0.000000 3190.694824 0.000000 0.279750 0.000000 -0.960073 0.400000 0.400000 0.400000 +1397.314941 0.000000 3198.632812 0.000000 0.941472 0.000000 -0.337090 0.400000 0.400000 0.400000 +1401.117676 0.000000 3193.900879 0.000000 0.740681 0.000000 0.671857 0.400000 0.400000 0.400000 +1426.206543 0.000000 3214.233643 0.000000 0.086910 0.000000 0.996216 0.400000 0.400000 0.400000 +1397.386719 0.000000 3219.497559 0.000000 0.312607 0.000000 -0.949883 0.400000 0.400000 0.400000 +1382.033447 0.000000 3200.651611 0.000000 0.397865 0.000000 -0.917444 0.400000 0.400000 0.400000 +1423.990845 0.000000 3204.085449 0.000000 0.902120 0.000000 -0.431486 0.400000 0.400000 0.400000 +1402.419312 0.000000 3217.032227 0.000000 0.607414 0.000000 0.794385 0.400000 0.400000 0.400000 +1396.297363 0.000000 3187.509766 0.000000 0.998469 0.000000 -0.055305 0.400000 0.400000 0.400000 +1400.103882 0.000000 3226.274902 0.000000 0.942148 0.000000 0.335197 0.400000 0.400000 0.400000 +1401.180420 0.000000 3189.154297 0.000000 0.341289 0.000000 -0.939958 0.400000 0.400000 0.400000 +1408.367676 0.000000 3209.097168 0.000000 0.587919 0.000000 -0.808920 0.400000 0.400000 0.400000 +1414.442383 0.000000 3206.050781 0.000000 0.695742 0.000000 0.718292 0.400000 0.400000 0.400000 +1389.843750 0.000000 3205.706787 0.000000 0.840703 0.000000 -0.541496 0.400000 0.400000 0.400000 +1426.924683 0.000000 3224.177979 0.000000 0.996715 0.000000 -0.080984 0.400000 0.400000 0.400000 +1417.960449 0.000000 3237.925781 0.000000 0.821239 0.000000 -0.570584 0.400000 0.400000 0.400000 +1404.596802 0.000000 3184.642334 0.000000 0.998490 0.000000 0.054932 0.400000 0.400000 0.400000 +1401.709595 0.000000 3211.833008 0.000000 0.996257 0.000000 0.086439 0.400000 0.400000 0.400000 +1391.229126 0.000000 3187.387207 0.000000 0.939494 0.000000 0.342565 0.400000 0.400000 0.400000 +1422.438477 0.000000 3207.634033 0.000000 0.932267 0.000000 -0.361771 0.400000 0.400000 0.400000 +1404.080444 0.000000 3239.032715 0.000000 0.835924 0.000000 0.548845 0.400000 0.400000 0.400000 +1421.523682 0.000000 3237.290771 0.000000 0.982811 0.000000 -0.184613 0.400000 0.400000 0.400000 +1414.249023 0.000000 3233.613770 0.000000 0.825897 0.000000 -0.563821 0.400000 0.400000 0.400000 +1402.569458 0.000000 3235.905762 0.000000 0.036698 0.000000 0.999326 0.400000 0.400000 0.400000 +1409.852051 0.000000 3236.423340 0.000000 0.451602 0.000000 -0.892219 0.400000 0.400000 0.400000 +1391.239014 0.000000 3224.878174 0.000000 0.195021 0.000000 -0.980799 0.400000 0.400000 0.400000 +1415.571289 0.000000 3209.314453 0.000000 0.226196 0.000000 -0.974082 0.400000 0.400000 0.400000 +1395.784912 0.000000 3205.193848 0.000000 0.700498 0.000000 0.713655 0.400000 0.400000 0.400000 +1394.080688 0.000000 3199.415283 0.000000 0.852826 0.000000 -0.522195 0.400000 0.400000 0.400000 +1383.649780 0.000000 3194.946777 0.000000 0.341660 0.000000 0.939824 0.400000 0.400000 0.400000 +1412.211426 0.000000 3208.440186 0.000000 0.888972 0.000000 -0.457962 0.400000 0.400000 0.400000 +1396.728516 0.000000 3226.591797 0.000000 0.972557 0.000000 0.232666 0.400000 0.400000 0.400000 +1385.819336 0.000000 3201.209473 0.000000 0.923738 0.000000 0.383025 0.400000 0.400000 0.400000 +1395.285034 0.000000 3215.699463 0.000000 0.393635 0.000000 -0.919267 0.400000 0.400000 0.400000 +1389.489868 0.000000 3218.573975 0.000000 0.740140 0.000000 0.672453 0.400000 0.400000 0.400000 +1405.970215 0.000000 3187.602295 0.000000 0.788572 0.000000 0.614942 0.400000 0.400000 0.400000 +1396.568481 0.000000 3211.730225 0.000000 0.952603 0.000000 -0.304215 0.400000 0.400000 0.400000 +1382.678101 0.000000 3197.762695 0.000000 0.992421 0.000000 0.122883 0.400000 0.400000 0.400000 +1398.171021 0.000000 3194.591309 0.000000 0.618030 0.000000 0.786154 0.400000 0.400000 0.400000 +1399.661133 0.000000 3229.211914 0.000000 0.625788 0.000000 -0.779993 0.400000 0.400000 0.400000 +1416.576904 0.000000 3235.362793 0.000000 0.371885 0.000000 -0.928279 0.400000 0.400000 0.400000 +1405.596069 0.000000 3223.092041 0.000000 0.451355 0.000000 0.892344 0.400000 0.400000 0.400000 +1402.414917 0.000000 3186.602051 0.000000 0.471090 0.000000 0.882085 0.400000 0.400000 0.400000 +1388.314819 0.000000 3208.040527 0.000000 0.983523 0.000000 0.180781 0.400000 0.400000 0.400000 +1391.683594 0.000000 3214.964844 0.000000 0.926164 0.000000 -0.377122 0.400000 0.400000 0.400000 +1402.102295 0.000000 3224.596191 0.000000 0.699850 0.000000 0.714290 0.400000 0.400000 0.400000 +1410.047607 0.000000 3207.246338 0.000000 0.662030 0.000000 0.749478 0.400000 0.400000 0.400000 +1429.786987 0.000000 3240.143066 0.000000 0.777089 0.000000 -0.629390 0.400000 0.400000 0.400000 +1386.347778 0.000000 3290.326172 0.000000 0.295404 0.000000 0.955372 0.400000 0.400000 0.400000 +1407.784424 0.000000 3239.930176 0.000000 0.175759 0.000000 0.984433 0.400000 0.400000 0.400000 +1427.346802 0.000000 3247.513672 0.000000 0.599989 0.000000 0.800008 0.400000 0.400000 0.400000 +1414.466064 0.000000 3241.627441 0.000000 0.848597 0.000000 -0.529040 0.400000 0.400000 0.400000 +1428.728760 0.000000 3257.050781 0.000000 0.999457 0.000000 -0.032941 0.400000 0.400000 0.400000 +1433.217896 0.000000 3259.312744 0.000000 0.979426 0.000000 -0.201802 0.400000 0.400000 0.400000 +1417.707275 0.000000 3239.469482 0.000000 0.460926 0.000000 -0.887438 0.400000 0.400000 0.400000 +1423.040894 0.000000 3245.768311 0.000000 0.739200 0.000000 -0.673486 0.400000 0.400000 0.400000 +1404.499146 0.000000 3241.328613 0.000000 0.636729 0.000000 -0.771088 0.400000 0.400000 0.400000 +1412.210571 0.000000 3239.357910 0.000000 0.961333 0.000000 -0.275389 0.400000 0.400000 0.400000 +1206.188232 0.000000 3335.968506 0.000000 0.649956 0.000000 0.759972 0.400000 0.400000 0.400000 +1200.233643 0.000000 3320.221924 0.000000 0.942339 0.000000 -0.334660 0.400000 0.400000 0.400000 +1218.553833 0.000000 3341.199463 0.000000 0.954837 0.000000 0.297131 0.400000 0.400000 0.400000 +1219.890503 0.000000 3360.568359 0.000000 0.912191 0.000000 -0.409765 0.400000 0.400000 0.400000 +1210.883545 0.000000 3339.522705 0.000000 0.951804 0.000000 0.306706 0.400000 0.400000 0.400000 +1202.088135 0.000000 3325.522949 0.000000 0.439985 0.000000 0.898005 0.400000 0.400000 0.400000 +1221.974731 0.000000 3356.446045 0.000000 0.633011 0.000000 0.774143 0.400000 0.400000 0.400000 +1214.445679 0.000000 3341.835938 0.000000 0.202961 0.000000 0.979187 0.400000 0.400000 0.400000 +1210.615234 0.000000 3335.727539 0.000000 0.214580 0.000000 0.976707 0.400000 0.400000 0.400000 +1214.009888 0.000000 3338.036133 0.000000 0.699560 0.000000 0.714574 0.400000 0.400000 0.400000 +1199.793823 0.000000 3323.273193 0.000000 0.274569 0.000000 -0.961567 0.400000 0.400000 0.400000 +1494.156982 0.000000 3191.999756 0.000000 0.983358 0.000000 0.181678 0.400000 0.400000 0.400000 +1501.779175 0.000000 3168.158691 0.000000 0.987486 0.000000 0.157707 0.400000 0.400000 0.400000 +1488.202393 0.000000 3176.253174 0.000000 0.961069 0.000000 -0.276309 0.400000 0.400000 0.400000 +1495.822754 0.000000 3182.480225 0.000000 0.732444 0.000000 0.680827 0.400000 0.400000 0.400000 +1506.966797 0.000000 3174.487305 0.000000 0.998156 0.000000 -0.060703 0.400000 0.400000 0.400000 +1500.053589 0.000000 3201.314453 0.000000 0.077017 0.000000 -0.997030 0.400000 0.400000 0.400000 +1509.197754 0.000000 3168.219727 0.000000 0.711684 0.000000 0.702500 0.400000 0.400000 0.400000 +1498.852295 0.000000 3195.553955 0.000000 0.740608 0.000000 0.671938 0.400000 0.400000 0.400000 +1505.435791 0.000000 3203.301270 0.000000 0.707542 0.000000 0.706671 0.400000 0.400000 0.400000 +1493.678833 0.000000 3177.296631 0.000000 0.576452 0.000000 0.817131 0.400000 0.400000 0.400000 +1490.056885 0.000000 3181.554199 0.000000 0.458068 0.000000 -0.888917 0.400000 0.400000 0.400000 +1500.720947 0.000000 3185.066406 0.000000 0.044204 0.000000 0.999023 0.400000 0.400000 0.400000 +1497.466064 0.000000 3171.192871 0.000000 0.291681 0.000000 0.956516 0.400000 0.400000 0.400000 +1502.414429 0.000000 3197.867188 0.000000 0.916261 0.000000 -0.400582 0.400000 0.400000 0.400000 +1510.928711 0.000000 3175.078369 0.000000 0.961946 0.000000 0.273241 0.400000 0.400000 0.400000 +1505.518921 0.000000 3169.526855 0.000000 0.697218 0.000000 0.716859 0.400000 0.400000 0.400000 +1495.033081 0.000000 3173.783936 0.000000 0.284999 0.000000 -0.958528 0.400000 0.400000 0.400000 +1498.583984 0.000000 3191.758789 0.000000 0.406597 0.000000 -0.913608 0.400000 0.400000 0.400000 +1501.978638 0.000000 3194.067383 0.000000 0.970710 0.000000 0.240254 0.400000 0.400000 0.400000 +1509.458008 0.000000 3171.989746 0.000000 0.917678 0.000000 0.397325 0.400000 0.400000 0.400000 +1504.782837 0.000000 3200.133789 0.000000 0.052756 0.000000 0.998607 0.400000 0.400000 0.400000 +1499.024536 0.000000 3182.252197 0.000000 0.143101 0.000000 0.989708 0.400000 0.400000 0.400000 +1490.621704 0.000000 3178.407471 0.000000 0.542189 0.000000 -0.840257 0.400000 0.400000 0.400000 +1495.651123 0.000000 3185.647949 0.000000 0.996824 0.000000 0.079639 0.400000 0.400000 0.400000 +1500.281616 0.000000 3170.735840 0.000000 0.456709 0.000000 -0.889616 0.400000 0.400000 0.400000 +1543.748779 0.000000 3175.936035 0.000000 0.726808 0.000000 -0.686841 0.400000 0.400000 0.400000 +1531.035400 0.000000 3186.908203 0.000000 0.993564 0.000000 -0.113275 0.400000 0.400000 0.400000 +1521.023682 0.000000 3200.303467 0.000000 0.975083 0.000000 0.221840 0.400000 0.400000 0.400000 +1549.848877 0.000000 3190.839355 0.000000 0.953425 0.000000 -0.301629 0.400000 0.400000 0.400000 +1512.254272 0.000000 3171.017822 0.000000 0.997827 0.000000 -0.065893 0.400000 0.400000 0.400000 +1522.720093 0.000000 3178.839355 0.000000 0.061369 0.000000 0.998115 0.400000 0.400000 0.400000 +1512.638794 0.000000 3205.750000 0.000000 0.308361 0.000000 0.951269 0.400000 0.400000 0.400000 +1567.814941 0.000000 3182.480225 0.000000 0.716443 0.000000 0.697646 0.400000 0.400000 0.400000 +1558.570435 0.000000 3185.777100 0.000000 0.600385 0.000000 -0.799711 0.400000 0.400000 0.400000 +1546.636353 0.000000 3199.105469 0.000000 0.792820 0.000000 0.609455 0.400000 0.400000 0.400000 +1551.799072 0.000000 3179.851318 0.000000 0.239130 0.000000 -0.970987 0.400000 0.400000 0.400000 +1544.204956 0.000000 3184.537842 0.000000 0.985412 0.000000 -0.170184 0.400000 0.400000 0.400000 +1533.914551 0.000000 3210.310547 0.000000 0.802706 0.000000 0.596374 0.400000 0.400000 0.400000 +1565.330078 0.000000 3168.919678 0.000000 0.102664 0.000000 -0.994716 0.400000 0.400000 0.400000 +1578.958984 0.000000 3174.487305 0.000000 0.965040 0.000000 0.262104 0.400000 0.400000 0.400000 +1514.442505 0.000000 3177.957764 0.000000 0.720192 0.000000 -0.693775 0.400000 0.400000 0.400000 +1537.404297 0.000000 3183.422852 0.000000 0.315947 0.000000 -0.948777 0.400000 0.400000 0.400000 +1519.472290 0.000000 3172.586426 0.000000 0.089254 0.000000 0.996009 0.400000 0.400000 0.400000 +1530.502563 0.000000 3171.537109 0.000000 0.719048 0.000000 -0.694961 0.400000 0.400000 0.400000 +1558.450439 0.000000 3169.643066 0.000000 0.653420 0.000000 -0.756996 0.400000 0.400000 0.400000 +1525.175537 0.000000 3184.670410 0.000000 0.656440 0.000000 -0.754378 0.400000 0.400000 0.400000 +1553.941528 0.000000 3173.775146 0.000000 0.812921 0.000000 0.582373 0.400000 0.400000 0.400000 +1538.252441 0.000000 3173.278809 0.000000 0.069959 0.000000 -0.997550 0.400000 0.400000 0.400000 +1540.419312 0.000000 3208.635742 0.000000 0.682020 0.000000 0.731333 0.400000 0.400000 0.400000 +1517.867065 0.000000 3194.680664 0.000000 0.957069 0.000000 0.289860 0.400000 0.400000 0.400000 +1528.417480 0.000000 3179.874023 0.000000 0.881956 0.000000 -0.471331 0.400000 0.400000 0.400000 +1524.404175 0.000000 3195.518555 0.000000 0.501286 0.000000 -0.865282 0.400000 0.400000 0.400000 +1514.943481 0.000000 3200.548584 0.000000 0.086602 0.000000 0.996243 0.400000 0.400000 0.400000 +1552.661133 0.000000 3185.932129 0.000000 0.059488 0.000000 0.998229 0.400000 0.400000 0.400000 +1564.230835 0.000000 3186.810547 0.000000 0.990443 0.000000 -0.137926 0.400000 0.400000 0.400000 +1527.133423 0.000000 3190.694824 0.000000 0.994016 0.000000 0.109231 0.400000 0.400000 0.400000 +1541.299316 0.000000 3198.632812 0.000000 0.711738 0.000000 0.702445 0.400000 0.400000 0.400000 +1545.102051 0.000000 3193.900879 0.000000 0.997809 0.000000 0.066160 0.400000 0.400000 0.400000 +1539.161255 0.000000 3178.477295 0.000000 0.999386 0.000000 -0.035049 0.400000 0.400000 0.400000 +1557.100342 0.000000 3180.852539 0.000000 0.943066 0.000000 0.332605 0.400000 0.400000 0.400000 +1532.507202 0.000000 3182.284912 0.000000 0.958751 0.000000 0.284249 0.400000 0.400000 0.400000 +1548.581177 0.000000 3184.642334 0.000000 0.927653 0.000000 0.373444 0.400000 0.400000 0.400000 +1518.571777 0.000000 3179.882080 0.000000 0.988777 0.000000 0.149402 0.400000 0.400000 0.400000 +1529.882812 0.000000 3175.813477 0.000000 0.990688 0.000000 -0.136150 0.400000 0.400000 0.400000 +1575.407104 0.000000 3176.530029 0.000000 0.499330 0.000000 0.866412 0.400000 0.400000 0.400000 +1534.744873 0.000000 3171.397461 0.000000 0.753282 0.000000 0.657698 0.400000 0.400000 0.400000 +1555.569458 0.000000 3177.281006 0.000000 0.977831 0.000000 -0.209397 0.400000 0.400000 0.400000 +1511.862915 0.000000 3174.832520 0.000000 0.025493 0.000000 -0.999675 0.400000 0.400000 0.400000 +1561.691650 0.000000 3167.485107 0.000000 0.715601 0.000000 -0.698510 0.400000 0.400000 0.400000 +1518.459106 0.000000 3176.195312 0.000000 0.997878 0.000000 0.065115 0.400000 0.400000 0.400000 +1557.588379 0.000000 3173.263672 0.000000 0.326390 0.000000 -0.945235 0.400000 0.400000 0.400000 +1554.781860 0.000000 3170.141113 0.000000 0.796645 0.000000 -0.604447 0.400000 0.400000 0.400000 +1515.170898 0.000000 3197.033936 0.000000 0.431182 0.000000 -0.902265 0.400000 0.400000 0.400000 +1561.009277 0.000000 3188.324951 0.000000 0.202869 0.000000 0.979206 0.400000 0.400000 0.400000 +1511.919922 0.000000 3202.273438 0.000000 0.329301 0.000000 0.944225 0.400000 0.400000 0.400000 +1554.124268 0.000000 3182.762207 0.000000 0.218151 0.000000 0.975915 0.400000 0.400000 0.400000 +1520.838379 0.000000 3196.700439 0.000000 0.507000 0.000000 -0.861946 0.400000 0.400000 0.400000 +1551.433960 0.000000 3176.185303 0.000000 0.132181 0.000000 0.991226 0.400000 0.400000 0.400000 +1525.199463 0.000000 3181.133301 0.000000 0.511301 0.000000 0.859402 0.400000 0.400000 0.400000 +1546.028198 0.000000 3202.549072 0.000000 0.990003 0.000000 -0.141050 0.400000 0.400000 0.400000 +1524.454834 0.000000 3192.353027 0.000000 0.867406 0.000000 0.497601 0.400000 0.400000 0.400000 +1549.954590 0.000000 3187.602295 0.000000 0.999936 0.000000 0.011310 0.400000 0.400000 0.400000 +1558.160767 0.000000 3189.748291 0.000000 0.709626 0.000000 0.704578 0.400000 0.400000 0.400000 +1543.032715 0.000000 3191.409912 0.000000 0.969602 0.000000 0.244689 0.400000 0.400000 0.400000 +1556.194946 0.000000 3167.373535 0.000000 0.741577 0.000000 -0.670867 0.400000 0.400000 0.400000 +1566.272583 0.000000 3189.045654 0.000000 0.629214 0.000000 0.777232 0.400000 0.400000 0.400000 +1543.684937 0.000000 3206.369141 0.000000 0.972277 0.000000 -0.233830 0.400000 0.400000 0.400000 +1579.754150 0.000000 3176.976318 0.000000 0.907599 0.000000 -0.419839 0.400000 0.400000 0.400000 +1495.451538 0.000000 3289.367188 0.000000 0.840261 0.000000 0.542183 0.400000 0.400000 0.400000 +1521.023682 0.000000 3272.287842 0.000000 0.915476 0.000000 0.402373 0.400000 0.400000 0.400000 +1530.332153 0.000000 3290.326172 0.000000 0.965770 0.000000 -0.259399 0.400000 0.400000 0.400000 +1542.177124 0.000000 3286.329346 0.000000 0.951736 0.000000 0.306917 0.400000 0.400000 0.400000 +1539.978027 0.000000 3264.421631 0.000000 0.060422 0.000000 -0.998173 0.400000 0.400000 0.400000 +1538.465942 0.000000 3296.015869 0.000000 0.314816 0.000000 -0.949153 0.400000 0.400000 0.400000 +1530.067627 0.000000 3269.208984 0.000000 0.493464 0.000000 -0.869766 0.400000 0.400000 0.400000 +1517.745239 0.000000 3282.084473 0.000000 0.123131 0.000000 -0.992390 0.400000 0.400000 0.400000 +1536.026001 0.000000 3268.844971 0.000000 0.031063 0.000000 0.999517 0.400000 0.400000 0.400000 +1540.419312 0.000000 3280.620117 0.000000 0.963441 0.000000 -0.267921 0.400000 0.400000 0.400000 +1524.404175 0.000000 3267.502930 0.000000 0.073827 0.000000 0.997271 0.400000 0.400000 0.400000 +1521.023315 0.000000 3277.754395 0.000000 0.802298 0.000000 0.596923 0.400000 0.400000 0.400000 +1541.299316 0.000000 3270.617188 0.000000 0.735819 0.000000 -0.677179 0.400000 0.400000 0.400000 +1542.850586 0.000000 3275.579590 0.000000 0.106918 0.000000 0.994268 0.400000 0.400000 0.400000 +1546.403687 0.000000 3289.016602 0.000000 0.533679 0.000000 0.845687 0.400000 0.400000 0.400000 +1524.886475 0.000000 3286.076660 0.000000 0.751465 0.000000 0.659773 0.400000 0.400000 0.400000 +1545.693970 0.000000 3283.817383 0.000000 0.060735 0.000000 -0.998154 0.400000 0.400000 0.400000 +1542.150513 0.000000 3294.987305 0.000000 0.431263 0.000000 -0.902226 0.400000 0.400000 0.400000 +1539.420044 0.000000 3267.776123 0.000000 0.790096 0.000000 -0.612983 0.400000 0.400000 0.400000 +1527.617188 0.000000 3288.102295 0.000000 0.466291 0.000000 -0.884631 0.400000 0.400000 0.400000 +1535.223389 0.000000 3296.862549 0.000000 0.165343 0.000000 0.986236 0.400000 0.400000 0.400000 +1537.803955 0.000000 3292.706299 0.000000 0.267898 0.000000 -0.963447 0.400000 0.400000 0.400000 +1527.634155 0.000000 3266.931152 0.000000 0.334699 0.000000 0.942325 0.400000 0.400000 0.400000 +1543.666992 0.000000 3281.295898 0.000000 0.776827 0.000000 0.629714 0.400000 0.400000 0.400000 +1526.662476 0.000000 3269.747070 0.000000 0.494461 0.000000 -0.869200 0.400000 0.400000 0.400000 +1544.659912 0.000000 3291.389893 0.000000 0.103872 0.000000 -0.994591 0.400000 0.400000 0.400000 +1543.684937 0.000000 3278.353516 0.000000 0.347823 0.000000 0.937560 0.400000 0.400000 0.400000 +1543.535278 0.000000 3288.799561 0.000000 0.992232 0.000000 -0.124405 0.400000 0.400000 0.400000 +1632.186768 0.000000 3176.253174 0.000000 0.999222 0.000000 -0.039446 0.400000 0.400000 0.400000 +1649.540771 0.000000 3182.529053 0.000000 0.713768 0.000000 0.700382 0.400000 0.400000 0.400000 +1584.246460 0.000000 3171.017822 0.000000 0.576694 0.000000 0.816960 0.400000 0.400000 0.400000 +1639.807129 0.000000 3182.480225 0.000000 0.998815 0.000000 0.048663 0.400000 0.400000 0.400000 +1637.322266 0.000000 3168.919678 0.000000 0.836283 0.000000 -0.548298 0.400000 0.400000 0.400000 +1652.937256 0.000000 3190.739990 0.000000 0.999989 0.000000 -0.004622 0.400000 0.400000 0.400000 +1591.464478 0.000000 3172.586426 0.000000 0.228570 0.000000 0.973527 0.400000 0.400000 0.400000 +1630.442627 0.000000 3169.643066 0.000000 0.738517 0.000000 -0.674235 0.400000 0.400000 0.400000 +1637.663208 0.000000 3177.296631 0.000000 0.971074 0.000000 -0.238778 0.400000 0.400000 0.400000 +1644.705322 0.000000 3185.066406 0.000000 0.580079 0.000000 0.814560 0.400000 0.400000 0.400000 +1653.332642 0.000000 3185.837158 0.000000 0.279146 0.000000 -0.960249 0.400000 0.400000 0.400000 +1645.361694 0.000000 3179.984619 0.000000 0.405001 0.000000 0.914316 0.400000 0.400000 0.400000 +1588.517456 0.000000 3168.723389 0.000000 0.459175 0.000000 -0.888346 0.400000 0.400000 0.400000 +1635.042603 0.000000 3172.854736 0.000000 0.134697 0.000000 0.990887 0.400000 0.400000 0.400000 +1649.194458 0.000000 3187.328369 0.000000 0.996114 0.000000 -0.088075 0.400000 0.400000 0.400000 +1587.518433 0.000000 3173.918457 0.000000 0.959215 0.000000 0.282677 0.400000 0.400000 0.400000 +1641.213379 0.000000 3178.756592 0.000000 0.219174 0.000000 -0.975686 0.400000 0.400000 0.400000 +1633.683838 0.000000 3167.485107 0.000000 0.022037 0.000000 0.999757 0.400000 0.400000 0.400000 +1643.008911 0.000000 3182.252197 0.000000 0.817641 0.000000 -0.575728 0.400000 0.400000 0.400000 +1646.631226 0.000000 3182.716064 0.000000 0.129463 0.000000 -0.991584 0.400000 0.400000 0.400000 +1635.133667 0.000000 3175.661377 0.000000 0.162551 0.000000 0.986700 0.400000 0.400000 0.400000 +1654.570068 0.000000 3188.229492 0.000000 0.673105 0.000000 0.739547 0.400000 0.400000 0.400000 +1640.245483 0.000000 3176.233887 0.000000 0.451847 0.000000 0.892095 0.400000 0.400000 0.400000 +1632.419189 0.000000 3172.836670 0.000000 0.178962 0.000000 -0.983856 0.400000 0.400000 0.400000 +1657.510010 0.000000 3185.151855 0.000000 0.717528 0.000000 0.696530 0.400000 0.400000 0.400000 +1710.133545 0.000000 3191.999756 0.000000 0.887769 0.000000 -0.460288 0.400000 0.400000 0.400000 +1687.733154 0.000000 3175.936035 0.000000 0.997008 0.000000 0.077303 0.400000 0.400000 0.400000 +1675.019775 0.000000 3186.908203 0.000000 0.829638 0.000000 -0.558302 0.400000 0.400000 0.400000 +1704.178955 0.000000 3176.253174 0.000000 0.993006 0.000000 -0.118062 0.400000 0.400000 0.400000 +1722.499146 0.000000 3197.230713 0.000000 0.769122 0.000000 -0.639102 0.400000 0.400000 0.400000 +1683.962402 0.000000 3192.437256 0.000000 0.329250 0.000000 -0.944243 0.400000 0.400000 0.400000 +1677.913696 0.000000 3177.464600 0.000000 0.999758 0.000000 0.022015 0.400000 0.400000 0.400000 +1711.799316 0.000000 3182.480225 0.000000 0.382497 0.000000 0.923957 0.400000 0.400000 0.400000 +1702.554810 0.000000 3185.777100 0.000000 0.901097 0.000000 0.433618 0.400000 0.400000 0.400000 +1707.725586 0.000000 3201.385742 0.000000 0.970813 0.000000 -0.239837 0.400000 0.400000 0.400000 +1674.052002 0.000000 3197.224609 0.000000 0.971122 0.000000 0.238583 0.400000 0.400000 0.400000 +1665.721436 0.000000 3190.182617 0.000000 0.958663 0.000000 -0.284544 0.400000 0.400000 0.400000 +1690.620728 0.000000 3199.105469 0.000000 0.108990 0.000000 -0.994043 0.400000 0.400000 0.400000 +1695.783447 0.000000 3179.851318 0.000000 0.965079 0.000000 -0.261960 0.400000 0.400000 0.400000 +1688.189331 0.000000 3184.537842 0.000000 0.370803 0.000000 -0.928711 0.400000 0.400000 0.400000 +1718.114014 0.000000 3190.405029 0.000000 0.922361 0.000000 -0.386329 0.400000 0.400000 0.400000 +1681.388672 0.000000 3183.422852 0.000000 0.253083 0.000000 0.967444 0.400000 0.400000 0.400000 +1663.456665 0.000000 3172.586426 0.000000 0.690268 0.000000 -0.723554 0.400000 0.400000 0.400000 +1680.010376 0.000000 3196.860596 0.000000 0.998531 0.000000 -0.054189 0.400000 0.400000 0.400000 +1672.401855 0.000000 3179.874023 0.000000 0.928137 0.000000 0.372238 0.400000 0.400000 0.400000 +1668.388550 0.000000 3195.518555 0.000000 0.841794 0.000000 0.539799 0.400000 0.400000 0.400000 +1721.412354 0.000000 3203.301270 0.000000 0.998729 0.000000 0.050399 0.400000 0.400000 0.400000 +1678.180298 0.000000 3191.477051 0.000000 0.512109 0.000000 0.858920 0.400000 0.400000 0.400000 +1709.655396 0.000000 3177.296631 0.000000 0.989190 0.000000 0.146637 0.400000 0.400000 0.400000 +1696.645508 0.000000 3185.932129 0.000000 0.962340 0.000000 -0.271849 0.400000 0.400000 0.400000 +1706.033447 0.000000 3181.554199 0.000000 0.107959 0.000000 0.994155 0.400000 0.400000 0.400000 +1671.117798 0.000000 3190.694824 0.000000 0.915562 0.000000 0.402176 0.400000 0.400000 0.400000 +1695.302124 0.000000 3196.124023 0.000000 0.944005 0.000000 0.329931 0.400000 0.400000 0.400000 +1658.458130 0.000000 3190.464111 0.000000 0.893461 0.000000 0.449140 0.400000 0.400000 0.400000 +1716.697510 0.000000 3185.066406 0.000000 0.769384 0.000000 0.638786 0.400000 0.400000 0.400000 +1689.086426 0.000000 3193.900879 0.000000 0.478340 0.000000 -0.878175 0.400000 0.400000 0.400000 +1702.124023 0.000000 3201.237793 0.000000 0.410989 0.000000 0.911640 0.400000 0.400000 0.400000 +1692.602295 0.000000 3174.114014 0.000000 0.251196 0.000000 0.967936 0.400000 0.400000 0.400000 +1699.117798 0.000000 3190.571045 0.000000 0.357989 0.000000 0.933726 0.400000 0.400000 0.400000 +1701.084717 0.000000 3180.852539 0.000000 0.894452 0.000000 -0.447165 0.400000 0.400000 0.400000 +1711.959595 0.000000 3204.085449 0.000000 0.498420 0.000000 0.866936 0.400000 0.400000 0.400000 +1725.588623 0.000000 3200.952637 0.000000 0.905577 0.000000 -0.424181 0.400000 0.400000 0.400000 +1676.491577 0.000000 3182.284912 0.000000 0.311756 0.000000 0.950162 0.400000 0.400000 0.400000 +1689.149170 0.000000 3189.154297 0.000000 0.984585 0.000000 0.174908 0.400000 0.400000 0.400000 +1660.509644 0.000000 3168.723389 0.000000 0.721900 0.000000 0.691998 0.400000 0.400000 0.400000 +1697.768066 0.000000 3199.983398 0.000000 0.516802 0.000000 0.856105 0.400000 0.400000 0.400000 +1673.867188 0.000000 3175.813477 0.000000 0.136877 0.000000 0.990588 0.400000 0.400000 0.400000 +1679.197876 0.000000 3187.387207 0.000000 0.272057 0.000000 -0.962281 0.400000 0.400000 0.400000 +1718.390991 0.000000 3197.867188 0.000000 0.344694 0.000000 -0.938715 0.400000 0.400000 0.400000 +1686.565063 0.000000 3180.692383 0.000000 0.991504 0.000000 0.130074 0.400000 0.400000 0.400000 +1674.504639 0.000000 3193.211182 0.000000 0.417206 0.000000 0.908812 0.400000 0.400000 0.400000 +1699.553833 0.000000 3177.281006 0.000000 0.381045 0.000000 0.924556 0.400000 0.400000 0.400000 +1713.205566 0.000000 3178.756592 0.000000 0.423713 0.000000 0.905797 0.400000 0.400000 0.400000 +1715.351562 0.000000 3205.353271 0.000000 0.928903 0.000000 -0.370322 0.400000 0.400000 0.400000 +1656.417847 0.000000 3167.481445 0.000000 0.164683 0.000000 -0.986347 0.400000 0.400000 0.400000 +1714.560547 0.000000 3191.758789 0.000000 0.312410 0.000000 0.949947 0.400000 0.400000 0.400000 +1666.193237 0.000000 3175.075439 0.000000 0.718286 0.000000 0.695748 0.400000 0.400000 0.400000 +1704.993652 0.000000 3188.324951 0.000000 0.906564 0.000000 0.422069 0.400000 0.400000 0.400000 +1698.108643 0.000000 3182.762207 0.000000 0.007496 0.000000 -0.999972 0.400000 0.400000 0.400000 +1695.418335 0.000000 3176.185303 0.000000 0.324659 0.000000 0.945831 0.400000 0.400000 0.400000 +1717.955200 0.000000 3194.067383 0.000000 0.647868 0.000000 0.761753 0.400000 0.400000 0.400000 +1681.681519 0.000000 3189.855713 0.000000 0.000002 0.000000 -1.000000 0.400000 0.400000 0.400000 +1683.404419 0.000000 3195.791748 0.000000 0.344899 0.000000 0.938640 0.400000 0.400000 0.400000 +1655.900391 0.000000 3188.212891 0.000000 0.705525 0.000000 0.708685 0.400000 0.400000 0.400000 +1662.632690 0.000000 3191.433838 0.000000 0.826883 0.000000 0.562374 0.400000 0.400000 0.400000 +1692.485962 0.000000 3194.179199 0.000000 0.656262 0.000000 -0.754533 0.400000 0.400000 0.400000 +1679.869873 0.000000 3180.392090 0.000000 0.367448 0.000000 -0.930044 0.400000 0.400000 0.400000 +1666.689331 0.000000 3171.791260 0.000000 0.338118 0.000000 -0.941104 0.400000 0.400000 0.400000 +1682.049438 0.000000 3199.415283 0.000000 0.615748 0.000000 -0.787943 0.400000 0.400000 0.400000 +1671.618530 0.000000 3194.946777 0.000000 0.969493 0.000000 0.245119 0.400000 0.400000 0.400000 +1680.846069 0.000000 3193.415527 0.000000 0.859746 0.000000 0.510722 0.400000 0.400000 0.400000 +1665.503784 0.000000 3193.535400 0.000000 0.945660 0.000000 0.325157 0.400000 0.400000 0.400000 +1715.001099 0.000000 3182.252197 0.000000 0.984490 0.000000 -0.175439 0.400000 0.400000 0.400000 +1706.598267 0.000000 3178.407471 0.000000 0.991674 0.000000 -0.128771 0.400000 0.400000 0.400000 +1691.259399 0.000000 3176.979248 0.000000 0.002523 0.000000 -0.999997 0.400000 0.400000 0.400000 +1668.439209 0.000000 3192.353027 0.000000 0.991408 0.000000 -0.130807 0.400000 0.400000 0.400000 +1699.663940 0.000000 3187.393311 0.000000 0.957860 0.000000 0.287235 0.400000 0.400000 0.400000 +1680.939453 0.000000 3176.227295 0.000000 0.706067 0.000000 -0.708145 0.400000 0.400000 0.400000 +1702.145142 0.000000 3189.748291 0.000000 0.200059 0.000000 0.979784 0.400000 0.400000 0.400000 +1675.318237 0.000000 3178.888916 0.000000 0.443348 0.000000 0.896349 0.400000 0.400000 0.400000 +1696.491089 0.000000 3189.090820 0.000000 0.268705 0.000000 0.963223 0.400000 0.400000 0.400000 +1677.417969 0.000000 3185.035645 0.000000 0.548126 0.000000 -0.836396 0.400000 0.400000 0.400000 +1703.366211 0.000000 3182.747803 0.000000 0.811924 0.000000 -0.583763 0.400000 0.400000 0.400000 +1690.827148 0.000000 3191.458496 0.000000 0.273303 0.000000 0.961928 0.400000 0.400000 0.400000 +1712.590820 0.000000 3193.806885 0.000000 0.539309 0.000000 -0.842108 0.400000 0.400000 0.400000 +1704.867065 0.000000 3201.792480 0.000000 0.709122 0.000000 -0.705086 0.400000 0.400000 0.400000 +1720.184937 0.000000 3195.736328 0.000000 0.365927 0.000000 0.930643 0.400000 0.400000 0.400000 +1660.919434 0.000000 3171.569092 0.000000 0.442749 0.000000 0.896645 0.400000 0.400000 0.400000 +1698.563599 0.000000 3179.842041 0.000000 0.931688 0.000000 0.363259 0.400000 0.400000 0.400000 +1494.430664 0.000000 3351.602783 0.000000 0.868958 0.000000 0.494886 0.400000 0.400000 0.400000 +1694.352661 0.000000 3380.080811 0.000000 0.999104 0.000000 0.042321 0.400000 0.400000 0.400000 +1625.684082 0.000000 3434.924561 0.000000 0.042182 0.000000 0.999110 0.400000 0.400000 0.400000 +1593.117188 0.000000 3432.196045 0.000000 0.947347 0.000000 0.320208 0.400000 0.400000 0.400000 +1622.360474 0.000000 3452.065186 0.000000 0.597503 0.000000 -0.801867 0.400000 0.400000 0.400000 +1632.436646 0.000000 3407.768799 0.000000 0.782313 0.000000 0.622886 0.400000 0.400000 0.400000 +1639.263184 0.000000 3441.268555 0.000000 0.462967 0.000000 -0.886376 0.400000 0.400000 0.400000 +1695.753174 0.000000 3383.898926 0.000000 0.655518 0.000000 0.755180 0.400000 0.400000 0.400000 +1702.554810 0.000000 3401.730225 0.000000 0.380542 0.000000 -0.924764 0.400000 0.400000 0.400000 +1680.010376 0.000000 3412.813721 0.000000 0.343813 0.000000 0.939038 0.400000 0.400000 0.400000 +1753.657959 0.000000 2914.737061 0.000000 0.072257 0.000000 -0.997386 0.400000 0.400000 0.400000 +1789.747925 0.000000 2880.221191 0.000000 0.108473 0.000000 0.994099 0.400000 0.400000 0.400000 +1769.668457 0.000000 2931.033936 0.000000 0.032179 0.000000 -0.999482 0.400000 0.400000 0.400000 +1740.616333 0.000000 2880.260742 0.000000 0.179294 0.000000 0.983796 0.400000 0.400000 0.400000 +1747.011963 0.000000 2898.970703 0.000000 0.945768 0.000000 0.324842 0.400000 0.400000 0.400000 +1765.825439 0.000000 2902.901855 0.000000 0.131443 0.000000 -0.991324 0.400000 0.400000 0.400000 +1794.491333 0.000000 2909.293213 0.000000 0.999989 0.000000 0.004606 0.400000 0.400000 0.400000 +1728.230835 0.000000 2883.080322 0.000000 0.454417 0.000000 0.890789 0.400000 0.400000 0.400000 +1758.153687 0.000000 2926.407471 0.000000 0.994501 0.000000 -0.104728 0.400000 0.400000 0.400000 +1763.041992 0.000000 2942.302246 0.000000 0.716388 0.000000 -0.697702 0.400000 0.400000 0.400000 +1767.745361 0.000000 2880.008301 0.000000 0.986630 0.000000 0.162975 0.400000 0.400000 0.400000 +1738.696655 0.000000 2890.901855 0.000000 0.849220 0.000000 -0.528039 0.400000 0.400000 0.400000 +1752.083496 0.000000 2879.773682 0.000000 0.851511 0.000000 -0.524336 0.400000 0.400000 0.400000 +1740.606567 0.000000 2921.910400 0.000000 0.513354 0.000000 -0.858177 0.400000 0.400000 0.400000 +1749.905884 0.000000 2889.527100 0.000000 0.654058 0.000000 -0.756445 0.400000 0.400000 0.400000 +1783.791504 0.000000 2894.542725 0.000000 0.284241 0.000000 -0.958753 0.400000 0.400000 0.400000 +1774.546997 0.000000 2897.839600 0.000000 0.920808 0.000000 -0.390015 0.400000 0.400000 0.400000 +1746.044189 0.000000 2909.287109 0.000000 0.844994 0.000000 -0.534776 0.400000 0.400000 0.400000 +1728.375854 0.000000 2936.882812 0.000000 0.185272 0.000000 0.982687 0.400000 0.400000 0.400000 +1742.918701 0.000000 2942.880859 0.000000 0.756213 0.000000 0.654326 0.400000 0.400000 0.400000 +1749.891113 0.000000 2922.373047 0.000000 0.993777 0.000000 -0.111389 0.400000 0.400000 0.400000 +1781.306641 0.000000 2880.982178 0.000000 0.180499 0.000000 0.983575 0.400000 0.400000 0.400000 +1762.349121 0.000000 2934.127197 0.000000 0.889917 0.000000 0.456123 0.400000 0.400000 0.400000 +1787.307739 0.000000 2887.591797 0.000000 0.893513 0.000000 -0.449038 0.400000 0.400000 0.400000 +1745.343750 0.000000 2916.443604 0.000000 0.473427 0.000000 -0.880833 0.400000 0.400000 0.400000 +1753.380859 0.000000 2895.485352 0.000000 0.659068 0.000000 -0.752084 0.400000 0.400000 0.400000 +1735.448853 0.000000 2884.648926 0.000000 0.551743 0.000000 0.834014 0.400000 0.400000 0.400000 +1746.479126 0.000000 2883.599609 0.000000 0.729089 0.000000 0.684419 0.400000 0.400000 0.400000 +1733.721802 0.000000 2922.162598 0.000000 0.430125 0.000000 -0.902770 0.400000 0.400000 0.400000 +1739.469482 0.000000 2948.787109 0.000000 0.478504 0.000000 0.878085 0.400000 0.400000 0.400000 +1791.593872 0.000000 2923.922119 0.000000 0.600086 0.000000 -0.799936 0.400000 0.400000 0.400000 +1778.377808 0.000000 2944.876221 0.000000 0.452630 0.000000 -0.891698 0.400000 0.400000 0.400000 +1766.344849 0.000000 2948.174561 0.000000 0.835332 0.000000 0.549746 0.400000 0.400000 0.400000 +1741.152100 0.000000 2896.732910 0.000000 0.400157 0.000000 0.916446 0.400000 0.400000 0.400000 +1746.231445 0.000000 2949.286377 0.000000 0.741494 0.000000 -0.670960 0.400000 0.400000 0.400000 +1775.747559 0.000000 2933.190674 0.000000 0.905044 0.000000 0.425318 0.400000 0.400000 0.400000 +1752.002563 0.000000 2908.923096 0.000000 0.815457 0.000000 0.578817 0.400000 0.400000 0.400000 +1733.843628 0.000000 2906.743164 0.000000 0.089801 0.000000 0.995960 0.400000 0.400000 0.400000 +1744.394043 0.000000 2891.936523 0.000000 0.993828 0.000000 -0.110930 0.400000 0.400000 0.400000 +1740.380737 0.000000 2907.581055 0.000000 0.686099 0.000000 -0.727508 0.400000 0.400000 0.400000 +1776.421021 0.000000 2903.878174 0.000000 0.702801 0.000000 0.711387 0.400000 0.400000 0.400000 +1781.647583 0.000000 2889.359131 0.000000 0.467599 0.000000 0.883941 0.400000 0.400000 0.400000 +1732.602051 0.000000 2932.657715 0.000000 0.982122 0.000000 0.188245 0.400000 0.400000 0.400000 +1743.544189 0.000000 2935.243408 0.000000 0.046503 0.000000 -0.998918 0.400000 0.400000 0.400000 +1778.025635 0.000000 2893.616699 0.000000 0.937088 0.000000 -0.349093 0.400000 0.400000 0.400000 +1741.428223 0.000000 2885.682617 0.000000 0.460617 0.000000 -0.887599 0.400000 0.400000 0.400000 +1788.689697 0.000000 2897.128906 0.000000 0.359282 0.000000 -0.933229 0.400000 0.400000 0.400000 +1764.594482 0.000000 2886.176514 0.000000 0.793866 0.000000 -0.608093 0.400000 0.400000 0.400000 +1771.109985 0.000000 2902.633545 0.000000 0.009200 0.000000 -0.999958 0.400000 0.400000 0.400000 +1755.137817 0.000000 2890.539795 0.000000 0.194766 0.000000 -0.980850 0.400000 0.400000 0.400000 +1738.230957 0.000000 2941.056641 0.000000 0.807375 0.000000 -0.590039 0.400000 0.400000 0.400000 +1741.994385 0.000000 2912.714111 0.000000 0.068265 0.000000 -0.997667 0.400000 0.400000 0.400000 +1797.580811 0.000000 2913.015137 0.000000 0.892371 0.000000 0.451302 0.400000 0.400000 0.400000 +1748.483765 0.000000 2894.347412 0.000000 0.912482 0.000000 0.409117 0.400000 0.400000 0.400000 +1732.501831 0.000000 2880.785889 0.000000 0.714494 0.000000 -0.699642 0.400000 0.400000 0.400000 +1749.804688 0.000000 2917.769287 0.000000 0.743127 0.000000 0.669151 0.400000 0.400000 0.400000 +1790.562866 0.000000 2919.079102 0.000000 0.689095 0.000000 0.724671 0.400000 0.400000 0.400000 +1749.130493 0.000000 2912.949219 0.000000 0.868719 0.000000 0.495306 0.400000 0.400000 0.400000 +1774.717529 0.000000 2941.881836 0.000000 0.884776 0.000000 0.466017 0.400000 0.400000 0.400000 +1777.921387 0.000000 2949.988281 0.000000 0.936409 0.000000 -0.350910 0.400000 0.400000 0.400000 +1783.724731 0.000000 2911.307617 0.000000 0.736645 0.000000 -0.676280 0.400000 0.400000 0.400000 +1756.452881 0.000000 2881.245850 0.000000 0.493979 0.000000 0.869474 0.400000 0.400000 0.400000 +1790.706055 0.000000 2884.498779 0.000000 0.972912 0.000000 -0.231174 0.400000 0.400000 0.400000 +1747.533081 0.000000 2879.381836 0.000000 0.129475 0.000000 0.991583 0.400000 0.400000 0.400000 +1764.557739 0.000000 2896.704834 0.000000 0.379764 0.000000 0.925083 0.400000 0.400000 0.400000 +1745.859375 0.000000 2887.875977 0.000000 0.445151 0.000000 -0.895456 0.400000 0.400000 0.400000 +1740.863037 0.000000 2926.154785 0.000000 0.244411 0.000000 0.969672 0.400000 0.400000 0.400000 +1731.502808 0.000000 2885.980957 0.000000 0.251061 0.000000 -0.967971 0.400000 0.400000 0.400000 +1758.557251 0.000000 2892.754883 0.000000 0.635975 0.000000 -0.771710 0.400000 0.400000 0.400000 +1765.776123 0.000000 2932.198730 0.000000 0.505110 0.000000 -0.863055 0.400000 0.400000 0.400000 +1750.721436 0.000000 2883.459961 0.000000 0.978759 0.000000 -0.205012 0.400000 0.400000 0.400000 +1743.135986 0.000000 2946.899658 0.000000 0.999360 0.000000 0.035767 0.400000 0.400000 0.400000 +1771.946533 0.000000 2934.161621 0.000000 0.728833 0.000000 -0.684691 0.400000 0.400000 0.400000 +1736.906372 0.000000 2880.880615 0.000000 0.832913 0.000000 0.553405 0.400000 0.400000 0.400000 +1737.831543 0.000000 2945.354248 0.000000 0.968531 0.000000 0.248893 0.400000 0.400000 0.400000 +1775.464966 0.000000 2937.341797 0.000000 0.994363 0.000000 0.106028 0.400000 0.400000 0.400000 +1727.839478 0.000000 2886.895020 0.000000 0.518290 0.000000 0.855205 0.400000 0.400000 0.400000 +1736.343140 0.000000 2931.855957 0.000000 0.838472 0.000000 -0.544945 0.400000 0.400000 0.400000 +1752.808472 0.000000 2920.177979 0.000000 0.013001 0.000000 -0.999915 0.400000 0.400000 0.400000 +1787.343750 0.000000 2917.415771 0.000000 0.875289 0.000000 0.483601 0.400000 0.400000 0.400000 +1774.209961 0.000000 2945.676270 0.000000 0.923743 0.000000 0.383012 0.400000 0.400000 0.400000 +1767.165771 0.000000 2883.544434 0.000000 0.416340 0.000000 0.909209 0.400000 0.400000 0.400000 +1738.185425 0.000000 2887.137939 0.000000 0.025016 0.000000 -0.999687 0.400000 0.400000 0.400000 +1782.420776 0.000000 2907.677002 0.000000 0.920059 0.000000 -0.391781 0.400000 0.400000 0.400000 +1736.814941 0.000000 2908.762939 0.000000 0.639238 0.000000 -0.769009 0.400000 0.400000 0.400000 +1768.484009 0.000000 2934.472656 0.000000 0.961506 0.000000 -0.274783 0.400000 0.400000 0.400000 +1744.020386 0.000000 2881.139404 0.000000 0.611487 0.000000 0.791255 0.400000 0.400000 0.400000 +1797.098755 0.000000 2916.593750 0.000000 0.446558 0.000000 0.894755 0.400000 0.400000 0.400000 +1762.530396 0.000000 2947.968262 0.000000 0.925429 0.000000 0.378921 0.400000 0.400000 0.400000 +1741.858643 0.000000 2889.351562 0.000000 0.265046 0.000000 -0.964236 0.400000 0.400000 0.400000 +1764.460083 0.000000 2881.406738 0.000000 0.037902 0.000000 -0.999281 0.400000 0.400000 0.400000 +1746.950195 0.000000 2935.156982 0.000000 0.495970 0.000000 0.868340 0.400000 0.400000 0.400000 +1730.971558 0.000000 2924.311279 0.000000 0.115673 0.000000 0.993287 0.400000 0.400000 0.400000 +1743.469971 0.000000 2899.158691 0.000000 0.866337 0.000000 0.499460 0.400000 0.400000 0.400000 +1770.135498 0.000000 2905.924072 0.000000 0.565840 0.000000 0.824515 0.400000 0.400000 0.400000 +1748.895264 0.000000 2886.173828 0.000000 0.448119 0.000000 -0.893974 0.400000 0.400000 0.400000 +1738.681519 0.000000 2883.853760 0.000000 0.383563 0.000000 0.923515 0.400000 0.400000 0.400000 +1740.351562 0.000000 2933.939209 0.000000 0.975018 0.000000 0.222125 0.400000 0.400000 0.400000 +1762.004761 0.000000 2914.611572 0.000000 0.833830 0.000000 -0.552021 0.400000 0.400000 0.400000 +1786.993286 0.000000 2894.314697 0.000000 0.464192 0.000000 0.885735 0.400000 0.400000 0.400000 +1781.216797 0.000000 2892.622314 0.000000 0.900965 0.000000 0.433891 0.400000 0.400000 0.400000 +1763.251587 0.000000 2889.041748 0.000000 0.872396 0.000000 -0.488800 0.400000 0.400000 0.400000 +1735.154053 0.000000 2942.241943 0.000000 0.242880 0.000000 -0.970056 0.400000 0.400000 0.400000 +1756.529419 0.000000 2923.792725 0.000000 0.215797 0.000000 0.976438 0.400000 0.400000 0.400000 +1730.747559 0.000000 2905.589355 0.000000 0.102049 0.000000 -0.994779 0.400000 0.400000 0.400000 +1780.788208 0.000000 2895.839844 0.000000 0.885427 0.000000 -0.464778 0.400000 0.400000 0.400000 +1742.639038 0.000000 2909.825195 0.000000 0.972955 0.000000 0.230994 0.400000 0.400000 0.400000 +1730.005981 0.000000 2945.932617 0.000000 0.615168 0.000000 -0.788396 0.400000 0.400000 0.400000 +1778.840576 0.000000 2905.554688 0.000000 0.237012 0.000000 -0.971507 0.400000 0.400000 0.400000 +1762.819336 0.000000 2903.520996 0.000000 0.338945 0.000000 0.940806 0.400000 0.400000 0.400000 +1788.250366 0.000000 2882.798340 0.000000 0.898760 0.000000 -0.438441 0.400000 0.400000 0.400000 +1744.178467 0.000000 2885.294678 0.000000 0.847387 0.000000 -0.530976 0.400000 0.400000 0.400000 +1752.612915 0.000000 2917.325684 0.000000 0.061239 0.000000 0.998123 0.400000 0.400000 0.400000 +1755.319580 0.000000 2893.404541 0.000000 0.791792 0.000000 -0.610791 0.400000 0.400000 0.400000 +1785.296631 0.000000 2913.733154 0.000000 0.957188 0.000000 0.289466 0.400000 0.400000 0.400000 +1749.538818 0.000000 2910.250000 0.000000 0.936176 0.000000 0.351531 0.400000 0.400000 0.400000 +1748.520386 0.000000 2881.807617 0.000000 0.412709 0.000000 -0.910863 0.400000 0.400000 0.400000 +1747.639771 0.000000 2932.599609 0.000000 0.043181 0.000000 -0.999067 0.400000 0.400000 0.400000 +1751.651001 0.000000 2912.452393 0.000000 0.955442 0.000000 -0.295179 0.400000 0.400000 0.400000 +1823.391724 0.000000 2945.803955 0.000000 0.865473 0.000000 -0.500956 0.400000 0.400000 0.400000 +1801.494385 0.000000 2897.214355 0.000000 0.954242 0.000000 0.299034 0.400000 0.400000 0.400000 +1825.650146 0.000000 2914.737061 0.000000 0.388586 0.000000 0.921413 0.400000 0.400000 0.400000 +1831.717529 0.000000 2887.998535 0.000000 0.114071 0.000000 0.993473 0.400000 0.400000 0.400000 +1812.608521 0.000000 2880.260742 0.000000 0.979024 0.000000 0.203747 0.400000 0.400000 0.400000 +1824.075684 0.000000 2879.773682 0.000000 0.937963 0.000000 0.346734 0.400000 0.400000 0.400000 +1809.436035 0.000000 2935.478271 0.000000 0.745949 0.000000 -0.666003 0.400000 0.400000 0.400000 +1800.607544 0.000000 2917.812500 0.000000 0.756719 0.000000 0.653740 0.400000 0.400000 0.400000 +1821.898071 0.000000 2889.527100 0.000000 0.999125 0.000000 0.041827 0.400000 0.400000 0.400000 +1821.883301 0.000000 2922.373047 0.000000 0.634696 0.000000 0.772762 0.400000 0.400000 0.400000 +1802.411255 0.000000 2890.020264 0.000000 0.029967 0.000000 -0.999551 0.400000 0.400000 0.400000 +1825.373047 0.000000 2895.485352 0.000000 0.873532 0.000000 -0.486767 0.400000 0.400000 0.400000 +1832.997192 0.000000 2881.314697 0.000000 0.936742 0.000000 0.350021 0.400000 0.400000 0.400000 +1807.441040 0.000000 2884.648926 0.000000 0.717890 0.000000 0.696156 0.400000 0.400000 0.400000 +1820.146362 0.000000 2938.376465 0.000000 0.925562 0.000000 -0.378595 0.400000 0.400000 0.400000 +1826.221191 0.000000 2885.341309 0.000000 0.890783 0.000000 0.454428 0.400000 0.400000 0.400000 +1806.079102 0.000000 2951.307373 0.000000 0.999986 0.000000 -0.005301 0.400000 0.400000 0.400000 +1812.372925 0.000000 2907.581055 0.000000 0.917668 0.000000 -0.397349 0.400000 0.400000 0.400000 +1815.536377 0.000000 2935.243408 0.000000 0.668811 0.000000 0.743433 0.400000 0.400000 0.400000 +1829.268066 0.000000 2910.695312 0.000000 0.965877 0.000000 0.259000 0.400000 0.400000 0.400000 +1804.494019 0.000000 2880.785889 0.000000 0.730479 0.000000 -0.682935 0.400000 0.400000 0.400000 +1821.796875 0.000000 2917.769287 0.000000 0.664549 0.000000 -0.747245 0.400000 0.400000 0.400000 +1825.690063 0.000000 2924.983154 0.000000 0.979571 0.000000 -0.201100 0.400000 0.400000 0.400000 +1828.445068 0.000000 2881.245850 0.000000 0.988227 0.000000 0.152992 0.400000 0.400000 0.400000 +1817.559937 0.000000 2920.886963 0.000000 0.999927 0.000000 -0.012072 0.400000 0.400000 0.400000 +1805.978516 0.000000 2899.988525 0.000000 0.117986 0.000000 -0.993015 0.400000 0.400000 0.400000 +1830.549438 0.000000 2892.754883 0.000000 0.831221 0.000000 -0.555941 0.400000 0.400000 0.400000 +1815.128174 0.000000 2946.899658 0.000000 0.936475 0.000000 -0.350735 0.400000 0.400000 0.400000 +1808.898560 0.000000 2880.880615 0.000000 0.831208 0.000000 -0.555962 0.400000 0.400000 0.400000 +1806.427856 0.000000 2888.257812 0.000000 0.544065 0.000000 -0.839043 0.400000 0.400000 0.400000 +1830.208984 0.000000 2884.490967 0.000000 0.034506 0.000000 0.999404 0.400000 0.400000 0.400000 +1803.567993 0.000000 2894.071289 0.000000 0.619933 0.000000 0.784655 0.400000 0.400000 0.400000 +1815.585938 0.000000 2928.180420 0.000000 0.537294 0.000000 -0.843395 0.400000 0.400000 0.400000 +1810.673706 0.000000 2883.853760 0.000000 0.638230 0.000000 -0.769846 0.400000 0.400000 0.400000 +1815.602905 0.000000 2907.009277 0.000000 0.300371 0.000000 0.953822 0.400000 0.400000 0.400000 +1812.343750 0.000000 2933.939209 0.000000 0.395037 0.000000 0.918665 0.400000 0.400000 0.400000 +1833.717041 0.000000 2884.611328 0.000000 0.079931 0.000000 0.996800 0.400000 0.400000 0.400000 +1811.636597 0.000000 2910.692383 0.000000 0.996733 0.000000 -0.080772 0.400000 0.400000 0.400000 +1828.504517 0.000000 2913.653809 0.000000 0.038072 0.000000 -0.999275 0.400000 0.400000 0.400000 +1782.125732 0.000000 2976.046631 0.000000 0.376230 0.000000 -0.926526 0.400000 0.400000 0.400000 +1759.725342 0.000000 2959.982910 0.000000 0.987260 0.000000 -0.159114 0.400000 0.400000 0.400000 +1789.747925 0.000000 2952.205566 0.000000 0.949399 0.000000 0.314071 0.400000 0.400000 0.400000 +1734.069214 0.000000 3017.236572 0.000000 0.725440 0.000000 -0.688286 0.400000 0.400000 0.400000 +1773.174438 0.000000 3021.044922 0.000000 0.909510 0.000000 0.415682 0.400000 0.400000 0.400000 +1776.171143 0.000000 2960.300049 0.000000 0.944881 0.000000 -0.327415 0.400000 0.400000 0.400000 +1793.525146 0.000000 2966.575928 0.000000 0.382649 0.000000 -0.923894 0.400000 0.400000 0.400000 +1752.083496 0.000000 2951.758057 0.000000 0.757706 0.000000 0.652596 0.400000 0.400000 0.400000 +1754.442505 0.000000 3008.078369 0.000000 0.961554 0.000000 -0.274618 0.400000 0.400000 0.400000 +1783.791504 0.000000 2966.527100 0.000000 0.030597 0.000000 -0.999532 0.400000 0.400000 0.400000 +1774.546997 0.000000 2969.823975 0.000000 0.660802 0.000000 -0.750561 0.400000 0.400000 0.400000 +1742.918701 0.000000 3014.865234 0.000000 0.108410 0.000000 -0.994106 0.400000 0.400000 0.400000 +1767.775635 0.000000 2963.898193 0.000000 0.550539 0.000000 -0.834810 0.400000 0.400000 0.400000 +1781.306641 0.000000 2952.966553 0.000000 0.180140 0.000000 -0.983641 0.400000 0.400000 0.400000 +1790.106201 0.000000 2974.451904 0.000000 0.256355 0.000000 0.966583 0.400000 0.400000 0.400000 +1788.022339 0.000000 2985.361328 0.000000 0.538633 0.000000 -0.842540 0.400000 0.400000 0.400000 +1796.921631 0.000000 2974.786865 0.000000 0.931314 0.000000 -0.364216 0.400000 0.400000 0.400000 +1727.927002 0.000000 3020.066895 0.000000 0.998916 0.000000 -0.046541 0.400000 0.400000 0.400000 +1774.427002 0.000000 2953.689941 0.000000 0.647896 0.000000 0.761729 0.400000 0.400000 0.400000 +1739.469482 0.000000 3020.771484 0.000000 0.722462 0.000000 -0.691411 0.400000 0.400000 0.400000 +1769.918091 0.000000 2957.822021 0.000000 0.054713 0.000000 -0.998502 0.400000 0.400000 0.400000 +1754.229004 0.000000 2957.325684 0.000000 0.081563 0.000000 -0.996668 0.400000 0.400000 0.400000 +1734.086914 0.000000 3023.291748 0.000000 0.459702 0.000000 -0.888073 0.400000 0.400000 0.400000 +1786.821045 0.000000 2979.600830 0.000000 0.876339 0.000000 -0.481694 0.400000 0.400000 0.400000 +1776.421021 0.000000 2975.862549 0.000000 0.883884 0.000000 0.467707 0.400000 0.400000 0.400000 +1781.647583 0.000000 2961.343506 0.000000 0.933622 0.000000 0.358260 0.400000 0.400000 0.400000 +1770.544556 0.000000 3015.964600 0.000000 0.088222 0.000000 0.996101 0.400000 0.400000 0.400000 +1768.637695 0.000000 2969.979004 0.000000 0.999491 0.000000 0.031899 0.400000 0.400000 0.400000 +1780.207397 0.000000 2970.857422 0.000000 0.838564 0.000000 0.544802 0.400000 0.400000 0.400000 +1778.025635 0.000000 2965.601074 0.000000 0.873189 0.000000 0.487381 0.400000 0.400000 0.400000 +1771.109985 0.000000 2974.617920 0.000000 0.364547 0.000000 0.931185 0.400000 0.400000 0.400000 +1773.076904 0.000000 2964.899414 0.000000 0.241452 0.000000 0.970413 0.400000 0.400000 0.400000 +1760.064819 0.000000 3010.321777 0.000000 0.992704 0.000000 -0.120573 0.400000 0.400000 0.400000 +1789.346069 0.000000 2964.031494 0.000000 0.515803 0.000000 -0.856707 0.400000 0.400000 0.400000 +1785.248779 0.000000 2972.431152 0.000000 0.671144 0.000000 -0.741327 0.400000 0.400000 0.400000 +1779.026978 0.000000 2956.901611 0.000000 0.359519 0.000000 -0.933138 0.400000 0.400000 0.400000 +1793.178833 0.000000 2971.375244 0.000000 0.943912 0.000000 0.330197 0.400000 0.400000 0.400000 +1790.706055 0.000000 2956.483154 0.000000 0.863987 0.000000 -0.503515 0.400000 0.400000 0.400000 +1747.533081 0.000000 2951.366211 0.000000 0.941918 0.000000 0.335842 0.400000 0.400000 0.400000 +1790.383179 0.000000 2981.914062 0.000000 0.879871 0.000000 -0.475213 0.400000 0.400000 0.400000 +1741.884399 0.000000 3010.861816 0.000000 0.982787 0.000000 -0.184745 0.400000 0.400000 0.400000 +1798.897461 0.000000 2959.125244 0.000000 0.920641 0.000000 -0.390411 0.400000 0.400000 0.400000 +1750.721436 0.000000 2955.444336 0.000000 0.856397 0.000000 -0.516318 0.400000 0.400000 0.400000 +1743.135986 0.000000 3018.884033 0.000000 0.997756 0.000000 0.066953 0.400000 0.400000 0.400000 +1771.546021 0.000000 2961.327881 0.000000 0.106357 0.000000 0.994328 0.400000 0.400000 0.400000 +1785.197754 0.000000 2962.803467 0.000000 0.673239 0.000000 0.739425 0.400000 0.400000 0.400000 +1731.732666 0.000000 3020.325928 0.000000 0.994722 0.000000 0.102606 0.400000 0.400000 0.400000 +1737.831543 0.000000 3017.338623 0.000000 0.400126 0.000000 -0.916460 0.400000 0.400000 0.400000 +1777.668213 0.000000 2951.531982 0.000000 0.989591 0.000000 0.143908 0.400000 0.400000 0.400000 +1774.209961 0.000000 3017.660645 0.000000 0.689778 0.000000 -0.724021 0.400000 0.400000 0.400000 +1786.552734 0.000000 2975.805664 0.000000 0.499948 0.000000 -0.866055 0.400000 0.400000 0.400000 +1735.972046 0.000000 3020.319824 0.000000 0.432247 0.000000 -0.901755 0.400000 0.400000 0.400000 +1745.203857 0.000000 3012.244629 0.000000 0.837574 0.000000 0.546325 0.400000 0.400000 0.400000 +1770.100830 0.000000 2966.809082 0.000000 0.952127 0.000000 0.305704 0.400000 0.400000 0.400000 +1763.271973 0.000000 3010.946289 0.000000 0.345539 0.000000 0.938405 0.400000 0.400000 0.400000 +1781.216797 0.000000 2964.606689 0.000000 0.295929 0.000000 0.955210 0.400000 0.400000 0.400000 +1783.619873 0.000000 2969.694824 0.000000 0.524292 0.000000 -0.851539 0.400000 0.400000 0.400000 +1756.607300 0.000000 2959.588379 0.000000 0.696407 0.000000 -0.717647 0.400000 0.400000 0.400000 +1735.154053 0.000000 3014.226318 0.000000 0.121888 0.000000 0.992544 0.400000 0.400000 0.400000 +1780.788208 0.000000 2967.824219 0.000000 0.628826 0.000000 -0.777546 0.400000 0.400000 0.400000 +1730.005981 0.000000 3017.916992 0.000000 0.318523 0.000000 -0.947915 0.400000 0.400000 0.400000 +1732.138672 0.000000 3014.228516 0.000000 0.001363 0.000000 0.999999 0.400000 0.400000 0.400000 +1782.249146 0.000000 2973.092529 0.000000 0.061549 0.000000 -0.998104 0.400000 0.400000 0.400000 +1753.755371 0.000000 2954.414307 0.000000 0.965783 0.000000 -0.259350 0.400000 0.400000 0.400000 +1788.196167 0.000000 2972.070312 0.000000 0.930497 0.000000 0.366299 0.400000 0.400000 0.400000 +1740.056274 0.000000 3015.567139 0.000000 0.944801 0.000000 0.327646 0.400000 0.400000 0.400000 +1788.250366 0.000000 2954.782715 0.000000 0.998561 0.000000 -0.053622 0.400000 0.400000 0.400000 +1784.583008 0.000000 2977.853760 0.000000 0.686418 0.000000 -0.727208 0.400000 0.400000 0.400000 +1779.118042 0.000000 2959.708252 0.000000 0.725862 0.000000 0.687840 0.400000 0.400000 0.400000 +1795.906250 0.000000 2972.331787 0.000000 0.961311 0.000000 0.275465 0.400000 0.400000 0.400000 +1748.520386 0.000000 2953.791992 0.000000 0.175249 0.000000 0.984524 0.400000 0.400000 0.400000 +1770.555786 0.000000 2963.888916 0.000000 0.665565 0.000000 -0.746339 0.400000 0.400000 0.400000 +1801.494385 0.000000 2969.198730 0.000000 0.626757 0.000000 0.779215 0.400000 0.400000 0.400000 +1800.223022 0.000000 2955.064697 0.000000 0.984727 0.000000 -0.174105 0.400000 0.400000 0.400000 +1802.411255 0.000000 2962.004639 0.000000 0.995418 0.000000 -0.095614 0.400000 0.400000 0.400000 +1807.441040 0.000000 2956.633301 0.000000 0.774006 0.000000 -0.633178 0.400000 0.400000 0.400000 +1807.481689 0.000000 2968.126709 0.000000 0.227395 0.000000 0.973803 0.400000 0.400000 0.400000 +1813.420410 0.000000 2957.666992 0.000000 0.148157 0.000000 0.988964 0.400000 0.400000 0.400000 +1806.540527 0.000000 2963.928955 0.000000 0.344072 0.000000 0.938943 0.400000 0.400000 0.400000 +1803.494995 0.000000 2957.965332 0.000000 0.839276 0.000000 0.543705 0.400000 0.400000 0.400000 +1808.898560 0.000000 2952.864990 0.000000 0.921500 0.000000 0.388378 0.400000 0.400000 0.400000 +1799.831665 0.000000 2958.879395 0.000000 0.786254 0.000000 0.617903 0.400000 0.400000 0.400000 +1803.567993 0.000000 2966.055664 0.000000 0.501699 0.000000 0.865042 0.400000 0.400000 0.400000 +1810.177612 0.000000 2959.122314 0.000000 0.999553 0.000000 0.029905 0.400000 0.400000 0.400000 +1813.850830 0.000000 2961.335938 0.000000 0.131425 0.000000 -0.991326 0.400000 0.400000 0.400000 +1804.566650 0.000000 2969.240967 0.000000 0.011827 0.000000 0.999930 0.400000 0.400000 0.400000 +1929.956299 0.000000 2920.814941 0.000000 0.895585 0.000000 0.444890 0.400000 0.400000 0.400000 +1983.721924 0.000000 2880.008301 0.000000 0.835949 0.000000 0.548807 0.400000 0.400000 0.400000 +1956.583130 0.000000 2921.910400 0.000000 0.956860 0.000000 -0.290548 0.400000 0.400000 0.400000 +1944.591919 0.000000 2917.812500 0.000000 0.780848 0.000000 0.624722 0.400000 0.400000 0.400000 +1970.419067 0.000000 2936.093994 0.000000 0.806458 0.000000 -0.591291 0.400000 0.400000 0.400000 +1978.589478 0.000000 2911.167969 0.000000 0.952691 0.000000 0.303940 0.400000 0.400000 0.400000 +1949.698364 0.000000 2922.162598 0.000000 0.843806 0.000000 -0.536648 0.400000 0.400000 0.400000 +1954.207520 0.000000 2941.056641 0.000000 0.254869 0.000000 -0.966976 0.400000 0.400000 0.400000 +1976.085449 0.000000 2908.964600 0.000000 0.378765 0.000000 -0.925493 0.400000 0.400000 0.400000 +1923.146484 0.000000 3010.373291 0.000000 0.998717 0.000000 0.050649 0.400000 0.400000 0.400000 +1939.812378 0.000000 3000.646484 0.000000 0.991290 0.000000 0.131701 0.400000 0.400000 0.400000 +1936.675659 0.000000 3005.017578 0.000000 0.944780 0.000000 0.327706 0.400000 0.400000 0.400000 +1930.869995 0.000000 3008.224854 0.000000 0.627872 0.000000 0.778316 0.400000 0.400000 0.400000 +1925.382812 0.000000 3013.839600 0.000000 0.861035 0.000000 -0.508545 0.400000 0.400000 0.400000 +1927.231934 0.000000 3009.362305 0.000000 0.702397 0.000000 -0.711785 0.400000 0.400000 0.400000 +1942.511353 0.000000 2966.424805 0.000000 0.999377 0.000000 0.035295 0.400000 0.400000 0.400000 +1925.452881 0.000000 3011.246094 0.000000 0.275022 0.000000 0.961438 0.400000 0.400000 0.400000 +1945.478760 0.000000 2969.198730 0.000000 0.681474 0.000000 -0.731842 0.400000 0.400000 0.400000 +1956.592896 0.000000 2952.245117 0.000000 0.687183 0.000000 -0.726485 0.400000 0.400000 0.400000 +1944.591919 0.000000 2989.796875 0.000000 0.333653 0.000000 -0.942696 0.400000 0.400000 0.400000 +1971.931152 0.000000 2976.484131 0.000000 0.901747 0.000000 0.432265 0.400000 0.400000 0.400000 +1962.020752 0.000000 2981.271484 0.000000 0.522202 0.000000 -0.852822 0.400000 0.400000 0.400000 +1951.425415 0.000000 2956.633301 0.000000 0.441251 0.000000 -0.897384 0.400000 0.400000 0.400000 +1967.979126 0.000000 2980.907471 0.000000 0.808295 0.000000 0.588778 0.400000 0.400000 0.400000 +1959.520752 0.000000 3007.227783 0.000000 0.991152 0.000000 -0.132731 0.400000 0.400000 0.400000 +1957.404785 0.000000 2957.666992 0.000000 0.785261 0.000000 -0.619165 0.400000 0.400000 0.400000 +1983.270874 0.000000 2980.170898 0.000000 0.202457 0.000000 -0.979291 0.400000 0.400000 0.400000 +1977.055176 0.000000 2977.947754 0.000000 0.415284 0.000000 -0.909692 0.400000 0.400000 0.400000 +1966.034668 0.000000 3005.740967 0.000000 0.196120 0.000000 -0.980580 0.400000 0.400000 0.400000 +1993.066406 0.000000 2996.449219 0.000000 0.746330 0.000000 0.665577 0.400000 0.400000 0.400000 +1950.412231 0.000000 2960.242188 0.000000 0.467520 0.000000 0.883983 0.400000 0.400000 0.400000 +1943.873047 0.000000 2986.320312 0.000000 0.895766 0.000000 -0.444527 0.400000 0.400000 0.400000 +1946.558960 0.000000 2992.644775 0.000000 0.566437 0.000000 0.824105 0.400000 0.400000 0.400000 +1971.373169 0.000000 2979.838623 0.000000 0.999471 0.000000 0.032508 0.400000 0.400000 0.400000 +1962.926758 0.000000 3007.141357 0.000000 0.158757 0.000000 -0.987318 0.400000 0.400000 0.400000 +1956.328125 0.000000 3005.923584 0.000000 0.938830 0.000000 0.344381 0.400000 0.400000 0.400000 +1961.756836 0.000000 2985.256348 0.000000 0.745275 0.000000 -0.666757 0.400000 0.400000 0.400000 +1729.502197 0.000000 3041.183105 0.000000 0.109340 0.000000 0.994004 0.400000 0.400000 0.400000 +1759.725342 0.000000 3031.967285 0.000000 0.559592 0.000000 -0.828768 0.400000 0.400000 0.400000 +1740.616333 0.000000 3024.229492 0.000000 0.277504 0.000000 -0.960725 0.400000 0.400000 0.400000 +1785.971924 0.000000 3064.783691 0.000000 0.983753 0.000000 -0.179526 0.400000 0.400000 0.400000 +1747.011963 0.000000 3042.939453 0.000000 0.490292 0.000000 0.871558 0.400000 0.400000 0.400000 +1776.171143 0.000000 3032.284424 0.000000 0.974384 0.000000 -0.224889 0.400000 0.400000 0.400000 +1728.230835 0.000000 3027.049072 0.000000 0.680862 0.000000 0.732411 0.400000 0.400000 0.400000 +1779.162109 0.000000 3082.357666 0.000000 0.942668 0.000000 0.333732 0.400000 0.400000 0.400000 +1738.696655 0.000000 3034.870605 0.000000 0.198076 0.000000 0.980187 0.400000 0.400000 0.400000 +1795.828003 0.000000 3072.630859 0.000000 0.865645 0.000000 0.500659 0.400000 0.400000 0.400000 +1779.438232 0.000000 3072.058350 0.000000 0.321699 0.000000 0.946842 0.400000 0.400000 0.400000 +1749.905884 0.000000 3033.495850 0.000000 0.971742 0.000000 -0.236044 0.400000 0.400000 0.400000 +1737.713623 0.000000 3046.213867 0.000000 0.467139 0.000000 0.884184 0.400000 0.400000 0.400000 +1767.775635 0.000000 3035.882568 0.000000 0.631584 0.000000 0.775308 0.400000 0.400000 0.400000 +1730.419067 0.000000 3033.989014 0.000000 0.828543 0.000000 0.559926 0.400000 0.400000 0.400000 +1753.380859 0.000000 3039.454102 0.000000 0.125571 0.000000 -0.992085 0.400000 0.400000 0.400000 +1735.448853 0.000000 3028.617676 0.000000 0.498034 0.000000 -0.867158 0.400000 0.400000 0.400000 +1785.385620 0.000000 3084.731689 0.000000 0.161403 0.000000 -0.986889 0.400000 0.400000 0.400000 +1774.427002 0.000000 3025.674316 0.000000 0.643493 0.000000 -0.765452 0.400000 0.400000 0.400000 +1791.593872 0.000000 3067.890869 0.000000 0.271686 0.000000 -0.962386 0.400000 0.400000 0.400000 +1741.152100 0.000000 3040.701660 0.000000 0.479238 0.000000 -0.877685 0.400000 0.400000 0.400000 +1790.424072 0.000000 3088.314697 0.000000 0.977965 0.000000 0.208768 0.400000 0.400000 0.400000 +1735.489502 0.000000 3040.111084 0.000000 0.942412 0.000000 -0.334455 0.400000 0.400000 0.400000 +1781.647583 0.000000 3033.327881 0.000000 0.842812 0.000000 -0.538209 0.400000 0.400000 0.400000 +1741.428223 0.000000 3029.651367 0.000000 0.978919 0.000000 -0.204248 0.400000 0.400000 0.400000 +1730.450317 0.000000 3046.495361 0.000000 0.928451 0.000000 -0.371454 0.400000 0.400000 0.400000 +1764.594482 0.000000 3030.145264 0.000000 0.696316 0.000000 -0.717736 0.400000 0.400000 0.400000 +1755.137817 0.000000 3034.508545 0.000000 0.979804 0.000000 0.199961 0.400000 0.400000 0.400000 +1783.951782 0.000000 3060.116699 0.000000 0.383852 0.000000 0.923395 0.400000 0.400000 0.400000 +1762.774292 0.000000 3036.183350 0.000000 0.967953 0.000000 -0.251133 0.400000 0.400000 0.400000 +1748.483765 0.000000 3038.316162 0.000000 0.429753 0.000000 -0.902946 0.400000 0.400000 0.400000 +1782.008667 0.000000 3067.724854 0.000000 0.976475 0.000000 -0.215631 0.400000 0.400000 0.400000 +1797.912231 0.000000 3068.508545 0.000000 0.083064 0.000000 -0.996544 0.400000 0.400000 0.400000 +1791.137207 0.000000 3072.572998 0.000000 0.875561 0.000000 -0.483107 0.400000 0.400000 0.400000 +1779.026978 0.000000 3028.885986 0.000000 0.781601 0.000000 -0.623778 0.400000 0.400000 0.400000 +1734.548340 0.000000 3035.913330 0.000000 0.361413 0.000000 0.932406 0.400000 0.400000 0.400000 +1745.859375 0.000000 3031.844727 0.000000 0.148805 0.000000 0.988867 0.400000 0.400000 0.400000 +1783.420288 0.000000 3073.414062 0.000000 0.601230 0.000000 -0.799076 0.400000 0.400000 0.400000 +1733.986328 0.000000 3043.957275 0.000000 0.924922 0.000000 0.380157 0.400000 0.400000 0.400000 +1771.546021 0.000000 3033.312256 0.000000 0.879916 0.000000 0.475130 0.400000 0.400000 0.400000 +1777.668213 0.000000 3023.516357 0.000000 0.268495 0.000000 -0.963281 0.400000 0.400000 0.400000 +1782.399414 0.000000 3063.665283 0.000000 0.996937 0.000000 -0.078204 0.400000 0.400000 0.400000 +1731.575806 0.000000 3038.040039 0.000000 0.395403 0.000000 0.918508 0.400000 0.400000 0.400000 +1787.343750 0.000000 3061.384521 0.000000 0.064219 0.000000 0.997936 0.400000 0.400000 0.400000 +1728.410034 0.000000 3023.512695 0.000000 0.405763 0.000000 0.913979 0.400000 0.400000 0.400000 +1767.410522 0.000000 3032.216553 0.000000 0.845425 0.000000 0.534095 0.400000 0.400000 0.400000 +1778.769775 0.000000 3078.963623 0.000000 0.962265 0.000000 -0.272115 0.400000 0.400000 0.400000 +1788.151855 0.000000 3067.504395 0.000000 0.251839 0.000000 -0.967769 0.400000 0.400000 0.400000 +1734.624878 0.000000 3047.465088 0.000000 0.482297 0.000000 0.876008 0.400000 0.400000 0.400000 +1793.687012 0.000000 3089.077148 0.000000 0.601340 0.000000 0.798993 0.400000 0.400000 0.400000 +1737.495972 0.000000 3049.566650 0.000000 0.723927 0.000000 0.689876 0.400000 0.400000 0.400000 +1738.095703 0.000000 3038.072998 0.000000 0.854755 0.000000 -0.519031 0.400000 0.400000 0.400000 +1732.574463 0.000000 3041.225342 0.000000 0.932838 0.000000 0.360295 0.400000 0.400000 0.400000 +1793.531128 0.000000 3070.467041 0.000000 0.847982 0.000000 -0.530024 0.400000 0.400000 0.400000 +1775.731323 0.000000 3035.335693 0.000000 0.639979 0.000000 -0.768392 0.400000 0.400000 0.400000 +1782.509888 0.000000 3070.614014 0.000000 0.769218 0.000000 -0.638987 0.400000 0.400000 0.400000 +1755.319580 0.000000 3037.373291 0.000000 0.877032 0.000000 0.480431 0.400000 0.400000 0.400000 +1760.401367 0.000000 3034.710938 0.000000 0.904749 0.000000 -0.425945 0.400000 0.400000 0.400000 +1781.597412 0.000000 3075.067383 0.000000 0.883807 0.000000 -0.467852 0.400000 0.400000 0.400000 +1796.211548 0.000000 3070.231201 0.000000 0.880839 0.000000 0.473416 0.400000 0.400000 0.400000 +1802.027344 0.000000 3071.732910 0.000000 0.958963 0.000000 0.283530 0.400000 0.400000 0.400000 +1806.061401 0.000000 3089.220947 0.000000 0.990850 0.000000 -0.134965 0.400000 0.400000 0.400000 +1845.166626 0.000000 3093.029297 0.000000 0.946824 0.000000 0.321753 0.400000 0.400000 0.400000 +1818.300903 0.000000 3074.373047 0.000000 0.905609 0.000000 -0.424114 0.400000 0.400000 0.400000 +1809.436035 0.000000 3079.447021 0.000000 0.896275 0.000000 -0.443498 0.400000 0.400000 0.400000 +1826.434692 0.000000 3080.062744 0.000000 0.441377 0.000000 0.897322 0.400000 0.400000 0.400000 +1814.910889 0.000000 3086.849609 0.000000 0.738255 0.000000 0.674522 0.400000 0.400000 0.400000 +1831.871826 0.000000 3094.191162 0.000000 0.609941 0.000000 -0.792447 0.400000 0.400000 0.400000 +1834.341309 0.000000 3078.095947 0.000000 0.587753 0.000000 -0.809040 0.400000 0.400000 0.400000 +1843.626221 0.000000 3082.282471 0.000000 0.840802 0.000000 0.541343 0.400000 0.400000 0.400000 +1809.093750 0.000000 3072.274170 0.000000 0.957193 0.000000 0.289450 0.400000 0.400000 0.400000 +1799.919189 0.000000 3092.051270 0.000000 0.915681 0.000000 0.401906 0.400000 0.400000 0.400000 +1805.713989 0.000000 3066.131348 0.000000 0.424627 0.000000 0.905369 0.400000 0.400000 0.400000 +1838.337036 0.000000 3092.143311 0.000000 0.999845 0.000000 -0.017603 0.400000 0.400000 0.400000 +1818.223633 0.000000 3093.255127 0.000000 0.593963 0.000000 -0.804492 0.400000 0.400000 0.400000 +1828.722656 0.000000 3086.111328 0.000000 0.924919 0.000000 -0.380165 0.400000 0.400000 0.400000 +1842.536743 0.000000 3087.948975 0.000000 0.786606 0.000000 -0.617455 0.400000 0.400000 0.400000 +1804.594238 0.000000 3076.626465 0.000000 0.776570 0.000000 -0.630031 0.400000 0.400000 0.400000 +1815.536377 0.000000 3079.212158 0.000000 0.999844 0.000000 0.017638 0.400000 0.400000 0.400000 +1838.542725 0.000000 3081.839600 0.000000 0.409692 0.000000 0.912224 0.400000 0.400000 0.400000 +1810.223145 0.000000 3085.025391 0.000000 0.727569 0.000000 0.686034 0.400000 0.400000 0.400000 +1822.050293 0.000000 3077.725342 0.000000 0.049551 0.000000 0.998772 0.400000 0.400000 0.400000 +1813.370483 0.000000 3074.706055 0.000000 0.019333 0.000000 -0.999813 0.400000 0.400000 0.400000 +1828.150146 0.000000 3090.941406 0.000000 0.567638 0.000000 -0.823278 0.400000 0.400000 0.400000 +1813.876587 0.000000 3082.846191 0.000000 0.901098 0.000000 0.433615 0.400000 0.400000 0.400000 +1809.296875 0.000000 3068.261475 0.000000 0.408358 0.000000 -0.912822 0.400000 0.400000 0.400000 +1809.823730 0.000000 3089.322998 0.000000 0.996988 0.000000 -0.077562 0.400000 0.400000 0.400000 +1830.119263 0.000000 3079.034180 0.000000 0.302256 0.000000 -0.953227 0.400000 0.400000 0.400000 +1846.202148 0.000000 3089.645020 0.000000 0.971187 0.000000 -0.238319 0.400000 0.400000 0.400000 +1834.522583 0.000000 3091.937012 0.000000 0.997639 0.000000 0.068681 0.400000 0.400000 0.400000 +1818.942383 0.000000 3079.125732 0.000000 0.852255 0.000000 0.523127 0.400000 0.400000 0.400000 +1815.585938 0.000000 3072.149170 0.000000 0.992276 0.000000 -0.124052 0.400000 0.400000 0.400000 +1823.192139 0.000000 3080.909424 0.000000 0.473268 0.000000 -0.880919 0.400000 0.400000 0.400000 +1828.681641 0.000000 3082.623047 0.000000 0.041677 0.000000 -0.999131 0.400000 0.400000 0.400000 +1805.074585 0.000000 3073.431396 0.000000 0.998110 0.000000 -0.061455 0.400000 0.400000 0.400000 +1807.146240 0.000000 3086.210693 0.000000 0.409998 0.000000 0.912086 0.400000 0.400000 0.400000 +1808.287964 0.000000 3082.529785 0.000000 0.677726 0.000000 0.735315 0.400000 0.400000 0.400000 +1841.922852 0.000000 3084.971680 0.000000 0.234872 0.000000 -0.972026 0.400000 0.400000 0.400000 +1815.879150 0.000000 3076.267090 0.000000 0.984998 0.000000 0.172566 0.400000 0.400000 0.400000 +1812.048462 0.000000 3087.551514 0.000000 0.914321 0.000000 0.404990 0.400000 0.400000 0.400000 +1800.039307 0.000000 3069.778076 0.000000 0.391303 0.000000 0.920262 0.400000 0.400000 0.400000 +1811.343018 0.000000 3081.614014 0.000000 0.499619 0.000000 -0.866245 0.400000 0.400000 0.400000 +1813.333984 0.000000 3080.232422 0.000000 0.864916 0.000000 0.501917 0.400000 0.400000 0.400000 +1782.125732 0.000000 3120.015381 0.000000 0.482092 0.000000 -0.876120 0.400000 0.400000 0.400000 +1794.491333 0.000000 3125.246338 0.000000 0.957629 0.000000 -0.288005 0.400000 0.400000 0.400000 +1779.717773 0.000000 3129.401367 0.000000 0.988307 0.000000 -0.152479 0.400000 0.400000 0.400000 +1790.106201 0.000000 3118.420654 0.000000 0.939794 0.000000 -0.341743 0.400000 0.400000 0.400000 +1788.022339 0.000000 3129.330078 0.000000 0.857448 0.000000 -0.514571 0.400000 0.400000 0.400000 +1796.921631 0.000000 3118.755615 0.000000 0.176820 0.000000 0.984243 0.400000 0.400000 0.400000 +1786.821045 0.000000 3123.569580 0.000000 0.804445 0.000000 -0.594027 0.400000 0.400000 0.400000 +1778.911255 0.000000 3124.433105 0.000000 0.723931 0.000000 -0.689873 0.400000 0.400000 0.400000 +1783.951782 0.000000 3132.101074 0.000000 0.414285 0.000000 0.910147 0.400000 0.400000 0.400000 +1797.317017 0.000000 3113.852783 0.000000 0.223592 0.000000 0.974683 0.400000 0.400000 0.400000 +1793.178833 0.000000 3115.343994 0.000000 0.562910 0.000000 -0.826518 0.400000 0.400000 0.400000 +1793.465454 0.000000 3121.137451 0.000000 0.033729 0.000000 0.999431 0.400000 0.400000 0.400000 +1787.343750 0.000000 3133.368896 0.000000 0.524386 0.000000 0.851480 0.400000 0.400000 0.400000 +1777.723022 0.000000 3132.535645 0.000000 0.754201 0.000000 0.656643 0.400000 0.400000 0.400000 +1786.552734 0.000000 3119.774414 0.000000 0.509342 0.000000 0.860564 0.400000 0.400000 0.400000 +1782.420776 0.000000 3123.630127 0.000000 0.923522 0.000000 0.383546 0.400000 0.400000 0.400000 +1789.947388 0.000000 3122.083008 0.000000 0.157760 0.000000 -0.987477 0.400000 0.400000 0.400000 +1799.790161 0.000000 3119.932129 0.000000 0.999237 0.000000 0.039054 0.400000 0.400000 0.400000 +1784.583008 0.000000 3121.822510 0.000000 0.233534 0.000000 0.972349 0.400000 0.400000 0.400000 +1801.494385 0.000000 3113.167480 0.000000 0.873794 0.000000 -0.486296 0.400000 0.400000 0.400000 +1863.525513 0.000000 3154.228271 0.000000 0.061632 0.000000 -0.998099 0.400000 0.400000 0.400000 +1831.717529 0.000000 3103.951660 0.000000 0.696151 0.000000 -0.717895 0.400000 0.400000 0.400000 +1819.004150 0.000000 3114.923828 0.000000 0.611066 0.000000 0.791580 0.400000 0.400000 0.400000 +1837.817627 0.000000 3118.854980 0.000000 0.184553 0.000000 -0.982823 0.400000 0.400000 0.400000 +1839.737549 0.000000 3095.961426 0.000000 0.974809 0.000000 0.223041 0.400000 0.400000 0.400000 +1810.688843 0.000000 3106.854980 0.000000 0.372568 0.000000 0.928005 0.400000 0.400000 0.400000 +1867.925293 0.000000 3163.640869 0.000000 0.661485 0.000000 0.749959 0.400000 0.400000 0.400000 +1856.462158 0.000000 3163.271484 0.000000 0.377370 0.000000 0.926063 0.400000 0.400000 0.400000 +1800.063843 0.000000 3123.317627 0.000000 0.714485 0.000000 0.699650 0.400000 0.400000 0.400000 +1827.946777 0.000000 3120.452881 0.000000 0.995776 0.000000 0.091814 0.400000 0.400000 0.400000 +1821.898071 0.000000 3105.480225 0.000000 0.998256 0.000000 -0.059029 0.400000 0.400000 0.400000 +1846.539185 0.000000 3113.792725 0.000000 0.429949 0.000000 -0.902853 0.400000 0.400000 0.400000 +1809.705811 0.000000 3118.198242 0.000000 0.834680 0.000000 -0.550735 0.400000 0.400000 0.400000 +1839.767822 0.000000 3107.866943 0.000000 0.999901 0.000000 0.014049 0.400000 0.400000 0.400000 +1869.743530 0.000000 3152.801758 0.000000 0.691132 0.000000 0.722728 0.400000 0.400000 0.400000 +1850.369995 0.000000 3160.829346 0.000000 0.976014 0.000000 -0.217708 0.400000 0.400000 0.400000 +1813.144287 0.000000 3112.686035 0.000000 0.566624 0.000000 0.823977 0.400000 0.400000 0.400000 +1862.416260 0.000000 3160.299072 0.000000 0.101447 0.000000 0.994841 0.400000 0.400000 0.400000 +1805.835815 0.000000 3122.696289 0.000000 0.556748 0.000000 -0.830682 0.400000 0.400000 0.400000 +1816.386230 0.000000 3107.889648 0.000000 0.325286 0.000000 -0.945616 0.400000 0.400000 0.400000 +1807.481689 0.000000 3112.095459 0.000000 0.846230 0.000000 -0.532818 0.400000 0.400000 0.400000 +1822.164673 0.000000 3119.492676 0.000000 0.983352 0.000000 0.181711 0.400000 0.400000 0.400000 +1840.629883 0.000000 3113.947754 0.000000 0.714755 0.000000 0.699375 0.400000 0.400000 0.400000 +1850.017822 0.000000 3109.569824 0.000000 0.487594 0.000000 0.873070 0.400000 0.400000 0.400000 +1815.102173 0.000000 3118.710449 0.000000 0.992357 0.000000 0.123400 0.400000 0.400000 0.400000 +1802.442505 0.000000 3118.479736 0.000000 0.508523 0.000000 0.861048 0.400000 0.400000 0.400000 +1833.070801 0.000000 3121.916504 0.000000 0.194426 0.000000 -0.980917 0.400000 0.400000 0.400000 +1827.130005 0.000000 3106.492920 0.000000 0.797974 0.000000 0.602691 0.400000 0.400000 0.400000 +1845.069092 0.000000 3108.868164 0.000000 0.368529 0.000000 -0.929616 0.400000 0.400000 0.400000 +1834.766479 0.000000 3108.167725 0.000000 0.885972 0.000000 0.463738 0.400000 0.400000 0.400000 +1871.343140 0.000000 3148.036377 0.000000 0.912282 0.000000 -0.409562 0.400000 0.400000 0.400000 +1866.387695 0.000000 3157.836182 0.000000 0.553242 0.000000 0.833021 0.400000 0.400000 0.400000 +1823.182251 0.000000 3115.402832 0.000000 0.999338 0.000000 0.036374 0.400000 0.400000 0.400000 +1805.978516 0.000000 3115.941650 0.000000 0.950817 0.000000 0.309753 0.400000 0.400000 0.400000 +1830.549438 0.000000 3108.708008 0.000000 0.325613 0.000000 0.945503 0.400000 0.400000 0.400000 +1803.567993 0.000000 3110.024414 0.000000 0.557747 0.000000 0.830011 0.400000 0.400000 0.400000 +1853.476807 0.000000 3165.306396 0.000000 0.585592 0.000000 0.810606 0.400000 0.400000 0.400000 +1803.139648 0.000000 3125.049561 0.000000 0.942111 0.000000 -0.335301 0.400000 0.400000 0.400000 +1860.971313 0.000000 3156.951660 0.000000 0.200915 0.000000 0.979609 0.400000 0.400000 0.400000 +1853.669800 0.000000 3161.283447 0.000000 0.977247 0.000000 0.212104 0.400000 0.400000 0.400000 +1866.345947 0.000000 3152.396729 0.000000 0.194233 0.000000 -0.980955 0.400000 0.400000 0.400000 +1820.887451 0.000000 3102.126953 0.000000 0.434720 0.000000 0.900566 0.400000 0.400000 0.400000 +1824.830444 0.000000 3121.431152 0.000000 0.999756 0.000000 -0.022105 0.400000 0.400000 0.400000 +1809.488159 0.000000 3121.551025 0.000000 0.995555 0.000000 0.094184 0.400000 0.400000 0.400000 +1850.582642 0.000000 3106.423096 0.000000 0.822031 0.000000 0.569442 0.400000 0.400000 0.400000 +1818.976074 0.000000 3118.096191 0.000000 0.448310 0.000000 0.893878 0.400000 0.400000 0.400000 +1837.923340 0.000000 3115.617920 0.000000 0.760492 0.000000 -0.649348 0.400000 0.400000 0.400000 +1819.302612 0.000000 3106.904541 0.000000 0.489492 0.000000 0.872008 0.400000 0.400000 0.400000 +1847.350586 0.000000 3110.763428 0.000000 0.110163 0.000000 -0.993913 0.400000 0.400000 0.400000 +1851.442261 0.000000 3163.400146 0.000000 0.257207 0.000000 -0.966356 0.400000 0.400000 0.400000 +1863.773438 0.000000 3157.047607 0.000000 0.808795 0.000000 0.588091 0.400000 0.400000 0.400000 +1920.155518 0.000000 3032.284424 0.000000 0.021833 0.000000 0.999762 0.400000 0.400000 0.400000 +1938.475708 0.000000 3053.261963 0.000000 0.999485 0.000000 -0.032100 0.400000 0.400000 0.400000 +1927.775879 0.000000 3038.511475 0.000000 0.957616 0.000000 0.288049 0.400000 0.400000 0.400000 +1918.531372 0.000000 3041.808350 0.000000 0.234310 0.000000 -0.972162 0.400000 0.400000 0.400000 +1923.702148 0.000000 3057.416992 0.000000 0.594116 0.000000 -0.804379 0.400000 0.400000 0.400000 +1911.760010 0.000000 3035.882568 0.000000 0.105977 0.000000 0.994369 0.400000 0.400000 0.400000 +1934.090576 0.000000 3046.436279 0.000000 0.470966 0.000000 0.882151 0.400000 0.400000 0.400000 +1932.006714 0.000000 3057.345703 0.000000 0.982381 0.000000 0.186890 0.400000 0.400000 0.400000 +1920.405396 0.000000 3047.846924 0.000000 0.989638 0.000000 0.143586 0.400000 0.400000 0.400000 +1925.631958 0.000000 3033.327881 0.000000 0.117567 0.000000 0.993065 0.400000 0.400000 0.400000 +1912.622070 0.000000 3041.963379 0.000000 0.209831 0.000000 0.977738 0.400000 0.400000 0.400000 +1932.674072 0.000000 3041.097656 0.000000 0.037834 0.000000 -0.999284 0.400000 0.400000 0.400000 +1922.895630 0.000000 3052.448730 0.000000 0.374198 0.000000 0.927349 0.400000 0.400000 0.400000 +1927.709106 0.000000 3055.276367 0.000000 0.729469 0.000000 -0.684014 0.400000 0.400000 0.400000 +1937.449829 0.000000 3049.153076 0.000000 0.998678 0.000000 -0.051397 0.400000 0.400000 0.400000 +1934.367554 0.000000 3053.898438 0.000000 0.886576 0.000000 0.462583 0.400000 0.400000 0.400000 +1915.530396 0.000000 3033.312256 0.000000 0.506420 0.000000 0.862287 0.400000 0.400000 0.400000 +1917.549316 0.000000 3029.294922 0.000000 0.845361 0.000000 0.534195 0.400000 0.400000 0.400000 +1914.085205 0.000000 3038.793457 0.000000 0.419891 0.000000 0.907575 0.400000 0.400000 0.400000 +1930.977661 0.000000 3038.283447 0.000000 0.973818 0.000000 -0.227328 0.400000 0.400000 0.400000 +1929.281006 0.000000 3057.701904 0.000000 0.983153 0.000000 0.182782 0.400000 0.400000 0.400000 +1926.381348 0.000000 3057.743164 0.000000 0.996160 0.000000 0.087547 0.400000 0.400000 0.400000 +1922.018311 0.000000 3055.304443 0.000000 0.214591 0.000000 0.976704 0.400000 0.400000 0.400000 +1967.376099 0.000000 3089.772705 0.000000 0.277886 0.000000 -0.960614 0.400000 0.400000 0.400000 +1998.102295 0.000000 3048.031006 0.000000 0.298979 0.000000 -0.954260 0.400000 0.400000 0.400000 +2007.509888 0.000000 3082.243896 0.000000 0.733242 0.000000 0.679967 0.400000 0.400000 0.400000 +1969.634521 0.000000 3058.705811 0.000000 0.444012 0.000000 -0.896021 0.400000 0.400000 0.400000 +1946.011719 0.000000 3071.732910 0.000000 0.978094 0.000000 -0.208165 0.400000 0.400000 0.400000 +1985.645020 0.000000 3075.002686 0.000000 0.306486 0.000000 0.951875 0.400000 0.400000 0.400000 +1962.988525 0.000000 3042.939453 0.000000 0.535539 0.000000 -0.844511 0.400000 0.400000 0.400000 +1962.285278 0.000000 3074.373047 0.000000 0.710403 0.000000 0.703796 0.400000 0.400000 0.400000 +1992.147705 0.000000 3032.284424 0.000000 0.391390 0.000000 -0.920225 0.400000 0.400000 0.400000 +1985.805664 0.000000 3060.616699 0.000000 0.666122 0.000000 -0.745842 0.400000 0.400000 0.400000 +2010.467896 0.000000 3053.261963 0.000000 0.602317 0.000000 0.798257 0.400000 0.400000 0.400000 +1979.018555 0.000000 3086.270996 0.000000 0.394339 0.000000 0.918965 0.400000 0.400000 0.400000 +2011.804565 0.000000 3072.630859 0.000000 0.994507 0.000000 -0.104667 0.400000 0.400000 0.400000 +1953.420410 0.000000 3079.447021 0.000000 0.912050 0.000000 -0.410079 0.400000 0.400000 0.400000 +1970.419067 0.000000 3080.062744 0.000000 0.509929 0.000000 0.860217 0.400000 0.400000 0.400000 +1995.414795 0.000000 3072.058350 0.000000 0.107530 0.000000 -0.994202 0.400000 0.400000 0.400000 +1962.020752 0.000000 3053.255859 0.000000 0.522650 0.000000 0.852548 0.400000 0.400000 0.400000 +1978.589478 0.000000 3055.136719 0.000000 0.754099 0.000000 -0.656760 0.400000 0.400000 0.400000 +2012.718506 0.000000 3064.015869 0.000000 0.994014 0.000000 -0.109254 0.400000 0.400000 0.400000 +1978.344727 0.000000 3063.629883 0.000000 0.640682 0.000000 -0.767806 0.400000 0.400000 0.400000 +2010.912109 0.000000 3030.518555 0.000000 0.286309 0.000000 0.958137 0.400000 0.400000 0.400000 +2003.284302 0.000000 3031.560547 0.000000 0.828973 0.000000 -0.559289 0.400000 0.400000 0.400000 +1987.610596 0.000000 3082.282471 0.000000 0.005570 0.000000 -0.999985 0.400000 0.400000 0.400000 +2012.898193 0.000000 3046.771240 0.000000 0.554979 0.000000 0.831865 0.400000 0.400000 0.400000 +1949.698364 0.000000 3066.131348 0.000000 0.877601 0.000000 -0.479392 0.400000 0.400000 0.400000 +2007.570435 0.000000 3067.890869 0.000000 0.654068 0.000000 -0.756435 0.400000 0.400000 0.400000 +1957.128662 0.000000 3040.701660 0.000000 0.174790 0.000000 -0.984606 0.400000 0.400000 0.400000 +1991.724121 0.000000 3077.159424 0.000000 0.098802 0.000000 -0.995107 0.400000 0.400000 0.400000 +2002.797607 0.000000 3051.585205 0.000000 0.412348 0.000000 -0.911026 0.400000 0.400000 0.400000 +1972.372437 0.000000 3064.666992 0.000000 0.641061 0.000000 -0.767490 0.400000 0.400000 0.400000 +1956.357300 0.000000 3051.549805 0.000000 0.063061 0.000000 0.998010 0.400000 0.400000 0.400000 +1966.149048 0.000000 3047.508301 0.000000 0.793099 0.000000 0.609093 0.400000 0.400000 0.400000 +2015.068359 0.000000 3086.424072 0.000000 0.598085 0.000000 -0.801433 0.400000 0.400000 0.400000 +1997.624146 0.000000 3033.327881 0.000000 0.607577 0.000000 0.794261 0.400000 0.400000 0.400000 +1986.521118 0.000000 3087.948975 0.000000 0.886208 0.000000 -0.463288 0.400000 0.400000 0.400000 +1948.578613 0.000000 3076.626465 0.000000 0.903697 0.000000 0.428173 0.400000 0.400000 0.400000 +1984.614258 0.000000 3041.963379 0.000000 0.239279 0.000000 0.970951 0.400000 0.400000 0.400000 +1959.086548 0.000000 3046.726074 0.000000 0.754114 0.000000 -0.656743 0.400000 0.400000 0.400000 +1998.062378 0.000000 3077.569092 0.000000 0.698465 0.000000 0.715644 0.400000 0.400000 0.400000 +1983.270874 0.000000 3052.155273 0.000000 0.220787 0.000000 0.975322 0.400000 0.400000 0.400000 +1977.055176 0.000000 3049.932129 0.000000 0.862764 0.000000 0.505607 0.400000 0.400000 0.400000 +1987.086548 0.000000 3046.602295 0.000000 0.868624 0.000000 0.495472 0.400000 0.400000 0.400000 +2013.555908 0.000000 3034.895264 0.000000 0.644081 0.000000 -0.764957 0.400000 0.400000 0.400000 +1954.207520 0.000000 3085.025391 0.000000 0.646825 0.000000 -0.762638 0.400000 0.400000 0.400000 +1994.887817 0.000000 3052.448730 0.000000 0.969730 0.000000 0.244178 0.400000 0.400000 0.400000 +1990.318237 0.000000 3072.309326 0.000000 0.773273 0.000000 0.634074 0.400000 0.400000 0.400000 +1966.034668 0.000000 3077.725342 0.000000 0.597799 0.000000 -0.801646 0.400000 0.400000 0.400000 +2015.327515 0.000000 3076.052002 0.000000 0.050234 0.000000 0.998738 0.400000 0.400000 0.400000 +2013.293579 0.000000 3041.868408 0.000000 0.586352 0.000000 -0.810057 0.400000 0.400000 0.400000 +1976.041382 0.000000 3082.306152 0.000000 0.911240 0.000000 0.411876 0.400000 0.400000 0.400000 +2010.372070 0.000000 3085.851807 0.000000 0.549645 0.000000 0.835398 0.400000 0.400000 0.400000 +1965.107056 0.000000 3056.917969 0.000000 0.030861 0.000000 -0.999524 0.400000 0.400000 0.400000 +2002.862183 0.000000 3080.209229 0.000000 0.996709 0.000000 -0.081060 0.400000 0.400000 0.400000 +1985.736816 0.000000 3056.014648 0.000000 0.625705 0.000000 0.780060 0.400000 0.400000 0.400000 +1993.897949 0.000000 3093.957031 0.000000 0.802711 0.000000 0.596368 0.400000 0.400000 0.400000 +2009.155396 0.000000 3043.359619 0.000000 0.859963 0.000000 0.510356 0.400000 0.400000 0.400000 +1976.088135 0.000000 3089.379883 0.000000 0.899751 0.000000 0.436405 0.400000 0.400000 0.400000 +1944.022339 0.000000 3075.584961 0.000000 0.632618 0.000000 0.774464 0.400000 0.400000 0.400000 +1956.839600 0.000000 3070.123535 0.000000 0.117307 0.000000 -0.993096 0.400000 0.400000 0.400000 +2009.442017 0.000000 3049.153076 0.000000 0.766040 0.000000 -0.642793 0.400000 0.400000 0.400000 +1967.166626 0.000000 3043.418457 0.000000 0.508702 0.000000 -0.860943 0.400000 0.400000 0.400000 +1957.860962 0.000000 3082.846191 0.000000 0.486962 0.000000 -0.873423 0.400000 0.400000 0.400000 +2007.360229 0.000000 3032.561279 0.000000 0.692111 0.000000 0.721791 0.400000 0.400000 0.400000 +1953.281250 0.000000 3068.261475 0.000000 0.328166 0.000000 0.944620 0.400000 0.400000 0.400000 +1987.522583 0.000000 3033.312256 0.000000 0.096642 0.000000 -0.995319 0.400000 0.400000 0.400000 +2001.174316 0.000000 3034.787842 0.000000 0.547360 0.000000 0.836897 0.400000 0.400000 0.400000 +1982.048584 0.000000 3056.157715 0.000000 0.999354 0.000000 -0.035926 0.400000 0.400000 0.400000 +1954.079224 0.000000 3042.692383 0.000000 0.989509 0.000000 0.144474 0.400000 0.400000 0.400000 +1986.077393 0.000000 3038.793457 0.000000 0.974766 0.000000 0.223227 0.400000 0.400000 0.400000 +1984.460571 0.000000 3078.441406 0.000000 0.285856 0.000000 0.958273 0.400000 0.400000 0.400000 +1949.873901 0.000000 3079.925293 0.000000 0.986672 0.000000 0.162721 0.400000 0.400000 0.400000 +2005.923950 0.000000 3050.098633 0.000000 0.834207 0.000000 -0.551452 0.400000 0.400000 0.400000 +2010.142334 0.000000 3035.216309 0.000000 0.386021 0.000000 0.922490 0.400000 0.400000 0.400000 +1969.650269 0.000000 3045.886963 0.000000 0.988822 0.000000 0.149099 0.400000 0.400000 0.400000 +1946.948120 0.000000 3068.280029 0.000000 0.507670 0.000000 0.861551 0.400000 0.400000 0.400000 +1980.454712 0.000000 3050.210449 0.000000 0.953119 0.000000 -0.302595 0.400000 0.400000 0.400000 +1969.757080 0.000000 3076.753174 0.000000 0.299201 0.000000 -0.954190 0.400000 0.400000 0.400000 +2010.660522 0.000000 3066.793457 0.000000 0.365996 0.000000 -0.930617 0.400000 0.400000 0.400000 +1982.093140 0.000000 3062.740967 0.000000 0.369141 0.000000 0.929373 0.400000 0.400000 0.400000 +1965.427368 0.000000 3074.605225 0.000000 0.920743 0.000000 0.390171 0.400000 0.400000 0.400000 +1956.407959 0.000000 3048.384277 0.000000 0.967187 0.000000 0.254067 0.400000 0.400000 0.400000 +1989.136719 0.000000 3075.222412 0.000000 0.525936 0.000000 -0.850524 0.400000 0.400000 0.400000 +1992.059570 0.000000 3051.038818 0.000000 0.514877 0.000000 -0.857264 0.400000 0.400000 0.400000 +1956.609741 0.000000 3044.489502 0.000000 0.927199 0.000000 0.374570 0.400000 0.400000 0.400000 +1974.985840 0.000000 3047.441162 0.000000 0.938781 0.000000 0.344514 0.400000 0.400000 0.400000 +2015.766724 0.000000 3047.947754 0.000000 0.379509 0.000000 -0.925188 0.400000 0.400000 0.400000 +1958.615601 0.000000 3053.793945 0.000000 0.830626 0.000000 -0.556831 0.400000 0.400000 0.400000 +1983.771729 0.000000 3058.493896 0.000000 0.908027 0.000000 0.418912 0.400000 0.400000 0.400000 +2000.559570 0.000000 3049.838135 0.000000 0.440211 0.000000 0.897895 0.400000 0.400000 0.400000 +1980.684448 0.000000 3053.353760 0.000000 0.800426 0.000000 0.599431 0.400000 0.400000 0.400000 +1966.849854 0.000000 3059.018555 0.000000 0.241694 0.000000 0.970353 0.400000 0.400000 0.400000 +2004.745850 0.000000 3082.235352 0.000000 0.924001 0.000000 0.382391 0.400000 0.400000 0.400000 +1878.053589 0.000000 3161.205322 0.000000 0.524335 0.000000 -0.851512 0.400000 0.400000 0.400000 +1890.293091 0.000000 3146.357422 0.000000 0.280980 0.000000 0.959714 0.400000 0.400000 0.400000 +1902.138062 0.000000 3142.360596 0.000000 0.326961 0.000000 -0.945038 0.400000 0.400000 0.400000 +1907.026367 0.000000 3158.255371 0.000000 0.866333 0.000000 -0.499467 0.400000 0.400000 0.400000 +1928.454346 0.000000 3163.271484 0.000000 0.998526 0.000000 0.054284 0.400000 0.400000 0.400000 +1881.428223 0.000000 3151.431396 0.000000 0.543211 0.000000 -0.839596 0.400000 0.400000 0.400000 +1898.426880 0.000000 3152.047119 0.000000 0.999813 0.000000 0.019323 0.400000 0.400000 0.400000 +1923.422607 0.000000 3144.042725 0.000000 0.991737 0.000000 0.128289 0.400000 0.400000 0.400000 +1872.360229 0.000000 3152.835938 0.000000 0.010851 0.000000 0.999941 0.400000 0.400000 0.400000 +1886.903076 0.000000 3158.833984 0.000000 0.826308 0.000000 0.563219 0.400000 0.400000 0.400000 +1931.055054 0.000000 3147.438721 0.000000 0.177845 0.000000 -0.984058 0.400000 0.400000 0.400000 +1916.625610 0.000000 3139.698486 0.000000 0.150317 0.000000 -0.988638 0.400000 0.400000 0.400000 +1881.085938 0.000000 3144.258545 0.000000 0.304994 0.000000 -0.952354 0.400000 0.400000 0.400000 +1871.911377 0.000000 3164.035645 0.000000 0.570935 0.000000 0.820995 0.400000 0.400000 0.400000 +1929.369995 0.000000 3156.716064 0.000000 0.993320 0.000000 -0.115390 0.400000 0.400000 0.400000 +1892.138550 0.000000 3154.329590 0.000000 0.591512 0.000000 0.806296 0.400000 0.400000 0.400000 +1909.673340 0.000000 3141.306641 0.000000 0.981604 0.000000 0.190930 0.400000 0.400000 0.400000 +1883.453857 0.000000 3164.740234 0.000000 0.997731 0.000000 0.067329 0.400000 0.400000 0.400000 +1922.362183 0.000000 3160.829346 0.000000 0.488322 0.000000 0.872663 0.400000 0.400000 0.400000 +1900.714844 0.000000 3158.095703 0.000000 0.965724 0.000000 -0.259572 0.400000 0.400000 0.400000 +1896.620117 0.000000 3145.530273 0.000000 0.230798 0.000000 -0.973002 0.400000 0.400000 0.400000 +1878.071289 0.000000 3167.260498 0.000000 0.610216 0.000000 -0.792235 0.400000 0.400000 0.400000 +1914.528931 0.000000 3159.933350 0.000000 0.704346 0.000000 0.709857 0.400000 0.400000 0.400000 +1876.586426 0.000000 3148.610840 0.000000 0.171165 0.000000 0.985242 0.400000 0.400000 0.400000 +1926.070190 0.000000 3149.553467 0.000000 0.987767 0.000000 0.155939 0.400000 0.400000 0.400000 +1901.332031 0.000000 3147.513184 0.000000 0.244423 0.000000 0.969669 0.400000 0.400000 0.400000 +1930.869995 0.000000 3152.193604 0.000000 0.764100 0.000000 -0.645098 0.400000 0.400000 0.400000 +1891.345703 0.000000 3159.810547 0.000000 0.359681 0.000000 -0.933075 0.400000 0.400000 0.400000 +1921.074219 0.000000 3140.417969 0.000000 0.999831 0.000000 0.018360 0.400000 0.400000 0.400000 +1904.095947 0.000000 3161.364258 0.000000 0.333475 0.000000 0.942759 0.400000 0.400000 0.400000 +1872.030151 0.000000 3147.569336 0.000000 0.129132 0.000000 0.991627 0.400000 0.400000 0.400000 +1927.404663 0.000000 3145.398438 0.000000 0.683359 0.000000 0.730083 0.400000 0.400000 0.400000 +1881.289062 0.000000 3140.245850 0.000000 0.644457 0.000000 0.764640 0.400000 0.400000 0.400000 +1887.120361 0.000000 3162.852783 0.000000 0.205250 0.000000 -0.978710 0.400000 0.400000 0.400000 +1881.815918 0.000000 3161.307373 0.000000 0.523205 0.000000 0.852207 0.400000 0.400000 0.400000 +1880.327515 0.000000 3147.809082 0.000000 0.965328 0.000000 0.261040 0.400000 0.400000 0.400000 +1918.194336 0.000000 3161.629395 0.000000 0.177495 0.000000 0.984122 0.400000 0.400000 0.400000 +1879.956421 0.000000 3164.288574 0.000000 0.251160 0.000000 -0.967945 0.400000 0.400000 0.400000 +1889.188232 0.000000 3156.213379 0.000000 0.121655 0.000000 -0.992572 0.400000 0.400000 0.400000 +1906.514771 0.000000 3163.921387 0.000000 0.855737 0.000000 0.517411 0.400000 0.400000 0.400000 +1909.079224 0.000000 3161.037109 0.000000 0.766790 0.000000 0.641898 0.400000 0.400000 0.400000 +1925.661987 0.000000 3161.283447 0.000000 0.939522 0.000000 -0.342489 0.400000 0.400000 0.400000 +1900.673828 0.000000 3154.607422 0.000000 0.968898 0.000000 -0.247459 0.400000 0.400000 0.400000 +1912.272217 0.000000 3161.927002 0.000000 0.283094 0.000000 0.959092 0.400000 0.400000 0.400000 +1903.496216 0.000000 3144.830811 0.000000 0.893962 0.000000 -0.448143 0.400000 0.400000 0.400000 +1997.283203 0.000000 3096.935303 0.000000 0.478462 0.000000 0.878108 0.400000 0.400000 0.400000 +2010.912109 0.000000 3102.502930 0.000000 0.818566 0.000000 -0.574412 0.400000 0.400000 0.400000 +2003.284302 0.000000 3103.544922 0.000000 0.934544 0.000000 -0.355847 0.400000 0.400000 0.400000 +2013.143066 0.000000 3096.235352 0.000000 0.013509 0.000000 -0.999909 0.400000 0.400000 0.400000 +2007.360229 0.000000 3104.545654 0.000000 0.820453 0.000000 0.571714 0.400000 0.400000 0.400000 +1993.644775 0.000000 3095.500732 0.000000 0.882098 0.000000 -0.471065 0.400000 0.400000 0.400000 +1998.978394 0.000000 3101.799561 0.000000 0.756532 0.000000 -0.653957 0.400000 0.400000 0.400000 +2013.403320 0.000000 3100.005371 0.000000 0.642825 0.000000 -0.766013 0.400000 0.400000 0.400000 +2064.139893 0.000000 2888.315674 0.000000 0.628911 0.000000 -0.777477 0.400000 0.400000 0.400000 +2081.493896 0.000000 2894.591553 0.000000 0.782000 0.000000 -0.623279 0.400000 0.400000 0.400000 +2046.122437 0.000000 2926.407471 0.000000 0.260268 0.000000 0.965536 0.400000 0.400000 0.400000 +2051.010742 0.000000 2942.302246 0.000000 0.969041 0.000000 0.246900 0.400000 0.400000 0.400000 +2055.714111 0.000000 2880.008301 0.000000 0.687403 0.000000 -0.726276 0.400000 0.400000 0.400000 +2025.412598 0.000000 2935.478271 0.000000 0.622517 0.000000 0.782607 0.400000 0.400000 0.400000 +2062.515869 0.000000 2897.839600 0.000000 0.348922 0.000000 0.937152 0.400000 0.400000 0.400000 +2050.581787 0.000000 2911.167969 0.000000 0.315409 0.000000 -0.948956 0.400000 0.400000 0.400000 +2047.848389 0.000000 2950.222412 0.000000 0.860937 0.000000 -0.508711 0.400000 0.400000 0.400000 +2066.649170 0.000000 2920.314453 0.000000 0.803723 0.000000 0.595003 0.400000 0.400000 0.400000 +2021.690552 0.000000 2922.162598 0.000000 0.864973 0.000000 0.501819 0.400000 0.400000 0.400000 +2044.364624 0.000000 2920.698242 0.000000 0.670589 0.000000 -0.741829 0.400000 0.400000 0.400000 +2064.389893 0.000000 2903.878174 0.000000 0.987800 0.000000 0.155728 0.400000 0.400000 0.400000 +2056.606445 0.000000 2897.994629 0.000000 0.742592 0.000000 -0.669745 0.400000 0.400000 0.400000 +2046.795898 0.000000 2915.657715 0.000000 0.977884 0.000000 -0.209149 0.400000 0.400000 0.400000 +2043.106567 0.000000 2890.539795 0.000000 0.451979 0.000000 0.892029 0.400000 0.400000 0.400000 +2050.348877 0.000000 2929.094727 0.000000 0.389636 0.000000 0.920969 0.400000 0.400000 0.400000 +2044.227051 0.000000 2899.572266 0.000000 0.658654 0.000000 0.752446 0.400000 0.400000 0.400000 +2069.977539 0.000000 2923.756104 0.000000 0.027745 0.000000 0.999615 0.400000 0.400000 0.400000 +2048.080322 0.000000 2945.411133 0.000000 0.402782 0.000000 0.915296 0.400000 0.400000 0.400000 +2038.690186 0.000000 2883.459961 0.000000 0.978071 0.000000 -0.208272 0.400000 0.400000 0.400000 +2061.533691 0.000000 2885.326172 0.000000 0.696381 0.000000 0.717672 0.400000 0.400000 0.400000 +2044.810547 0.000000 2895.726074 0.000000 0.775209 0.000000 0.631705 0.400000 0.400000 0.400000 +2049.973633 0.000000 2914.611572 0.000000 0.348136 0.000000 -0.937444 0.400000 0.400000 0.400000 +2067.358398 0.000000 2902.504395 0.000000 0.824564 0.000000 0.565769 0.400000 0.400000 0.400000 +2040.900391 0.000000 2888.289795 0.000000 0.430743 0.000000 0.902475 0.400000 0.400000 0.400000 +2062.106201 0.000000 2901.810791 0.000000 0.955243 0.000000 0.295822 0.400000 0.400000 0.400000 +2043.288330 0.000000 2893.404541 0.000000 0.652222 0.000000 -0.758028 0.400000 0.400000 0.400000 +2136.132080 0.000000 2888.315674 0.000000 0.797909 0.000000 0.602778 0.400000 0.400000 0.400000 +2114.403564 0.000000 2936.093994 0.000000 0.635056 0.000000 -0.772466 0.400000 0.400000 0.400000 +2134.508057 0.000000 2897.839600 0.000000 0.268515 0.000000 -0.963275 0.400000 0.400000 0.400000 +2108.114990 0.000000 2938.376465 0.000000 0.651308 0.000000 0.758813 0.400000 0.400000 0.400000 +2137.986572 0.000000 2893.616699 0.000000 0.998454 0.000000 -0.055581 0.400000 0.400000 0.400000 +2117.236816 0.000000 2910.695312 0.000000 0.761552 0.000000 -0.648104 0.400000 0.400000 0.400000 +2131.070801 0.000000 2902.633545 0.000000 0.220390 0.000000 -0.975412 0.400000 0.400000 0.400000 +2118.087891 0.000000 2935.065430 0.000000 0.962912 0.000000 -0.269815 0.400000 0.400000 0.400000 +2106.911133 0.000000 2935.156982 0.000000 0.999375 0.000000 0.035362 0.400000 0.400000 0.400000 +2138.551270 0.000000 2890.469971 0.000000 0.640077 0.000000 0.768311 0.400000 0.400000 0.400000 +2132.743652 0.000000 2895.672607 0.000000 0.965320 0.000000 0.261071 0.400000 0.400000 0.400000 +2047.694092 0.000000 2959.982910 0.000000 0.969798 0.000000 -0.243911 0.400000 0.400000 0.400000 +2077.716553 0.000000 2952.205566 0.000000 0.980287 0.000000 0.197578 0.400000 0.400000 0.400000 +2081.493896 0.000000 2966.575928 0.000000 0.981579 0.000000 0.191055 0.400000 0.400000 0.400000 +2071.760254 0.000000 2966.527100 0.000000 0.941593 0.000000 -0.336753 0.400000 0.400000 0.400000 +2075.276367 0.000000 2959.576172 0.000000 0.528846 0.000000 0.848718 0.400000 0.400000 0.400000 +2042.197754 0.000000 2957.325684 0.000000 0.410110 0.000000 -0.912036 0.400000 0.400000 0.400000 +2087.060547 0.000000 3014.439697 0.000000 0.317121 0.000000 0.948385 0.400000 0.400000 0.400000 +2076.658447 0.000000 2969.113281 0.000000 0.211336 0.000000 -0.977413 0.400000 0.400000 0.400000 +2085.285889 0.000000 2969.884033 0.000000 0.994668 0.000000 0.103129 0.400000 0.400000 0.400000 +2077.314697 0.000000 2964.031494 0.000000 0.323465 0.000000 0.946240 0.400000 0.400000 0.400000 +2044.421631 0.000000 2953.230225 0.000000 0.930649 0.000000 0.365913 0.400000 0.400000 0.400000 +2079.352539 0.000000 2960.576904 0.000000 0.118330 0.000000 0.992974 0.400000 0.400000 0.400000 +2073.166504 0.000000 2962.803467 0.000000 0.764090 0.000000 -0.645109 0.400000 0.400000 0.400000 +2071.588623 0.000000 2969.694824 0.000000 0.562747 0.000000 0.826629 0.400000 0.400000 0.400000 +2040.900391 0.000000 2960.274170 0.000000 0.463787 0.000000 0.885947 0.400000 0.400000 0.400000 +2066.809326 0.000000 2977.539062 0.000000 0.880222 0.000000 -0.474561 0.400000 0.400000 0.400000 +2078.584473 0.000000 2966.762939 0.000000 0.280651 0.000000 0.959810 0.400000 0.400000 0.400000 +2046.602173 0.000000 2951.495850 0.000000 0.853848 0.000000 0.520523 0.400000 0.400000 0.400000 +2111.360352 0.000000 3017.788330 0.000000 0.153578 0.000000 0.988137 0.400000 0.400000 0.400000 +2089.463135 0.000000 2969.198730 0.000000 0.806276 0.000000 -0.591539 0.400000 0.400000 0.400000 +2119.686279 0.000000 2959.982910 0.000000 0.948314 0.000000 0.317334 0.400000 0.400000 0.400000 +2129.629395 0.000000 3003.018311 0.000000 0.327908 0.000000 0.944710 0.400000 0.400000 0.400000 +2094.030029 0.000000 3017.236572 0.000000 0.995698 0.000000 -0.092658 0.400000 0.400000 0.400000 +2118.114746 0.000000 2998.391846 0.000000 0.886098 0.000000 -0.463499 0.400000 0.400000 0.400000 +2123.002930 0.000000 3014.286621 0.000000 0.595216 0.000000 -0.803566 0.400000 0.400000 0.400000 +2097.404785 0.000000 3007.462646 0.000000 0.012654 0.000000 0.999920 0.400000 0.400000 0.400000 +2114.403564 0.000000 3008.078369 0.000000 0.093862 0.000000 -0.995585 0.400000 0.400000 0.400000 +2102.879639 0.000000 3014.865234 0.000000 0.576649 0.000000 0.816992 0.400000 0.400000 0.400000 +2119.840576 0.000000 3022.206787 0.000000 0.860315 0.000000 0.509762 0.400000 0.400000 0.400000 +2122.310059 0.000000 3006.111572 0.000000 0.997397 0.000000 -0.072100 0.400000 0.400000 0.400000 +2087.887939 0.000000 3020.066895 0.000000 0.610575 0.000000 0.791958 0.400000 0.400000 0.400000 +2099.430420 0.000000 3020.771484 0.000000 0.763300 0.000000 0.646044 0.400000 0.400000 0.400000 +2106.192383 0.000000 3021.270752 0.000000 0.570667 0.000000 -0.821181 0.400000 0.400000 0.400000 +2116.691406 0.000000 3014.126953 0.000000 0.826956 0.000000 0.562267 0.400000 0.400000 0.400000 +2114.189941 0.000000 2957.325684 0.000000 0.190614 0.000000 0.981665 0.400000 0.400000 0.400000 +2094.047852 0.000000 3023.291748 0.000000 0.984638 0.000000 0.174608 0.400000 0.400000 0.400000 +2093.298584 0.000000 3011.459473 0.000000 0.394777 0.000000 0.918777 0.400000 0.400000 0.400000 +2103.505127 0.000000 3007.227783 0.000000 0.996470 0.000000 -0.083947 0.400000 0.400000 0.400000 +2126.511475 0.000000 3009.855225 0.000000 0.900830 0.000000 0.434171 0.400000 0.400000 0.400000 +2089.235840 0.000000 3014.975342 0.000000 0.406005 0.000000 0.913871 0.400000 0.400000 0.400000 +2117.308594 0.000000 3003.544434 0.000000 0.646235 0.000000 0.763138 0.400000 0.400000 0.400000 +2098.191895 0.000000 3013.041016 0.000000 0.426021 0.000000 -0.904714 0.400000 0.400000 0.400000 +2122.341064 0.000000 3001.079102 0.000000 0.978014 0.000000 -0.208538 0.400000 0.400000 0.400000 +2120.025879 0.000000 3010.321777 0.000000 0.991627 0.000000 -0.129135 0.400000 0.400000 0.400000 +2116.118896 0.000000 3018.957031 0.000000 0.400325 0.000000 0.916373 0.400000 0.400000 0.400000 +2107.322266 0.000000 3015.841797 0.000000 0.384350 0.000000 0.923187 0.400000 0.400000 0.400000 +2120.072510 0.000000 3017.395508 0.000000 0.952956 0.000000 -0.303109 0.400000 0.400000 0.400000 +2101.845215 0.000000 3010.861816 0.000000 0.186037 0.000000 0.982543 0.400000 0.400000 0.400000 +2125.737061 0.000000 3004.183105 0.000000 0.701857 0.000000 -0.712317 0.400000 0.400000 0.400000 +2103.096924 0.000000 3018.884033 0.000000 0.991847 0.000000 -0.127434 0.400000 0.400000 0.400000 +2091.693604 0.000000 3020.325928 0.000000 0.968214 0.000000 0.250122 0.400000 0.400000 0.400000 +2097.792480 0.000000 3017.338623 0.000000 0.986230 0.000000 -0.165382 0.400000 0.400000 0.400000 +2118.177734 0.000000 2956.475342 0.000000 0.991346 0.000000 0.131272 0.400000 0.400000 0.400000 +2124.002441 0.000000 3023.079590 0.000000 0.988454 0.000000 0.151521 0.400000 0.400000 0.400000 +2095.933105 0.000000 3020.319824 0.000000 0.428159 0.000000 0.903704 0.400000 0.400000 0.400000 +2105.164795 0.000000 3012.244629 0.000000 0.538143 0.000000 0.842853 0.400000 0.400000 0.400000 +2122.491211 0.000000 3019.952637 0.000000 0.892268 0.000000 0.451506 0.400000 0.400000 0.400000 +2113.741455 0.000000 3004.768799 0.000000 0.992239 0.000000 0.124345 0.400000 0.400000 0.400000 +2123.232910 0.000000 3010.946289 0.000000 0.955767 0.000000 -0.294124 0.400000 0.400000 0.400000 +2100.312500 0.000000 3005.923584 0.000000 0.972160 0.000000 0.234319 0.400000 0.400000 0.400000 +2116.650391 0.000000 3010.638672 0.000000 0.926389 0.000000 -0.376569 0.400000 0.400000 0.400000 +2120.597412 0.000000 3003.452393 0.000000 0.680601 0.000000 0.732654 0.400000 0.400000 0.400000 +2106.016357 0.000000 3018.443359 0.000000 0.464833 0.000000 -0.885398 0.400000 0.400000 0.400000 +2099.311768 0.000000 3009.629639 0.000000 0.703438 0.000000 -0.710757 0.400000 0.400000 0.400000 +2100.414307 0.000000 3018.354980 0.000000 0.261397 0.000000 0.965231 0.400000 0.400000 0.400000 +2097.423828 0.000000 3022.347412 0.000000 0.399873 0.000000 -0.916570 0.400000 0.400000 0.400000 +2214.078857 0.000000 2904.062256 0.000000 0.242072 0.000000 0.970258 0.400000 0.400000 0.400000 +2191.678467 0.000000 2887.998535 0.000000 0.833536 0.000000 -0.552465 0.400000 0.400000 0.400000 +2221.700928 0.000000 2880.221191 0.000000 0.647620 0.000000 -0.761964 0.400000 0.400000 0.400000 +2178.965088 0.000000 2898.970703 0.000000 0.286023 0.000000 -0.958223 0.400000 0.400000 0.400000 +2208.124268 0.000000 2888.315674 0.000000 0.316787 0.000000 -0.948497 0.400000 0.400000 0.400000 +2197.778564 0.000000 2902.901855 0.000000 0.933199 0.000000 -0.359359 0.400000 0.400000 0.400000 +2201.782227 0.000000 2916.647949 0.000000 0.662215 0.000000 -0.749314 0.400000 0.400000 0.400000 +2199.698486 0.000000 2880.008301 0.000000 0.839625 0.000000 0.543166 0.400000 0.400000 0.400000 +2184.036621 0.000000 2879.773682 0.000000 0.903212 0.000000 -0.429194 0.400000 0.400000 0.400000 +2227.886230 0.000000 2947.687744 0.000000 0.965455 0.000000 -0.260570 0.400000 0.400000 0.400000 +2216.423096 0.000000 2947.318359 0.000000 0.219617 0.000000 0.975586 0.400000 0.400000 0.400000 +2181.859131 0.000000 2889.527100 0.000000 0.074635 0.000000 0.997211 0.400000 0.400000 0.400000 +2206.500244 0.000000 2897.839600 0.000000 0.953252 0.000000 0.302177 0.400000 0.400000 0.400000 +2211.670898 0.000000 2913.448242 0.000000 0.084262 0.000000 -0.996444 0.400000 0.400000 0.400000 +2194.566162 0.000000 2911.167969 0.000000 0.829785 0.000000 -0.558083 0.400000 0.400000 0.400000 +2199.728760 0.000000 2891.913818 0.000000 0.015936 0.000000 0.999873 0.400000 0.400000 0.400000 +2204.684570 0.000000 2908.157715 0.000000 0.993177 0.000000 0.116615 0.400000 0.400000 0.400000 +2192.134766 0.000000 2896.600342 0.000000 0.924542 0.000000 -0.381081 0.400000 0.400000 0.400000 +2213.259766 0.000000 2880.982178 0.000000 0.841167 0.000000 0.540775 0.400000 0.400000 0.400000 +2219.975586 0.000000 2913.376953 0.000000 0.887447 0.000000 0.460910 0.400000 0.400000 0.400000 +2185.333984 0.000000 2895.485352 0.000000 0.100385 0.000000 -0.994949 0.400000 0.400000 0.400000 +2210.633545 0.000000 2920.314453 0.000000 0.987804 0.000000 -0.155705 0.400000 0.400000 0.400000 +2206.380127 0.000000 2881.705566 0.000000 0.997395 0.000000 0.072134 0.400000 0.400000 0.400000 +2201.871094 0.000000 2885.837646 0.000000 0.664811 0.000000 0.747012 0.400000 0.400000 0.400000 +2222.377197 0.000000 2944.345947 0.000000 0.696712 0.000000 0.717351 0.400000 0.400000 0.400000 +2186.182129 0.000000 2885.341309 0.000000 0.996843 0.000000 0.079401 0.400000 0.400000 0.400000 +2213.600586 0.000000 2889.359131 0.000000 0.988527 0.000000 0.151046 0.400000 0.400000 0.400000 +2212.160400 0.000000 2898.873047 0.000000 0.792104 0.000000 0.610386 0.400000 0.400000 0.400000 +2199.247314 0.000000 2908.186523 0.000000 0.730864 0.000000 0.682523 0.400000 0.400000 0.400000 +2206.069336 0.000000 2913.300293 0.000000 0.022551 0.000000 0.999746 0.400000 0.400000 0.400000 +2196.547607 0.000000 2886.176514 0.000000 0.186118 0.000000 -0.982527 0.400000 0.400000 0.400000 +2203.062988 0.000000 2902.633545 0.000000 0.241111 0.000000 0.970498 0.400000 0.400000 0.400000 +2187.090820 0.000000 2890.539795 0.000000 0.204577 0.000000 -0.978850 0.400000 0.400000 0.400000 +2215.905029 0.000000 2916.147949 0.000000 0.460273 0.000000 -0.887777 0.400000 0.400000 0.400000 +2196.988281 0.000000 2915.667969 0.000000 0.677377 0.000000 -0.735636 0.400000 0.400000 0.400000 +2180.436768 0.000000 2894.347412 0.000000 0.963561 0.000000 -0.267488 0.400000 0.400000 0.400000 +2200.281738 0.000000 2921.159668 0.000000 0.995471 0.000000 -0.095067 0.400000 0.400000 0.400000 +2217.387939 0.000000 2883.255371 0.000000 0.453764 0.000000 -0.891122 0.400000 0.400000 0.400000 +2210.979980 0.000000 2884.917236 0.000000 0.616494 0.000000 -0.787360 0.400000 0.400000 0.400000 +2220.503906 0.000000 2949.201416 0.000000 0.819532 0.000000 0.573033 0.400000 0.400000 0.400000 +2215.373291 0.000000 2929.445312 0.000000 0.551960 0.000000 -0.833871 0.400000 0.400000 0.400000 +2190.510254 0.000000 2892.754883 0.000000 0.972297 0.000000 -0.233749 0.400000 0.400000 0.400000 +2216.975830 0.000000 2951.348877 0.000000 0.727138 0.000000 0.686492 0.400000 0.400000 0.400000 +2209.621338 0.000000 2879.547607 0.000000 0.345555 0.000000 -0.938399 0.400000 0.400000 0.400000 +2205.518066 0.000000 2885.326172 0.000000 0.820370 0.000000 0.571832 0.400000 0.400000 0.400000 +2214.954834 0.000000 2885.846436 0.000000 0.995631 0.000000 -0.093377 0.400000 0.400000 0.400000 +2199.118896 0.000000 2883.544434 0.000000 0.503140 0.000000 -0.864205 0.400000 0.400000 0.400000 +2209.676270 0.000000 2916.582520 0.000000 0.952704 0.000000 -0.303901 0.400000 0.400000 0.400000 +2214.373779 0.000000 2907.677002 0.000000 0.660084 0.000000 0.751192 0.400000 0.400000 0.400000 +2199.363525 0.000000 2888.247803 0.000000 0.308146 0.000000 -0.951339 0.400000 0.400000 0.400000 +2229.051758 0.000000 2916.593750 0.000000 0.655442 0.000000 -0.755246 0.400000 0.400000 0.400000 +2230.480225 0.000000 2894.440430 0.000000 0.916482 0.000000 0.400076 0.400000 0.400000 0.400000 +2218.199463 0.000000 2879.866211 0.000000 0.875859 0.000000 0.482567 0.400000 0.400000 0.400000 +2210.722900 0.000000 2934.994873 0.000000 0.998819 0.000000 0.048584 0.400000 0.400000 0.400000 +2207.665283 0.000000 2910.241943 0.000000 0.704776 0.000000 -0.709430 0.400000 0.400000 0.400000 +2196.431396 0.000000 2906.241699 0.000000 0.888304 0.000000 0.459257 0.400000 0.400000 0.400000 +2225.640137 0.000000 2945.108398 0.000000 0.915257 0.000000 -0.402870 0.400000 0.400000 0.400000 +2193.677979 0.000000 2884.611328 0.000000 0.073207 0.000000 0.997317 0.400000 0.400000 0.400000 +2198.069824 0.000000 2918.772217 0.000000 0.943638 0.000000 -0.330978 0.400000 0.400000 0.400000 +2195.204834 0.000000 2889.041748 0.000000 0.999976 0.000000 0.006996 0.400000 0.400000 0.400000 +2205.301270 0.000000 2904.892578 0.000000 0.995102 0.000000 0.098854 0.400000 0.400000 0.400000 +2212.858398 0.000000 2916.633057 0.000000 0.488188 0.000000 0.872739 0.400000 0.400000 0.400000 +2209.535156 0.000000 2896.852783 0.000000 0.117325 0.000000 0.993094 0.400000 0.400000 0.400000 +2214.202393 0.000000 2901.108154 0.000000 0.864304 0.000000 0.502970 0.400000 0.400000 0.400000 +2200.436279 0.000000 2901.153320 0.000000 0.782512 0.000000 0.622635 0.400000 0.400000 0.400000 +2208.812500 0.000000 2913.854980 0.000000 0.034923 0.000000 0.999390 0.400000 0.400000 0.400000 +2217.249756 0.000000 2913.733154 0.000000 0.653129 0.000000 -0.757246 0.400000 0.400000 0.400000 +2189.648926 0.000000 2890.187988 0.000000 0.980324 0.000000 0.197397 0.400000 0.400000 0.400000 +2255.344727 0.000000 2945.803955 0.000000 0.999693 0.000000 -0.024774 0.400000 0.400000 0.400000 +2295.478516 0.000000 2938.275146 0.000000 0.938355 0.000000 0.345672 0.400000 0.400000 0.400000 +2273.613770 0.000000 2931.033936 0.000000 0.195401 0.000000 -0.980723 0.400000 0.400000 0.400000 +2277.119873 0.000000 2949.060547 0.000000 0.571126 0.000000 -0.820863 0.400000 0.400000 0.400000 +2298.436523 0.000000 2909.293213 0.000000 0.061008 0.000000 0.998137 0.400000 0.400000 0.400000 +2283.107422 0.000000 2938.388916 0.000000 0.404914 0.000000 -0.914355 0.400000 0.400000 0.400000 +2242.642090 0.000000 2890.901855 0.000000 0.396334 0.000000 0.918107 0.400000 0.400000 0.400000 +2256.028809 0.000000 2879.773682 0.000000 0.843166 0.000000 0.537653 0.400000 0.400000 0.400000 +2299.878418 0.000000 2947.687744 0.000000 0.959973 0.000000 -0.280092 0.400000 0.400000 0.400000 +2258.387939 0.000000 2936.093994 0.000000 0.940111 0.000000 -0.340869 0.400000 0.400000 0.400000 +2283.383545 0.000000 2928.089600 0.000000 0.895151 0.000000 -0.445763 0.400000 0.400000 0.400000 +2253.851318 0.000000 2889.527100 0.000000 0.697484 0.000000 -0.716601 0.400000 0.400000 0.400000 +2253.836426 0.000000 2922.373047 0.000000 0.903756 0.000000 0.428049 0.400000 0.400000 0.400000 +2291.015869 0.000000 2931.485596 0.000000 0.995801 0.000000 -0.091545 0.400000 0.400000 0.400000 +2266.294434 0.000000 2934.127197 0.000000 0.989763 0.000000 0.142720 0.400000 0.400000 0.400000 +2276.586670 0.000000 2923.745361 0.000000 0.995805 0.000000 0.091503 0.400000 0.400000 0.400000 +2275.579346 0.000000 2938.313721 0.000000 0.999801 0.000000 -0.019940 0.400000 0.400000 0.400000 +2289.330811 0.000000 2940.762939 0.000000 0.754021 0.000000 0.656850 0.400000 0.400000 0.400000 +2250.424316 0.000000 2883.599609 0.000000 0.934270 0.000000 -0.356566 0.400000 0.400000 0.400000 +2301.696777 0.000000 2936.848633 0.000000 0.335780 0.000000 -0.941940 0.400000 0.400000 0.400000 +2270.290283 0.000000 2948.174561 0.000000 0.647959 0.000000 0.761676 0.400000 0.400000 0.400000 +2250.176758 0.000000 2949.286377 0.000000 0.430632 0.000000 -0.902528 0.400000 0.400000 0.400000 +2279.692871 0.000000 2933.190674 0.000000 0.378878 0.000000 0.925447 0.400000 0.400000 0.400000 +2294.369385 0.000000 2944.345947 0.000000 0.019045 0.000000 -0.999819 0.400000 0.400000 0.400000 +2303.037109 0.000000 2942.455322 0.000000 0.670994 0.000000 -0.741463 0.400000 0.400000 0.400000 +2274.489746 0.000000 2943.980225 0.000000 0.838130 0.000000 -0.545470 0.400000 0.400000 0.400000 +2234.395508 0.000000 2902.526611 0.000000 0.648617 0.000000 0.761115 0.400000 0.400000 0.400000 +2296.636719 0.000000 2933.033203 0.000000 0.580193 0.000000 0.814479 0.400000 0.400000 0.400000 +2290.112793 0.000000 2926.296143 0.000000 0.942333 0.000000 0.334678 0.400000 0.400000 0.400000 +2270.495850 0.000000 2937.870850 0.000000 0.541757 0.000000 0.840535 0.400000 0.400000 0.400000 +2303.296387 0.000000 2932.083252 0.000000 0.855698 0.000000 0.517476 0.400000 0.400000 0.400000 +2264.010254 0.000000 2938.337402 0.000000 0.954673 0.000000 -0.297656 0.400000 0.400000 0.400000 +2301.526123 0.000000 2913.015137 0.000000 0.283335 0.000000 0.959021 0.400000 0.400000 0.400000 +2256.250000 0.000000 2940.516113 0.000000 0.985431 0.000000 0.170075 0.400000 0.400000 0.400000 +2278.662842 0.000000 2941.881836 0.000000 0.643348 0.000000 0.765574 0.400000 0.400000 0.400000 +2295.082520 0.000000 2928.604248 0.000000 0.357863 0.000000 0.933774 0.400000 0.400000 0.400000 +2251.478516 0.000000 2879.381836 0.000000 0.843512 0.000000 -0.537111 0.400000 0.400000 0.400000 +2252.854492 0.000000 2927.029785 0.000000 0.138134 0.000000 0.990414 0.400000 0.400000 0.400000 +2287.365479 0.000000 2929.445312 0.000000 0.364289 0.000000 -0.931286 0.400000 0.400000 0.400000 +2285.343750 0.000000 2941.855225 0.000000 0.995453 0.000000 0.095253 0.400000 0.400000 0.400000 +2275.891846 0.000000 2934.161621 0.000000 0.525380 0.000000 0.850868 0.400000 0.400000 0.400000 +2287.192871 0.000000 2937.377930 0.000000 0.310390 0.000000 -0.950609 0.400000 0.400000 0.400000 +2248.807617 0.000000 2895.833740 0.000000 0.796873 0.000000 -0.604146 0.400000 0.400000 0.400000 +2272.429443 0.000000 2934.472656 0.000000 0.596517 0.000000 0.802601 0.400000 0.400000 0.400000 +2282.818604 0.000000 2931.569824 0.000000 0.746742 0.000000 0.665114 0.400000 0.400000 0.400000 +2273.758301 0.000000 2948.485840 0.000000 0.596366 0.000000 0.802712 0.400000 0.400000 0.400000 +2302.582275 0.000000 2949.863770 0.000000 0.009389 0.000000 -0.999956 0.400000 0.400000 0.400000 +2300.261475 0.000000 2933.740723 0.000000 0.980475 0.000000 0.196645 0.400000 0.400000 0.400000 +2245.121338 0.000000 2893.195801 0.000000 0.760103 0.000000 -0.649803 0.400000 0.400000 0.400000 +2276.117676 0.000000 2920.502686 0.000000 0.693276 0.000000 -0.720672 0.400000 0.400000 0.400000 +2260.634766 0.000000 2938.654297 0.000000 1.000000 0.000000 -0.000441 0.400000 0.400000 0.400000 +2257.770264 0.000000 2943.586426 0.000000 0.851184 0.000000 -0.524867 0.400000 0.400000 0.400000 +2247.169434 0.000000 2950.099365 0.000000 0.970468 0.000000 -0.241230 0.400000 0.400000 0.400000 +2300.634277 0.000000 2944.389648 0.000000 0.718939 0.000000 -0.695073 0.400000 0.400000 0.400000 +2254.398193 0.000000 2942.900635 0.000000 0.077880 0.000000 0.996963 0.400000 0.400000 0.400000 +2250.000732 0.000000 2946.458984 0.000000 0.838026 0.000000 0.545631 0.400000 0.400000 0.400000 +2223.486328 0.000000 3010.259521 0.000000 0.997097 0.000000 -0.076141 0.400000 0.400000 0.400000 +2221.700928 0.000000 2952.205566 0.000000 0.317381 0.000000 0.948298 0.400000 0.400000 0.400000 +2205.127686 0.000000 3021.044922 0.000000 0.654881 0.000000 -0.755732 0.400000 0.400000 0.400000 +2217.338623 0.000000 3012.747314 0.000000 0.894555 0.000000 0.446957 0.400000 0.400000 0.400000 +2229.704590 0.000000 3008.833008 0.000000 0.197825 0.000000 0.980237 0.400000 0.400000 0.400000 +2210.331055 0.000000 3016.860596 0.000000 0.991190 0.000000 0.132445 0.400000 0.400000 0.400000 +2231.304199 0.000000 3004.067627 0.000000 0.999828 0.000000 -0.018532 0.400000 0.400000 0.400000 +2218.838623 0.000000 3008.224854 0.000000 0.557612 0.000000 -0.830102 0.400000 0.400000 0.400000 +2209.874512 0.000000 3021.972656 0.000000 0.948514 0.000000 0.316734 0.400000 0.400000 0.400000 +2213.351562 0.000000 3013.839600 0.000000 0.534127 0.000000 0.845404 0.400000 0.400000 0.400000 +2218.199463 0.000000 2951.850586 0.000000 0.041235 0.000000 0.999150 0.400000 0.400000 0.400000 +2213.630859 0.000000 3017.314697 0.000000 0.175863 0.000000 0.984415 0.400000 0.400000 0.400000 +2226.306885 0.000000 3008.427979 0.000000 0.005607 0.000000 0.999984 0.400000 0.400000 0.400000 +2295.478516 0.000000 3010.259521 0.000000 0.282709 0.000000 0.959206 0.400000 0.400000 0.400000 +2257.603271 0.000000 2986.721436 0.000000 0.633564 0.000000 0.773691 0.400000 0.400000 0.400000 +2263.670654 0.000000 2959.982910 0.000000 0.989102 0.000000 0.147230 0.400000 0.400000 0.400000 +2293.693115 0.000000 2952.205566 0.000000 0.999955 0.000000 -0.009486 0.400000 0.400000 0.400000 +2244.561768 0.000000 2952.245117 0.000000 0.099294 0.000000 0.995058 0.400000 0.400000 0.400000 +2238.014404 0.000000 3017.236572 0.000000 0.976475 0.000000 0.215629 0.400000 0.400000 0.400000 +2277.119873 0.000000 3021.044922 0.000000 0.848352 0.000000 -0.529433 0.400000 0.400000 0.400000 +2250.253906 0.000000 3002.388672 0.000000 0.999682 0.000000 -0.025214 0.400000 0.400000 0.400000 +2280.116455 0.000000 2960.300049 0.000000 0.853650 0.000000 0.520847 0.400000 0.400000 0.400000 +2273.774414 0.000000 2988.632324 0.000000 0.641144 0.000000 0.767421 0.400000 0.400000 0.400000 +2271.690674 0.000000 2951.992676 0.000000 0.987757 0.000000 -0.156003 0.400000 0.400000 0.400000 +2299.773193 0.000000 3000.646484 0.000000 0.671228 0.000000 -0.741251 0.400000 0.400000 0.400000 +2244.552002 0.000000 2993.894775 0.000000 0.083071 0.000000 0.996544 0.400000 0.400000 0.400000 +2241.389160 0.000000 3007.462646 0.000000 0.106774 0.000000 -0.994283 0.400000 0.400000 0.400000 +2258.387939 0.000000 3008.078369 0.000000 0.302486 0.000000 0.953154 0.400000 0.400000 0.400000 +2253.851318 0.000000 2961.511475 0.000000 0.222392 0.000000 0.974957 0.400000 0.400000 0.400000 +2287.736816 0.000000 2966.527100 0.000000 0.420072 0.000000 0.907491 0.400000 0.400000 0.400000 +2278.492432 0.000000 2969.823975 0.000000 0.992556 0.000000 0.121786 0.400000 0.400000 0.400000 +2232.321045 0.000000 3008.867188 0.000000 0.774190 0.000000 0.632953 0.400000 0.400000 0.400000 +2246.864014 0.000000 3014.865234 0.000000 0.143660 0.000000 0.989627 0.400000 0.400000 0.400000 +2266.558350 0.000000 2983.152344 0.000000 0.925675 0.000000 0.378320 0.400000 0.400000 0.400000 +2253.836426 0.000000 2994.357422 0.000000 0.434489 0.000000 -0.900677 0.400000 0.400000 0.400000 +2291.015869 0.000000 3003.469971 0.000000 0.990363 0.000000 -0.138499 0.400000 0.400000 0.400000 +2266.313477 0.000000 2991.645508 0.000000 0.223494 0.000000 0.974705 0.400000 0.400000 0.400000 +2298.880859 0.000000 2958.534180 0.000000 0.945118 0.000000 0.326728 0.400000 0.400000 0.400000 +2291.252930 0.000000 2959.576172 0.000000 0.666666 0.000000 0.745356 0.400000 0.400000 0.400000 +2249.289062 0.000000 2988.427979 0.000000 0.748678 0.000000 -0.662933 0.400000 0.400000 0.400000 +2241.046875 0.000000 3000.289795 0.000000 0.827598 0.000000 0.561322 0.400000 0.400000 0.400000 +2282.625732 0.000000 2992.298828 0.000000 0.993614 0.000000 -0.112832 0.400000 0.400000 0.400000 +2231.872314 0.000000 3020.066895 0.000000 0.492794 0.000000 0.870146 0.400000 0.400000 0.400000 +2289.330811 0.000000 3012.747314 0.000000 0.175674 0.000000 0.984448 0.400000 0.400000 0.400000 +2250.424316 0.000000 2955.583984 0.000000 0.824027 0.000000 -0.566551 0.400000 0.400000 0.400000 +2243.414795 0.000000 3020.771484 0.000000 0.727286 0.000000 -0.686334 0.400000 0.400000 0.400000 +2301.111816 0.000000 2952.266602 0.000000 0.794232 0.000000 0.607615 0.400000 0.400000 0.400000 +2256.581055 0.000000 3001.561523 0.000000 0.032999 0.000000 -0.999455 0.400000 0.400000 0.400000 +2279.692871 0.000000 3005.175049 0.000000 0.037458 0.000000 0.999298 0.400000 0.400000 0.400000 +2294.369385 0.000000 3016.330322 0.000000 0.661969 0.000000 0.749531 0.400000 0.400000 0.400000 +2258.174316 0.000000 2957.325684 0.000000 0.734107 0.000000 -0.679034 0.400000 0.400000 0.400000 +2238.032227 0.000000 3023.291748 0.000000 0.947782 0.000000 -0.318919 0.400000 0.400000 0.400000 +2260.341064 0.000000 2992.682617 0.000000 0.288296 0.000000 -0.957541 0.400000 0.400000 0.400000 +2285.592773 0.000000 2961.343506 0.000000 0.941176 0.000000 -0.337918 0.400000 0.400000 0.400000 +2237.282959 0.000000 3011.459473 0.000000 0.942863 0.000000 0.333180 0.400000 0.400000 0.400000 +2236.547363 0.000000 3004.642090 0.000000 0.619891 0.000000 0.784688 0.400000 0.400000 0.400000 +2247.489502 0.000000 3007.227783 0.000000 0.977460 0.000000 0.211120 0.400000 0.400000 0.400000 +2272.583008 0.000000 2969.979004 0.000000 0.985341 0.000000 -0.170596 0.400000 0.400000 0.400000 +2284.152588 0.000000 2970.857422 0.000000 0.498339 0.000000 -0.866982 0.400000 0.400000 0.400000 +2281.970947 0.000000 2965.601074 0.000000 0.543249 0.000000 0.839571 0.400000 0.400000 0.400000 +2286.031250 0.000000 3005.584717 0.000000 0.628638 0.000000 0.777698 0.400000 0.400000 0.400000 +2249.047607 0.000000 2997.103027 0.000000 0.957885 0.000000 -0.287153 0.400000 0.400000 0.400000 +2296.636719 0.000000 3005.017578 0.000000 0.958390 0.000000 -0.285462 0.400000 0.400000 0.400000 +2261.221191 0.000000 2982.679688 0.000000 0.389994 0.000000 -0.920817 0.400000 0.400000 0.400000 +2265.023926 0.000000 2977.947754 0.000000 0.048008 0.000000 -0.998847 0.400000 0.400000 0.400000 +2275.055176 0.000000 2974.617920 0.000000 0.999996 0.000000 -0.002995 0.400000 0.400000 0.400000 +2262.772461 0.000000 2987.642090 0.000000 0.654994 0.000000 -0.755634 0.400000 0.400000 0.400000 +2277.022217 0.000000 2964.899414 0.000000 0.927466 0.000000 -0.373908 0.400000 0.400000 0.400000 +2242.176270 0.000000 3013.041016 0.000000 0.998679 0.000000 0.051386 0.400000 0.400000 0.400000 +2278.286865 0.000000 3000.324951 0.000000 0.829888 0.000000 -0.557930 0.400000 0.400000 0.400000 +2254.003418 0.000000 3005.740967 0.000000 0.404443 0.000000 -0.914563 0.400000 0.400000 0.400000 +2245.323486 0.000000 3002.721680 0.000000 0.997726 0.000000 0.067401 0.400000 0.400000 0.400000 +2293.291260 0.000000 2964.031494 0.000000 0.207637 0.000000 -0.978206 0.400000 0.400000 0.400000 +2268.980469 0.000000 2987.652344 0.000000 0.951316 0.000000 0.308217 0.400000 0.400000 0.400000 +2278.348633 0.000000 2990.097656 0.000000 0.726148 0.000000 -0.687538 0.400000 0.400000 0.400000 +2289.380127 0.000000 2955.239746 0.000000 0.144975 0.000000 -0.989435 0.400000 0.400000 0.400000 +2253.750000 0.000000 2989.753662 0.000000 0.678355 0.000000 0.734734 0.400000 0.400000 0.400000 +2290.830811 0.000000 3008.224854 0.000000 0.246509 0.000000 -0.969140 0.400000 0.400000 0.400000 +2301.857666 0.000000 2996.524170 0.000000 0.615611 0.000000 0.788050 0.400000 0.400000 0.400000 +2281.866699 0.000000 3021.972656 0.000000 0.972899 0.000000 -0.231231 0.400000 0.400000 0.400000 +2294.651367 0.000000 2956.483154 0.000000 0.131086 0.000000 0.991371 0.400000 0.400000 0.400000 +2281.035156 0.000000 2996.449219 0.000000 0.625514 0.000000 -0.780213 0.400000 0.400000 0.400000 +2252.854492 0.000000 2999.014160 0.000000 0.223976 0.000000 0.974595 0.400000 0.400000 0.400000 +2244.808350 0.000000 2998.139160 0.000000 0.597752 0.000000 -0.801681 0.400000 0.400000 0.400000 +2249.512939 0.000000 2992.871338 0.000000 0.294276 0.000000 -0.955720 0.400000 0.400000 0.400000 +2287.365479 0.000000 3001.429688 0.000000 0.691163 0.000000 0.722699 0.400000 0.400000 0.400000 +2241.250000 0.000000 2996.277100 0.000000 0.999602 0.000000 0.028216 0.400000 0.400000 0.400000 +2297.433105 0.000000 2953.573730 0.000000 0.791165 0.000000 0.611603 0.400000 0.400000 0.400000 +2235.677979 0.000000 3020.325928 0.000000 0.884695 0.000000 0.466171 0.400000 0.400000 0.400000 +2241.776855 0.000000 3017.338623 0.000000 0.741458 0.000000 0.670999 0.400000 0.400000 0.400000 +2262.162109 0.000000 2956.475342 0.000000 0.934612 0.000000 0.355670 0.400000 0.400000 0.400000 +2240.288574 0.000000 3003.840332 0.000000 0.002138 0.000000 0.999998 0.400000 0.400000 0.400000 +2256.753662 0.000000 2992.162354 0.000000 0.066926 0.000000 0.997758 0.400000 0.400000 0.400000 +2278.155273 0.000000 3017.660645 0.000000 0.981110 0.000000 0.193451 0.400000 0.400000 0.400000 +2271.111084 0.000000 2955.528809 0.000000 0.980831 0.000000 0.194860 0.400000 0.400000 0.400000 +2270.017334 0.000000 2984.173340 0.000000 0.593371 0.000000 0.804929 0.400000 0.400000 0.400000 +2239.917480 0.000000 3020.319824 0.000000 0.175043 0.000000 0.984561 0.400000 0.400000 0.400000 +2249.149170 0.000000 3012.244629 0.000000 0.273926 0.000000 0.961751 0.400000 0.400000 0.400000 +2247.965820 0.000000 2953.123779 0.000000 0.186387 0.000000 0.982476 0.400000 0.400000 0.400000 +2237.842773 0.000000 3007.940918 0.000000 0.987592 0.000000 -0.157040 0.400000 0.400000 0.400000 +2250.895508 0.000000 3007.141357 0.000000 0.458845 0.000000 0.888516 0.400000 0.400000 0.400000 +2247.539062 0.000000 3000.164795 0.000000 0.941364 0.000000 -0.337393 0.400000 0.400000 0.400000 +2255.145264 0.000000 3008.925049 0.000000 0.988187 0.000000 -0.153254 0.400000 0.400000 0.400000 +2274.080811 0.000000 2977.908447 0.000000 0.727580 0.000000 -0.686023 0.400000 0.400000 0.400000 +2293.362061 0.000000 3005.951416 0.000000 0.006558 0.000000 -0.999978 0.400000 0.400000 0.400000 +2279.477539 0.000000 2993.361328 0.000000 0.489724 0.000000 -0.871878 0.400000 0.400000 0.400000 +2244.296875 0.000000 3005.923584 0.000000 0.709717 0.000000 -0.704487 0.400000 0.400000 0.400000 +2265.670166 0.000000 2956.595703 0.000000 0.955314 0.000000 0.295592 0.400000 0.400000 0.400000 +2282.535645 0.000000 2962.454346 0.000000 0.133513 0.000000 -0.991047 0.400000 0.400000 0.400000 +2253.396240 0.000000 3002.620850 0.000000 0.622918 0.000000 -0.782287 0.400000 0.400000 0.400000 +2246.573730 0.000000 2991.414062 0.000000 0.744248 0.000000 -0.667903 0.400000 0.400000 0.400000 +2264.054199 0.000000 2980.948975 0.000000 0.891589 0.000000 -0.452846 0.400000 0.400000 0.400000 +2287.565186 0.000000 2969.694824 0.000000 0.934032 0.000000 0.357188 0.400000 0.400000 0.400000 +2277.293457 0.000000 2976.876953 0.000000 0.260831 0.000000 0.965384 0.400000 0.400000 0.400000 +2277.105469 0.000000 3003.238037 0.000000 0.346495 0.000000 -0.938052 0.400000 0.400000 0.400000 +2297.707764 0.000000 2990.953369 0.000000 0.865170 0.000000 0.501478 0.400000 0.400000 0.400000 +2260.552734 0.000000 2959.588379 0.000000 0.898022 0.000000 -0.439951 0.400000 0.400000 0.400000 +2239.099365 0.000000 3014.226318 0.000000 0.794219 0.000000 -0.607632 0.400000 0.400000 0.400000 +2240.240967 0.000000 3010.545410 0.000000 0.142041 0.000000 -0.989861 0.400000 0.400000 0.400000 +2281.527344 0.000000 2968.837158 0.000000 0.999954 0.000000 -0.009633 0.400000 0.400000 0.400000 +2284.733398 0.000000 2967.824219 0.000000 0.269494 0.000000 -0.963002 0.400000 0.400000 0.400000 +2263.648193 0.000000 2984.580322 0.000000 0.549829 0.000000 -0.835277 0.400000 0.400000 0.400000 +2260.457764 0.000000 2985.638184 0.000000 0.745742 0.000000 0.666235 0.400000 0.400000 0.400000 +2288.985352 0.000000 3005.640869 0.000000 0.209542 0.000000 -0.977800 0.400000 0.400000 0.400000 +2236.083984 0.000000 3014.228516 0.000000 0.777477 0.000000 0.628912 0.400000 0.400000 0.400000 +2233.969238 0.000000 3006.370850 0.000000 0.209781 0.000000 0.977748 0.400000 0.400000 0.400000 +2263.606934 0.000000 2990.416016 0.000000 0.997668 0.000000 -0.068251 0.400000 0.400000 0.400000 +2271.740479 0.000000 2986.509521 0.000000 0.646016 0.000000 -0.763324 0.400000 0.400000 0.400000 +2292.195557 0.000000 2954.782715 0.000000 0.817123 0.000000 0.576464 0.400000 0.400000 0.400000 +2283.063232 0.000000 2959.708252 0.000000 0.187201 0.000000 -0.982322 0.400000 0.400000 0.400000 +2235.095215 0.000000 3009.002441 0.000000 0.985241 0.000000 0.171174 0.400000 0.400000 0.400000 +2251.176758 0.000000 2995.201172 0.000000 0.581410 0.000000 0.813611 0.400000 0.400000 0.400000 +2298.950684 0.000000 3003.324707 0.000000 0.982777 0.000000 0.184797 0.400000 0.400000 0.400000 +2255.589844 0.000000 2999.011719 0.000000 0.460909 0.000000 -0.887447 0.400000 0.400000 0.400000 +2288.175049 0.000000 2960.280762 0.000000 0.075345 0.000000 -0.997158 0.400000 0.400000 0.400000 +2017.470947 0.000000 3041.183105 0.000000 0.552317 0.000000 0.833634 0.400000 0.400000 0.400000 +2070.094482 0.000000 3048.031006 0.000000 0.472385 0.000000 0.881393 0.400000 0.400000 0.400000 +2057.637207 0.000000 3075.002686 0.000000 0.433554 0.000000 0.901128 0.400000 0.400000 0.400000 +2034.980713 0.000000 3042.939453 0.000000 0.781794 0.000000 -0.623537 0.400000 0.400000 0.400000 +2034.277466 0.000000 3074.373047 0.000000 0.333024 0.000000 0.942918 0.400000 0.400000 0.400000 +2053.794189 0.000000 3046.870605 0.000000 0.813636 0.000000 -0.581374 0.400000 0.400000 0.400000 +2081.493896 0.000000 3038.560303 0.000000 0.612638 0.000000 -0.790364 0.400000 0.400000 0.400000 +2046.122437 0.000000 3070.376221 0.000000 0.829131 0.000000 -0.559055 0.400000 0.400000 0.400000 +2028.575317 0.000000 3065.879150 0.000000 0.603113 0.000000 0.797656 0.400000 0.400000 0.400000 +2025.412598 0.000000 3079.447021 0.000000 0.830790 0.000000 0.556586 0.400000 0.400000 0.400000 +2016.584106 0.000000 3061.781250 0.000000 0.980548 0.000000 0.196281 0.400000 0.400000 0.400000 +2043.923340 0.000000 3048.468506 0.000000 0.905989 0.000000 -0.423300 0.400000 0.400000 0.400000 +2067.406982 0.000000 3072.058350 0.000000 0.708632 0.000000 0.705578 0.400000 0.400000 0.400000 +2062.515869 0.000000 3041.808350 0.000000 0.990809 0.000000 -0.135266 0.400000 0.400000 0.400000 +2034.012939 0.000000 3053.255859 0.000000 0.580934 0.000000 -0.813951 0.400000 0.400000 0.400000 +2025.682373 0.000000 3046.213867 0.000000 0.278274 0.000000 -0.960502 0.400000 0.400000 0.400000 +2050.581787 0.000000 3055.136719 0.000000 0.432748 0.000000 -0.901515 0.400000 0.400000 0.400000 +2048.150391 0.000000 3040.569092 0.000000 0.822710 0.000000 0.568461 0.400000 0.400000 0.400000 +2078.074951 0.000000 3046.436279 0.000000 0.619914 0.000000 0.784670 0.400000 0.400000 0.400000 +2050.336914 0.000000 3063.629883 0.000000 0.298380 0.000000 -0.954447 0.400000 0.400000 0.400000 +2082.904297 0.000000 3030.518555 0.000000 0.231068 0.000000 -0.972938 0.400000 0.400000 0.400000 +2075.276367 0.000000 3031.560547 0.000000 0.020605 0.000000 0.999788 0.400000 0.400000 0.400000 +2060.610107 0.000000 3067.714111 0.000000 0.303797 0.000000 -0.952737 0.400000 0.400000 0.400000 +2033.312500 0.000000 3060.412354 0.000000 0.021520 0.000000 0.999768 0.400000 0.400000 0.400000 +2025.070312 0.000000 3072.274170 0.000000 0.839246 0.000000 0.543751 0.400000 0.400000 0.400000 +2041.349609 0.000000 3039.454102 0.000000 0.442126 0.000000 -0.896953 0.400000 0.400000 0.400000 +2015.895752 0.000000 3092.051270 0.000000 0.999793 0.000000 0.020351 0.400000 0.400000 0.400000 +2040.604492 0.000000 3073.545898 0.000000 0.678146 0.000000 -0.734927 0.400000 0.400000 0.400000 +2063.716309 0.000000 3077.159424 0.000000 0.511530 0.000000 0.859266 0.400000 0.400000 0.400000 +2074.789795 0.000000 3051.585205 0.000000 0.552851 0.000000 0.833280 0.400000 0.400000 0.400000 +2039.971313 0.000000 3052.891846 0.000000 0.993993 0.000000 -0.109447 0.400000 0.400000 0.400000 +2044.364624 0.000000 3064.666992 0.000000 0.849496 0.000000 0.527595 0.400000 0.400000 0.400000 +2028.349487 0.000000 3051.549805 0.000000 0.576585 0.000000 -0.817037 0.400000 0.400000 0.400000 +2023.458252 0.000000 3040.111084 0.000000 0.911186 0.000000 -0.411994 0.400000 0.400000 0.400000 +2069.616211 0.000000 3033.327881 0.000000 0.683734 0.000000 -0.729731 0.400000 0.400000 0.400000 +2020.570801 0.000000 3076.626465 0.000000 0.969850 0.000000 0.243704 0.400000 0.400000 0.400000 +2056.606445 0.000000 3041.963379 0.000000 0.409739 0.000000 -0.912203 0.400000 0.400000 0.400000 +2065.994385 0.000000 3037.585449 0.000000 0.062930 0.000000 -0.998018 0.400000 0.400000 0.400000 +2024.968628 0.000000 3061.801270 0.000000 0.963461 0.000000 -0.267847 0.400000 0.400000 0.400000 +2031.078735 0.000000 3046.726074 0.000000 0.649089 0.000000 -0.760712 0.400000 0.400000 0.400000 +2055.262939 0.000000 3052.155273 0.000000 0.270331 0.000000 -0.962768 0.400000 0.400000 0.400000 +2018.419067 0.000000 3046.495361 0.000000 0.057013 0.000000 0.998373 0.400000 0.400000 0.400000 +2049.047363 0.000000 3049.932129 0.000000 0.461020 0.000000 -0.887390 0.400000 0.400000 0.400000 +2059.078613 0.000000 3046.602295 0.000000 0.396540 0.000000 -0.918017 0.400000 0.400000 0.400000 +2045.316406 0.000000 3075.528809 0.000000 0.736717 0.000000 0.676201 0.400000 0.400000 0.400000 +2061.045654 0.000000 3036.883789 0.000000 0.995086 0.000000 0.099013 0.400000 0.400000 0.400000 +2066.879883 0.000000 3052.448730 0.000000 0.991748 0.000000 0.128202 0.400000 0.400000 0.400000 +2062.310303 0.000000 3072.309326 0.000000 0.621011 0.000000 -0.783802 0.400000 0.400000 0.400000 +2050.348877 0.000000 3073.063477 0.000000 0.206537 0.000000 -0.978439 0.400000 0.400000 0.400000 +2029.347046 0.000000 3074.706055 0.000000 0.041558 0.000000 0.999136 0.400000 0.400000 0.400000 +2085.285889 0.000000 3041.868408 0.000000 0.914311 0.000000 -0.405012 0.400000 0.400000 0.400000 +2036.452515 0.000000 3038.316162 0.000000 0.523601 0.000000 0.851964 0.400000 0.400000 0.400000 +2049.110107 0.000000 3045.185547 0.000000 0.996101 0.000000 -0.088215 0.400000 0.400000 0.400000 +2056.297363 0.000000 3065.128418 0.000000 0.877178 0.000000 -0.480165 0.400000 0.400000 0.400000 +2081.147461 0.000000 3043.359619 0.000000 0.931998 0.000000 -0.362462 0.400000 0.400000 0.400000 +2078.674805 0.000000 3028.467529 0.000000 0.529790 0.000000 0.848129 0.400000 0.400000 0.400000 +2052.526611 0.000000 3040.673584 0.000000 0.997433 0.000000 -0.071601 0.400000 0.400000 0.400000 +2016.014526 0.000000 3075.584961 0.000000 0.543790 0.000000 0.839221 0.400000 0.400000 0.400000 +2015.916504 0.000000 3037.393066 0.000000 0.466593 0.000000 -0.884472 0.400000 0.400000 0.400000 +2086.866211 0.000000 3031.109619 0.000000 0.208031 0.000000 -0.978122 0.400000 0.400000 0.400000 +2053.744873 0.000000 3076.167480 0.000000 0.568507 0.000000 -0.822679 0.400000 0.400000 0.400000 +2019.701416 0.000000 3092.310303 0.000000 0.960588 0.000000 0.277977 0.400000 0.400000 0.400000 +2032.831177 0.000000 3039.802490 0.000000 0.476238 0.000000 -0.879317 0.400000 0.400000 0.400000 +2019.544556 0.000000 3038.040039 0.000000 0.997364 0.000000 -0.072566 0.400000 0.400000 0.400000 +2024.311890 0.000000 3075.824707 0.000000 0.461325 0.000000 0.887231 0.400000 0.400000 0.400000 +2074.521484 0.000000 3047.790039 0.000000 0.452267 0.000000 -0.891883 0.400000 0.400000 0.400000 +2058.069580 0.000000 3038.793457 0.000000 0.328573 0.000000 -0.944479 0.400000 0.400000 0.400000 +2086.495850 0.000000 3038.409180 0.000000 0.596018 0.000000 0.802971 0.400000 0.400000 0.400000 +2086.605713 0.000000 3093.832520 0.000000 0.506767 0.000000 -0.862083 0.400000 0.400000 0.400000 +2043.365356 0.000000 3051.822998 0.000000 0.800356 0.000000 0.599525 0.400000 0.400000 0.400000 +2058.104248 0.000000 3049.892822 0.000000 0.137354 0.000000 -0.990522 0.400000 0.400000 0.400000 +2031.579468 0.000000 3050.978027 0.000000 0.981152 0.000000 -0.193239 0.400000 0.400000 0.400000 +2028.320312 0.000000 3077.907959 0.000000 0.949106 0.000000 -0.314956 0.400000 0.400000 0.400000 +2047.612305 0.000000 3065.342773 0.000000 0.815174 0.000000 0.579216 0.400000 0.400000 0.400000 +2037.419556 0.000000 3074.605225 0.000000 0.463331 0.000000 0.886185 0.400000 0.400000 0.400000 +2030.597046 0.000000 3063.398438 0.000000 0.966217 0.000000 -0.257731 0.400000 0.400000 0.400000 +2028.400146 0.000000 3048.384277 0.000000 0.643243 0.000000 -0.765662 0.400000 0.400000 0.400000 +2061.128906 0.000000 3075.222412 0.000000 0.823839 0.000000 0.566824 0.400000 0.400000 0.400000 +2020.543213 0.000000 3041.225342 0.000000 0.995773 0.000000 -0.091853 0.400000 0.400000 0.400000 +2022.244507 0.000000 3063.148193 0.000000 0.938287 0.000000 0.345859 0.400000 0.400000 0.400000 +2056.451904 0.000000 3045.122070 0.000000 0.033535 0.000000 -0.999438 0.400000 0.400000 0.400000 +2037.378906 0.000000 3041.066895 0.000000 0.503133 0.000000 -0.864209 0.400000 0.400000 0.400000 +2050.344727 0.000000 3042.633301 0.000000 0.646870 0.000000 0.762600 0.400000 0.400000 0.400000 +2052.676758 0.000000 3053.353760 0.000000 0.691415 0.000000 -0.722458 0.400000 0.400000 0.400000 +2111.360352 0.000000 3089.772705 0.000000 0.058967 0.000000 0.998260 0.400000 0.400000 0.400000 +2089.463135 0.000000 3041.183105 0.000000 0.858593 0.000000 0.512658 0.400000 0.400000 0.400000 +2151.494141 0.000000 3082.243896 0.000000 0.999984 0.000000 -0.005614 0.400000 0.400000 0.400000 +2100.577393 0.000000 3024.229492 0.000000 0.314620 0.000000 0.949218 0.400000 0.400000 0.400000 +2145.932861 0.000000 3064.783691 0.000000 0.928886 0.000000 0.370365 0.400000 0.400000 0.400000 +2094.030029 0.000000 3089.220947 0.000000 0.269741 0.000000 -0.962933 0.400000 0.400000 0.400000 +2133.135498 0.000000 3093.029297 0.000000 0.184341 0.000000 -0.982862 0.400000 0.400000 0.400000 +2106.972900 0.000000 3042.939453 0.000000 0.493272 0.000000 -0.869875 0.400000 0.400000 0.400000 +2127.706299 0.000000 3023.977051 0.000000 0.648418 0.000000 0.761285 0.400000 0.400000 0.400000 +2098.657715 0.000000 3034.870605 0.000000 0.986919 0.000000 0.161218 0.400000 0.400000 0.400000 +2144.430908 0.000000 3091.287109 0.000000 0.287572 0.000000 -0.957759 0.400000 0.400000 0.400000 +2109.866943 0.000000 3033.495850 0.000000 0.694776 0.000000 -0.719226 0.400000 0.400000 0.400000 +2102.879639 0.000000 3086.849609 0.000000 0.129796 0.000000 -0.991541 0.400000 0.400000 0.400000 +2156.702881 0.000000 3064.015869 0.000000 0.719637 0.000000 0.694351 0.400000 0.400000 0.400000 +2147.031494 0.000000 3075.454346 0.000000 0.007550 0.000000 0.999972 0.400000 0.400000 0.400000 +2119.840576 0.000000 3094.191162 0.000000 0.041717 0.000000 0.999129 0.400000 0.400000 0.400000 +2090.379883 0.000000 3033.989014 0.000000 0.607055 0.000000 -0.794659 0.400000 0.400000 0.400000 +2120.966064 0.000000 3025.283447 0.000000 0.014175 0.000000 -0.999900 0.400000 0.400000 0.400000 +2087.887939 0.000000 3092.051270 0.000000 0.325378 0.000000 -0.945584 0.400000 0.400000 0.400000 +2095.409912 0.000000 3028.617676 0.000000 0.735756 0.000000 0.677247 0.400000 0.400000 0.400000 +2145.346436 0.000000 3084.731689 0.000000 0.246840 0.000000 0.969056 0.400000 0.400000 0.400000 +2106.439941 0.000000 3027.568359 0.000000 0.483900 0.000000 -0.875123 0.400000 0.400000 0.400000 +2157.712402 0.000000 3080.817383 0.000000 0.973119 0.000000 0.230302 0.400000 0.400000 0.400000 +2099.430420 0.000000 3092.755859 0.000000 0.651938 0.000000 -0.758272 0.400000 0.400000 0.400000 +2151.554932 0.000000 3067.890869 0.000000 0.167779 0.000000 -0.985825 0.400000 0.400000 0.400000 +2138.338867 0.000000 3088.844971 0.000000 0.926023 0.000000 -0.377467 0.400000 0.400000 0.400000 +2126.305908 0.000000 3092.143311 0.000000 0.875762 0.000000 0.482743 0.400000 0.400000 0.400000 +2101.113037 0.000000 3040.701660 0.000000 0.526955 0.000000 0.849893 0.400000 0.400000 0.400000 +2106.192383 0.000000 3093.255127 0.000000 0.801418 0.000000 0.598105 0.400000 0.400000 0.400000 +2094.047852 0.000000 3095.276123 0.000000 0.268516 0.000000 -0.963275 0.400000 0.400000 0.400000 +2104.354980 0.000000 3035.905273 0.000000 0.853416 0.000000 0.521230 0.400000 0.400000 0.400000 +2152.652344 0.000000 3077.001953 0.000000 0.237622 0.000000 0.971358 0.400000 0.400000 0.400000 +2146.128418 0.000000 3070.264893 0.000000 0.304879 0.000000 -0.952391 0.400000 0.400000 0.400000 +2124.555420 0.000000 3030.145264 0.000000 0.973432 0.000000 0.228975 0.400000 0.400000 0.400000 +2089.235840 0.000000 3086.959717 0.000000 0.470997 0.000000 -0.882135 0.400000 0.400000 0.400000 +2098.191895 0.000000 3085.025391 0.000000 0.033777 0.000000 -0.999429 0.400000 0.400000 0.400000 +2159.312012 0.000000 3076.052002 0.000000 0.590699 0.000000 0.806892 0.400000 0.400000 0.400000 +2116.118896 0.000000 3090.941406 0.000000 0.287025 0.000000 -0.957923 0.400000 0.400000 0.400000 +2108.444580 0.000000 3038.316162 0.000000 0.760102 0.000000 -0.649803 0.400000 0.400000 0.400000 +2092.462891 0.000000 3024.754639 0.000000 0.911812 0.000000 -0.410608 0.400000 0.400000 0.400000 +2150.523682 0.000000 3063.047852 0.000000 0.987271 0.000000 -0.159045 0.400000 0.400000 0.400000 +2137.882324 0.000000 3093.957031 0.000000 0.999921 0.000000 0.012537 0.400000 0.400000 0.400000 +2148.511719 0.000000 3093.170166 0.000000 0.221057 0.000000 -0.975261 0.400000 0.400000 0.400000 +2107.322266 0.000000 3087.826172 0.000000 0.644217 0.000000 -0.764843 0.400000 0.400000 0.400000 +2107.494141 0.000000 3023.350586 0.000000 0.969325 0.000000 -0.245781 0.400000 0.400000 0.400000 +2113.067383 0.000000 3093.891602 0.000000 0.916016 0.000000 0.401142 0.400000 0.400000 0.400000 +2094.509277 0.000000 3035.913330 0.000000 0.014537 0.000000 -0.999894 0.400000 0.400000 0.400000 +2105.820312 0.000000 3031.844727 0.000000 0.654687 0.000000 -0.755900 0.400000 0.400000 0.400000 +2087.908691 0.000000 3037.393066 0.000000 0.932124 0.000000 -0.362140 0.400000 0.400000 0.400000 +2144.983643 0.000000 3095.317627 0.000000 0.524899 0.000000 0.851165 0.400000 0.400000 0.400000 +2091.693604 0.000000 3092.310303 0.000000 0.797806 0.000000 -0.602914 0.400000 0.400000 0.400000 +2096.867188 0.000000 3024.849365 0.000000 0.598019 0.000000 0.801482 0.400000 0.400000 0.400000 +2087.800537 0.000000 3030.863770 0.000000 0.644523 0.000000 0.764585 0.400000 0.400000 0.400000 +2094.396484 0.000000 3032.226562 0.000000 0.972167 0.000000 -0.234290 0.400000 0.400000 0.400000 +2104.823242 0.000000 3039.802490 0.000000 0.404057 0.000000 -0.914734 0.400000 0.400000 0.400000 +2098.146240 0.000000 3031.106689 0.000000 0.920813 0.000000 -0.390005 0.400000 0.400000 0.400000 +2105.164795 0.000000 3084.229004 0.000000 0.410336 0.000000 0.911935 0.400000 0.400000 0.400000 +2148.939941 0.000000 3084.967285 0.000000 0.981686 0.000000 0.190505 0.400000 0.400000 0.400000 +2146.687256 0.000000 3088.388184 0.000000 0.942070 0.000000 0.335415 0.400000 0.400000 0.400000 +2109.680664 0.000000 3092.921875 0.000000 0.791501 0.000000 0.611168 0.400000 0.400000 0.400000 +2101.819580 0.000000 3033.320312 0.000000 0.042862 0.000000 0.999081 0.400000 0.400000 0.400000 +2156.277100 0.000000 3077.709473 0.000000 0.371222 0.000000 0.928544 0.400000 0.400000 0.400000 +2148.112793 0.000000 3067.504395 0.000000 0.935515 0.000000 0.353287 0.400000 0.400000 0.400000 +2124.421143 0.000000 3025.375488 0.000000 0.599594 0.000000 0.800304 0.400000 0.400000 0.400000 +2101.136963 0.000000 3037.164551 0.000000 0.663189 0.000000 0.748452 0.400000 0.400000 0.400000 +2149.377686 0.000000 3077.935791 0.000000 0.467148 0.000000 -0.884179 0.400000 0.400000 0.400000 +2153.647949 0.000000 3089.077148 0.000000 0.965301 0.000000 0.261138 0.400000 0.400000 0.400000 +2098.642334 0.000000 3027.822510 0.000000 0.915791 0.000000 0.401655 0.400000 0.400000 0.400000 +2098.056641 0.000000 3038.072998 0.000000 0.376844 0.000000 0.926277 0.400000 0.400000 0.400000 +2153.723389 0.000000 3062.937744 0.000000 0.139867 0.000000 0.990170 0.400000 0.400000 0.400000 +2089.967041 0.000000 3089.901367 0.000000 0.834099 0.000000 0.551615 0.400000 0.400000 0.400000 +2039.368286 0.000000 3161.757080 0.000000 0.636731 0.000000 0.771086 0.400000 0.400000 0.400000 +2047.694092 0.000000 3103.951660 0.000000 0.997709 0.000000 -0.067650 0.400000 0.400000 0.400000 +2028.585083 0.000000 3096.213867 0.000000 0.967318 0.000000 -0.253567 0.400000 0.400000 0.400000 +2061.143311 0.000000 3165.013672 0.000000 0.665991 0.000000 0.745960 0.400000 0.400000 0.400000 +2034.277466 0.000000 3146.357422 0.000000 0.998098 0.000000 0.061653 0.400000 0.400000 0.400000 +2064.139893 0.000000 3104.268799 0.000000 0.992332 0.000000 -0.123597 0.400000 0.400000 0.400000 +2081.493896 0.000000 3110.544678 0.000000 0.998861 0.000000 0.047705 0.400000 0.400000 0.400000 +2016.199585 0.000000 3099.033447 0.000000 0.849322 0.000000 0.527875 0.400000 0.400000 0.400000 +2051.010742 0.000000 3158.255371 0.000000 0.200504 0.000000 0.979693 0.400000 0.400000 0.400000 +2067.130859 0.000000 3154.342041 0.000000 0.010014 0.000000 -0.999950 0.400000 0.400000 0.400000 +2040.052246 0.000000 3095.726807 0.000000 0.649618 0.000000 -0.760261 0.400000 0.400000 0.400000 +2037.874634 0.000000 3105.480225 0.000000 0.691262 0.000000 0.722604 0.400000 0.400000 0.400000 +2062.515869 0.000000 3113.792725 0.000000 0.456446 0.000000 -0.889751 0.400000 0.400000 0.400000 +2055.744385 0.000000 3107.866943 0.000000 0.364903 0.000000 0.931046 0.400000 0.400000 0.400000 +2048.150391 0.000000 3112.553467 0.000000 0.763064 0.000000 -0.646323 0.400000 0.400000 0.400000 +2082.904297 0.000000 3102.502930 0.000000 0.694447 0.000000 0.719544 0.400000 0.400000 0.400000 +2059.602783 0.000000 3154.266846 0.000000 0.770015 0.000000 0.638025 0.400000 0.400000 0.400000 +2048.973877 0.000000 3097.267822 0.000000 0.733184 0.000000 -0.680030 0.400000 0.400000 0.400000 +2084.890381 0.000000 3118.755615 0.000000 0.715096 0.000000 -0.699026 0.400000 0.400000 0.400000 +2034.447876 0.000000 3099.552734 0.000000 0.451835 0.000000 -0.892101 0.400000 0.400000 0.400000 +2036.122925 0.000000 3154.329590 0.000000 0.844296 0.000000 0.535878 0.400000 0.400000 0.400000 +2062.395752 0.000000 3097.658691 0.000000 0.407345 0.000000 0.913274 0.400000 0.400000 0.400000 +2066.346680 0.000000 3160.829346 0.000000 0.180897 0.000000 0.983502 0.400000 0.400000 0.400000 +2054.313721 0.000000 3164.127686 0.000000 0.526624 0.000000 -0.850098 0.400000 0.400000 0.400000 +2085.135254 0.000000 3096.235352 0.000000 0.390106 0.000000 0.920770 0.400000 0.400000 0.400000 +2044.699219 0.000000 3158.095703 0.000000 0.994672 0.000000 0.103090 0.400000 0.400000 0.400000 +2057.886719 0.000000 3101.790771 0.000000 0.447137 0.000000 0.894466 0.400000 0.400000 0.400000 +2042.197754 0.000000 3101.294434 0.000000 0.343038 0.000000 0.939321 0.400000 0.400000 0.400000 +2058.513184 0.000000 3159.933350 0.000000 0.359867 0.000000 -0.933003 0.400000 0.400000 0.400000 +2031.512939 0.000000 3151.196533 0.000000 0.846465 0.000000 -0.532444 0.400000 0.400000 0.400000 +2056.606445 0.000000 3113.947754 0.000000 0.854002 0.000000 -0.520269 0.400000 0.400000 0.400000 +2065.994385 0.000000 3109.569824 0.000000 0.132672 0.000000 0.991160 0.400000 0.400000 0.400000 +2029.396973 0.000000 3101.635742 0.000000 0.052418 0.000000 -0.998625 0.400000 0.400000 0.400000 +2043.106567 0.000000 3106.492920 0.000000 0.999074 0.000000 -0.043036 0.400000 0.400000 0.400000 +2085.548096 0.000000 3106.879639 0.000000 0.338018 0.000000 -0.941140 0.400000 0.400000 0.400000 +2061.045654 0.000000 3108.868164 0.000000 0.643071 0.000000 -0.765807 0.400000 0.400000 0.400000 +2050.743164 0.000000 3108.167725 0.000000 0.863624 0.000000 -0.504137 0.400000 0.400000 0.400000 +2038.026855 0.000000 3149.709717 0.000000 0.667250 0.000000 -0.744834 0.400000 0.400000 0.400000 +2085.285889 0.000000 3113.852783 0.000000 0.380347 0.000000 0.924844 0.400000 0.400000 0.400000 +2048.033691 0.000000 3154.290527 0.000000 0.617224 0.000000 -0.786787 0.400000 0.400000 0.400000 +2044.126709 0.000000 3162.925781 0.000000 0.232790 0.000000 -0.972527 0.400000 0.400000 0.400000 +2040.273560 0.000000 3156.469238 0.000000 0.689512 0.000000 -0.724274 0.400000 0.400000 0.400000 +2062.686279 0.000000 3157.834961 0.000000 0.499275 0.000000 0.866444 0.400000 0.400000 0.400000 +2081.147461 0.000000 3115.343994 0.000000 0.234876 0.000000 -0.972025 0.400000 0.400000 0.400000 +2035.501831 0.000000 3095.334961 0.000000 0.850232 0.000000 -0.526409 0.400000 0.400000 0.400000 +2048.080322 0.000000 3161.364258 0.000000 0.919753 0.000000 -0.392497 0.400000 0.400000 0.400000 +2033.828125 0.000000 3103.829102 0.000000 0.572706 0.000000 -0.819761 0.400000 0.400000 0.400000 +2069.367188 0.000000 3157.808350 0.000000 0.889307 0.000000 -0.457312 0.400000 0.400000 0.400000 +2046.526001 0.000000 3108.708008 0.000000 0.100790 0.000000 -0.994908 0.400000 0.400000 0.400000 +2061.533691 0.000000 3101.279297 0.000000 0.038062 0.000000 -0.999275 0.400000 0.400000 0.400000 +2058.727051 0.000000 3098.156738 0.000000 0.667524 0.000000 -0.744588 0.400000 0.400000 0.400000 +2016.378784 0.000000 3095.497070 0.000000 0.908403 0.000000 0.418095 0.400000 0.400000 0.400000 +2055.134521 0.000000 3099.497559 0.000000 0.992012 0.000000 0.126146 0.400000 0.400000 0.400000 +2031.989136 0.000000 3097.092529 0.000000 0.988754 0.000000 -0.149554 0.400000 0.400000 0.400000 +2050.499023 0.000000 3163.921387 0.000000 0.583544 0.000000 -0.812082 0.400000 0.400000 0.400000 +2057.781738 0.000000 3164.438965 0.000000 0.998274 0.000000 -0.058724 0.400000 0.400000 0.400000 +2085.395508 0.000000 3100.005371 0.000000 0.578361 0.000000 0.815781 0.400000 0.400000 0.400000 +2082.134521 0.000000 3107.200684 0.000000 0.381049 0.000000 0.924555 0.400000 0.400000 0.400000 +2031.562500 0.000000 3144.133545 0.000000 0.473139 0.000000 -0.880988 0.400000 0.400000 0.400000 +2036.864014 0.000000 3102.126953 0.000000 0.786792 0.000000 0.617218 0.400000 0.400000 0.400000 +2041.793823 0.000000 3159.539551 0.000000 0.810803 0.000000 -0.585320 0.400000 0.400000 0.400000 +2066.559082 0.000000 3106.423096 0.000000 0.464653 0.000000 -0.885493 0.400000 0.400000 0.400000 +2087.758789 0.000000 3119.932129 0.000000 0.993467 0.000000 0.114118 0.400000 0.400000 0.400000 +2038.421631 0.000000 3158.853760 0.000000 0.415184 0.000000 0.909738 0.400000 0.400000 0.400000 +2057.899414 0.000000 3156.956055 0.000000 0.652976 0.000000 -0.757379 0.400000 0.400000 0.400000 +2054.951172 0.000000 3111.075928 0.000000 0.140070 0.000000 0.990142 0.400000 0.400000 0.400000 +2064.506592 0.000000 3163.378418 0.000000 0.945696 0.000000 0.325054 0.400000 0.400000 0.400000 +2043.288330 0.000000 3109.357666 0.000000 0.802378 0.000000 0.596816 0.400000 0.400000 0.400000 +2089.463135 0.000000 3113.167480 0.000000 0.010531 0.000000 0.999945 0.400000 0.400000 0.400000 +2119.686279 0.000000 3103.951660 0.000000 0.780583 0.000000 0.625053 0.400000 0.400000 0.400000 +2149.708740 0.000000 3096.174316 0.000000 0.991382 0.000000 0.131000 0.400000 0.400000 0.400000 +2100.577393 0.000000 3096.213867 0.000000 0.638556 0.000000 0.769575 0.400000 0.400000 0.400000 +2106.972900 0.000000 3114.923828 0.000000 0.527905 0.000000 -0.849304 0.400000 0.400000 0.400000 +2088.191895 0.000000 3099.033447 0.000000 0.753225 0.000000 0.657763 0.400000 0.400000 0.400000 +2127.706299 0.000000 3095.961426 0.000000 0.246873 0.000000 0.969048 0.400000 0.400000 0.400000 +2098.657715 0.000000 3106.854980 0.000000 0.655848 0.000000 0.754893 0.400000 0.400000 0.400000 +2112.044434 0.000000 3095.726807 0.000000 0.609593 0.000000 -0.792715 0.400000 0.400000 0.400000 +2088.032715 0.000000 3123.317627 0.000000 0.762607 0.000000 0.646862 0.400000 0.400000 0.400000 +2109.866943 0.000000 3105.480225 0.000000 0.928684 0.000000 -0.370872 0.400000 0.400000 0.400000 +2097.674561 0.000000 3118.198242 0.000000 0.893698 0.000000 -0.448670 0.400000 0.400000 0.400000 +2141.267578 0.000000 3096.935303 0.000000 0.476520 0.000000 0.879164 0.400000 0.400000 0.400000 +2090.379883 0.000000 3105.973389 0.000000 0.976255 0.000000 -0.216623 0.400000 0.400000 0.400000 +2113.341797 0.000000 3111.438477 0.000000 0.742404 0.000000 0.669953 0.400000 0.400000 0.400000 +2120.966064 0.000000 3097.267822 0.000000 0.672034 0.000000 0.740520 0.400000 0.400000 0.400000 +2095.409912 0.000000 3100.602051 0.000000 0.389948 0.000000 -0.920837 0.400000 0.400000 0.400000 +2106.439941 0.000000 3099.552734 0.000000 0.804605 0.000000 0.593810 0.400000 0.400000 0.400000 +2134.387939 0.000000 3097.658691 0.000000 0.964485 0.000000 -0.264139 0.400000 0.400000 0.400000 +2101.113037 0.000000 3112.686035 0.000000 0.992021 0.000000 0.126072 0.400000 0.400000 0.400000 +2114.189941 0.000000 3101.294434 0.000000 0.715689 0.000000 -0.698419 0.400000 0.400000 0.400000 +2093.804443 0.000000 3122.696289 0.000000 0.869075 0.000000 0.494680 0.400000 0.400000 0.400000 +2104.354980 0.000000 3107.889648 0.000000 0.865970 0.000000 0.500095 0.400000 0.400000 0.400000 +2095.450439 0.000000 3112.095459 0.000000 0.983041 0.000000 -0.183387 0.400000 0.400000 0.400000 +2141.608398 0.000000 3105.312256 0.000000 0.991770 0.000000 0.128035 0.400000 0.400000 0.400000 +2103.070801 0.000000 3118.710449 0.000000 0.792315 0.000000 0.610113 0.400000 0.400000 0.400000 +2090.411133 0.000000 3118.479736 0.000000 0.928283 0.000000 -0.371875 0.400000 0.400000 0.400000 +2092.462891 0.000000 3096.739014 0.000000 0.966613 0.000000 -0.256239 0.400000 0.400000 0.400000 +2145.395752 0.000000 3099.208496 0.000000 0.323842 0.000000 -0.946111 0.400000 0.400000 0.400000 +2105.820312 0.000000 3103.829102 0.000000 0.491721 0.000000 0.870753 0.400000 0.400000 0.400000 +2111.150879 0.000000 3115.402832 0.000000 0.999168 0.000000 0.040782 0.400000 0.400000 0.400000 +2091.463867 0.000000 3101.934082 0.000000 0.114630 0.000000 -0.993408 0.400000 0.400000 0.400000 +2093.947266 0.000000 3115.941650 0.000000 0.818850 0.000000 -0.574008 0.400000 0.400000 0.400000 +2087.908691 0.000000 3109.377441 0.000000 0.536611 0.000000 -0.843830 0.400000 0.400000 0.400000 +2096.867188 0.000000 3096.833740 0.000000 0.864101 0.000000 0.503319 0.400000 0.400000 0.400000 +2104.823242 0.000000 3111.786865 0.000000 0.713666 0.000000 0.700486 0.400000 0.400000 0.400000 +2142.962646 0.000000 3101.799561 0.000000 0.999688 0.000000 -0.024973 0.400000 0.400000 0.400000 +2098.063477 0.000000 3114.676758 0.000000 0.179500 0.000000 -0.983758 0.400000 0.400000 0.400000 +2103.981445 0.000000 3097.092529 0.000000 0.813280 0.000000 0.581872 0.400000 0.400000 0.400000 +2101.819580 0.000000 3105.304688 0.000000 0.897787 0.000000 0.440430 0.400000 0.400000 0.400000 +2146.207275 0.000000 3095.819336 0.000000 0.945104 0.000000 0.326770 0.400000 0.400000 0.400000 +2087.853516 0.000000 3116.228516 0.000000 0.997868 0.000000 -0.065267 0.400000 0.400000 0.400000 +2108.856201 0.000000 3102.126953 0.000000 0.205721 0.000000 -0.978611 0.400000 0.400000 0.400000 +2098.056641 0.000000 3110.057373 0.000000 0.202919 0.000000 -0.979196 0.400000 0.400000 0.400000 +2116.568359 0.000000 3103.557129 0.000000 0.492155 0.000000 0.870508 0.400000 0.400000 0.400000 +2092.535400 0.000000 3113.209717 0.000000 0.990360 0.000000 -0.138516 0.400000 0.400000 0.400000 +2132.132568 0.000000 3095.389160 0.000000 0.979736 0.000000 0.200295 0.400000 0.400000 0.400000 +2109.371094 0.000000 3113.051270 0.000000 0.995600 0.000000 -0.093710 0.400000 0.400000 0.400000 +2111.629639 0.000000 3101.929443 0.000000 0.399042 0.000000 -0.916933 0.400000 0.400000 0.400000 +2183.352539 0.000000 3089.772705 0.000000 0.647907 0.000000 0.761719 0.400000 0.400000 0.400000 +2223.486328 0.000000 3082.243896 0.000000 0.959786 0.000000 -0.280732 0.400000 0.400000 0.400000 +2201.621582 0.000000 3075.002686 0.000000 0.366859 0.000000 0.930277 0.400000 0.400000 0.400000 +2217.925049 0.000000 3064.783691 0.000000 0.982853 0.000000 0.184391 0.400000 0.400000 0.400000 +2168.953369 0.000000 3056.334717 0.000000 0.839091 0.000000 -0.543992 0.400000 0.400000 0.400000 +2178.261719 0.000000 3074.373047 0.000000 0.972667 0.000000 0.232207 0.400000 0.400000 0.400000 +2211.115234 0.000000 3082.357666 0.000000 0.836250 0.000000 0.548348 0.400000 0.400000 0.400000 +2227.781006 0.000000 3072.630859 0.000000 0.996669 0.000000 -0.081558 0.400000 0.400000 0.400000 +2160.568604 0.000000 3061.781250 0.000000 0.719389 0.000000 -0.694607 0.400000 0.400000 0.400000 +2187.907715 0.000000 3048.468506 0.000000 0.998116 0.000000 0.061355 0.400000 0.400000 0.400000 +2211.391357 0.000000 3072.058350 0.000000 0.602871 0.000000 0.797839 0.400000 0.400000 0.400000 +2215.744629 0.000000 3038.511475 0.000000 0.980448 0.000000 -0.196781 0.400000 0.400000 0.400000 +2177.997314 0.000000 3053.255859 0.000000 0.972466 0.000000 -0.233045 0.400000 0.400000 0.400000 +2194.566162 0.000000 3055.136719 0.000000 0.873720 0.000000 -0.486429 0.400000 0.400000 0.400000 +2199.728760 0.000000 3035.882568 0.000000 0.337869 0.000000 -0.941193 0.400000 0.400000 0.400000 +2192.134766 0.000000 3040.569092 0.000000 0.927988 0.000000 -0.372610 0.400000 0.400000 0.400000 +2219.023682 0.000000 3075.454346 0.000000 0.794615 0.000000 0.607113 0.400000 0.400000 0.400000 +2194.321289 0.000000 3063.629883 0.000000 0.989780 0.000000 -0.142603 0.400000 0.400000 0.400000 +2226.888672 0.000000 3030.518555 0.000000 0.330757 0.000000 0.943716 0.400000 0.400000 0.400000 +2219.260742 0.000000 3031.560547 0.000000 0.392197 0.000000 -0.919881 0.400000 0.400000 0.400000 +2204.594482 0.000000 3067.714111 0.000000 0.224563 0.000000 0.974460 0.400000 0.400000 0.400000 +2203.587158 0.000000 3082.282471 0.000000 0.808014 0.000000 -0.589163 0.400000 0.400000 0.400000 +2169.054688 0.000000 3072.274170 0.000000 0.832013 0.000000 -0.554757 0.400000 0.400000 0.400000 +2210.633545 0.000000 3064.283203 0.000000 0.986614 0.000000 -0.163070 0.400000 0.400000 0.400000 +2217.338623 0.000000 3084.731689 0.000000 0.222420 0.000000 0.974951 0.400000 0.400000 0.400000 +2206.380127 0.000000 3025.674316 0.000000 0.820547 0.000000 0.571579 0.400000 0.400000 0.400000 +2197.642090 0.000000 3069.322266 0.000000 0.873539 0.000000 -0.486755 0.400000 0.400000 0.400000 +2171.422607 0.000000 3092.755859 0.000000 0.944534 0.000000 -0.328415 0.400000 0.400000 0.400000 +2223.547119 0.000000 3067.890869 0.000000 0.397293 0.000000 0.917692 0.400000 0.400000 0.400000 +2210.331055 0.000000 3088.844971 0.000000 0.252819 0.000000 0.967514 0.400000 0.400000 0.400000 +2229.119629 0.000000 3024.250977 0.000000 0.468349 0.000000 0.883543 0.400000 0.400000 0.400000 +2178.184570 0.000000 3093.255127 0.000000 0.572145 0.000000 -0.820152 0.400000 0.400000 0.400000 +2207.700684 0.000000 3077.159424 0.000000 0.943188 0.000000 0.332258 0.400000 0.400000 0.400000 +2183.955566 0.000000 3052.891846 0.000000 0.696514 0.000000 -0.717543 0.400000 0.400000 0.400000 +2188.348877 0.000000 3064.666992 0.000000 0.613289 0.000000 0.789859 0.400000 0.400000 0.400000 +2208.374268 0.000000 3047.846924 0.000000 0.551241 0.000000 -0.834346 0.400000 0.400000 0.400000 +2213.600586 0.000000 3033.327881 0.000000 0.937029 0.000000 0.349251 0.400000 0.400000 0.400000 +2202.497559 0.000000 3087.948975 0.000000 0.440685 0.000000 -0.897662 0.400000 0.400000 0.400000 +2164.555176 0.000000 3076.626465 0.000000 0.573323 0.000000 0.819330 0.400000 0.400000 0.400000 +2212.160400 0.000000 3042.841797 0.000000 0.900479 0.000000 -0.434899 0.400000 0.400000 0.400000 +2209.978760 0.000000 3037.585449 0.000000 0.871844 0.000000 -0.489783 0.400000 0.400000 0.400000 +2168.952881 0.000000 3061.801270 0.000000 0.993963 0.000000 -0.109713 0.400000 0.400000 0.400000 +2214.039062 0.000000 3077.569092 0.000000 0.509903 0.000000 0.860232 0.400000 0.400000 0.400000 +2199.247314 0.000000 3052.155273 0.000000 0.680433 0.000000 0.732810 0.400000 0.400000 0.400000 +2189.229004 0.000000 3054.664062 0.000000 0.912271 0.000000 -0.409586 0.400000 0.400000 0.400000 +2193.031738 0.000000 3049.932129 0.000000 0.999305 0.000000 -0.037274 0.400000 0.400000 0.400000 +2218.120605 0.000000 3070.264893 0.000000 0.869775 0.000000 0.493448 0.400000 0.400000 0.400000 +2203.062988 0.000000 3046.602295 0.000000 0.528905 0.000000 0.848681 0.400000 0.400000 0.400000 +2190.780273 0.000000 3059.626465 0.000000 0.995800 0.000000 -0.091556 0.400000 0.400000 0.400000 +2198.503662 0.000000 3081.839600 0.000000 0.987547 0.000000 -0.157323 0.400000 0.400000 0.400000 +2205.030029 0.000000 3036.883789 0.000000 0.476804 0.000000 0.879010 0.400000 0.400000 0.400000 +2173.947510 0.000000 3056.682861 0.000000 0.880691 0.000000 0.473691 0.400000 0.400000 0.400000 +2206.294678 0.000000 3072.309326 0.000000 0.861988 0.000000 -0.506929 0.400000 0.400000 0.400000 +2188.211426 0.000000 3043.541016 0.000000 0.332126 0.000000 0.943235 0.400000 0.400000 0.400000 +2173.331299 0.000000 3074.706055 0.000000 0.984769 0.000000 -0.173866 0.400000 0.400000 0.400000 +2221.299072 0.000000 3036.015869 0.000000 0.118875 0.000000 0.992909 0.400000 0.400000 0.400000 +2229.533936 0.000000 3056.983887 0.000000 0.574175 0.000000 -0.818732 0.400000 0.400000 0.400000 +2196.988281 0.000000 3059.636719 0.000000 0.509326 0.000000 -0.860574 0.400000 0.400000 0.400000 +2217.201904 0.000000 3044.415527 0.000000 0.685824 0.000000 -0.727768 0.400000 0.400000 0.400000 +2193.094482 0.000000 3045.185547 0.000000 0.568603 0.000000 -0.822612 0.400000 0.400000 0.400000 +2213.961914 0.000000 3067.724854 0.000000 0.485475 0.000000 0.874251 0.400000 0.400000 0.400000 +2222.515869 0.000000 3063.047852 0.000000 0.192398 0.000000 0.981317 0.400000 0.400000 0.400000 +2181.083496 0.000000 3056.917969 0.000000 0.999117 0.000000 0.042018 0.400000 0.400000 0.400000 +2218.838623 0.000000 3080.209229 0.000000 0.765972 0.000000 -0.642874 0.400000 0.400000 0.400000 +2229.865479 0.000000 3068.508545 0.000000 0.910235 0.000000 0.414093 0.400000 0.400000 0.400000 +2223.090332 0.000000 3072.572998 0.000000 0.923952 0.000000 -0.382509 0.400000 0.400000 0.400000 +2209.874512 0.000000 3093.957031 0.000000 0.232593 0.000000 -0.972574 0.400000 0.400000 0.400000 +2185.651123 0.000000 3068.951904 0.000000 0.993743 0.000000 0.111688 0.400000 0.400000 0.400000 +2179.314453 0.000000 3087.826172 0.000000 0.120806 0.000000 -0.992676 0.400000 0.400000 0.400000 +2196.510986 0.000000 3040.673584 0.000000 0.121745 0.000000 0.992561 0.400000 0.400000 0.400000 +2185.059570 0.000000 3093.891602 0.000000 0.225769 0.000000 0.974181 0.400000 0.400000 0.400000 +2209.042969 0.000000 3068.433594 0.000000 0.043220 0.000000 -0.999066 0.400000 0.400000 0.400000 +2180.862305 0.000000 3070.998535 0.000000 0.235994 0.000000 -0.971754 0.400000 0.400000 0.400000 +2164.734375 0.000000 3060.489258 0.000000 0.371663 0.000000 -0.928368 0.400000 0.400000 0.400000 +2193.623535 0.000000 3067.864258 0.000000 0.684323 0.000000 -0.729179 0.400000 0.400000 0.400000 +2215.373291 0.000000 3073.414062 0.000000 0.694802 0.000000 0.719201 0.400000 0.400000 0.400000 +2201.708740 0.000000 3070.909424 0.000000 0.361490 0.000000 -0.932376 0.400000 0.400000 0.400000 +2213.351562 0.000000 3085.823975 0.000000 0.099374 0.000000 -0.995050 0.400000 0.400000 0.400000 +2223.336914 0.000000 3032.561279 0.000000 0.963433 0.000000 -0.267948 0.400000 0.400000 0.400000 +2175.089111 0.000000 3090.868408 0.000000 0.842352 0.000000 0.538928 0.400000 0.400000 0.400000 +2203.899658 0.000000 3078.130371 0.000000 0.760050 0.000000 0.649865 0.400000 0.400000 0.400000 +2203.499023 0.000000 3033.312256 0.000000 0.421741 0.000000 0.906716 0.400000 0.400000 0.400000 +2215.200684 0.000000 3081.346680 0.000000 0.013041 0.000000 0.999915 0.400000 0.400000 0.400000 +2209.621338 0.000000 3023.516357 0.000000 0.177068 0.000000 -0.984199 0.400000 0.400000 0.400000 +2205.518066 0.000000 3029.294922 0.000000 0.148842 0.000000 -0.988861 0.400000 0.400000 0.400000 +2168.296387 0.000000 3075.824707 0.000000 0.999600 0.000000 0.028279 0.400000 0.400000 0.400000 +2208.938965 0.000000 3044.356201 0.000000 0.940931 0.000000 -0.338597 0.400000 0.400000 0.400000 +2220.932129 0.000000 3084.967285 0.000000 0.954673 0.000000 0.297657 0.400000 0.400000 0.400000 +2202.053955 0.000000 3038.793457 0.000000 0.424747 0.000000 -0.905312 0.400000 0.400000 0.400000 +2200.437256 0.000000 3078.441406 0.000000 0.907805 0.000000 -0.419392 0.400000 0.400000 0.400000 +2199.363525 0.000000 3032.216553 0.000000 0.144815 0.000000 0.989459 0.400000 0.400000 0.400000 +2198.861816 0.000000 3072.877686 0.000000 0.669941 0.000000 0.742414 0.400000 0.400000 0.400000 +2229.379883 0.000000 3028.020996 0.000000 0.623571 0.000000 -0.781767 0.400000 0.400000 0.400000 +2228.269287 0.000000 3077.709473 0.000000 0.829475 0.000000 0.558544 0.400000 0.400000 0.400000 +2187.349609 0.000000 3051.822998 0.000000 0.459302 0.000000 0.888280 0.400000 0.400000 0.400000 +2175.546875 0.000000 3072.149170 0.000000 0.519656 0.000000 -0.854376 0.400000 0.400000 0.400000 +2196.829102 0.000000 3066.002441 0.000000 0.442997 0.000000 -0.896523 0.400000 0.400000 0.400000 +2202.088623 0.000000 3049.892822 0.000000 0.471906 0.000000 -0.881649 0.400000 0.400000 0.400000 +2221.369873 0.000000 3077.935791 0.000000 0.984453 0.000000 -0.175649 0.400000 0.400000 0.400000 +2185.994629 0.000000 3055.446533 0.000000 0.051393 0.000000 0.998679 0.400000 0.400000 0.400000 +2191.596680 0.000000 3065.342773 0.000000 0.988601 0.000000 0.150562 0.400000 0.400000 0.400000 +2177.733398 0.000000 3057.240723 0.000000 0.999049 0.000000 0.043604 0.400000 0.400000 0.400000 +2193.958008 0.000000 3058.580322 0.000000 0.246373 0.000000 0.969175 0.400000 0.400000 0.400000 +2192.062012 0.000000 3052.933350 0.000000 0.938149 0.000000 0.346231 0.400000 0.400000 0.400000 +2205.301270 0.000000 3048.861328 0.000000 0.416614 0.000000 0.909083 0.400000 0.400000 0.400000 +2211.342773 0.000000 3046.473145 0.000000 0.396133 0.000000 -0.918193 0.400000 0.400000 0.400000 +2231.338379 0.000000 3072.518555 0.000000 0.669085 0.000000 -0.743186 0.400000 0.400000 0.400000 +2225.715576 0.000000 3062.937744 0.000000 0.981447 0.000000 -0.191735 0.400000 0.400000 0.400000 +2206.090576 0.000000 3045.779541 0.000000 0.511761 0.000000 -0.859128 0.400000 0.400000 0.400000 +2190.962402 0.000000 3047.441162 0.000000 0.820558 0.000000 0.571563 0.400000 0.400000 0.400000 +2188.482666 0.000000 3067.761475 0.000000 0.804195 0.000000 -0.594365 0.400000 0.400000 0.400000 +2209.535156 0.000000 3040.821533 0.000000 0.009714 0.000000 0.999953 0.400000 0.400000 0.400000 +2191.656006 0.000000 3056.564697 0.000000 0.520744 0.000000 0.853713 0.400000 0.400000 0.400000 +2188.465576 0.000000 3057.622559 0.000000 0.992619 0.000000 0.121272 0.400000 0.400000 0.400000 +2200.785645 0.000000 3068.059814 0.000000 0.112612 0.000000 -0.993639 0.400000 0.400000 0.400000 +2170.790039 0.000000 3058.685791 0.000000 0.987175 0.000000 -0.159640 0.400000 0.400000 0.400000 +2214.202393 0.000000 3045.076904 0.000000 0.547995 0.000000 -0.836482 0.400000 0.400000 0.400000 +2200.436279 0.000000 3045.122070 0.000000 0.473614 0.000000 0.880733 0.400000 0.400000 0.400000 +2219.665283 0.000000 3072.680176 0.000000 0.842529 0.000000 -0.538651 0.400000 0.400000 0.400000 +2181.491943 0.000000 3054.218750 0.000000 0.860143 0.000000 0.510054 0.400000 0.400000 0.400000 +2183.597656 0.000000 3070.996094 0.000000 0.780175 0.000000 -0.625562 0.400000 0.400000 0.400000 +2162.568848 0.000000 3074.495605 0.000000 0.307811 0.000000 0.951447 0.400000 0.400000 0.400000 +2211.595215 0.000000 3069.343018 0.000000 0.037467 0.000000 -0.999298 0.400000 0.400000 0.400000 +2211.052979 0.000000 3066.870850 0.000000 0.876032 0.000000 0.482253 0.400000 0.400000 0.400000 +2250.957275 0.000000 3042.939453 0.000000 0.527701 0.000000 0.849430 0.400000 0.400000 0.400000 +2280.116455 0.000000 3032.284424 0.000000 0.848914 0.000000 -0.528532 0.400000 0.400000 0.400000 +2269.770752 0.000000 3046.870605 0.000000 0.221529 0.000000 -0.975154 0.400000 0.400000 0.400000 +2232.176270 0.000000 3027.049072 0.000000 0.622584 0.000000 0.782553 0.400000 0.400000 0.400000 +2241.389160 0.000000 3079.447021 0.000000 0.815721 0.000000 -0.578446 0.400000 0.400000 0.400000 +2232.560791 0.000000 3061.781250 0.000000 0.709505 0.000000 -0.704700 0.400000 0.400000 0.400000 +2259.899902 0.000000 3048.468506 0.000000 0.878164 0.000000 -0.478360 0.400000 0.400000 0.400000 +2249.989502 0.000000 3053.255859 0.000000 0.934381 0.000000 -0.356276 0.400000 0.400000 0.400000 +2271.720947 0.000000 3035.882568 0.000000 0.896704 0.000000 0.442630 0.400000 0.400000 0.400000 +2264.126953 0.000000 3040.569092 0.000000 0.913722 0.000000 0.406341 0.400000 0.400000 0.400000 +2291.252930 0.000000 3031.560547 0.000000 0.407852 0.000000 -0.913048 0.400000 0.400000 0.400000 +2234.364258 0.000000 3033.989014 0.000000 0.453520 0.000000 0.891246 0.400000 0.400000 0.400000 +2241.046875 0.000000 3072.274170 0.000000 0.394519 0.000000 0.918888 0.400000 0.400000 0.400000 +2257.326172 0.000000 3039.454102 0.000000 0.976281 0.000000 -0.216506 0.400000 0.400000 0.400000 +2239.394287 0.000000 3028.617676 0.000000 0.578515 0.000000 -0.815672 0.400000 0.400000 0.400000 +2278.372314 0.000000 3025.674316 0.000000 0.804821 0.000000 0.593518 0.400000 0.400000 0.400000 +2245.097412 0.000000 3040.701660 0.000000 0.732372 0.000000 -0.680904 0.400000 0.400000 0.400000 +2273.863281 0.000000 3029.806396 0.000000 0.500615 0.000000 -0.865670 0.400000 0.400000 0.400000 +2255.947754 0.000000 3052.891846 0.000000 0.814626 0.000000 -0.579986 0.400000 0.400000 0.400000 +2239.434814 0.000000 3040.111084 0.000000 0.557347 0.000000 -0.830279 0.400000 0.400000 0.400000 +2234.865479 0.000000 3056.579834 0.000000 0.347245 0.000000 -0.937774 0.400000 0.400000 0.400000 +2254.117920 0.000000 3047.508301 0.000000 0.861715 0.000000 -0.507393 0.400000 0.400000 0.400000 +2272.583008 0.000000 3041.963379 0.000000 0.930453 0.000000 0.366412 0.400000 0.400000 0.400000 +2247.055176 0.000000 3046.726074 0.000000 0.720707 0.000000 -0.693240 0.400000 0.400000 0.400000 +2268.539795 0.000000 3030.145264 0.000000 0.506797 0.000000 0.862065 0.400000 0.400000 0.400000 +2259.083008 0.000000 3034.508545 0.000000 0.999526 0.000000 0.030794 0.400000 0.400000 0.400000 +2277.022217 0.000000 3036.883789 0.000000 0.979813 0.000000 0.199918 0.400000 0.400000 0.400000 +2266.719727 0.000000 3036.183350 0.000000 0.391386 0.000000 0.920227 0.400000 0.400000 0.400000 +2260.203613 0.000000 3043.541016 0.000000 0.799296 0.000000 -0.600938 0.400000 0.400000 0.400000 +2245.323486 0.000000 3074.706055 0.000000 0.090634 0.000000 0.995884 0.400000 0.400000 0.400000 +2265.086670 0.000000 3045.185547 0.000000 0.401907 0.000000 0.915680 0.400000 0.400000 0.400000 +2236.447266 0.000000 3024.754639 0.000000 0.150507 0.000000 0.988609 0.400000 0.400000 0.400000 +2282.972168 0.000000 3028.885986 0.000000 0.201886 0.000000 -0.979409 0.400000 0.400000 0.400000 +2268.503174 0.000000 3040.673584 0.000000 0.833239 0.000000 0.552913 0.400000 0.400000 0.400000 +2238.493652 0.000000 3035.913330 0.000000 0.816939 0.000000 -0.576725 0.400000 0.400000 0.400000 +2231.990967 0.000000 3075.584961 0.000000 0.959118 0.000000 -0.283006 0.400000 0.400000 0.400000 +2255.135254 0.000000 3043.418457 0.000000 0.711422 0.000000 -0.702765 0.400000 0.400000 0.400000 +2235.448242 0.000000 3029.949707 0.000000 0.873064 0.000000 -0.487605 0.400000 0.400000 0.400000 +2262.502441 0.000000 3036.723633 0.000000 0.108505 0.000000 0.994096 0.400000 0.400000 0.400000 +2250.442139 0.000000 3049.242432 0.000000 0.476045 0.000000 0.879421 0.400000 0.400000 0.400000 +2237.685059 0.000000 3070.228516 0.000000 0.257572 0.000000 0.966259 0.400000 0.400000 0.400000 +2275.491211 0.000000 3033.312256 0.000000 0.953474 0.000000 0.301475 0.400000 0.400000 0.400000 +2281.613525 0.000000 3023.516357 0.000000 0.816256 0.000000 -0.577691 0.400000 0.400000 0.400000 +2238.380859 0.000000 3032.226562 0.000000 0.854200 0.000000 0.519945 0.400000 0.400000 0.400000 +2277.510254 0.000000 3029.294922 0.000000 0.393627 0.000000 -0.919270 0.400000 0.400000 0.400000 +2274.703613 0.000000 3026.172363 0.000000 0.815610 0.000000 0.578603 0.400000 0.400000 0.400000 +2240.288574 0.000000 3075.824707 0.000000 0.991329 0.000000 -0.131407 0.400000 0.400000 0.400000 +2286.947021 0.000000 3029.815186 0.000000 0.662221 0.000000 -0.749309 0.400000 0.400000 0.400000 +2232.355469 0.000000 3023.512695 0.000000 0.678863 0.000000 0.734265 0.400000 0.400000 0.400000 +2231.841797 0.000000 3058.304688 0.000000 0.923874 0.000000 -0.382698 0.400000 0.400000 0.400000 +2274.046143 0.000000 3038.793457 0.000000 0.246035 0.000000 0.969261 0.400000 0.400000 0.400000 +2240.760254 0.000000 3052.731689 0.000000 0.218219 0.000000 -0.975900 0.400000 0.400000 0.400000 +2271.355713 0.000000 3032.216553 0.000000 0.743146 0.000000 0.669129 0.400000 0.400000 0.400000 +2237.842773 0.000000 3079.925293 0.000000 0.931079 0.000000 -0.364817 0.400000 0.400000 0.400000 +2257.618896 0.000000 3045.886963 0.000000 0.664672 0.000000 0.747135 0.400000 0.400000 0.400000 +2247.415283 0.000000 3043.127441 0.000000 0.702643 0.000000 -0.711542 0.400000 0.400000 0.400000 +2247.556152 0.000000 3050.978027 0.000000 0.084689 0.000000 0.996407 0.400000 0.400000 0.400000 +2252.949463 0.000000 3051.346924 0.000000 0.743188 0.000000 -0.669083 0.400000 0.400000 0.400000 +2256.783447 0.000000 3049.446777 0.000000 0.449622 0.000000 0.893219 0.400000 0.400000 0.400000 +2260.787109 0.000000 3039.694824 0.000000 0.980201 0.000000 -0.198003 0.400000 0.400000 0.400000 +2269.876465 0.000000 3043.633545 0.000000 0.969257 0.000000 -0.246049 0.400000 0.400000 0.400000 +2244.578613 0.000000 3044.489502 0.000000 0.793295 0.000000 0.608837 0.400000 0.400000 0.400000 +2262.954590 0.000000 3047.441162 0.000000 0.984322 0.000000 -0.176380 0.400000 0.400000 0.400000 +2238.428223 0.000000 3057.924316 0.000000 0.678202 0.000000 -0.734876 0.400000 0.400000 0.400000 +2279.676514 0.000000 3035.335693 0.000000 0.634687 0.000000 -0.772770 0.400000 0.400000 0.400000 +2281.193604 0.000000 3026.393311 0.000000 0.970661 0.000000 -0.240451 0.400000 0.400000 0.400000 +2259.264893 0.000000 3037.373291 0.000000 0.754352 0.000000 -0.656470 0.400000 0.400000 0.400000 +2264.346680 0.000000 3034.710938 0.000000 0.721577 0.000000 0.692334 0.400000 0.400000 0.400000 +2269.510742 0.000000 3034.381104 0.000000 0.923526 0.000000 -0.383535 0.400000 0.400000 0.400000 +2285.423340 0.000000 3027.737549 0.000000 0.784078 0.000000 -0.620662 0.400000 0.400000 0.400000 +2191.678467 0.000000 3103.951660 0.000000 0.281358 0.000000 0.959603 0.400000 0.400000 0.400000 +2172.569580 0.000000 3096.213867 0.000000 0.826732 0.000000 0.562595 0.400000 0.400000 0.400000 +2170.649902 0.000000 3106.854980 0.000000 0.029082 0.000000 0.999577 0.400000 0.400000 0.400000 +2184.036621 0.000000 3095.726807 0.000000 0.185695 0.000000 -0.982607 0.400000 0.400000 0.400000 +2181.859131 0.000000 3105.480225 0.000000 0.438118 0.000000 0.898918 0.400000 0.400000 0.400000 +2178.432129 0.000000 3099.552734 0.000000 0.217901 0.000000 0.975971 0.400000 0.400000 0.400000 +2186.182129 0.000000 3101.294434 0.000000 0.007569 0.000000 -0.999971 0.400000 0.400000 0.400000 +2173.381348 0.000000 3101.635742 0.000000 0.307660 0.000000 0.951496 0.400000 0.400000 0.400000 +2187.090820 0.000000 3106.492920 0.000000 0.489374 0.000000 -0.872074 0.400000 0.400000 0.400000 +2179.486328 0.000000 3095.334961 0.000000 0.980449 0.000000 -0.196774 0.400000 0.400000 0.400000 +2177.812500 0.000000 3103.829102 0.000000 0.695843 0.000000 -0.718193 0.400000 0.400000 0.400000 +2168.859375 0.000000 3096.833740 0.000000 0.994208 0.000000 0.107475 0.400000 0.400000 0.400000 +2173.811768 0.000000 3105.304688 0.000000 0.944401 0.000000 0.328797 0.400000 0.400000 0.400000 +2180.848389 0.000000 3102.126953 0.000000 0.712912 0.000000 -0.701253 0.400000 0.400000 0.400000 +2188.560547 0.000000 3103.557129 0.000000 0.924086 0.000000 0.382185 0.400000 0.400000 0.400000 +2176.131592 0.000000 3101.247803 0.000000 0.507277 0.000000 -0.861783 0.400000 0.400000 0.400000 +1782.125732 0.000000 3191.999756 0.000000 0.876720 0.000000 0.481000 0.400000 0.400000 0.400000 +1753.657959 0.000000 3202.674561 0.000000 0.241788 0.000000 -0.970329 0.400000 0.400000 0.400000 +1730.035156 0.000000 3215.701660 0.000000 0.757077 0.000000 0.653325 0.400000 0.400000 0.400000 +1769.668457 0.000000 3218.971436 0.000000 0.938390 0.000000 -0.345577 0.400000 0.400000 0.400000 +1785.971924 0.000000 3208.752441 0.000000 0.924212 0.000000 0.381879 0.400000 0.400000 0.400000 +1737.000244 0.000000 3200.303467 0.000000 0.976951 0.000000 -0.213465 0.400000 0.400000 0.400000 +1765.825439 0.000000 3190.839355 0.000000 0.996185 0.000000 -0.087261 0.400000 0.400000 0.400000 +1793.525146 0.000000 3182.529053 0.000000 0.993375 0.000000 -0.114918 0.400000 0.400000 0.400000 +1769.829102 0.000000 3204.585449 0.000000 0.999981 0.000000 -0.006186 0.400000 0.400000 0.400000 +1794.491333 0.000000 3197.230713 0.000000 0.168770 0.000000 -0.985655 0.400000 0.400000 0.400000 +1758.153687 0.000000 3214.344971 0.000000 0.348274 0.000000 0.937393 0.400000 0.400000 0.400000 +1740.606567 0.000000 3209.847900 0.000000 0.266119 0.000000 -0.963940 0.400000 0.400000 0.400000 +1755.954590 0.000000 3192.437256 0.000000 0.783871 0.000000 -0.620924 0.400000 0.400000 0.400000 +1779.717773 0.000000 3201.385742 0.000000 0.844785 0.000000 -0.535106 0.400000 0.400000 0.400000 +1737.713623 0.000000 3190.182617 0.000000 0.585708 0.000000 -0.810522 0.400000 0.400000 0.400000 +1762.612915 0.000000 3199.105469 0.000000 0.365664 0.000000 0.930747 0.400000 0.400000 0.400000 +1772.731445 0.000000 3196.095215 0.000000 0.161635 0.000000 -0.986851 0.400000 0.400000 0.400000 +1796.741943 0.000000 3207.984619 0.000000 0.513409 0.000000 0.858144 0.400000 0.400000 0.400000 +1790.106201 0.000000 3190.405029 0.000000 0.796570 0.000000 -0.604546 0.400000 0.400000 0.400000 +1788.022339 0.000000 3201.314453 0.000000 0.290111 0.000000 0.956993 0.400000 0.400000 0.400000 +1745.343750 0.000000 3204.381104 0.000000 0.996646 0.000000 0.081829 0.400000 0.400000 0.400000 +1737.101562 0.000000 3216.242920 0.000000 0.740566 0.000000 0.671983 0.400000 0.400000 0.400000 +1778.680542 0.000000 3208.251953 0.000000 0.450053 0.000000 0.893002 0.400000 0.400000 0.400000 +1796.921631 0.000000 3190.739990 0.000000 0.838756 0.000000 -0.544508 0.400000 0.400000 0.400000 +1765.688965 0.000000 3213.291016 0.000000 0.809321 0.000000 -0.587366 0.400000 0.400000 0.400000 +1733.721802 0.000000 3210.100098 0.000000 0.691949 0.000000 0.721947 0.400000 0.400000 0.400000 +1786.821045 0.000000 3195.553955 0.000000 0.664306 0.000000 0.747461 0.400000 0.400000 0.400000 +1752.002563 0.000000 3196.860596 0.000000 0.999839 0.000000 -0.017962 0.400000 0.400000 0.400000 +1776.421021 0.000000 3191.815674 0.000000 0.822397 0.000000 0.568914 0.400000 0.400000 0.400000 +1793.404541 0.000000 3203.301270 0.000000 0.927875 0.000000 -0.372890 0.400000 0.400000 0.400000 +1736.999878 0.000000 3205.770020 0.000000 0.992040 0.000000 -0.125923 0.400000 0.400000 0.400000 +1767.294312 0.000000 3196.124023 0.000000 0.977800 0.000000 0.209538 0.400000 0.400000 0.400000 +1745.102173 0.000000 3213.056152 0.000000 0.404367 0.000000 -0.914597 0.400000 0.400000 0.400000 +1757.275879 0.000000 3198.632812 0.000000 0.122879 0.000000 0.992422 0.400000 0.400000 0.400000 +1761.078613 0.000000 3193.900879 0.000000 0.408986 0.000000 0.912541 0.400000 0.400000 0.400000 +1774.116211 0.000000 3201.237793 0.000000 0.998857 0.000000 -0.047790 0.400000 0.400000 0.400000 +1758.827148 0.000000 3203.595215 0.000000 0.830182 0.000000 0.557493 0.400000 0.400000 0.400000 +1741.994385 0.000000 3200.651611 0.000000 0.620399 0.000000 0.784286 0.400000 0.400000 0.400000 +1778.911255 0.000000 3196.417480 0.000000 0.171177 0.000000 -0.985240 0.400000 0.400000 0.400000 +1783.951782 0.000000 3204.085449 0.000000 0.984457 0.000000 0.175625 0.400000 0.400000 0.400000 +1797.317017 0.000000 3185.837158 0.000000 0.949388 0.000000 -0.314106 0.400000 0.400000 0.400000 +1765.035156 0.000000 3203.605469 0.000000 0.960092 0.000000 0.279685 0.400000 0.400000 0.400000 +1785.248779 0.000000 3188.384277 0.000000 0.834055 0.000000 -0.551682 0.400000 0.400000 0.400000 +1774.403320 0.000000 3206.050781 0.000000 0.293269 0.000000 0.956030 0.400000 0.400000 0.400000 +1749.130493 0.000000 3200.886719 0.000000 0.999909 0.000000 -0.013484 0.400000 0.400000 0.400000 +1793.465454 0.000000 3193.121826 0.000000 0.999754 0.000000 0.022176 0.400000 0.400000 0.400000 +1798.304688 0.000000 3194.668701 0.000000 0.945152 0.000000 -0.326632 0.400000 0.400000 0.400000 +1741.068848 0.000000 3204.626953 0.000000 0.823681 0.000000 0.567053 0.400000 0.400000 0.400000 +1737.304688 0.000000 3212.230225 0.000000 0.849897 0.000000 -0.526948 0.400000 0.400000 0.400000 +1782.399414 0.000000 3207.634033 0.000000 0.999867 0.000000 0.016277 0.400000 0.400000 0.400000 +1777.723022 0.000000 3204.520020 0.000000 0.809597 0.000000 -0.586985 0.400000 0.400000 0.400000 +1786.552734 0.000000 3191.758789 0.000000 0.690176 0.000000 -0.723642 0.400000 0.400000 0.400000 +1766.072021 0.000000 3200.126465 0.000000 0.896216 0.000000 0.443618 0.400000 0.400000 0.400000 +1782.420776 0.000000 3195.614502 0.000000 0.957261 0.000000 -0.289227 0.400000 0.400000 0.400000 +1736.814941 0.000000 3196.700439 0.000000 0.239513 0.000000 -0.970893 0.400000 0.400000 0.400000 +1755.396606 0.000000 3195.791748 0.000000 0.382405 0.000000 0.923995 0.400000 0.400000 0.400000 +1764.876099 0.000000 3209.971191 0.000000 0.759241 0.000000 0.650809 0.400000 0.400000 0.400000 +1764.478149 0.000000 3194.179199 0.000000 0.000943 0.000000 -1.000000 0.400000 0.400000 0.400000 +1754.041626 0.000000 3199.415283 0.000000 0.999980 0.000000 0.006395 0.400000 0.400000 0.400000 +1749.004150 0.000000 3195.315674 0.000000 0.324122 0.000000 -0.946015 0.400000 0.400000 0.400000 +1737.495972 0.000000 3193.535400 0.000000 0.826132 0.000000 0.563477 0.400000 0.400000 0.400000 +1792.751587 0.000000 3200.133789 0.000000 0.454424 0.000000 -0.890785 0.400000 0.400000 0.400000 +1766.116577 0.000000 3206.709717 0.000000 0.981714 0.000000 0.190363 0.400000 0.400000 0.400000 +1773.348145 0.000000 3192.830078 0.000000 0.905705 0.000000 0.423909 0.400000 0.400000 0.400000 +1790.279175 0.000000 3203.769775 0.000000 0.914942 0.000000 -0.403586 0.400000 0.400000 0.400000 +1776.083008 0.000000 3195.007568 0.000000 0.133798 0.000000 0.991009 0.400000 0.400000 0.400000 +1793.762451 0.000000 3206.906494 0.000000 0.249259 0.000000 0.968437 0.400000 0.400000 0.400000 +1756.512329 0.000000 3201.591309 0.000000 0.240399 0.000000 0.970674 0.400000 0.400000 0.400000 +1738.836914 0.000000 3202.654541 0.000000 0.653884 0.000000 0.756595 0.400000 0.400000 0.400000 +1778.840576 0.000000 3193.492188 0.000000 0.130692 0.000000 -0.991423 0.400000 0.400000 0.400000 +1798.116211 0.000000 3197.751953 0.000000 0.472668 0.000000 0.881240 0.400000 0.400000 0.400000 +1747.892822 0.000000 3203.354492 0.000000 0.640547 0.000000 0.767919 0.400000 0.400000 0.400000 +1792.177124 0.000000 3195.736328 0.000000 0.942724 0.000000 0.333575 0.400000 0.400000 0.400000 +1823.391724 0.000000 3233.741455 0.000000 0.776456 0.000000 0.630172 0.400000 0.400000 0.400000 +1831.717529 0.000000 3175.936035 0.000000 0.041602 0.000000 0.999134 0.400000 0.400000 0.400000 +1857.964111 0.000000 3208.752441 0.000000 0.842137 0.000000 0.539263 0.400000 0.400000 0.400000 +1808.992432 0.000000 3200.303467 0.000000 0.176767 0.000000 -0.984253 0.400000 0.400000 0.400000 +1848.163330 0.000000 3176.253174 0.000000 0.694294 0.000000 0.719692 0.400000 0.400000 0.400000 +1835.034180 0.000000 3230.239746 0.000000 0.917039 0.000000 -0.398798 0.400000 0.400000 0.400000 +1839.737549 0.000000 3167.945801 0.000000 0.582154 0.000000 0.813078 0.400000 0.400000 0.400000 +1810.688843 0.000000 3178.839355 0.000000 0.957274 0.000000 -0.289181 0.400000 0.400000 0.400000 +1800.063843 0.000000 3195.302002 0.000000 0.079542 0.000000 0.996832 0.400000 0.400000 0.400000 +1827.946777 0.000000 3192.437256 0.000000 0.746213 0.000000 0.665707 0.400000 0.400000 0.400000 +1851.430420 0.000000 3216.027100 0.000000 0.656872 0.000000 0.754002 0.400000 0.400000 0.400000 +1846.539185 0.000000 3185.777100 0.000000 0.651751 0.000000 -0.758433 0.400000 0.400000 0.400000 +1818.036377 0.000000 3197.224609 0.000000 0.683137 0.000000 0.730290 0.400000 0.400000 0.400000 +1809.705811 0.000000 3190.182617 0.000000 0.876798 0.000000 -0.480858 0.400000 0.400000 0.400000 +1839.767822 0.000000 3179.851318 0.000000 0.999697 0.000000 -0.024596 0.400000 0.400000 0.400000 +1832.173706 0.000000 3184.537842 0.000000 0.623713 0.000000 -0.781653 0.400000 0.400000 0.400000 +1853.298828 0.000000 3168.919678 0.000000 0.449311 0.000000 -0.893375 0.400000 0.400000 0.400000 +1866.927734 0.000000 3174.487305 0.000000 0.150842 0.000000 0.988558 0.400000 0.400000 0.400000 +1859.299927 0.000000 3175.529297 0.000000 0.233514 0.000000 0.972353 0.400000 0.400000 0.400000 +1843.626221 0.000000 3226.251221 0.000000 0.818800 0.000000 -0.574079 0.400000 0.400000 0.400000 +1825.373047 0.000000 3183.422852 0.000000 0.996810 0.000000 -0.079812 0.400000 0.400000 0.400000 +1832.997192 0.000000 3169.252197 0.000000 0.611718 0.000000 0.791076 0.400000 0.400000 0.400000 +1846.419189 0.000000 3169.643066 0.000000 0.984998 0.000000 -0.172568 0.400000 0.400000 0.400000 +1863.586060 0.000000 3211.859619 0.000000 0.371530 0.000000 -0.928421 0.400000 0.400000 0.400000 +1869.158691 0.000000 3168.219727 0.000000 0.802652 0.000000 0.596447 0.400000 0.400000 0.400000 +1826.221191 0.000000 3173.278809 0.000000 0.575863 0.000000 0.817546 0.400000 0.400000 0.400000 +1823.994751 0.000000 3196.860596 0.000000 0.620964 0.000000 -0.783839 0.400000 0.400000 0.400000 +1805.835815 0.000000 3194.680664 0.000000 0.658958 0.000000 0.752180 0.400000 0.400000 0.400000 +1816.386230 0.000000 3179.874023 0.000000 0.387334 0.000000 -0.921939 0.400000 0.400000 0.400000 +1807.481689 0.000000 3184.079834 0.000000 0.705253 0.000000 0.708956 0.400000 0.400000 0.400000 +1802.912231 0.000000 3200.548584 0.000000 0.156389 0.000000 -0.987696 0.400000 0.400000 0.400000 +1853.639771 0.000000 3177.296631 0.000000 0.551033 0.000000 0.834484 0.400000 0.400000 0.400000 +1840.629883 0.000000 3185.932129 0.000000 0.482792 0.000000 -0.875735 0.400000 0.400000 0.400000 +1808.992065 0.000000 3205.770020 0.000000 0.893865 0.000000 -0.448337 0.400000 0.400000 0.400000 +1845.069092 0.000000 3180.852539 0.000000 0.211050 0.000000 0.977475 0.400000 0.400000 0.400000 +1813.986572 0.000000 3200.651611 0.000000 0.164736 0.000000 0.986338 0.400000 0.400000 0.400000 +1834.766479 0.000000 3180.152100 0.000000 0.950255 0.000000 0.311473 0.400000 0.400000 0.400000 +1828.250488 0.000000 3187.509766 0.000000 0.998745 0.000000 -0.050079 0.400000 0.400000 0.400000 +1833.133545 0.000000 3189.154297 0.000000 0.977245 0.000000 0.212112 0.400000 0.400000 0.400000 +1857.427002 0.000000 3171.192871 0.000000 0.715466 0.000000 0.698648 0.400000 0.400000 0.400000 +1869.904419 0.000000 3212.477295 0.000000 0.890710 0.000000 -0.454572 0.400000 0.400000 0.400000 +1851.019165 0.000000 3172.854736 0.000000 0.924004 0.000000 -0.382382 0.400000 0.400000 0.400000 +1836.549927 0.000000 3184.642334 0.000000 0.982062 0.000000 0.188557 0.400000 0.400000 0.400000 +1832.103760 0.000000 3233.348633 0.000000 0.263401 0.000000 0.964686 0.400000 0.400000 0.400000 +1805.978516 0.000000 3187.926025 0.000000 0.972513 0.000000 -0.232847 0.400000 0.400000 0.400000 +1839.075806 0.000000 3229.973633 0.000000 0.984694 0.000000 -0.174291 0.400000 0.400000 0.400000 +1865.479858 0.000000 3169.526855 0.000000 0.628038 0.000000 0.778183 0.400000 0.400000 0.400000 +1843.538208 0.000000 3177.281006 0.000000 0.579369 0.000000 0.815065 0.400000 0.400000 0.400000 +1857.189941 0.000000 3178.756592 0.000000 0.942516 0.000000 -0.334160 0.400000 0.400000 0.400000 +1858.238403 0.000000 3167.803711 0.000000 0.995955 0.000000 0.089855 0.400000 0.400000 0.400000 +1860.144043 0.000000 3211.473145 0.000000 0.489707 0.000000 -0.871887 0.400000 0.400000 0.400000 +1827.388794 0.000000 3195.791748 0.000000 0.865680 0.000000 0.500597 0.400000 0.400000 0.400000 +1805.931519 0.000000 3198.931641 0.000000 0.994854 0.000000 -0.101322 0.400000 0.400000 0.400000 +1806.617065 0.000000 3191.433838 0.000000 0.716432 0.000000 -0.697657 0.400000 0.400000 0.400000 +1813.168213 0.000000 3181.133301 0.000000 0.956332 0.000000 0.292283 0.400000 0.400000 0.400000 +1799.860474 0.000000 3198.795166 0.000000 0.499037 0.000000 -0.866581 0.400000 0.400000 0.400000 +1820.996338 0.000000 3195.315674 0.000000 0.951674 0.000000 -0.307110 0.400000 0.400000 0.400000 +1828.833984 0.000000 3183.663574 0.000000 0.187768 0.000000 -0.982213 0.400000 0.400000 0.400000 +1833.717041 0.000000 3172.548828 0.000000 0.420834 0.000000 -0.907138 0.400000 0.400000 0.400000 +1828.599487 0.000000 3175.541504 0.000000 0.864871 0.000000 0.501994 0.400000 0.400000 0.400000 +1824.923828 0.000000 3176.227295 0.000000 0.359766 0.000000 -0.933042 0.400000 0.400000 0.400000 +1831.001465 0.000000 3191.409912 0.000000 0.328350 0.000000 -0.944556 0.400000 0.400000 0.400000 +1804.566650 0.000000 3185.194092 0.000000 0.745786 0.000000 0.666186 0.400000 0.400000 0.400000 +1819.302612 0.000000 3178.888916 0.000000 0.877167 0.000000 -0.480186 0.400000 0.400000 0.400000 +1847.350586 0.000000 3182.747803 0.000000 0.989951 0.000000 0.141413 0.400000 0.400000 0.400000 +1848.605103 0.000000 3217.886719 0.000000 0.269874 0.000000 -0.962896 0.400000 0.400000 0.400000 +1827.311768 0.000000 3181.342041 0.000000 0.985332 0.000000 -0.170647 0.400000 0.400000 0.400000 +1778.377808 0.000000 3304.798096 0.000000 0.908690 0.000000 0.417472 0.400000 0.400000 0.400000 +1777.921387 0.000000 3309.910156 0.000000 0.191030 0.000000 0.981584 0.400000 0.400000 0.400000 +1781.398438 0.000000 3301.777100 0.000000 0.549695 0.000000 -0.835365 0.400000 0.400000 0.400000 +1783.247559 0.000000 3297.299805 0.000000 0.610484 0.000000 -0.792029 0.400000 0.400000 0.400000 +1823.391724 0.000000 3305.725830 0.000000 0.091622 0.000000 0.995794 0.400000 0.400000 0.400000 +1826.434692 0.000000 3296.015869 0.000000 0.918333 0.000000 -0.395808 0.400000 0.400000 0.400000 +1862.555054 0.000000 3279.000977 0.000000 0.829101 0.000000 -0.559099 0.400000 0.400000 0.400000 +1850.761963 0.000000 3294.916748 0.000000 0.869634 0.000000 0.493696 0.400000 0.400000 0.400000 +1815.216187 0.000000 3310.021240 0.000000 0.240083 0.000000 0.970752 0.400000 0.400000 0.400000 +1897.642334 0.000000 3202.674561 0.000000 0.998605 0.000000 -0.052798 0.400000 0.400000 0.400000 +1874.019531 0.000000 3215.701660 0.000000 0.560765 0.000000 0.827975 0.400000 0.400000 0.400000 +1872.215210 0.000000 3171.017822 0.000000 0.277887 0.000000 -0.960614 0.400000 0.400000 0.400000 +1884.590942 0.000000 3209.847900 0.000000 0.992059 0.000000 0.125775 0.400000 0.400000 0.400000 +1923.422607 0.000000 3216.027100 0.000000 0.929019 0.000000 0.370033 0.400000 0.400000 0.400000 +1931.055054 0.000000 3219.423096 0.000000 0.832008 0.000000 0.554763 0.400000 0.400000 0.400000 +1877.706177 0.000000 3210.100098 0.000000 0.995842 0.000000 -0.091100 0.400000 0.400000 0.400000 +1919.731934 0.000000 3221.128174 0.000000 0.984264 0.000000 0.176703 0.400000 0.400000 0.400000 +1926.070190 0.000000 3221.537842 0.000000 0.640214 0.000000 -0.768197 0.400000 0.400000 0.400000 +1930.151855 0.000000 3214.233643 0.000000 0.733153 0.000000 0.680064 0.400000 0.400000 0.400000 +1871.834961 0.000000 3210.965088 0.000000 0.022148 0.000000 0.999755 0.400000 0.400000 0.400000 +1876.486206 0.000000 3168.723389 0.000000 0.915235 0.000000 -0.402920 0.400000 0.400000 0.400000 +1893.789062 0.000000 3205.706787 0.000000 0.254289 0.000000 0.967128 0.400000 0.400000 0.400000 +1893.114868 0.000000 3200.886719 0.000000 0.958170 0.000000 0.286199 0.400000 0.400000 0.400000 +1889.552124 0.000000 3208.824463 0.000000 0.328521 0.000000 0.944497 0.400000 0.400000 0.400000 +1927.404663 0.000000 3217.382812 0.000000 0.999412 0.000000 0.034280 0.400000 0.400000 0.400000 +1922.754150 0.000000 3222.932373 0.000000 0.994927 0.000000 0.100603 0.400000 0.400000 0.400000 +1874.955933 0.000000 3212.248779 0.000000 0.974146 0.000000 0.225919 0.400000 0.400000 0.400000 +1872.031494 0.000000 3213.746826 0.000000 0.915737 0.000000 0.401777 0.400000 0.400000 0.400000 +1978.344727 0.000000 3207.598633 0.000000 0.199074 0.000000 0.979985 0.400000 0.400000 0.400000 +1981.665527 0.000000 3213.291016 0.000000 0.026279 0.000000 0.999655 0.400000 0.400000 0.400000 +1967.979126 0.000000 3196.860596 0.000000 0.526147 0.000000 -0.850393 0.400000 0.400000 0.400000 +1966.149048 0.000000 3191.477051 0.000000 0.530837 0.000000 0.847474 0.400000 0.400000 0.400000 +1978.356812 0.000000 3217.032227 0.000000 0.973377 0.000000 -0.229210 0.400000 0.400000 0.400000 +2000.999146 0.000000 3239.286377 0.000000 0.909877 0.000000 0.414879 0.400000 0.400000 0.400000 +1897.642334 0.000000 3274.658936 0.000000 0.315646 0.000000 -0.948877 0.400000 0.400000 0.400000 +1880.984619 0.000000 3272.287842 0.000000 0.433560 0.000000 0.901125 0.400000 0.400000 0.400000 +1882.681030 0.000000 3250.823730 0.000000 0.831131 0.000000 0.556076 0.400000 0.400000 0.400000 +1939.812378 0.000000 3288.583984 0.000000 0.978589 0.000000 0.205824 0.400000 0.400000 0.400000 +1923.422607 0.000000 3288.011475 0.000000 0.972899 0.000000 0.231231 0.400000 0.400000 0.400000 +1890.028564 0.000000 3269.208984 0.000000 0.795172 0.000000 -0.606385 0.400000 0.400000 0.400000 +1906.352539 0.000000 3279.583008 0.000000 0.913068 0.000000 -0.407807 0.400000 0.400000 0.400000 +1916.625610 0.000000 3283.667236 0.000000 0.677010 0.000000 -0.735974 0.400000 0.400000 0.400000 +1940.906006 0.000000 3262.724365 0.000000 0.564801 0.000000 0.825227 0.400000 0.400000 0.400000 +1900.380249 0.000000 3280.620117 0.000000 0.862390 0.000000 -0.506245 0.400000 0.400000 0.400000 +1879.473877 0.000000 3256.064209 0.000000 0.060725 0.000000 -0.998155 0.400000 0.400000 0.400000 +1901.260254 0.000000 3270.617188 0.000000 0.100033 0.000000 0.994984 0.400000 0.400000 0.400000 +1930.151855 0.000000 3286.218018 0.000000 0.578177 0.000000 -0.815911 0.400000 0.400000 0.400000 +1902.811523 0.000000 3275.579590 0.000000 0.976073 0.000000 -0.217445 0.400000 0.400000 0.400000 +1885.978760 0.000000 3272.635986 0.000000 0.128612 0.000000 0.991695 0.400000 0.400000 0.400000 +1912.312988 0.000000 3281.081543 0.000000 0.907801 0.000000 0.419401 0.400000 0.400000 0.400000 +1893.114868 0.000000 3272.871094 0.000000 0.747985 0.000000 -0.663715 0.400000 0.400000 0.400000 +1941.896606 0.000000 3284.461670 0.000000 0.539546 0.000000 -0.841956 0.400000 0.400000 0.400000 +1935.121582 0.000000 3288.526123 0.000000 0.977544 0.000000 -0.210733 0.400000 0.400000 0.400000 +1897.682251 0.000000 3284.905029 0.000000 0.152470 0.000000 -0.988308 0.400000 0.400000 0.400000 +1927.404663 0.000000 3289.367188 0.000000 0.999946 0.000000 -0.010382 0.400000 0.400000 0.400000 +1877.970703 0.000000 3259.910400 0.000000 0.887800 0.000000 0.460230 0.400000 0.400000 0.400000 +1908.860474 0.000000 3281.955566 0.000000 0.361373 0.000000 -0.932421 0.400000 0.400000 0.400000 +1885.160400 0.000000 3253.117676 0.000000 0.791080 0.000000 -0.611712 0.400000 0.400000 0.400000 +1898.026001 0.000000 3271.399658 0.000000 0.040726 0.000000 -0.999170 0.400000 0.400000 0.400000 +1937.515503 0.000000 3286.420166 0.000000 0.999910 0.000000 -0.013381 0.400000 0.400000 0.400000 +1903.645874 0.000000 3278.353516 0.000000 0.973957 0.000000 0.226734 0.400000 0.400000 0.400000 +1898.109009 0.000000 3282.379395 0.000000 0.449459 0.000000 -0.893301 0.400000 0.400000 0.400000 +1894.896484 0.000000 3284.600830 0.000000 0.816229 0.000000 0.577729 0.400000 0.400000 0.400000 +2005.724487 0.000000 3240.143066 0.000000 0.832021 0.000000 -0.554744 0.400000 0.400000 0.400000 +2000.446533 0.000000 3307.240234 0.000000 0.680415 0.000000 0.732827 0.400000 0.400000 0.400000 +1997.283203 0.000000 3240.904053 0.000000 0.450370 0.000000 0.892842 0.400000 0.400000 0.400000 +2010.912109 0.000000 3246.471680 0.000000 0.870069 0.000000 0.492929 0.400000 0.400000 0.400000 +1962.208008 0.000000 3309.208252 0.000000 0.979646 0.000000 -0.200734 0.400000 0.400000 0.400000 +2001.225342 0.000000 3260.368652 0.000000 0.915884 0.000000 0.401443 0.400000 0.400000 0.400000 +1978.506958 0.000000 3307.890137 0.000000 0.758026 0.000000 0.652225 0.400000 0.400000 0.400000 +2014.503540 0.000000 3254.362305 0.000000 0.349591 0.000000 -0.936902 0.400000 0.400000 0.400000 +2002.222778 0.000000 3239.788086 0.000000 0.990286 0.000000 0.139043 0.400000 0.400000 0.400000 +2010.142334 0.000000 3251.169434 0.000000 0.999352 0.000000 0.035982 0.400000 0.400000 0.400000 +1992.059570 0.000000 3266.991943 0.000000 0.136667 0.000000 0.990617 0.400000 0.400000 0.400000 +1998.225708 0.000000 3261.030029 0.000000 0.967276 0.000000 0.253726 0.400000 0.400000 0.400000 +1791.533325 0.000000 3370.181396 0.000000 0.998978 0.000000 -0.045191 0.400000 0.400000 0.400000 +1753.657959 0.000000 3346.643311 0.000000 0.920700 0.000000 0.390272 0.400000 0.400000 0.400000 +1789.747925 0.000000 3312.127441 0.000000 0.823413 0.000000 -0.567442 0.400000 0.400000 0.400000 +1769.668457 0.000000 3362.940186 0.000000 0.652955 0.000000 0.757397 0.400000 0.400000 0.400000 +1776.171143 0.000000 3320.221924 0.000000 0.915113 0.000000 0.403197 0.400000 0.400000 0.400000 +1793.525146 0.000000 3326.497803 0.000000 0.369490 0.000000 -0.929235 0.400000 0.400000 0.400000 +1779.438232 0.000000 3359.995850 0.000000 0.198519 0.000000 0.980097 0.400000 0.400000 0.400000 +1760.181519 0.000000 3328.506592 0.000000 0.891674 0.000000 0.452679 0.400000 0.400000 0.400000 +1749.891113 0.000000 3354.279297 0.000000 0.529360 0.000000 0.848398 0.400000 0.400000 0.400000 +1781.306641 0.000000 3312.888428 0.000000 0.997433 0.000000 -0.071605 0.400000 0.400000 0.400000 +1787.070679 0.000000 3363.391846 0.000000 0.695447 0.000000 -0.718577 0.400000 0.400000 0.400000 +1759.879639 0.000000 3382.128662 0.000000 0.508863 0.000000 0.860847 0.400000 0.400000 0.400000 +1746.231445 0.000000 3381.192627 0.000000 0.828860 0.000000 0.559457 0.400000 0.400000 0.400000 +1756.395874 0.000000 3352.604492 0.000000 0.137668 0.000000 0.990478 0.400000 0.400000 0.400000 +1782.085815 0.000000 3365.506592 0.000000 0.971742 0.000000 -0.236044 0.400000 0.400000 0.400000 +1774.341675 0.000000 3360.246826 0.000000 0.362591 0.000000 0.931948 0.400000 0.400000 0.400000 +1756.157959 0.000000 3378.878906 0.000000 0.207884 0.000000 0.978154 0.400000 0.400000 0.400000 +1786.885620 0.000000 3368.146729 0.000000 0.284181 0.000000 -0.958771 0.400000 0.400000 0.400000 +1753.697876 0.000000 3356.889404 0.000000 0.724356 0.000000 -0.689426 0.400000 0.400000 0.400000 +1748.909058 0.000000 3358.936035 0.000000 0.537804 0.000000 0.843070 0.400000 0.400000 0.400000 +1783.420288 0.000000 3361.351562 0.000000 0.795219 0.000000 0.606322 0.400000 0.400000 0.400000 +1765.776123 0.000000 3364.104980 0.000000 0.984304 0.000000 0.176480 0.400000 0.400000 0.400000 +1793.487671 0.000000 3313.495605 0.000000 0.102460 0.000000 0.994737 0.400000 0.400000 0.400000 +1771.946533 0.000000 3366.067871 0.000000 0.316793 0.000000 0.948495 0.400000 0.400000 0.400000 +1783.247559 0.000000 3369.284180 0.000000 0.756325 0.000000 -0.654196 0.400000 0.400000 0.400000 +1778.873291 0.000000 3363.476074 0.000000 0.990699 0.000000 0.136074 0.400000 0.400000 0.400000 +1778.769775 0.000000 3366.901123 0.000000 0.970902 0.000000 -0.239478 0.400000 0.400000 0.400000 +1789.416626 0.000000 3365.873291 0.000000 0.943343 0.000000 0.331818 0.400000 0.400000 0.400000 +1759.643555 0.000000 3353.280273 0.000000 0.952691 0.000000 -0.303940 0.400000 0.400000 0.400000 +1755.245972 0.000000 3359.668213 0.000000 0.449946 0.000000 0.893056 0.400000 0.400000 0.400000 +1785.040039 0.000000 3365.562744 0.000000 0.825490 0.000000 0.564416 0.400000 0.400000 0.400000 +1775.731323 0.000000 3323.273193 0.000000 0.300078 0.000000 -0.953915 0.400000 0.400000 0.400000 +1760.636475 0.000000 3363.374268 0.000000 0.175640 0.000000 -0.984454 0.400000 0.400000 0.400000 +1756.851074 0.000000 3382.270996 0.000000 0.761353 0.000000 -0.648338 0.400000 0.400000 0.400000 +1759.511841 0.000000 3360.783936 0.000000 0.947479 0.000000 -0.319819 0.400000 0.400000 0.400000 +1791.781250 0.000000 3373.000732 0.000000 0.953435 0.000000 -0.301598 0.400000 0.400000 0.400000 +1781.597412 0.000000 3363.004883 0.000000 0.651201 0.000000 -0.758905 0.400000 0.400000 0.400000 +1863.525513 0.000000 3370.181396 0.000000 0.371195 0.000000 0.928555 0.400000 0.400000 0.400000 +1812.608521 0.000000 3312.166992 0.000000 0.821707 0.000000 0.569910 0.400000 0.400000 0.400000 +1809.436035 0.000000 3367.384521 0.000000 0.929006 0.000000 0.370066 0.400000 0.400000 0.400000 +1800.368042 0.000000 3368.789062 0.000000 0.380759 0.000000 0.924675 0.400000 0.400000 0.400000 +1814.910889 0.000000 3374.787109 0.000000 0.199235 0.000000 0.979952 0.400000 0.400000 0.400000 +1807.441040 0.000000 3316.555176 0.000000 0.350856 0.000000 -0.936430 0.400000 0.400000 0.400000 +1810.223145 0.000000 3372.962891 0.000000 0.470641 0.000000 -0.882325 0.400000 0.400000 0.400000 +1815.128174 0.000000 3378.805908 0.000000 0.885751 0.000000 -0.464160 0.400000 0.400000 0.400000 +1808.898560 0.000000 3312.786865 0.000000 0.503415 0.000000 0.864045 0.400000 0.400000 0.400000 +1809.823730 0.000000 3377.260498 0.000000 0.102180 0.000000 -0.994766 0.400000 0.400000 0.400000 +1866.345947 0.000000 3368.349854 0.000000 0.641066 0.000000 -0.767486 0.400000 0.400000 0.400000 +1808.287964 0.000000 3370.467285 0.000000 0.559873 0.000000 -0.828578 0.400000 0.400000 0.400000 +1782.125732 0.000000 3407.952881 0.000000 0.983638 0.000000 0.180156 0.400000 0.400000 0.400000 +1753.657959 0.000000 3418.627686 0.000000 0.991666 0.000000 0.128834 0.400000 0.400000 0.400000 +1759.725342 0.000000 3391.889160 0.000000 0.895723 0.000000 -0.444612 0.400000 0.400000 0.400000 +1765.825439 0.000000 3406.792480 0.000000 0.950697 0.000000 0.310122 0.400000 0.400000 0.400000 +1752.083496 0.000000 3383.664307 0.000000 0.913775 0.000000 0.406222 0.400000 0.400000 0.400000 +1761.005005 0.000000 3385.205322 0.000000 0.243762 0.000000 0.969835 0.400000 0.400000 0.400000 +1746.479126 0.000000 3387.490234 0.000000 0.707591 0.000000 0.706622 0.400000 0.400000 0.400000 +1769.918091 0.000000 3389.728271 0.000000 0.720296 0.000000 0.693667 0.400000 0.400000 0.400000 +1754.229004 0.000000 3389.231934 0.000000 0.603725 0.000000 -0.797193 0.400000 0.400000 0.400000 +1747.533081 0.000000 3383.272461 0.000000 0.497974 0.000000 -0.867192 0.400000 0.400000 0.400000 +1764.557739 0.000000 3400.595459 0.000000 0.694929 0.000000 -0.719078 0.400000 0.400000 0.400000 +1744.020386 0.000000 3385.030029 0.000000 0.985342 0.000000 -0.170590 0.400000 0.400000 0.400000 +1765.931152 0.000000 3403.555420 0.000000 0.793986 0.000000 0.607935 0.400000 0.400000 0.400000 +1756.607300 0.000000 3391.494629 0.000000 0.247712 0.000000 -0.968834 0.400000 0.400000 0.400000 +1753.755371 0.000000 3386.320557 0.000000 0.667298 0.000000 0.744791 0.400000 0.400000 0.400000 +1748.520386 0.000000 3385.698242 0.000000 0.702197 0.000000 0.711983 0.400000 0.400000 0.400000 +1863.525513 0.000000 3442.165771 0.000000 0.777093 0.000000 -0.629386 0.400000 0.400000 0.400000 +1819.004150 0.000000 3402.861328 0.000000 0.270063 0.000000 0.962843 0.400000 0.400000 0.400000 +1817.335938 0.000000 3420.334229 0.000000 0.985083 0.000000 -0.172079 0.400000 0.400000 0.400000 +1821.796875 0.000000 3421.659912 0.000000 0.369809 0.000000 0.929108 0.400000 0.400000 0.400000 +1821.122681 0.000000 3416.839844 0.000000 0.713331 0.000000 0.700827 0.400000 0.400000 0.400000 +1860.971313 0.000000 3444.889160 0.000000 0.181335 0.000000 0.983421 0.400000 0.400000 0.400000 +1897.642334 0.000000 3346.643311 0.000000 0.423359 0.000000 -0.905962 0.400000 0.400000 0.400000 +1903.709717 0.000000 3319.904785 0.000000 0.150027 0.000000 -0.988682 0.400000 0.400000 0.400000 +1909.809814 0.000000 3334.808105 0.000000 0.985731 0.000000 -0.168330 0.400000 0.400000 0.400000 +1937.509521 0.000000 3326.497803 0.000000 0.211298 0.000000 -0.977422 0.400000 0.400000 0.400000 +1938.475708 0.000000 3341.199463 0.000000 0.668225 0.000000 -0.743959 0.400000 0.400000 0.400000 +1884.590942 0.000000 3353.816650 0.000000 0.681378 0.000000 0.731932 0.400000 0.400000 0.400000 +1881.428223 0.000000 3367.384521 0.000000 0.367615 0.000000 -0.929978 0.400000 0.400000 0.400000 +1872.599731 0.000000 3349.718750 0.000000 0.432861 0.000000 -0.901461 0.400000 0.400000 0.400000 +1918.531372 0.000000 3329.745850 0.000000 0.870160 0.000000 -0.492769 0.400000 0.400000 0.400000 +1890.028564 0.000000 3341.193359 0.000000 0.957092 0.000000 -0.289785 0.400000 0.400000 0.400000 +1889.328125 0.000000 3348.349854 0.000000 0.906496 0.000000 0.422214 0.400000 0.400000 0.400000 +1884.365112 0.000000 3339.487305 0.000000 0.302916 0.000000 -0.953017 0.400000 0.400000 0.400000 +1880.984253 0.000000 3349.738770 0.000000 0.988254 0.000000 -0.152822 0.400000 0.400000 0.400000 +1887.094360 0.000000 3334.663574 0.000000 0.951816 0.000000 0.306669 0.400000 0.400000 0.400000 +1901.260254 0.000000 3342.601562 0.000000 0.970793 0.000000 0.239917 0.400000 0.400000 0.400000 +1905.062988 0.000000 3337.869629 0.000000 0.110409 0.000000 -0.993886 0.400000 0.400000 0.400000 +1908.578857 0.000000 3318.082764 0.000000 0.859587 0.000000 0.510990 0.400000 0.400000 0.400000 +1927.936157 0.000000 3348.054199 0.000000 0.098485 0.000000 0.995139 0.400000 0.400000 0.400000 +1906.758667 0.000000 3324.120850 0.000000 0.999106 0.000000 0.042274 0.400000 0.400000 0.400000 +1876.765625 0.000000 3348.426758 0.000000 0.503017 0.000000 -0.864277 0.400000 0.400000 0.400000 +1889.552124 0.000000 3352.793213 0.000000 0.259869 0.000000 0.965644 0.400000 0.400000 0.400000 +1942.289062 0.000000 3338.637451 0.000000 0.078781 0.000000 0.996892 0.400000 0.400000 0.400000 +1885.053223 0.000000 3348.595703 0.000000 0.086353 0.000000 -0.996265 0.400000 0.400000 0.400000 +1896.792847 0.000000 3352.084229 0.000000 0.567805 0.000000 0.823163 0.400000 0.400000 0.400000 +1874.566772 0.000000 3352.566650 0.000000 0.821388 0.000000 0.570370 0.400000 0.400000 0.400000 +1899.730225 0.000000 3349.162598 0.000000 0.056068 0.000000 0.998427 0.400000 0.400000 0.400000 +1887.595093 0.000000 3338.915527 0.000000 0.787066 0.000000 -0.616868 0.400000 0.400000 0.400000 +1889.764648 0.000000 3345.178223 0.000000 0.056342 0.000000 -0.998412 0.400000 0.400000 0.400000 +1886.612671 0.000000 3351.335938 0.000000 0.974459 0.000000 -0.224565 0.400000 0.400000 0.400000 +1904.093262 0.000000 3340.870850 0.000000 0.071546 0.000000 -0.997437 0.400000 0.400000 0.400000 +1907.235962 0.000000 3320.947998 0.000000 0.633843 0.000000 -0.773462 0.400000 0.400000 0.400000 +1921.566406 0.000000 3328.759033 0.000000 0.019275 0.000000 0.999814 0.400000 0.400000 0.400000 +1903.687256 0.000000 3344.502197 0.000000 0.701031 0.000000 0.713131 0.400000 0.400000 0.400000 +1878.260132 0.000000 3351.085693 0.000000 0.976876 0.000000 0.213808 0.400000 0.400000 0.400000 +1886.623413 0.000000 3341.731445 0.000000 0.505890 0.000000 0.862598 0.400000 0.400000 0.400000 +1887.329834 0.000000 3346.741211 0.000000 0.839728 0.000000 0.543007 0.400000 0.400000 0.400000 +1998.102295 0.000000 3335.968506 0.000000 0.363506 0.000000 0.931592 0.400000 0.400000 0.400000 +1995.138672 0.000000 3370.295166 0.000000 0.632827 0.000000 -0.774293 0.400000 0.400000 0.400000 +1944.048218 0.000000 3339.270752 0.000000 0.955544 0.000000 0.294848 0.400000 0.400000 0.400000 +1987.610596 0.000000 3370.219971 0.000000 0.996262 0.000000 0.086386 0.400000 0.400000 0.400000 +1962.455688 0.000000 3315.505859 0.000000 0.511043 0.000000 0.859555 0.400000 0.400000 0.400000 +1991.724121 0.000000 3365.096924 0.000000 0.054652 0.000000 0.998505 0.400000 0.400000 0.400000 +1960.370605 0.000000 3323.842773 0.000000 0.074563 0.000000 -0.997216 0.400000 0.400000 0.400000 +1996.183960 0.000000 3330.779297 0.000000 0.144569 0.000000 0.989495 0.400000 0.400000 0.400000 +1990.694092 0.000000 3373.788086 0.000000 0.281398 0.000000 0.959591 0.400000 0.400000 0.400000 +1963.509644 0.000000 3311.288086 0.000000 0.505700 0.000000 -0.862709 0.400000 0.400000 0.400000 +1961.835938 0.000000 3319.782227 0.000000 0.453165 0.000000 -0.891427 0.400000 0.400000 0.400000 +1991.441528 0.000000 3369.248047 0.000000 0.072426 0.000000 -0.997374 0.400000 0.400000 0.400000 +1994.849854 0.000000 3363.476074 0.000000 0.991292 0.000000 -0.131681 0.400000 0.400000 0.400000 +2014.613525 0.000000 3381.770020 0.000000 0.483096 0.000000 -0.875567 0.400000 0.400000 0.400000 +1960.155029 0.000000 3317.200928 0.000000 0.620723 0.000000 -0.784030 0.400000 0.400000 0.400000 +1935.517700 0.000000 3442.165771 0.000000 0.264702 0.000000 0.964330 0.400000 0.400000 0.400000 +1897.642334 0.000000 3418.627686 0.000000 0.239994 0.000000 -0.970774 0.400000 0.400000 0.400000 +1913.652832 0.000000 3434.924561 0.000000 0.272851 0.000000 -0.962056 0.400000 0.400000 0.400000 +1881.697998 0.000000 3406.135742 0.000000 0.197169 0.000000 -0.980370 0.400000 0.400000 0.400000 +1903.864014 0.000000 3454.113037 0.000000 0.475130 0.000000 0.879916 0.400000 0.400000 0.400000 +1900.380249 0.000000 3424.588867 0.000000 0.271149 0.000000 -0.962538 0.400000 0.400000 0.400000 +1887.094360 0.000000 3406.647949 0.000000 0.204885 0.000000 -0.978786 0.400000 0.400000 0.400000 +1936.675659 0.000000 3436.923828 0.000000 0.909793 0.000000 -0.415062 0.400000 0.400000 0.400000 +1897.682251 0.000000 3428.873779 0.000000 0.601236 0.000000 0.799071 0.400000 0.400000 0.400000 +1896.792847 0.000000 3424.068604 0.000000 0.993445 0.000000 0.114309 0.400000 0.400000 0.400000 +1906.514771 0.000000 3451.858887 0.000000 0.876142 0.000000 0.482054 0.400000 0.400000 0.400000 +1899.730225 0.000000 3421.146973 0.000000 0.114869 0.000000 0.993381 0.400000 0.400000 0.400000 +1873.771973 0.000000 3454.211914 0.000000 0.975451 0.000000 -0.220218 0.400000 0.400000 0.400000 +1935.588501 0.000000 3439.346436 0.000000 0.961232 0.000000 -0.275742 0.400000 0.400000 0.400000 +1965.882446 0.000000 3393.417725 0.000000 0.469237 0.000000 -0.883072 0.400000 0.400000 0.400000 +1983.752197 0.000000 3395.804443 0.000000 0.709897 0.000000 0.704305 0.400000 0.400000 0.400000 +1984.614258 0.000000 3401.885254 0.000000 0.888399 0.000000 0.459072 0.400000 0.400000 0.400000 +1980.571045 0.000000 3390.067139 0.000000 0.882120 0.000000 -0.471025 0.400000 0.400000 0.400000 +1989.053467 0.000000 3396.805664 0.000000 0.885209 0.000000 -0.465194 0.400000 0.400000 0.400000 +1983.387085 0.000000 3392.138428 0.000000 0.979974 0.000000 -0.199127 0.400000 0.400000 0.400000 +2055.714111 0.000000 3167.945801 0.000000 0.733599 0.000000 0.679583 0.400000 0.400000 0.400000 +2040.604492 0.000000 3217.514648 0.000000 0.780508 0.000000 0.625146 0.400000 0.400000 0.400000 +2080.491455 0.000000 3237.440674 0.000000 0.981228 0.000000 0.192851 0.400000 0.400000 0.400000 +2046.095825 0.000000 3223.002930 0.000000 0.873177 0.000000 0.487403 0.400000 0.400000 0.400000 +2041.749268 0.000000 3220.721924 0.000000 0.987111 0.000000 0.160036 0.400000 0.400000 0.400000 +2039.368286 0.000000 3305.725830 0.000000 0.487923 0.000000 0.872887 0.400000 0.400000 0.400000 +2017.470947 0.000000 3257.136230 0.000000 0.884296 0.000000 0.466927 0.400000 0.400000 0.400000 +2047.694092 0.000000 3247.920410 0.000000 0.173950 0.000000 0.984754 0.400000 0.400000 0.400000 +2077.716553 0.000000 3240.143066 0.000000 0.968316 0.000000 0.249729 0.400000 0.400000 0.400000 +2028.575317 0.000000 3281.832275 0.000000 0.946373 0.000000 0.323075 0.400000 0.400000 0.400000 +2071.760254 0.000000 3254.464600 0.000000 0.119227 0.000000 0.992867 0.400000 0.400000 0.400000 +2059.602783 0.000000 3298.235596 0.000000 0.169547 0.000000 -0.985522 0.400000 0.400000 0.400000 +2025.070312 0.000000 3288.227295 0.000000 0.982542 0.000000 0.186043 0.400000 0.400000 0.400000 +2048.973877 0.000000 3241.236572 0.000000 0.919542 0.000000 -0.392991 0.400000 0.400000 0.400000 +2054.313721 0.000000 3308.096436 0.000000 0.939054 0.000000 -0.343770 0.400000 0.400000 0.400000 +2044.699219 0.000000 3302.064453 0.000000 0.975805 0.000000 0.218645 0.400000 0.400000 0.400000 +2054.519287 0.000000 3297.792725 0.000000 0.157508 0.000000 -0.987518 0.400000 0.400000 0.400000 +2029.347046 0.000000 3290.659180 0.000000 0.146038 0.000000 0.989279 0.400000 0.400000 0.400000 +2040.273560 0.000000 3300.437988 0.000000 0.456415 0.000000 0.889767 0.400000 0.400000 0.400000 +2048.080322 0.000000 3305.333008 0.000000 0.998951 0.000000 -0.045791 0.400000 0.400000 0.400000 +2073.166504 0.000000 3250.740967 0.000000 0.798921 0.000000 -0.601436 0.400000 0.400000 0.400000 +2046.185547 0.000000 3244.412842 0.000000 0.930107 0.000000 -0.367288 0.400000 0.400000 0.400000 +2050.499023 0.000000 3307.890137 0.000000 0.671002 0.000000 -0.741455 0.400000 0.400000 0.400000 +2049.693604 0.000000 3244.533203 0.000000 0.988768 0.000000 -0.149456 0.400000 0.400000 0.400000 +2080.296875 0.000000 3239.376221 0.000000 0.966214 0.000000 0.257740 0.400000 0.400000 0.400000 +2028.585083 0.000000 3312.166992 0.000000 0.698196 0.000000 0.715907 0.400000 0.400000 0.400000 +2055.714111 0.000000 3311.914551 0.000000 0.778915 0.000000 -0.627130 0.400000 0.400000 0.400000 +2025.412598 0.000000 3367.384521 0.000000 0.130791 0.000000 0.991410 0.400000 0.400000 0.400000 +2025.070312 0.000000 3360.211670 0.000000 0.203384 0.000000 -0.979099 0.400000 0.400000 0.400000 +2026.199707 0.000000 3372.962891 0.000000 0.729777 0.000000 -0.683685 0.400000 0.400000 0.400000 +2058.727051 0.000000 3314.109863 0.000000 0.988919 0.000000 0.148459 0.400000 0.400000 0.400000 +2024.311890 0.000000 3363.762207 0.000000 0.220474 0.000000 0.975393 0.400000 0.400000 0.400000 +2027.319580 0.000000 3369.551514 0.000000 0.720741 0.000000 -0.693205 0.400000 0.400000 0.400000 +2145.932861 0.000000 3352.721191 0.000000 0.997032 0.000000 -0.076988 0.400000 0.400000 0.400000 +2154.452148 0.000000 3341.199463 0.000000 0.913678 0.000000 -0.406439 0.400000 0.400000 0.400000 +2156.882568 0.000000 3334.708740 0.000000 0.365822 0.000000 -0.930685 0.400000 0.400000 0.400000 +2125.737061 0.000000 3364.104980 0.000000 0.877990 0.000000 -0.478678 0.400000 0.400000 0.400000 +2140.866211 0.000000 3348.539307 0.000000 0.497204 0.000000 0.867634 0.400000 0.400000 0.400000 +2047.694092 0.000000 3391.889160 0.000000 0.038691 0.000000 -0.999251 0.400000 0.400000 0.400000 +2073.940674 0.000000 3424.705566 0.000000 0.396501 0.000000 -0.918034 0.400000 0.400000 0.400000 +2028.575317 0.000000 3425.801025 0.000000 0.841673 0.000000 0.539988 0.400000 0.400000 0.400000 +2050.581787 0.000000 3415.058594 0.000000 0.062006 0.000000 -0.998076 0.400000 0.400000 0.400000 +2042.197754 0.000000 3389.231934 0.000000 0.993802 0.000000 0.111164 0.400000 0.400000 0.400000 +2045.244629 0.000000 3414.585938 0.000000 0.990341 0.000000 0.138654 0.400000 0.400000 0.400000 +2020.470581 0.000000 3384.676514 0.000000 0.993924 0.000000 -0.110073 0.400000 0.400000 0.400000 +2038.690186 0.000000 3387.350586 0.000000 0.386675 0.000000 0.922216 0.400000 0.400000 0.400000 +2052.447021 0.000000 3410.132324 0.000000 0.620319 0.000000 -0.784349 0.400000 0.400000 0.400000 +2048.077637 0.000000 3412.855225 0.000000 0.630143 0.000000 -0.776479 0.400000 0.400000 0.400000 +2044.576050 0.000000 3391.494629 0.000000 0.858921 0.000000 -0.512107 0.400000 0.400000 0.400000 +2041.724121 0.000000 3386.320557 0.000000 0.664278 0.000000 0.747486 0.400000 0.400000 0.400000 +2113.067383 0.000000 3453.813477 0.000000 0.923803 0.000000 -0.382867 0.400000 0.400000 0.400000 +2161.455322 0.000000 3329.120605 0.000000 0.657564 0.000000 -0.753399 0.400000 0.400000 0.400000 +2191.678467 0.000000 3319.904785 0.000000 0.967726 0.000000 -0.252004 0.400000 0.400000 0.400000 +2168.953369 0.000000 3344.272217 0.000000 0.739692 0.000000 0.672945 0.400000 0.400000 0.400000 +2177.997314 0.000000 3341.193359 0.000000 0.021877 0.000000 0.999761 0.400000 0.400000 0.400000 +2199.728760 0.000000 3323.820068 0.000000 0.349948 0.000000 0.936769 0.400000 0.400000 0.400000 +2185.333984 0.000000 3327.391602 0.000000 0.590458 0.000000 -0.807068 0.400000 0.400000 0.400000 +2198.298096 0.000000 3380.080811 0.000000 0.940489 0.000000 0.339824 0.400000 0.400000 0.400000 +2166.040039 0.000000 3383.213623 0.000000 0.495291 0.000000 0.868727 0.400000 0.400000 0.400000 +2208.374268 0.000000 3335.784424 0.000000 0.455803 0.000000 0.890081 0.400000 0.400000 0.400000 +2196.547607 0.000000 3318.082764 0.000000 0.081452 0.000000 -0.996677 0.400000 0.400000 0.400000 +2203.062988 0.000000 3334.539795 0.000000 0.901388 0.000000 -0.433013 0.400000 0.400000 0.400000 +2173.947510 0.000000 3344.620361 0.000000 0.180499 0.000000 0.983575 0.400000 0.400000 0.400000 +2210.864258 0.000000 3340.386230 0.000000 0.976672 0.000000 -0.214737 0.400000 0.400000 0.400000 +2188.211426 0.000000 3331.478516 0.000000 0.005331 0.000000 -0.999986 0.400000 0.400000 0.400000 +2165.939453 0.000000 3331.894775 0.000000 0.880695 0.000000 -0.473685 0.400000 0.400000 0.400000 +2190.169922 0.000000 3316.397217 0.000000 0.999986 0.000000 -0.005215 0.400000 0.400000 0.400000 +2167.925293 0.000000 3380.241699 0.000000 0.438565 0.000000 0.898700 0.400000 0.400000 0.400000 +2199.363525 0.000000 3320.154053 0.000000 0.647576 0.000000 0.762001 0.400000 0.400000 0.400000 +2185.626709 0.000000 3333.824463 0.000000 0.790188 0.000000 0.612864 0.400000 0.400000 0.400000 +2159.845703 0.000000 3332.181641 0.000000 0.959562 0.000000 0.281498 0.400000 0.400000 0.400000 +2188.794922 0.000000 3327.632324 0.000000 0.810690 0.000000 0.585476 0.400000 0.400000 0.400000 +2193.677979 0.000000 3316.517578 0.000000 0.916856 0.000000 -0.399218 0.400000 0.400000 0.400000 +2195.204834 0.000000 3320.947998 0.000000 0.871238 0.000000 0.490861 0.400000 0.400000 0.400000 +2223.486328 0.000000 3442.165771 0.000000 0.818247 0.000000 -0.574867 0.400000 0.400000 0.400000 +2199.698486 0.000000 3383.898926 0.000000 0.708360 0.000000 0.705851 0.400000 0.400000 0.400000 +2216.423096 0.000000 3451.208984 0.000000 0.709172 0.000000 0.705035 0.400000 0.400000 0.400000 +2211.391357 0.000000 3431.980225 0.000000 0.277905 0.000000 0.960609 0.400000 0.400000 0.400000 +2160.328857 0.000000 3440.773438 0.000000 0.663988 0.000000 -0.747743 0.400000 0.400000 0.400000 +2222.377197 0.000000 3448.236572 0.000000 0.936812 0.000000 -0.349833 0.400000 0.400000 0.400000 +2165.290771 0.000000 3443.365723 0.000000 0.978807 0.000000 0.204786 0.400000 0.400000 0.400000 +2168.952881 0.000000 3421.723145 0.000000 0.647635 0.000000 -0.761951 0.400000 0.400000 0.400000 +2173.381348 0.000000 3389.573242 0.000000 0.273097 0.000000 -0.961987 0.400000 0.400000 0.400000 +2220.503906 0.000000 3453.092041 0.000000 0.215774 0.000000 -0.976443 0.400000 0.400000 0.400000 +2168.859375 0.000000 3384.771240 0.000000 0.957775 0.000000 0.287519 0.400000 0.400000 0.400000 +2170.138428 0.000000 3391.028564 0.000000 0.970356 0.000000 -0.241682 0.400000 0.400000 0.400000 +2168.768066 0.000000 3412.653564 0.000000 0.958220 0.000000 -0.286033 0.400000 0.400000 0.400000 +2170.634521 0.000000 3387.744385 0.000000 0.918557 0.000000 0.395290 0.400000 0.400000 0.400000 +2170.048828 0.000000 3397.994873 0.000000 0.781636 0.000000 -0.623735 0.400000 0.400000 0.400000 +2170.790039 0.000000 3418.607666 0.000000 0.915252 0.000000 0.402881 0.400000 0.400000 0.400000 +2233.980469 0.000000 3431.654785 0.000000 0.185910 0.000000 -0.982567 0.400000 0.400000 0.400000 567.666138 0.000000 3586.134521 0.000000 0.833752 0.000000 0.552139 0.400000 0.400000 0.400000 549.307251 0.000000 3596.919922 0.000000 0.884321 0.000000 -0.466879 0.400000 0.400000 0.400000 572.065918 0.000000 3595.547119 0.000000 0.979868 0.000000 0.199648 0.400000 0.400000 0.400000 @@ -303,9 +7227,52 @@ 648.044189 0.000000 3595.941895 0.000000 0.995339 0.000000 -0.096442 0.400000 0.400000 0.400000 720.340271 0.000000 3458.955322 0.000000 0.626086 0.000000 -0.779754 0.400000 0.400000 0.400000 728.081482 0.000000 3524.210449 0.000000 0.415004 0.000000 -0.909819 0.400000 0.400000 0.400000 +855.634888 0.000000 3514.150146 0.000000 0.445478 0.000000 0.895293 0.400000 0.400000 0.400000 +857.626770 0.000000 3470.466553 0.000000 0.676098 0.000000 -0.736812 0.400000 0.400000 0.400000 +860.843445 0.000000 3495.922119 0.000000 0.280792 0.000000 0.959769 0.400000 0.400000 0.400000 +861.268066 0.000000 3456.157227 0.000000 0.803902 0.000000 -0.594762 0.400000 0.400000 0.400000 +857.506104 0.000000 3491.238770 0.000000 0.797916 0.000000 0.602768 0.400000 0.400000 0.400000 +856.792847 0.000000 3508.908203 0.000000 0.782247 0.000000 -0.622968 0.400000 0.400000 0.400000 +861.418640 0.000000 3473.774658 0.000000 0.178120 0.000000 -0.984009 0.400000 0.400000 0.400000 +861.682373 0.000000 3488.890137 0.000000 0.507518 0.000000 -0.861641 0.400000 0.400000 0.400000 +858.497009 0.000000 3517.758057 0.000000 0.923941 0.000000 -0.382534 0.400000 0.400000 0.400000 +857.280396 0.000000 3475.265869 0.000000 0.586434 0.000000 0.809997 0.400000 0.400000 0.400000 +861.200317 0.000000 3492.468750 0.000000 0.270571 0.000000 -0.962700 0.400000 0.400000 0.400000 +861.528259 0.000000 3459.927246 0.000000 0.045149 0.000000 0.998980 0.400000 0.400000 0.400000 +858.785522 0.000000 3498.699707 0.000000 0.939279 0.000000 -0.343155 0.400000 0.400000 0.400000 720.340271 0.000000 3530.939697 0.000000 0.924929 0.000000 0.380139 0.400000 0.400000 0.400000 730.806091 0.000000 3538.761230 0.000000 0.715720 0.000000 0.698387 0.400000 0.400000 0.400000 733.967957 0.000000 3537.210938 0.000000 0.709498 0.000000 0.704707 0.400000 0.400000 0.400000 +850.073486 0.000000 3568.674316 0.000000 0.955686 0.000000 0.294389 0.400000 0.400000 0.400000 +840.272705 0.000000 3536.175049 0.000000 0.095530 0.000000 -0.995427 0.400000 0.400000 0.400000 +858.592896 0.000000 3557.152588 0.000000 0.495162 0.000000 0.868801 0.400000 0.400000 0.400000 +843.263611 0.000000 3586.248291 0.000000 0.997847 0.000000 -0.065578 0.400000 0.400000 0.400000 +859.929504 0.000000 3576.521484 0.000000 0.099498 0.000000 -0.995038 0.400000 0.400000 0.400000 +843.539795 0.000000 3575.948975 0.000000 0.159635 0.000000 0.987176 0.400000 0.400000 0.400000 +831.877197 0.000000 3539.773193 0.000000 0.637490 0.000000 0.770458 0.400000 0.400000 0.400000 +855.695496 0.000000 3571.781494 0.000000 0.823147 0.000000 -0.567829 0.400000 0.400000 0.400000 +834.019653 0.000000 3533.697021 0.000000 0.045417 0.000000 -0.998968 0.400000 0.400000 0.400000 +857.506104 0.000000 3563.223145 0.000000 0.755206 0.000000 -0.655488 0.400000 0.400000 0.400000 +832.739258 0.000000 3545.854004 0.000000 0.559591 0.000000 0.828769 0.400000 0.400000 0.400000 +846.187439 0.000000 3581.459717 0.000000 0.384191 0.000000 0.923254 0.400000 0.400000 0.400000 +837.178467 0.000000 3540.774414 0.000000 0.931200 0.000000 0.364508 0.400000 0.400000 0.400000 +861.682373 0.000000 3560.874512 0.000000 0.620883 0.000000 -0.783903 0.400000 0.400000 0.400000 +846.110229 0.000000 3571.615479 0.000000 0.784784 0.000000 -0.619769 0.400000 0.400000 0.400000 +854.664368 0.000000 3566.938477 0.000000 0.656056 0.000000 0.754713 0.400000 0.400000 0.400000 +862.013855 0.000000 3572.399170 0.000000 0.120133 0.000000 0.992758 0.400000 0.400000 0.400000 +855.238770 0.000000 3576.463623 0.000000 0.751092 0.000000 -0.660197 0.400000 0.400000 0.400000 +847.521851 0.000000 3577.304688 0.000000 0.714212 0.000000 0.699929 0.400000 0.400000 0.400000 +835.647522 0.000000 3537.202881 0.000000 0.970059 0.000000 -0.242871 0.400000 0.400000 0.400000 +842.974854 0.000000 3579.429199 0.000000 0.048864 0.000000 -0.998805 0.400000 0.400000 0.400000 +842.871338 0.000000 3582.854248 0.000000 0.867968 0.000000 -0.496620 0.400000 0.400000 0.400000 +852.253479 0.000000 3571.395020 0.000000 0.904076 0.000000 -0.427372 0.400000 0.400000 0.400000 +842.120117 0.000000 3589.412842 0.000000 0.726026 0.000000 0.687667 0.400000 0.400000 0.400000 +856.853149 0.000000 3560.055664 0.000000 0.240823 0.000000 -0.970569 0.400000 0.400000 0.400000 +854.380737 0.000000 3563.691650 0.000000 0.980234 0.000000 -0.197843 0.400000 0.400000 0.400000 +857.632690 0.000000 3574.357666 0.000000 0.172419 0.000000 0.985024 0.400000 0.400000 0.400000 +852.651672 0.000000 3568.865723 0.000000 0.471107 0.000000 0.882076 0.400000 0.400000 0.400000 +845.084778 0.000000 3584.006836 0.000000 0.055184 0.000000 -0.998476 0.400000 0.400000 0.400000 +845.698975 0.000000 3578.958008 0.000000 0.856092 0.000000 -0.516823 0.400000 0.400000 0.400000 637.872864 0.000000 3600.064941 0.000000 0.051722 0.000000 0.998662 0.400000 0.400000 0.400000 588.741333 0.000000 3600.104492 0.000000 0.223826 0.000000 -0.974629 0.400000 0.400000 0.400000 586.821716 0.000000 3610.745605 0.000000 0.594407 0.000000 -0.804164 0.400000 0.400000 0.400000 @@ -330,6 +7297,31 @@ 830.652039 0.000000 3729.698975 0.000000 0.999509 0.000000 0.031327 0.400000 0.400000 0.400000 850.987183 0.000000 3728.068604 0.000000 0.989984 0.000000 0.141180 0.400000 0.400000 0.400000 841.191406 0.000000 3716.292969 0.000000 0.826375 0.000000 0.563120 0.400000 0.400000 0.400000 +864.324646 0.000000 3458.955322 0.000000 0.629187 0.000000 0.777254 0.400000 0.400000 0.400000 +864.709167 0.000000 3493.687500 0.000000 0.812823 0.000000 0.582511 0.400000 0.400000 0.400000 +863.944336 0.000000 3498.902588 0.000000 0.460845 0.000000 -0.887481 0.400000 0.400000 0.400000 +868.595581 0.000000 3456.660889 0.000000 0.089606 0.000000 0.995977 0.400000 0.400000 0.400000 +863.990173 0.000000 3490.210938 0.000000 0.942992 0.000000 0.332814 0.400000 0.400000 0.400000 +863.962036 0.000000 3486.732666 0.000000 0.665895 0.000000 -0.746046 0.400000 0.400000 0.400000 +866.128845 0.000000 3575.623535 0.000000 0.871531 0.000000 0.490341 0.400000 0.400000 0.400000 +869.815552 0.000000 3570.021973 0.000000 0.895815 0.000000 0.444428 0.400000 0.400000 0.400000 +867.013855 0.000000 3560.470459 0.000000 0.877034 0.000000 0.480429 0.400000 0.400000 0.400000 +873.093628 0.000000 3565.691895 0.000000 0.063247 0.000000 -0.997998 0.400000 0.400000 0.400000 +863.944336 0.000000 3570.886963 0.000000 0.941534 0.000000 -0.336918 0.400000 0.400000 0.400000 +863.962036 0.000000 3558.717041 0.000000 0.582568 0.000000 0.812782 0.400000 0.400000 0.400000 +874.930664 0.000000 3562.576416 0.000000 0.834294 0.000000 -0.551319 0.400000 0.400000 0.400000 +1131.232422 0.000000 3514.263916 0.000000 0.968052 0.000000 -0.250750 0.400000 0.400000 0.400000 +1136.540283 0.000000 3523.193359 0.000000 0.574669 0.000000 0.818386 0.400000 0.400000 0.400000 +1106.512817 0.000000 3511.968994 0.000000 0.420497 0.000000 -0.907294 0.400000 0.400000 0.400000 +1135.317871 0.000000 3513.252930 0.000000 0.389813 0.000000 0.920894 0.400000 0.400000 0.400000 +1138.796509 0.000000 3520.294434 0.000000 0.565186 0.000000 -0.824964 0.400000 0.400000 0.400000 +1077.395142 0.000000 3545.759033 0.000000 0.999996 0.000000 -0.002706 0.400000 0.400000 0.400000 +1081.572510 0.000000 3545.073730 0.000000 0.968072 0.000000 0.250671 0.400000 0.400000 0.400000 +1092.686646 0.000000 3528.120117 0.000000 0.286928 0.000000 0.957952 0.400000 0.400000 0.400000 +1104.153809 0.000000 3527.633057 0.000000 0.205131 0.000000 -0.978734 0.400000 0.400000 0.400000 +1082.520630 0.000000 3550.385986 0.000000 0.999977 0.000000 0.006738 0.400000 0.400000 0.400000 +1088.976685 0.000000 3528.739990 0.000000 0.303823 0.000000 -0.952728 0.400000 0.400000 0.400000 +1122.828735 0.000000 3530.062988 0.000000 0.881232 0.000000 -0.472684 0.400000 0.400000 0.400000 632.595032 0.000000 3811.130859 0.000000 0.477918 0.000000 0.878404 0.400000 0.400000 0.400000 602.567566 0.000000 3799.906494 0.000000 0.847871 0.000000 0.530203 0.400000 0.400000 0.400000 644.866882 0.000000 3783.859619 0.000000 0.844279 0.000000 0.535904 0.400000 0.400000 0.400000 @@ -349,7 +7341,6 @@ 660.497925 0.000000 3843.377930 0.000000 0.377690 0.000000 -0.925932 0.400000 0.400000 0.400000 717.696533 0.000000 3826.723389 0.000000 0.471614 0.000000 -0.881805 0.400000 0.400000 0.400000 743.508911 0.000000 3809.616455 0.000000 0.252726 0.000000 0.967538 0.400000 0.400000 0.400000 -783.642700 0.000000 3802.087646 0.000000 0.647125 0.000000 0.762384 0.400000 0.400000 0.400000 726.178528 0.000000 3809.064697 0.000000 0.262454 0.000000 -0.964944 0.400000 0.400000 0.400000 765.283813 0.000000 3812.873047 0.000000 0.365376 0.000000 0.930860 0.400000 0.400000 0.400000 761.938477 0.000000 3780.460449 0.000000 0.350100 0.000000 -0.936712 0.400000 0.400000 0.400000 @@ -668,13 +7659,11 @@ 833.930664 0.000000 3852.444824 0.000000 0.993475 0.000000 -0.114054 0.400000 0.400000 0.400000 822.255249 0.000000 3862.204346 0.000000 0.139161 0.000000 -0.990270 0.400000 0.400000 0.400000 792.173218 0.000000 3843.161377 0.000000 0.746978 0.000000 -0.664848 0.400000 0.400000 0.400000 -792.716980 0.000000 3853.609375 0.000000 0.578015 0.000000 -0.816026 0.400000 0.400000 0.400000 820.056091 0.000000 3840.296631 0.000000 0.535878 0.000000 0.844295 0.400000 0.400000 0.400000 843.539795 0.000000 3863.886475 0.000000 0.960343 0.000000 -0.278822 0.400000 0.400000 0.400000 810.145752 0.000000 3845.083984 0.000000 0.922828 0.000000 0.385212 0.400000 0.400000 0.400000 801.815125 0.000000 3838.041992 0.000000 0.951106 0.000000 -0.308864 0.400000 0.400000 0.400000 813.992737 0.000000 3858.169922 0.000000 0.253706 0.000000 -0.967281 0.400000 0.400000 0.400000 -826.469788 0.000000 3855.458008 0.000000 0.926681 0.000000 0.375850 0.400000 0.400000 0.400000 836.742859 0.000000 3859.542236 0.000000 0.859737 0.000000 -0.510737 0.400000 0.400000 0.400000 794.520569 0.000000 3825.817139 0.000000 0.702429 0.000000 0.711754 0.400000 0.400000 0.400000 829.790466 0.000000 3861.150391 0.000000 0.465107 0.000000 -0.885255 0.400000 0.400000 0.400000 @@ -682,7 +7671,6 @@ 805.253662 0.000000 3832.529785 0.000000 0.552999 0.000000 0.833182 0.400000 0.400000 0.400000 816.737244 0.000000 3865.374023 0.000000 0.216514 0.000000 0.976280 0.400000 0.400000 0.400000 816.104126 0.000000 3844.719971 0.000000 0.112426 0.000000 -0.993660 0.400000 0.400000 0.400000 -820.497437 0.000000 3856.495117 0.000000 0.260657 0.000000 -0.965431 0.400000 0.400000 0.400000 797.945129 0.000000 3842.540039 0.000000 0.998482 0.000000 0.055072 0.400000 0.400000 0.400000 799.591125 0.000000 3831.939209 0.000000 0.838503 0.000000 0.544897 0.400000 0.400000 0.400000 795.021667 0.000000 3848.407959 0.000000 0.770008 0.000000 -0.638034 0.400000 0.400000 0.400000 @@ -726,7 +7714,6 @@ 798.040894 0.000000 3846.791016 0.000000 0.620839 0.000000 -0.783938 0.400000 0.400000 0.400000 798.726440 0.000000 3839.293213 0.000000 0.710871 0.000000 -0.703323 0.400000 0.400000 0.400000 807.571533 0.000000 3834.955566 0.000000 0.340423 0.000000 -0.940272 0.400000 0.400000 0.400000 -791.969849 0.000000 3846.654541 0.000000 0.987221 0.000000 0.159357 0.400000 0.400000 0.400000 819.847412 0.000000 3853.053223 0.000000 0.688106 0.000000 -0.725611 0.400000 0.400000 0.400000 813.105652 0.000000 3843.175049 0.000000 0.939166 0.000000 -0.343463 0.400000 0.400000 0.400000 836.273987 0.000000 3856.299561 0.000000 0.266278 0.000000 0.963896 0.400000 0.400000 0.400000 @@ -877,6 +7864,7 @@ 439.630157 0.000000 4407.813965 0.000000 0.914177 0.000000 -0.405315 0.400000 0.400000 0.400000 460.398956 0.000000 4411.244141 0.000000 0.410617 0.000000 -0.911808 0.400000 0.400000 0.400000 327.901642 0.000000 4463.664551 0.000000 0.115756 0.000000 -0.993278 0.400000 0.400000 0.400000 +1623.760986 0.000000 3455.883301 0.000000 0.086428 0.000000 0.996258 0.400000 0.400000 0.400000 1697.676270 0.000000 3650.877686 0.000000 0.690739 0.000000 0.723104 0.400000 0.400000 0.400000 1686.161499 0.000000 3646.251221 0.000000 0.522021 0.000000 -0.852933 0.400000 0.400000 0.400000 1691.049805 0.000000 3662.145996 0.000000 0.369535 0.000000 -0.929217 0.400000 0.400000 0.400000 @@ -2525,6 +9513,17 @@ 1669.634033 0.000000 3962.563232 0.000000 0.027461 0.000000 -0.999623 0.400000 0.400000 0.400000 1709.485840 0.000000 3963.534424 0.000000 0.551654 0.000000 0.834073 0.400000 0.400000 0.400000 1704.411377 0.000000 3964.664795 0.000000 0.932577 0.000000 -0.360971 0.400000 0.400000 0.400000 +1859.299927 0.000000 3463.466797 0.000000 0.501478 0.000000 0.865170 0.400000 0.400000 0.400000 +1862.698242 0.000000 3460.373779 0.000000 0.187418 0.000000 0.982280 0.400000 0.400000 0.400000 +1869.418945 0.000000 3459.927246 0.000000 0.993072 0.000000 0.117511 0.400000 0.400000 0.400000 +1856.222046 0.000000 3464.171387 0.000000 0.698312 0.000000 0.715794 0.400000 0.400000 0.400000 +1903.709717 0.000000 3463.873535 0.000000 0.940888 0.000000 -0.338719 0.400000 0.400000 0.400000 +1909.809814 0.000000 3478.776855 0.000000 0.979897 0.000000 0.199503 0.400000 0.400000 0.400000 +1904.989380 0.000000 3457.189697 0.000000 0.648966 0.000000 -0.760817 0.400000 0.400000 0.400000 +1898.213379 0.000000 3461.216309 0.000000 0.516421 0.000000 -0.856335 0.400000 0.400000 0.400000 +1912.622070 0.000000 3473.869629 0.000000 0.858440 0.000000 -0.512915 0.400000 0.400000 0.400000 +1899.122192 0.000000 3466.414795 0.000000 0.897424 0.000000 -0.441169 0.400000 0.400000 0.400000 +1902.201172 0.000000 3460.365967 0.000000 0.973423 0.000000 -0.229016 0.400000 0.400000 0.400000 1751.399536 0.000000 3665.647705 0.000000 0.934277 0.000000 0.356549 0.400000 0.400000 0.400000 1730.035156 0.000000 3647.607910 0.000000 0.999056 0.000000 0.043438 0.400000 0.400000 0.400000 1785.971924 0.000000 3640.658691 0.000000 0.462013 0.000000 -0.886873 0.400000 0.400000 0.400000 @@ -2677,12 +9676,10 @@ 1741.341797 0.000000 3656.107422 0.000000 0.189674 0.000000 0.981847 0.400000 0.400000 0.400000 1802.027344 0.000000 3647.607910 0.000000 0.324441 0.000000 -0.945906 0.400000 0.400000 0.400000 1808.992432 0.000000 3632.209717 0.000000 0.645172 0.000000 -0.764037 0.400000 0.400000 0.400000 -1812.598755 0.000000 3641.754150 0.000000 0.429977 0.000000 -0.902840 0.400000 0.400000 0.400000 1809.436035 0.000000 3655.322021 0.000000 0.689650 0.000000 -0.724143 0.400000 0.400000 0.400000 1800.063843 0.000000 3627.208252 0.000000 0.551678 0.000000 -0.834057 0.400000 0.400000 0.400000 1809.093750 0.000000 3648.149170 0.000000 0.356774 0.000000 -0.934191 0.400000 0.400000 0.400000 1805.713989 0.000000 3642.006348 0.000000 0.672907 0.000000 -0.739727 0.400000 0.400000 0.400000 -1818.223633 0.000000 3669.130127 0.000000 0.973113 0.000000 -0.230328 0.400000 0.400000 0.400000 1806.079102 0.000000 3671.151123 0.000000 0.041006 0.000000 0.999159 0.400000 0.400000 0.400000 1805.835815 0.000000 3626.586914 0.000000 0.835816 0.000000 0.549010 0.400000 0.400000 0.400000 1805.329956 0.000000 3659.318848 0.000000 0.998314 0.000000 -0.058052 0.400000 0.400000 0.400000 @@ -2709,7 +9706,6 @@ 1801.998169 0.000000 3665.776367 0.000000 0.150375 0.000000 -0.988629 0.400000 0.400000 0.400000 1802.016113 0.000000 3654.230225 0.000000 0.962692 0.000000 -0.270599 0.400000 0.400000 0.400000 1811.499268 0.000000 3639.116943 0.000000 0.827663 0.000000 0.561225 0.400000 0.400000 0.400000 -1803.142090 0.000000 3656.861816 0.000000 0.728653 0.000000 -0.684883 0.400000 0.400000 0.400000 1812.445557 0.000000 3666.214355 0.000000 0.856459 0.000000 0.516215 0.400000 0.400000 0.400000 1751.399536 0.000000 3737.632080 0.000000 0.991100 0.000000 -0.133117 0.400000 0.400000 0.400000 1782.125732 0.000000 3695.890381 0.000000 0.865277 0.000000 0.501294 0.400000 0.400000 0.400000 @@ -3032,7 +10028,6 @@ 1821.796875 0.000000 3709.597412 0.000000 0.761953 0.000000 -0.647632 0.400000 0.400000 0.400000 1821.122681 0.000000 3704.777344 0.000000 0.431546 0.000000 0.902091 0.400000 0.400000 0.400000 1824.296997 0.000000 3732.344238 0.000000 0.728212 0.000000 0.685352 0.400000 0.400000 0.400000 -1819.525269 0.000000 3671.209961 0.000000 0.496939 0.000000 -0.867786 0.400000 0.400000 0.400000 1825.098755 0.000000 3741.750977 0.000000 0.239483 0.000000 -0.970901 0.400000 0.400000 0.400000 1820.901245 0.000000 3718.857910 0.000000 0.233330 0.000000 0.972398 0.400000 0.400000 0.400000 1817.851562 0.000000 3679.704102 0.000000 0.223452 0.000000 -0.974715 0.400000 0.400000 0.400000 @@ -3075,7 +10070,6 @@ 1819.223755 0.000000 3715.044922 0.000000 0.816571 0.000000 0.577244 0.400000 0.400000 0.400000 1823.636719 0.000000 3718.855469 0.000000 0.031222 0.000000 0.999512 0.400000 0.400000 0.400000 1802.607910 0.000000 3722.354980 0.000000 0.561250 0.000000 -0.827646 0.400000 0.400000 0.400000 -1820.512573 0.000000 3673.635742 0.000000 0.247768 0.000000 -0.968819 0.400000 0.400000 0.400000 1801.779785 0.000000 3742.149414 0.000000 0.998477 0.000000 -0.055172 0.400000 0.400000 0.400000 1823.660767 0.000000 3677.804443 0.000000 0.237842 0.000000 0.971304 0.400000 0.400000 0.400000 1812.445557 0.000000 3738.198730 0.000000 0.190935 0.000000 0.981603 0.400000 0.400000 0.400000 @@ -3087,6 +10081,55 @@ 1825.653564 0.000000 3738.820312 0.000000 0.090243 0.000000 0.995920 0.400000 0.400000 0.400000 1826.903931 0.000000 3732.286133 0.000000 0.873228 0.000000 0.487312 0.400000 0.400000 0.400000 1926.110107 0.000000 3695.890381 0.000000 0.101128 0.000000 -0.994873 0.400000 0.400000 0.400000 +2070.094482 0.000000 3479.937256 0.000000 0.331730 0.000000 -0.943374 0.400000 0.400000 0.400000 +2071.760254 0.000000 3470.417725 0.000000 0.705716 0.000000 -0.708495 0.400000 0.400000 0.400000 +2067.686523 0.000000 3489.323242 0.000000 0.232985 0.000000 0.972480 0.400000 0.400000 0.400000 +2064.389893 0.000000 3479.753174 0.000000 0.999164 0.000000 0.040889 0.400000 0.400000 0.400000 +2068.176025 0.000000 3474.748047 0.000000 0.391537 0.000000 0.920162 0.400000 0.400000 0.400000 +2062.084961 0.000000 3489.175293 0.000000 0.036354 0.000000 0.999339 0.400000 0.400000 0.400000 +2086.273438 0.000000 3482.606201 0.000000 0.957022 0.000000 -0.290015 0.400000 0.400000 0.400000 +2086.605713 0.000000 3525.738770 0.000000 0.961472 0.000000 -0.274904 0.400000 0.400000 0.400000 +2074.962158 0.000000 3470.189697 0.000000 0.822315 0.000000 -0.569032 0.400000 0.400000 0.400000 +2067.358398 0.000000 3478.379395 0.000000 0.995803 0.000000 0.091525 0.400000 0.400000 0.400000 +2064.051758 0.000000 3482.945068 0.000000 0.983373 0.000000 0.181597 0.400000 0.400000 0.400000 +2086.084961 0.000000 3485.689453 0.000000 0.786355 0.000000 0.617775 0.400000 0.400000 0.400000 +2111.360352 0.000000 3521.678955 0.000000 0.934289 0.000000 -0.356515 0.400000 0.400000 0.400000 +2119.686279 0.000000 3463.873535 0.000000 0.982849 0.000000 -0.184412 0.400000 0.400000 0.400000 +2112.044434 0.000000 3455.648682 0.000000 0.906186 0.000000 0.422880 0.400000 0.400000 0.400000 +2097.404785 0.000000 3511.353271 0.000000 0.148532 0.000000 0.988908 0.400000 0.400000 0.400000 +2088.032715 0.000000 3483.239502 0.000000 0.844413 0.000000 -0.535692 0.400000 0.400000 0.400000 +2134.508057 0.000000 3473.714600 0.000000 0.975497 0.000000 0.220014 0.400000 0.400000 0.400000 +2109.852051 0.000000 3498.248047 0.000000 0.464068 0.000000 0.885799 0.400000 0.400000 0.400000 +2087.887939 0.000000 3523.957520 0.000000 0.655356 0.000000 -0.755320 0.400000 0.400000 0.400000 +2101.113037 0.000000 3472.607910 0.000000 0.973877 0.000000 -0.227076 0.400000 0.400000 0.400000 +2114.189941 0.000000 3461.216309 0.000000 0.940501 0.000000 -0.339792 0.400000 0.400000 0.400000 +2093.804443 0.000000 3482.618164 0.000000 0.704944 0.000000 -0.709263 0.400000 0.400000 0.400000 +2098.657715 0.000000 3538.761230 0.000000 0.984319 0.000000 -0.176400 0.400000 0.400000 0.400000 +2134.508057 0.000000 3545.698975 0.000000 0.750633 0.000000 0.660720 0.400000 0.400000 0.400000 +2113.341797 0.000000 3543.344727 0.000000 0.841814 0.000000 0.539768 0.400000 0.400000 0.400000 +2128.598633 0.000000 3545.854004 0.000000 0.227788 0.000000 -0.973711 0.400000 0.400000 0.400000 +2140.168213 0.000000 3546.732422 0.000000 0.746505 0.000000 -0.665380 0.400000 0.400000 0.400000 +2148.650635 0.000000 3544.988281 0.000000 0.934072 0.000000 0.357084 0.400000 0.400000 0.400000 +2153.139648 0.000000 3547.250244 0.000000 0.999256 0.000000 -0.038567 0.400000 0.400000 0.400000 +2094.509277 0.000000 3539.803955 0.000000 0.874095 0.000000 0.485754 0.400000 0.400000 0.400000 +2111.822998 0.000000 3540.313965 0.000000 0.412288 0.000000 -0.911054 0.400000 0.400000 0.400000 +2221.700928 0.000000 3456.096191 0.000000 0.920665 0.000000 -0.390353 0.400000 0.400000 0.400000 +2172.569580 0.000000 3456.135742 0.000000 0.866580 0.000000 0.499038 0.400000 0.400000 0.400000 +2178.432129 0.000000 3459.474609 0.000000 0.162007 0.000000 -0.986790 0.400000 0.400000 0.400000 +2167.442627 0.000000 3472.017334 0.000000 0.504171 0.000000 -0.863604 0.400000 0.400000 0.400000 +2173.381348 0.000000 3461.557617 0.000000 0.967779 0.000000 0.251800 0.400000 0.400000 0.400000 +2180.436768 0.000000 3470.222412 0.000000 0.334000 0.000000 -0.942573 0.400000 0.400000 0.400000 +2170.138428 0.000000 3463.012939 0.000000 0.063878 0.000000 -0.997958 0.400000 0.400000 0.400000 +2165.892578 0.000000 3486.869141 0.000000 0.862533 0.000000 0.506001 0.400000 0.400000 0.400000 +2166.577881 0.000000 3479.371338 0.000000 0.096660 0.000000 0.995317 0.400000 0.400000 0.400000 +2244.561768 0.000000 3456.135742 0.000000 0.852537 0.000000 0.522667 0.400000 0.400000 0.400000 +2161.455322 0.000000 3545.073730 0.000000 0.627670 0.000000 0.778479 0.400000 0.400000 0.400000 +2184.036621 0.000000 3527.633057 0.000000 0.319806 0.000000 -0.947483 0.400000 0.400000 0.400000 +2167.442627 0.000000 3544.001709 0.000000 0.187526 0.000000 -0.982260 0.400000 0.400000 0.400000 +2180.436768 0.000000 3542.206787 0.000000 0.994403 0.000000 -0.105649 0.400000 0.400000 0.400000 +2165.939453 0.000000 3547.847900 0.000000 0.495527 0.000000 -0.868593 0.400000 0.400000 0.400000 +2182.674561 0.000000 3531.319336 0.000000 0.305050 0.000000 0.952336 0.400000 0.400000 0.400000 +2162.884766 0.000000 3547.640137 0.000000 0.955346 0.000000 -0.295491 0.400000 0.400000 0.400000 2255.344727 0.000000 3593.663330 0.000000 0.752322 0.000000 -0.658796 0.400000 0.400000 0.400000 2277.119873 0.000000 3596.919922 0.000000 0.994637 0.000000 0.103432 0.400000 0.400000 0.400000 2266.987305 0.000000 3590.161621 0.000000 0.830983 0.000000 0.556297 0.400000 0.400000 0.400000 @@ -4032,7 +11075,6 @@ 1808.992432 0.000000 3776.178467 0.000000 0.321327 0.000000 0.946968 0.400000 0.400000 0.400000 1818.300903 0.000000 3794.216797 0.000000 0.482537 0.000000 -0.875875 0.400000 0.400000 0.400000 1800.223022 0.000000 3746.892822 0.000000 0.800908 0.000000 -0.598787 0.400000 0.400000 0.400000 -1830.145874 0.000000 3790.219971 0.000000 0.469296 0.000000 0.883041 0.400000 0.400000 0.400000 1810.688843 0.000000 3754.714355 0.000000 0.768711 0.000000 0.639596 0.400000 0.400000 0.400000 1824.075684 0.000000 3743.586182 0.000000 0.282097 0.000000 -0.959386 0.400000 0.400000 0.400000 1812.598755 0.000000 3785.722900 0.000000 0.274630 0.000000 -0.961550 0.400000 0.400000 0.400000 @@ -4040,7 +11082,6 @@ 1800.063843 0.000000 3771.177002 0.000000 0.991496 0.000000 -0.130137 0.400000 0.400000 0.400000 1800.607544 0.000000 3781.625000 0.000000 0.340059 0.000000 0.940404 0.400000 0.400000 0.400000 1821.898071 0.000000 3753.339600 0.000000 0.081514 0.000000 0.996672 0.400000 0.400000 0.400000 -1809.705811 0.000000 3766.057617 0.000000 0.955763 0.000000 -0.294136 0.400000 0.400000 0.400000 1800.368042 0.000000 3800.695312 0.000000 0.951178 0.000000 0.308644 0.400000 0.400000 0.400000 1814.910889 0.000000 3806.693359 0.000000 0.973538 0.000000 -0.228525 0.400000 0.400000 0.400000 1834.605103 0.000000 3774.980469 0.000000 0.125163 0.000000 -0.992136 0.400000 0.400000 0.400000 @@ -4067,7 +11108,6 @@ 1808.992065 0.000000 3781.645020 0.000000 0.980188 0.000000 0.198070 0.400000 0.400000 0.400000 1815.102173 0.000000 3766.569824 0.000000 0.119164 0.000000 -0.992875 0.400000 0.400000 0.400000 1813.420410 0.000000 3749.495117 0.000000 0.227846 0.000000 0.973697 0.400000 0.400000 0.400000 -1802.442505 0.000000 3766.339111 0.000000 0.349980 0.000000 0.936757 0.400000 0.400000 0.400000 1817.094360 0.000000 3788.931152 0.000000 0.940796 0.000000 -0.338974 0.400000 0.400000 0.400000 1799.842773 0.000000 3786.840088 0.000000 0.806418 0.000000 0.591346 0.400000 0.400000 0.400000 1827.130005 0.000000 3754.352295 0.000000 0.935637 0.000000 -0.352964 0.400000 0.400000 0.400000 @@ -4121,7 +11161,6 @@ 1814.620483 0.000000 3783.242188 0.000000 0.445864 0.000000 -0.895101 0.400000 0.400000 0.400000 1805.074585 0.000000 3793.275146 0.000000 0.853736 0.000000 0.520707 0.400000 0.400000 0.400000 1801.643066 0.000000 3803.623779 0.000000 0.418499 0.000000 -0.908217 0.400000 0.400000 0.400000 -1812.423584 0.000000 3768.228027 0.000000 0.284568 0.000000 -0.958656 0.400000 0.400000 0.400000 1818.976074 0.000000 3765.955566 0.000000 0.155817 0.000000 -0.987786 0.400000 0.400000 0.400000 1812.625366 0.000000 3764.333252 0.000000 0.084498 0.000000 0.996424 0.400000 0.400000 0.400000 1824.923828 0.000000 3752.102295 0.000000 0.031009 0.000000 -0.999519 0.400000 0.400000 0.400000 @@ -4489,8 +11528,6 @@ 1890.996338 0.000000 3834.767578 0.000000 0.674479 0.000000 0.738294 0.400000 0.400000 0.400000 1913.813477 0.000000 3852.444824 0.000000 0.087158 0.000000 0.996194 0.400000 0.400000 0.400000 1907.026367 0.000000 3878.099121 0.000000 0.976560 0.000000 -0.215243 0.400000 0.400000 0.400000 -1896.067871 0.000000 3815.570557 0.000000 0.895730 0.000000 -0.444599 0.400000 0.400000 0.400000 -1872.056030 0.000000 3843.161377 0.000000 0.952019 0.000000 -0.306038 0.400000 0.400000 0.400000 1898.426880 0.000000 3871.890869 0.000000 0.503314 0.000000 0.864104 0.400000 0.400000 0.400000 1893.890259 0.000000 3825.323975 0.000000 0.466520 0.000000 -0.884511 0.400000 0.400000 0.400000 1886.903076 0.000000 3878.677734 0.000000 0.406903 0.000000 -0.913471 0.400000 0.400000 0.400000 @@ -18369,6 +25406,2936 @@ 2235.448242 0.000000 4541.621582 0.000000 0.999874 0.000000 -0.015859 0.400000 0.400000 0.400000 2231.784912 0.000000 4542.535645 0.000000 0.590231 0.000000 -0.807234 0.400000 0.400000 0.400000 2231.838379 0.000000 4545.420898 0.000000 0.332489 0.000000 0.943107 0.400000 0.400000 0.400000 +2327.336914 0.000000 2513.897705 0.000000 0.774953 0.000000 0.632019 0.400000 0.400000 0.400000 +2367.470703 0.000000 2506.368896 0.000000 0.999490 0.000000 -0.031927 0.400000 0.400000 0.400000 +2305.972656 0.000000 2495.857910 0.000000 0.782555 0.000000 -0.622582 0.400000 0.400000 0.400000 +2345.605957 0.000000 2499.127686 0.000000 0.374364 0.000000 -0.927282 0.400000 0.400000 0.400000 +2361.909424 0.000000 2488.908691 0.000000 0.261750 0.000000 -0.965136 0.400000 0.400000 0.400000 +2310.006592 0.000000 2513.345947 0.000000 0.937036 0.000000 -0.349232 0.400000 0.400000 0.400000 +2349.112061 0.000000 2517.154297 0.000000 0.032737 0.000000 0.999464 0.400000 0.400000 0.400000 +2312.937744 0.000000 2480.459717 0.000000 0.437201 0.000000 0.899364 0.400000 0.400000 0.400000 +2322.246094 0.000000 2498.498047 0.000000 0.385919 0.000000 -0.922533 0.400000 0.400000 0.400000 +2370.428711 0.000000 2477.386963 0.000000 0.989593 0.000000 0.143896 0.400000 0.400000 0.400000 +2334.091309 0.000000 2494.501221 0.000000 0.920222 0.000000 -0.391396 0.400000 0.400000 0.400000 +2338.979492 0.000000 2510.395996 0.000000 0.946256 0.000000 0.323418 0.400000 0.400000 0.400000 +2355.099609 0.000000 2506.482666 0.000000 0.706589 0.000000 0.707624 0.400000 0.400000 0.400000 +2371.870605 0.000000 2515.781494 0.000000 0.720075 0.000000 0.693897 0.400000 0.400000 0.400000 +2371.765381 0.000000 2496.755859 0.000000 0.590897 0.000000 -0.806747 0.400000 0.400000 0.400000 +2360.407471 0.000000 2515.412109 0.000000 0.504001 0.000000 -0.863703 0.400000 0.400000 0.400000 +2316.544189 0.000000 2490.004150 0.000000 0.492101 0.000000 0.870538 0.400000 0.400000 0.400000 +2313.381348 0.000000 2503.572021 0.000000 0.791271 0.000000 -0.611466 0.400000 0.400000 0.400000 +2304.552979 0.000000 2485.906250 0.000000 0.166600 0.000000 0.986024 0.400000 0.400000 0.400000 +2330.380127 0.000000 2504.187744 0.000000 0.845914 0.000000 0.533320 0.400000 0.400000 0.400000 +2355.655273 0.000000 2481.541992 0.000000 0.915800 0.000000 -0.401635 0.400000 0.400000 0.400000 +2338.550537 0.000000 2479.261719 0.000000 0.981039 0.000000 -0.193812 0.400000 0.400000 0.400000 +2348.668945 0.000000 2476.251465 0.000000 0.391762 0.000000 -0.920067 0.400000 0.400000 0.400000 +2372.679443 0.000000 2488.140869 0.000000 0.985860 0.000000 0.167573 0.400000 0.400000 0.400000 +2325.828613 0.000000 2490.466797 0.000000 0.444625 0.000000 -0.895717 0.400000 0.400000 0.400000 +2363.008057 0.000000 2499.579346 0.000000 0.502077 0.000000 -0.864823 0.400000 0.400000 0.400000 +2335.817139 0.000000 2518.316162 0.000000 0.849363 0.000000 0.527809 0.400000 0.400000 0.400000 +2338.286621 0.000000 2502.220947 0.000000 0.988381 0.000000 0.151998 0.400000 0.400000 0.400000 +2363.959961 0.000000 2481.470703 0.000000 0.320363 0.000000 0.947295 0.400000 0.400000 0.400000 +2347.571533 0.000000 2506.407471 0.000000 0.984173 0.000000 0.177210 0.400000 0.400000 0.400000 +2354.617920 0.000000 2488.408203 0.000000 0.302130 0.000000 0.953267 0.400000 0.400000 0.400000 +2303.864502 0.000000 2516.176270 0.000000 0.519382 0.000000 0.854542 0.400000 0.400000 0.400000 +2361.322998 0.000000 2508.856689 0.000000 0.457611 0.000000 0.889152 0.400000 0.400000 0.400000 +2309.659180 0.000000 2490.256348 0.000000 0.958350 0.000000 -0.285598 0.400000 0.400000 0.400000 +2373.688965 0.000000 2504.942383 0.000000 0.762605 0.000000 -0.646865 0.400000 0.400000 0.400000 +2367.531494 0.000000 2492.015869 0.000000 0.724598 0.000000 -0.689172 0.400000 0.400000 0.400000 +2354.315430 0.000000 2512.969971 0.000000 0.997680 0.000000 -0.068077 0.400000 0.400000 0.400000 +2342.282471 0.000000 2516.268311 0.000000 0.419709 0.000000 0.907659 0.400000 0.400000 0.400000 +2332.667969 0.000000 2510.236328 0.000000 0.993909 0.000000 -0.110205 0.400000 0.400000 0.400000 +2328.573242 0.000000 2497.670898 0.000000 0.442910 0.000000 -0.896566 0.400000 0.400000 0.400000 +2366.361572 0.000000 2512.439697 0.000000 0.999402 0.000000 0.034577 0.400000 0.400000 0.400000 +2332.333252 0.000000 2488.791992 0.000000 0.056069 0.000000 -0.998427 0.400000 0.400000 0.400000 +2369.342041 0.000000 2483.457520 0.000000 0.795028 0.000000 0.606573 0.400000 0.400000 0.400000 +2375.029297 0.000000 2510.549072 0.000000 0.571490 0.000000 -0.820609 0.400000 0.400000 0.400000 +2309.275146 0.000000 2507.568848 0.000000 0.942323 0.000000 0.334704 0.400000 0.400000 0.400000 +2308.539551 0.000000 2500.751465 0.000000 0.894822 0.000000 -0.446423 0.400000 0.400000 0.400000 +2319.481689 0.000000 2503.337158 0.000000 0.999999 0.000000 -0.001033 0.400000 0.400000 0.400000 +2312.937256 0.000000 2485.926270 0.000000 0.781459 0.000000 -0.623956 0.400000 0.400000 0.400000 +2343.231689 0.000000 2476.280273 0.000000 0.564724 0.000000 0.825280 0.400000 0.400000 0.400000 +2321.039795 0.000000 2493.212402 0.000000 0.769821 0.000000 0.638260 0.400000 0.400000 0.400000 +2368.628906 0.000000 2501.126953 0.000000 0.971871 0.000000 0.235516 0.400000 0.400000 0.400000 +2303.788086 0.000000 2491.121338 0.000000 0.982998 0.000000 0.183615 0.400000 0.400000 0.400000 +2334.764648 0.000000 2483.751465 0.000000 0.985774 0.000000 0.168079 0.400000 0.400000 0.400000 +2342.488037 0.000000 2505.964600 0.000000 0.998177 0.000000 -0.060361 0.400000 0.400000 0.400000 +2305.212402 0.000000 2511.084717 0.000000 0.824565 0.000000 -0.565768 0.400000 0.400000 0.400000 +2333.285156 0.000000 2499.653809 0.000000 0.621562 0.000000 0.783365 0.400000 0.400000 0.400000 +2354.848633 0.000000 2476.573730 0.000000 0.915671 0.000000 0.401929 0.400000 0.400000 0.400000 +2325.995605 0.000000 2501.850342 0.000000 0.322170 0.000000 0.946682 0.400000 0.400000 0.400000 +2317.315674 0.000000 2498.831055 0.000000 0.079510 0.000000 0.996834 0.400000 0.400000 0.400000 +2336.002441 0.000000 2506.431152 0.000000 0.947604 0.000000 -0.319449 0.400000 0.400000 0.400000 +2332.095459 0.000000 2515.066406 0.000000 0.784054 0.000000 0.620693 0.400000 0.400000 0.400000 +2373.518311 0.000000 2481.108887 0.000000 0.502947 0.000000 -0.864317 0.400000 0.400000 0.400000 +2362.822998 0.000000 2504.334229 0.000000 0.517834 0.000000 0.855481 0.400000 0.400000 0.400000 +2328.242188 0.000000 2508.609863 0.000000 0.508658 0.000000 0.860969 0.400000 0.400000 0.400000 +2367.074707 0.000000 2496.697998 0.000000 0.388613 0.000000 0.921401 0.400000 0.400000 0.400000 +2353.858887 0.000000 2518.082031 0.000000 0.800694 0.000000 -0.599073 0.400000 0.400000 0.400000 +2329.635498 0.000000 2493.076904 0.000000 0.421697 0.000000 0.906737 0.400000 0.400000 0.400000 +2359.662354 0.000000 2479.401367 0.000000 0.675952 0.000000 0.736946 0.400000 0.400000 0.400000 +2364.488281 0.000000 2517.295166 0.000000 0.017092 0.000000 0.999854 0.400000 0.400000 0.400000 +2308.718750 0.000000 2484.614258 0.000000 0.998940 0.000000 -0.046022 0.400000 0.400000 0.400000 +2303.983154 0.000000 2499.709961 0.000000 0.948631 0.000000 -0.316385 0.400000 0.400000 0.400000 +2366.320557 0.000000 2478.023438 0.000000 0.184892 0.000000 0.982759 0.400000 0.400000 0.400000 +2317.006348 0.000000 2484.783203 0.000000 0.884704 0.000000 0.466153 0.400000 0.400000 0.400000 +2309.677246 0.000000 2494.353516 0.000000 0.731872 0.000000 -0.681443 0.400000 0.400000 0.400000 +2341.713623 0.000000 2500.292480 0.000000 0.872646 0.000000 -0.488353 0.400000 0.400000 0.400000 +2313.242188 0.000000 2492.386475 0.000000 0.265904 0.000000 -0.964000 0.400000 0.400000 0.400000 +2343.021240 0.000000 2510.129883 0.000000 0.161980 0.000000 0.986794 0.400000 0.400000 0.400000 +2360.960205 0.000000 2519.442627 0.000000 0.950894 0.000000 0.309515 0.400000 0.400000 0.400000 +2347.884033 0.000000 2502.255371 0.000000 0.872749 0.000000 -0.488169 0.400000 0.400000 0.400000 +2307.670166 0.000000 2516.435303 0.000000 0.986264 0.000000 0.165176 0.400000 0.400000 0.400000 +2351.402588 0.000000 2505.435547 0.000000 0.844843 0.000000 -0.535014 0.400000 0.400000 0.400000 +2359.185059 0.000000 2505.471680 0.000000 0.578966 0.000000 -0.815352 0.400000 0.400000 0.400000 +2358.336914 0.000000 2487.790283 0.000000 0.108490 0.000000 0.994098 0.400000 0.400000 0.400000 +2328.745850 0.000000 2488.271729 0.000000 0.787648 0.000000 -0.616125 0.400000 0.400000 0.400000 +2350.147461 0.000000 2513.770020 0.000000 0.334907 0.000000 -0.942251 0.400000 0.400000 0.400000 +2303.833984 0.000000 2482.429688 0.000000 0.996079 0.000000 0.088469 0.400000 0.400000 0.400000 +2362.663818 0.000000 2512.513184 0.000000 0.875673 0.000000 0.482905 0.400000 0.400000 0.400000 +2344.421631 0.000000 2502.566406 0.000000 0.459016 0.000000 -0.888428 0.400000 0.400000 0.400000 +2338.467773 0.000000 2516.062012 0.000000 0.518985 0.000000 -0.854783 0.400000 0.400000 0.400000 +2306.520020 0.000000 2488.754150 0.000000 0.826013 0.000000 0.563650 0.400000 0.400000 0.400000 +2364.089355 0.000000 2491.629395 0.000000 0.687334 0.000000 0.726341 0.400000 0.400000 0.400000 +2351.649658 0.000000 2478.335693 0.000000 0.915586 0.000000 -0.402123 0.400000 0.400000 0.400000 +2322.887695 0.000000 2503.250732 0.000000 0.392100 0.000000 -0.919923 0.400000 0.400000 0.400000 +2327.137451 0.000000 2505.034424 0.000000 0.582014 0.000000 0.813179 0.400000 0.400000 0.400000 +2357.615234 0.000000 2513.424072 0.000000 0.066827 0.000000 -0.997765 0.400000 0.400000 0.400000 +2346.072998 0.000000 2474.017822 0.000000 0.885270 0.000000 0.465078 0.400000 0.400000 0.400000 +2365.354248 0.000000 2502.060791 0.000000 0.682524 0.000000 0.730863 0.400000 0.400000 0.400000 +2329.718018 0.000000 2500.878174 0.000000 0.861017 0.000000 -0.508575 0.400000 0.400000 0.400000 +2316.289062 0.000000 2502.032959 0.000000 0.103340 0.000000 -0.994646 0.400000 0.400000 0.400000 +2329.762451 0.000000 2511.680176 0.000000 0.833486 0.000000 -0.552540 0.400000 0.400000 0.400000 +2337.942383 0.000000 2482.705322 0.000000 0.822331 0.000000 -0.569010 0.400000 0.400000 0.400000 +2331.183350 0.000000 2495.855713 0.000000 0.960499 0.000000 -0.278282 0.400000 0.400000 0.400000 +2369.699951 0.000000 2487.062744 0.000000 0.068127 0.000000 0.997677 0.400000 0.400000 0.400000 +2372.626465 0.000000 2512.483398 0.000000 0.995066 0.000000 -0.099212 0.400000 0.400000 0.400000 +2356.842773 0.000000 2484.726807 0.000000 0.675642 0.000000 -0.737229 0.400000 0.400000 0.400000 +2326.390381 0.000000 2510.994385 0.000000 0.984768 0.000000 -0.173874 0.400000 0.400000 0.400000 +2335.640381 0.000000 2480.689697 0.000000 0.447749 0.000000 -0.894159 0.400000 0.400000 0.400000 +2345.868164 0.000000 2509.096680 0.000000 0.982935 0.000000 -0.183955 0.400000 0.400000 0.400000 +2369.468506 0.000000 2494.592041 0.000000 0.465629 0.000000 -0.884980 0.400000 0.400000 0.400000 +2308.076172 0.000000 2510.337891 0.000000 0.998058 0.000000 0.062285 0.400000 0.400000 0.400000 +2319.824463 0.000000 2500.392090 0.000000 0.937120 0.000000 -0.349009 0.400000 0.400000 0.400000 +2336.573975 0.000000 2499.561768 0.000000 0.477267 0.000000 0.878758 0.400000 0.400000 0.400000 +2332.788574 0.000000 2518.458496 0.000000 0.519490 0.000000 -0.854477 0.400000 0.400000 0.400000 +2363.050293 0.000000 2515.062500 0.000000 0.307410 0.000000 -0.951577 0.400000 0.400000 0.400000 +2334.513184 0.000000 2515.980469 0.000000 0.959366 0.000000 -0.282165 0.400000 0.400000 0.400000 +2381.998779 0.000000 2513.345947 0.000000 0.917486 0.000000 -0.397769 0.400000 0.400000 0.400000 +2376.001465 0.000000 2475.458252 0.000000 0.818100 0.000000 -0.575076 0.400000 0.400000 0.400000 +2376.305420 0.000000 2504.976562 0.000000 0.322016 0.000000 -0.946734 0.400000 0.400000 0.400000 +2375.856689 0.000000 2516.176270 0.000000 0.656765 0.000000 -0.754095 0.400000 0.400000 0.400000 +2381.651367 0.000000 2490.256348 0.000000 0.562953 0.000000 -0.826489 0.400000 0.400000 0.400000 +2381.773193 0.000000 2474.836914 0.000000 0.911144 0.000000 -0.412089 0.400000 0.400000 0.400000 +2378.849854 0.000000 2480.704834 0.000000 0.965896 0.000000 -0.258931 0.400000 0.400000 0.400000 +2381.267334 0.000000 2507.568848 0.000000 0.558553 0.000000 0.829469 0.400000 0.400000 0.400000 +2375.780273 0.000000 2491.121338 0.000000 0.422195 0.000000 -0.906505 0.400000 0.400000 0.400000 +2377.204590 0.000000 2511.084717 0.000000 0.559554 0.000000 -0.828794 0.400000 0.400000 0.400000 +2386.160645 0.000000 2509.150391 0.000000 0.273235 0.000000 -0.961947 0.400000 0.400000 0.400000 +2379.077148 0.000000 2477.190186 0.000000 0.266513 0.000000 -0.963831 0.400000 0.400000 0.400000 +2381.827148 0.000000 2504.050293 0.000000 0.999462 0.000000 -0.032809 0.400000 0.400000 0.400000 +2378.512207 0.000000 2488.754150 0.000000 0.970270 0.000000 -0.242023 0.400000 0.400000 0.400000 +2381.869141 0.000000 2479.087891 0.000000 0.998399 0.000000 0.056562 0.400000 0.400000 0.400000 +2375.798096 0.000000 2478.951416 0.000000 0.341352 0.000000 0.939935 0.400000 0.400000 0.400000 +2384.225342 0.000000 2506.654785 0.000000 0.550526 0.000000 0.834818 0.400000 0.400000 0.400000 +2377.935791 0.000000 2514.026367 0.000000 0.633229 0.000000 -0.773965 0.400000 0.400000 0.400000 +2327.336914 0.000000 2585.882080 0.000000 0.884380 0.000000 -0.466769 0.400000 0.400000 0.400000 +2305.439697 0.000000 2537.292480 0.000000 0.754601 0.000000 -0.656184 0.400000 0.400000 0.400000 +2367.470703 0.000000 2578.353271 0.000000 0.206649 0.000000 -0.978415 0.400000 0.400000 0.400000 +2335.662842 0.000000 2528.076660 0.000000 0.280763 0.000000 -0.959777 0.400000 0.400000 0.400000 +2365.685303 0.000000 2520.299316 0.000000 0.260940 0.000000 0.965355 0.400000 0.400000 0.400000 +2316.553955 0.000000 2520.338867 0.000000 0.223126 0.000000 0.974790 0.400000 0.400000 0.400000 +2349.112061 0.000000 2589.138672 0.000000 0.975656 0.000000 0.219307 0.400000 0.400000 0.400000 +2304.168457 0.000000 2523.158447 0.000000 0.995833 0.000000 -0.091193 0.400000 0.400000 0.400000 +2355.099609 0.000000 2578.467041 0.000000 0.704908 0.000000 -0.709298 0.400000 0.400000 0.400000 +2343.682861 0.000000 2520.086426 0.000000 0.965451 0.000000 0.260583 0.400000 0.400000 0.400000 +2314.634277 0.000000 2530.979980 0.000000 0.577144 0.000000 0.816642 0.400000 0.400000 0.400000 +2328.020996 0.000000 2519.851807 0.000000 0.603522 0.000000 0.797347 0.400000 0.400000 0.400000 +2371.870605 0.000000 2587.765869 0.000000 0.025614 0.000000 -0.999672 0.400000 0.400000 0.400000 +2360.407471 0.000000 2587.396484 0.000000 0.973013 0.000000 -0.230751 0.400000 0.400000 0.400000 +2330.380127 0.000000 2576.172119 0.000000 0.106539 0.000000 0.994309 0.400000 0.400000 0.400000 +2318.856201 0.000000 2582.958984 0.000000 0.991043 0.000000 0.133547 0.400000 0.400000 0.400000 +2335.817139 0.000000 2590.300537 0.000000 0.512566 0.000000 -0.858648 0.400000 0.400000 0.400000 +2338.286621 0.000000 2574.205322 0.000000 0.712322 0.000000 0.701853 0.400000 0.400000 0.400000 +2306.356445 0.000000 2530.098389 0.000000 0.331572 0.000000 0.943430 0.400000 0.400000 0.400000 +2336.942627 0.000000 2521.392822 0.000000 0.913446 0.000000 -0.406960 0.400000 0.400000 0.400000 +2311.386475 0.000000 2524.727051 0.000000 0.931995 0.000000 0.362471 0.400000 0.400000 0.400000 +2322.416504 0.000000 2523.677734 0.000000 0.712414 0.000000 0.701759 0.400000 0.400000 0.400000 +2324.091553 0.000000 2578.454590 0.000000 0.990018 0.000000 -0.140940 0.400000 0.400000 0.400000 +2373.688965 0.000000 2576.926758 0.000000 0.501151 0.000000 -0.865360 0.400000 0.400000 0.400000 +2342.282471 0.000000 2588.252686 0.000000 0.731393 0.000000 -0.681957 0.400000 0.400000 0.400000 +2322.168945 0.000000 2589.364502 0.000000 0.678975 0.000000 -0.734162 0.400000 0.400000 0.400000 +2345.855469 0.000000 2525.915771 0.000000 0.989513 0.000000 -0.144447 0.400000 0.400000 0.400000 +2311.427002 0.000000 2536.220459 0.000000 0.226441 0.000000 0.974025 0.400000 0.400000 0.400000 +2317.365723 0.000000 2525.760742 0.000000 0.969900 0.000000 -0.243504 0.400000 0.400000 0.400000 +2306.387695 0.000000 2542.604736 0.000000 0.990653 0.000000 0.136407 0.400000 0.400000 0.400000 +2342.488037 0.000000 2577.948975 0.000000 0.562222 0.000000 -0.826986 0.400000 0.400000 0.400000 +2308.439453 0.000000 2520.864014 0.000000 0.681492 0.000000 -0.731825 0.400000 0.400000 0.400000 +2362.822998 0.000000 2576.318604 0.000000 0.920342 0.000000 0.391115 0.400000 0.400000 0.400000 +2353.858887 0.000000 2590.066406 0.000000 0.681190 0.000000 0.732107 0.400000 0.400000 0.400000 +2332.390381 0.000000 2521.323975 0.000000 0.865281 0.000000 0.501287 0.400000 0.400000 0.400000 +2364.488281 0.000000 2589.279541 0.000000 0.306148 0.000000 0.951984 0.400000 0.400000 0.400000 +2323.298828 0.000000 2583.935547 0.000000 0.297451 0.000000 -0.954737 0.400000 0.400000 0.400000 +2329.043945 0.000000 2590.000977 0.000000 0.920888 0.000000 -0.389827 0.400000 0.400000 0.400000 +2307.440430 0.000000 2526.059082 0.000000 0.615495 0.000000 0.788141 0.400000 0.400000 0.400000 +2309.923828 0.000000 2540.066650 0.000000 0.617357 0.000000 0.786683 0.400000 0.400000 0.400000 +2303.885254 0.000000 2533.502441 0.000000 0.888907 0.000000 0.458087 0.400000 0.400000 0.400000 +2326.658936 0.000000 2523.538086 0.000000 0.998993 0.000000 0.044859 0.400000 0.400000 0.400000 +2319.073486 0.000000 2586.977783 0.000000 0.656190 0.000000 -0.754596 0.400000 0.400000 0.400000 +2347.884033 0.000000 2574.239746 0.000000 0.905292 0.000000 0.424789 0.400000 0.400000 0.400000 +2368.460205 0.000000 2589.581299 0.000000 0.937819 0.000000 0.347124 0.400000 0.400000 0.400000 +2351.402588 0.000000 2577.419922 0.000000 0.010564 0.000000 -0.999944 0.400000 0.400000 0.400000 +2359.185059 0.000000 2577.456055 0.000000 0.779317 0.000000 -0.626630 0.400000 0.400000 0.400000 +2303.777100 0.000000 2526.973145 0.000000 0.415653 0.000000 0.909523 0.400000 0.400000 0.400000 +2353.605713 0.000000 2519.625732 0.000000 0.607763 0.000000 -0.794118 0.400000 0.400000 0.400000 +2339.979004 0.000000 2591.173340 0.000000 0.816362 0.000000 -0.577540 0.400000 0.400000 0.400000 +2357.422119 0.000000 2589.431396 0.000000 0.337482 0.000000 -0.941332 0.400000 0.400000 0.400000 +2334.064453 0.000000 2575.143555 0.000000 0.079124 0.000000 0.996865 0.400000 0.400000 0.400000 +2304.347656 0.000000 2519.622070 0.000000 0.592410 0.000000 -0.805637 0.400000 0.400000 0.400000 +2343.103271 0.000000 2523.622559 0.000000 0.555507 0.000000 0.831512 0.400000 0.400000 0.400000 +2344.421631 0.000000 2574.550781 0.000000 0.931434 0.000000 -0.363909 0.400000 0.400000 0.400000 +2362.183838 0.000000 2519.944336 0.000000 0.570830 0.000000 0.821068 0.400000 0.400000 0.400000 +2345.750488 0.000000 2588.563965 0.000000 0.999910 0.000000 -0.013410 0.400000 0.400000 0.400000 +2374.574463 0.000000 2589.941895 0.000000 0.197179 0.000000 -0.980367 0.400000 0.400000 0.400000 +2303.830078 0.000000 2540.353516 0.000000 0.691925 0.000000 0.721969 0.400000 0.400000 0.400000 +2327.137451 0.000000 2577.018799 0.000000 0.371503 0.000000 0.928432 0.400000 0.400000 0.400000 +2370.291260 0.000000 2576.521729 0.000000 0.936991 0.000000 -0.349354 0.400000 0.400000 0.400000 +2314.618896 0.000000 2523.931885 0.000000 0.404125 0.000000 -0.914704 0.400000 0.400000 0.400000 +2337.662354 0.000000 2524.689453 0.000000 0.816473 0.000000 -0.577383 0.400000 0.400000 0.400000 +2332.788574 0.000000 2590.442871 0.000000 0.573921 0.000000 -0.818910 0.400000 0.400000 0.400000 +2341.494629 0.000000 2575.232666 0.000000 0.541353 0.000000 0.840795 0.400000 0.400000 0.400000 +2321.992920 0.000000 2586.537109 0.000000 0.488901 0.000000 -0.872339 0.400000 0.400000 0.400000 +2320.115967 0.000000 2525.372803 0.000000 0.998369 0.000000 -0.057098 0.400000 0.400000 0.400000 +2334.570801 0.000000 2519.589600 0.000000 0.128575 0.000000 -0.991700 0.400000 0.400000 0.400000 +2323.938965 0.000000 2581.272705 0.000000 0.551101 0.000000 -0.834439 0.400000 0.400000 0.400000 +2399.329102 0.000000 2585.882080 0.000000 0.114750 0.000000 0.993394 0.400000 0.400000 0.400000 +2385.373535 0.000000 2575.556396 0.000000 0.997192 0.000000 0.074892 0.400000 0.400000 0.400000 +2402.372314 0.000000 2576.172119 0.000000 0.606925 0.000000 -0.794759 0.400000 0.400000 0.400000 +2376.305420 0.000000 2576.960938 0.000000 0.622905 0.000000 -0.782297 0.400000 0.400000 0.400000 +2375.856689 0.000000 2588.160645 0.000000 0.550681 0.000000 0.834716 0.400000 0.400000 0.400000 +2396.083740 0.000000 2578.454590 0.000000 0.993907 0.000000 0.110225 0.400000 0.400000 0.400000 +2387.399170 0.000000 2588.865234 0.000000 0.243593 0.000000 0.969878 0.400000 0.400000 0.400000 +2382.016602 0.000000 2591.385498 0.000000 0.794885 0.000000 0.606760 0.400000 0.400000 0.400000 +2391.473877 0.000000 2575.321533 0.000000 0.939974 0.000000 0.341246 0.400000 0.400000 0.400000 +2397.987793 0.000000 2573.834717 0.000000 0.996238 0.000000 0.086656 0.400000 0.400000 0.400000 +2395.291016 0.000000 2583.935547 0.000000 0.513725 0.000000 -0.857955 0.400000 0.400000 0.400000 +2391.065674 0.000000 2586.977783 0.000000 0.773852 0.000000 -0.633367 0.400000 0.400000 0.400000 +2379.662354 0.000000 2588.419678 0.000000 0.570573 0.000000 -0.821247 0.400000 0.400000 0.400000 +2383.901855 0.000000 2588.413574 0.000000 0.218547 0.000000 -0.975826 0.400000 0.400000 0.400000 +2381.827148 0.000000 2576.034668 0.000000 0.941622 0.000000 -0.336672 0.400000 0.400000 0.400000 +2394.879883 0.000000 2575.235107 0.000000 0.957729 0.000000 0.287671 0.400000 0.400000 0.400000 +2399.129639 0.000000 2577.018799 0.000000 0.207750 0.000000 -0.978182 0.400000 0.400000 0.400000 +2388.281250 0.000000 2574.017334 0.000000 0.333828 0.000000 -0.942634 0.400000 0.400000 0.400000 +2393.985107 0.000000 2586.537109 0.000000 0.653487 0.000000 -0.756938 0.400000 0.400000 0.400000 +2663.291504 0.000000 2424.659180 0.000000 0.991132 0.000000 0.132884 0.400000 0.400000 0.400000 +2689.556396 0.000000 2410.846436 0.000000 0.262094 0.000000 -0.965042 0.400000 0.400000 0.400000 +2665.933594 0.000000 2423.873535 0.000000 0.865298 0.000000 0.501258 0.400000 0.400000 0.400000 +2682.207031 0.000000 2426.513672 0.000000 0.849631 0.000000 0.527378 0.400000 0.400000 0.400000 +2705.727539 0.000000 2412.757324 0.000000 0.914152 0.000000 0.405372 0.400000 0.400000 0.400000 +2694.052246 0.000000 2422.516846 0.000000 0.123924 0.000000 -0.992292 0.400000 0.400000 0.400000 +2676.505127 0.000000 2418.019775 0.000000 0.848373 0.000000 -0.529400 0.400000 0.400000 0.400000 +2685.789551 0.000000 2418.482422 0.000000 0.931006 0.000000 0.365005 0.400000 0.400000 0.400000 +2698.266602 0.000000 2415.770508 0.000000 0.520589 0.000000 0.853807 0.400000 0.400000 0.400000 +2708.539795 0.000000 2419.854736 0.000000 0.042101 0.000000 -0.999113 0.400000 0.400000 0.400000 +2681.242188 0.000000 2412.552979 0.000000 0.894527 0.000000 0.447014 0.400000 0.400000 0.400000 +2673.000000 0.000000 2424.414795 0.000000 0.155738 0.000000 0.987798 0.400000 0.400000 0.400000 +2701.587402 0.000000 2421.462891 0.000000 0.866708 0.000000 -0.498816 0.400000 0.400000 0.400000 +2669.620117 0.000000 2418.271973 0.000000 0.479538 0.000000 0.877521 0.400000 0.400000 0.400000 +2688.534180 0.000000 2425.686523 0.000000 0.864051 0.000000 -0.503405 0.400000 0.400000 0.400000 +2692.294189 0.000000 2416.807617 0.000000 0.225048 0.000000 0.974348 0.400000 0.400000 0.400000 +2672.898193 0.000000 2413.941895 0.000000 0.167477 0.000000 -0.985876 0.400000 0.400000 0.400000 +2693.246094 0.000000 2427.669434 0.000000 0.999965 0.000000 0.008333 0.400000 0.400000 0.400000 +2698.278564 0.000000 2425.204102 0.000000 0.102622 0.000000 -0.994720 0.400000 0.400000 0.400000 +2677.276611 0.000000 2426.846680 0.000000 0.716005 0.000000 0.698095 0.400000 0.400000 0.400000 +2704.227051 0.000000 2417.269043 0.000000 0.917395 0.000000 -0.397978 0.400000 0.400000 0.400000 +2685.703125 0.000000 2413.878662 0.000000 0.999021 0.000000 -0.044241 0.400000 0.400000 0.400000 +2681.466064 0.000000 2416.996338 0.000000 0.899482 0.000000 0.436957 0.400000 0.400000 0.400000 +2705.654053 0.000000 2423.050049 0.000000 0.672551 0.000000 -0.740050 0.400000 0.400000 0.400000 +2672.241699 0.000000 2427.965332 0.000000 0.451149 0.000000 -0.892449 0.400000 0.400000 0.400000 +2666.870117 0.000000 2420.420654 0.000000 0.872612 0.000000 -0.488414 0.400000 0.400000 0.400000 +2708.070801 0.000000 2416.612061 0.000000 0.095783 0.000000 -0.995402 0.400000 0.400000 0.400000 +2685.349365 0.000000 2426.745850 0.000000 0.375647 0.000000 0.926763 0.400000 0.400000 0.400000 +2668.980957 0.000000 2425.572021 0.000000 0.469424 0.000000 0.882973 0.400000 0.400000 0.400000 +2692.427979 0.000000 2419.902100 0.000000 0.909639 0.000000 0.415399 0.400000 0.400000 0.400000 +2704.730957 0.000000 2420.200439 0.000000 0.977701 0.000000 0.210000 0.400000 0.400000 0.400000 +2696.534912 0.000000 2427.577393 0.000000 0.114142 0.000000 0.993464 0.400000 0.400000 0.400000 +2695.560059 0.000000 2414.541016 0.000000 0.917492 0.000000 -0.397753 0.400000 0.400000 0.400000 +2690.023193 0.000000 2418.566895 0.000000 0.772774 0.000000 -0.634682 0.400000 0.400000 0.400000 +2759.290039 0.000000 2441.913330 0.000000 0.088993 0.000000 0.996032 0.400000 0.400000 0.400000 +2770.932617 0.000000 2438.411621 0.000000 0.196497 0.000000 -0.980504 0.400000 0.400000 0.400000 +2787.052734 0.000000 2434.498291 0.000000 0.989149 0.000000 -0.146917 0.400000 0.400000 0.400000 +2792.360596 0.000000 2443.427734 0.000000 0.975281 0.000000 -0.220968 0.400000 0.400000 0.400000 +2762.333252 0.000000 2432.203369 0.000000 0.916303 0.000000 0.400486 0.400000 0.400000 0.400000 +2767.770264 0.000000 2446.331787 0.000000 0.988238 0.000000 -0.152923 0.400000 0.400000 0.400000 +2779.524658 0.000000 2434.423096 0.000000 0.599149 0.000000 0.800638 0.400000 0.400000 0.400000 +2756.044678 0.000000 2434.485840 0.000000 0.997072 0.000000 -0.076473 0.400000 0.400000 0.400000 +2786.268555 0.000000 2440.985596 0.000000 0.659426 0.000000 0.751770 0.400000 0.400000 0.400000 +2764.621094 0.000000 2438.251953 0.000000 0.114886 0.000000 -0.993379 0.400000 0.400000 0.400000 +2778.435059 0.000000 2440.089600 0.000000 0.938998 0.000000 0.343923 0.400000 0.400000 0.400000 +2767.955566 0.000000 2434.446777 0.000000 0.330479 0.000000 -0.943813 0.400000 0.400000 0.400000 +2764.048584 0.000000 2443.082031 0.000000 0.807434 0.000000 0.589957 0.400000 0.400000 0.400000 +2760.195312 0.000000 2436.625488 0.000000 0.848835 0.000000 0.528658 0.400000 0.400000 0.400000 +2782.608154 0.000000 2437.991211 0.000000 0.205395 0.000000 0.978679 0.400000 0.400000 0.400000 +2785.812012 0.000000 2446.097656 0.000000 0.306507 0.000000 -0.951868 0.400000 0.400000 0.400000 +2774.974365 0.000000 2438.145508 0.000000 0.609216 0.000000 0.793004 0.400000 0.400000 0.400000 +2792.913330 0.000000 2447.458252 0.000000 0.493923 0.000000 0.869505 0.400000 0.400000 0.400000 +2789.375244 0.000000 2445.462646 0.000000 0.670877 0.000000 -0.741569 0.400000 0.400000 0.400000 +2782.100586 0.000000 2441.785645 0.000000 0.933611 0.000000 -0.358287 0.400000 0.400000 0.400000 +2789.568359 0.000000 2441.439697 0.000000 0.901318 0.000000 0.433158 0.400000 0.400000 0.400000 +2761.715576 0.000000 2439.695801 0.000000 0.392938 0.000000 0.919565 0.400000 0.400000 0.400000 +2785.909180 0.000000 2437.662842 0.000000 0.309844 0.000000 -0.950787 0.400000 0.400000 0.400000 +2767.512695 0.000000 2437.383789 0.000000 0.924659 0.000000 -0.380796 0.400000 0.400000 0.400000 +2787.340576 0.000000 2443.556396 0.000000 0.916829 0.000000 -0.399279 0.400000 0.400000 0.400000 +2797.638428 0.000000 2448.314941 0.000000 0.086401 0.000000 0.996260 0.400000 0.400000 0.400000 +2784.061768 0.000000 2456.409424 0.000000 0.556883 0.000000 0.830591 0.400000 0.400000 0.400000 +2791.682129 0.000000 2462.636475 0.000000 0.817829 0.000000 0.575461 0.400000 0.400000 0.400000 +2804.632568 0.000000 2488.140869 0.000000 0.492581 0.000000 0.870267 0.400000 0.400000 0.400000 +2789.197266 0.000000 2449.075928 0.000000 0.827286 0.000000 -0.561781 0.400000 0.400000 0.400000 +2795.198242 0.000000 2455.685547 0.000000 0.474819 0.000000 -0.880083 0.400000 0.400000 0.400000 +2795.913086 0.000000 2481.470703 0.000000 0.999629 0.000000 -0.027253 0.400000 0.400000 0.400000 +2768.895752 0.000000 2449.408447 0.000000 0.956900 0.000000 0.290417 0.400000 0.400000 0.400000 +2801.295166 0.000000 2483.457520 0.000000 0.343625 0.000000 0.939107 0.400000 0.400000 0.400000 +2789.538086 0.000000 2457.452881 0.000000 0.003094 0.000000 0.999995 0.400000 0.400000 0.400000 +2772.485107 0.000000 2454.270264 0.000000 0.960156 0.000000 0.279465 0.400000 0.400000 0.400000 +2793.325439 0.000000 2451.349121 0.000000 0.317646 0.000000 0.948209 0.400000 0.400000 0.400000 +2805.802979 0.000000 2492.633545 0.000000 0.105914 0.000000 0.994375 0.400000 0.400000 0.400000 +2779.436523 0.000000 2457.437256 0.000000 0.981473 0.000000 -0.191603 0.400000 0.400000 0.400000 +2793.088379 0.000000 2458.912842 0.000000 0.950310 0.000000 0.311306 0.400000 0.400000 0.400000 +2785.558838 0.000000 2447.641357 0.000000 0.186580 0.000000 0.982440 0.400000 0.400000 0.400000 +2775.301025 0.000000 2456.341553 0.000000 0.429293 0.000000 0.903165 0.400000 0.400000 0.400000 +2804.989258 0.000000 2484.687500 0.000000 0.612107 0.000000 0.790775 0.400000 0.400000 0.400000 +2786.480957 0.000000 2458.563721 0.000000 0.269799 0.000000 -0.962917 0.400000 0.400000 0.400000 +2798.169678 0.000000 2483.926025 0.000000 0.894758 0.000000 0.446552 0.400000 0.400000 0.400000 +2783.621826 0.000000 2459.460693 0.000000 0.998709 0.000000 -0.050787 0.400000 0.400000 0.400000 +2766.523926 0.000000 2447.605225 0.000000 0.944194 0.000000 0.329390 0.400000 0.400000 0.400000 +2807.591309 0.000000 2488.372803 0.000000 0.321551 0.000000 0.946892 0.400000 0.400000 0.400000 +2833.540771 0.000000 2482.830811 0.000000 0.500868 0.000000 -0.865524 0.400000 0.400000 0.400000 +2809.917969 0.000000 2495.857910 0.000000 0.111418 0.000000 -0.993774 0.400000 0.400000 0.400000 +2849.551270 0.000000 2499.127686 0.000000 0.638207 0.000000 0.769865 0.400000 0.400000 0.400000 +2853.057373 0.000000 2517.154297 0.000000 0.721891 0.000000 0.692007 0.400000 0.400000 0.400000 +2816.883057 0.000000 2480.459717 0.000000 0.316365 0.000000 -0.948638 0.400000 0.400000 0.400000 +2826.191406 0.000000 2498.498047 0.000000 0.366695 0.000000 -0.930341 0.400000 0.400000 0.400000 +2849.711914 0.000000 2484.741699 0.000000 0.509151 0.000000 -0.860677 0.400000 0.400000 0.400000 +2842.924805 0.000000 2510.395996 0.000000 0.902103 0.000000 -0.431521 0.400000 0.400000 0.400000 +2859.044922 0.000000 2506.482666 0.000000 0.999890 0.000000 -0.014854 0.400000 0.400000 0.400000 +2875.815918 0.000000 2515.781494 0.000000 0.966226 0.000000 0.257695 0.400000 0.400000 0.400000 +2864.352783 0.000000 2515.412109 0.000000 0.124890 0.000000 0.992171 0.400000 0.400000 0.400000 +2808.498291 0.000000 2485.906250 0.000000 0.974884 0.000000 -0.222715 0.400000 0.400000 0.400000 +2834.325439 0.000000 2504.187744 0.000000 0.998501 0.000000 -0.054730 0.400000 0.400000 0.400000 +2859.321045 0.000000 2496.183350 0.000000 0.212119 0.000000 -0.977244 0.400000 0.400000 0.400000 +2829.773926 0.000000 2490.466797 0.000000 0.331642 0.000000 0.943405 0.400000 0.400000 0.400000 +2866.953369 0.000000 2499.579346 0.000000 0.104414 0.000000 0.994534 0.400000 0.400000 0.400000 +2842.250977 0.000000 2487.754883 0.000000 0.999820 0.000000 -0.018984 0.400000 0.400000 0.400000 +2842.231934 0.000000 2502.220947 0.000000 0.998540 0.000000 -0.054026 0.400000 0.400000 0.400000 +2852.524170 0.000000 2491.839111 0.000000 0.829703 0.000000 0.558205 0.400000 0.400000 0.400000 +2851.516846 0.000000 2506.407471 0.000000 0.568990 0.000000 -0.822345 0.400000 0.400000 0.400000 +2816.984375 0.000000 2496.399170 0.000000 0.898094 0.000000 -0.439803 0.400000 0.400000 0.400000 +2865.268311 0.000000 2508.856689 0.000000 0.478208 0.000000 0.878247 0.400000 0.400000 0.400000 +2845.571777 0.000000 2493.447266 0.000000 0.007253 0.000000 -0.999974 0.400000 0.400000 0.400000 +2813.604492 0.000000 2490.256348 0.000000 0.161546 0.000000 0.986865 0.400000 0.400000 0.400000 +2877.634277 0.000000 2504.942383 0.000000 0.244714 0.000000 -0.969595 0.400000 0.400000 0.400000 +2858.260742 0.000000 2512.969971 0.000000 0.961463 0.000000 0.274935 0.400000 0.400000 0.400000 +2832.518555 0.000000 2497.670898 0.000000 0.956492 0.000000 -0.291758 0.400000 0.400000 0.400000 +2878.974609 0.000000 2510.549072 0.000000 0.690697 0.000000 0.723144 0.400000 0.400000 0.400000 +2850.427246 0.000000 2512.073975 0.000000 0.999520 0.000000 -0.030966 0.400000 0.400000 0.400000 +2823.427002 0.000000 2503.337158 0.000000 0.053622 0.000000 -0.998561 0.400000 0.400000 0.400000 +2816.882568 0.000000 2485.926270 0.000000 0.464418 0.000000 -0.885616 0.400000 0.400000 0.400000 +2872.574219 0.000000 2501.126953 0.000000 0.734888 0.000000 -0.678188 0.400000 0.400000 0.400000 +2807.733398 0.000000 2491.121338 0.000000 0.988891 0.000000 -0.148640 0.400000 0.400000 0.400000 +2838.709961 0.000000 2483.751465 0.000000 0.734767 0.000000 -0.678320 0.400000 0.400000 0.400000 +2837.230469 0.000000 2499.653809 0.000000 0.965475 0.000000 -0.260495 0.400000 0.400000 0.400000 +2842.262939 0.000000 2497.188477 0.000000 0.978355 0.000000 0.206934 0.400000 0.400000 0.400000 +2829.940918 0.000000 2501.850342 0.000000 0.926423 0.000000 0.376483 0.400000 0.400000 0.400000 +2839.947754 0.000000 2506.431152 0.000000 0.300721 0.000000 0.953712 0.400000 0.400000 0.400000 +2848.211426 0.000000 2489.253418 0.000000 0.435427 0.000000 -0.900224 0.400000 0.400000 0.400000 +2868.433594 0.000000 2517.295166 0.000000 0.152909 0.000000 0.988240 0.400000 0.400000 0.400000 +2856.972656 0.000000 2492.558594 0.000000 0.896123 0.000000 0.443806 0.400000 0.400000 0.400000 +2828.791992 0.000000 2495.123535 0.000000 0.771778 0.000000 -0.635892 0.400000 0.400000 0.400000 +2812.664062 0.000000 2484.614258 0.000000 0.935253 0.000000 0.353979 0.400000 0.400000 0.400000 +2820.745850 0.000000 2494.248535 0.000000 0.475319 0.000000 -0.879814 0.400000 0.400000 0.400000 +2841.553223 0.000000 2491.989258 0.000000 0.010324 0.000000 0.999947 0.400000 0.400000 0.400000 +2825.450439 0.000000 2488.980713 0.000000 0.960454 0.000000 -0.278440 0.400000 0.400000 0.400000 +2863.302979 0.000000 2497.539062 0.000000 0.193071 0.000000 0.981185 0.400000 0.400000 0.400000 +2861.281250 0.000000 2509.948975 0.000000 0.967266 0.000000 -0.253765 0.400000 0.400000 0.400000 +2845.658936 0.000000 2500.292480 0.000000 0.855787 0.000000 0.517328 0.400000 0.400000 0.400000 +2846.966553 0.000000 2510.129883 0.000000 0.017354 0.000000 0.999849 0.400000 0.400000 0.400000 +2864.905518 0.000000 2519.442627 0.000000 0.943228 0.000000 -0.332145 0.400000 0.400000 0.400000 +2872.405518 0.000000 2517.596924 0.000000 0.917371 0.000000 -0.398033 0.400000 0.400000 0.400000 +2855.347900 0.000000 2505.435547 0.000000 0.018971 0.000000 -0.999820 0.400000 0.400000 0.400000 +2861.367432 0.000000 2517.447021 0.000000 0.772063 0.000000 0.635546 0.400000 0.400000 0.400000 +2838.009766 0.000000 2503.159180 0.000000 0.570754 0.000000 -0.821121 0.400000 0.400000 0.400000 +2848.366943 0.000000 2502.566406 0.000000 0.158422 0.000000 -0.987371 0.400000 0.400000 0.400000 +2878.519775 0.000000 2517.957520 0.000000 0.628389 0.000000 -0.777899 0.400000 0.400000 0.400000 +2826.833008 0.000000 2503.250732 0.000000 0.755304 0.000000 0.655375 0.400000 0.400000 0.400000 +2823.476562 0.000000 2496.274170 0.000000 0.824620 0.000000 0.565686 0.400000 0.400000 0.400000 +2844.758789 0.000000 2490.127441 0.000000 0.928541 0.000000 -0.371230 0.400000 0.400000 0.400000 +2833.663330 0.000000 2500.878174 0.000000 0.901737 0.000000 0.432286 0.400000 0.400000 0.400000 +2843.154785 0.000000 2507.055664 0.000000 0.866786 0.000000 -0.498680 0.400000 0.400000 0.400000 +2852.055176 0.000000 2488.596436 0.000000 0.490007 0.000000 0.871718 0.400000 0.400000 0.400000 +2836.572266 0.000000 2506.748047 0.000000 0.524508 0.000000 0.851405 0.400000 0.400000 0.400000 +2857.901367 0.000000 2509.647217 0.000000 0.898606 0.000000 -0.438757 0.400000 0.400000 0.400000 +2845.999512 0.000000 2486.865967 0.000000 0.646084 0.000000 0.763267 0.400000 0.400000 0.400000 +2822.511230 0.000000 2487.523438 0.000000 0.384899 0.000000 -0.922959 0.400000 0.400000 0.400000 +2848.715332 0.000000 2492.184814 0.000000 0.978196 0.000000 -0.207684 0.400000 0.400000 0.400000 +2818.719727 0.000000 2482.810791 0.000000 0.528700 0.000000 -0.848809 0.400000 0.400000 0.400000 +2845.439941 0.000000 2503.248291 0.000000 0.054477 0.000000 -0.998515 0.400000 0.400000 0.400000 +2807.929932 0.000000 2493.903076 0.000000 0.989752 0.000000 -0.142799 0.400000 0.400000 0.400000 +2830.756104 0.000000 2483.143555 0.000000 0.187128 0.000000 0.982336 0.400000 0.400000 0.400000 +2854.546631 0.000000 2493.667236 0.000000 0.015421 0.000000 -0.999881 0.400000 0.400000 0.400000 +2869.630615 0.000000 2520.299316 0.000000 0.257720 0.000000 -0.966220 0.400000 0.400000 0.400000 +2877.049316 0.000000 2520.360352 0.000000 0.388359 0.000000 -0.921508 0.400000 0.400000 0.400000 +2873.370605 0.000000 2521.667480 0.000000 0.485584 0.000000 0.874190 0.400000 0.400000 0.400000 +2866.129150 0.000000 2519.944336 0.000000 0.997684 0.000000 -0.068023 0.400000 0.400000 0.400000 +2872.210938 0.000000 2519.532471 0.000000 0.399970 0.000000 -0.916528 0.400000 0.400000 0.400000 +2343.682861 0.000000 2592.070801 0.000000 0.839332 0.000000 -0.543619 0.400000 0.400000 0.400000 +2328.020996 0.000000 2591.836182 0.000000 0.985205 0.000000 -0.171381 0.400000 0.400000 0.400000 +2336.942627 0.000000 2593.377197 0.000000 0.025626 0.000000 -0.999672 0.400000 0.400000 0.400000 +2323.470703 0.000000 2591.444336 0.000000 0.478785 0.000000 -0.877932 0.400000 0.400000 0.400000 +2330.580078 0.000000 2591.614014 0.000000 0.317449 0.000000 -0.948275 0.400000 0.400000 0.400000 +2305.439697 0.000000 2753.245605 0.000000 0.998881 0.000000 0.047292 0.400000 0.400000 0.400000 +2367.470703 0.000000 2794.306396 0.000000 0.947567 0.000000 -0.319557 0.400000 0.400000 0.400000 +2329.595459 0.000000 2770.768311 0.000000 0.057845 0.000000 0.998326 0.400000 0.400000 0.400000 +2361.909424 0.000000 2776.846191 0.000000 0.867413 0.000000 -0.497590 0.400000 0.400000 0.400000 +2310.006592 0.000000 2801.283447 0.000000 0.836616 0.000000 0.547789 0.400000 0.400000 0.400000 +2322.949463 0.000000 2755.001953 0.000000 0.760299 0.000000 0.649573 0.400000 0.400000 0.400000 +2345.766602 0.000000 2772.679199 0.000000 0.917408 0.000000 -0.397947 0.400000 0.400000 0.400000 +2370.428711 0.000000 2765.324463 0.000000 0.990029 0.000000 0.140864 0.400000 0.400000 0.400000 +2338.979492 0.000000 2798.333496 0.000000 0.838297 0.000000 -0.545213 0.400000 0.400000 0.400000 +2355.099609 0.000000 2794.420166 0.000000 0.152753 0.000000 -0.988264 0.400000 0.400000 0.400000 +2316.544189 0.000000 2777.941650 0.000000 0.923634 0.000000 0.383275 0.400000 0.400000 0.400000 +2304.009277 0.000000 2763.395752 0.000000 0.966713 0.000000 0.255864 0.400000 0.400000 0.400000 +2304.552979 0.000000 2773.843750 0.000000 0.840884 0.000000 -0.541216 0.400000 0.400000 0.400000 +2331.892090 0.000000 2760.531006 0.000000 0.473097 0.000000 -0.881010 0.400000 0.400000 0.400000 +2355.375732 0.000000 2784.120850 0.000000 0.857910 0.000000 -0.513799 0.400000 0.400000 0.400000 +2350.484619 0.000000 2753.870850 0.000000 0.630502 0.000000 -0.776188 0.400000 0.400000 0.400000 +2321.981689 0.000000 2765.318359 0.000000 0.950003 0.000000 0.312242 0.400000 0.400000 0.400000 +2318.856201 0.000000 2798.912109 0.000000 0.272576 0.000000 0.962134 0.400000 0.400000 0.400000 +2348.668945 0.000000 2764.188965 0.000000 0.962700 0.000000 0.270572 0.400000 0.400000 0.400000 +2372.679443 0.000000 2776.078369 0.000000 0.956600 0.000000 0.291403 0.400000 0.400000 0.400000 +2363.008057 0.000000 2787.516846 0.000000 0.998682 0.000000 0.051332 0.400000 0.400000 0.400000 +2366.043701 0.000000 2758.498779 0.000000 0.788671 0.000000 0.614816 0.400000 0.400000 0.400000 +2335.817139 0.000000 2806.253662 0.000000 0.973931 0.000000 -0.226844 0.400000 0.400000 0.400000 +2338.305664 0.000000 2775.692383 0.000000 0.473492 0.000000 0.880798 0.400000 0.400000 0.400000 +2363.959961 0.000000 2769.408203 0.000000 0.457038 0.000000 0.889447 0.400000 0.400000 0.400000 +2347.571533 0.000000 2794.344971 0.000000 0.867985 0.000000 -0.496590 0.400000 0.400000 0.400000 +2321.281250 0.000000 2772.474854 0.000000 0.987906 0.000000 0.155057 0.400000 0.400000 0.400000 +2354.617920 0.000000 2776.345703 0.000000 0.197865 0.000000 0.980229 0.400000 0.400000 0.400000 +2372.859131 0.000000 2758.833740 0.000000 0.950540 0.000000 -0.310601 0.400000 0.400000 0.400000 +2361.322998 0.000000 2796.794189 0.000000 0.104203 0.000000 0.994556 0.400000 0.400000 0.400000 +2373.688965 0.000000 2792.879883 0.000000 0.160879 0.000000 0.986974 0.400000 0.400000 0.400000 +2367.531494 0.000000 2779.953369 0.000000 0.816830 0.000000 0.576878 0.400000 0.400000 0.400000 +2354.315430 0.000000 2800.907471 0.000000 0.968088 0.000000 -0.250609 0.400000 0.400000 0.400000 +2328.573242 0.000000 2785.608398 0.000000 0.778477 0.000000 -0.627674 0.400000 0.400000 0.400000 +2362.758545 0.000000 2763.647705 0.000000 0.879813 0.000000 0.475320 0.400000 0.400000 0.400000 +2332.333252 0.000000 2776.729492 0.000000 0.986035 0.000000 -0.166541 0.400000 0.400000 0.400000 +2352.358643 0.000000 2759.909424 0.000000 0.053659 0.000000 0.998559 0.400000 0.400000 0.400000 +2346.481934 0.000000 2800.011475 0.000000 0.454310 0.000000 0.890844 0.400000 0.400000 0.400000 +2344.575195 0.000000 2754.025879 0.000000 0.679861 0.000000 -0.733341 0.400000 0.400000 0.400000 +2356.144775 0.000000 2754.904297 0.000000 0.958040 0.000000 -0.286633 0.400000 0.400000 0.400000 +2319.047363 0.000000 2758.788574 0.000000 0.820284 0.000000 -0.571956 0.400000 0.400000 0.400000 +2358.023438 0.000000 2789.631592 0.000000 0.999484 0.000000 -0.032134 0.400000 0.400000 0.400000 +2343.231689 0.000000 2764.217773 0.000000 0.878336 0.000000 -0.478045 0.400000 0.400000 0.400000 +2306.387695 0.000000 2758.557861 0.000000 0.164953 0.000000 -0.986301 0.400000 0.400000 0.400000 +2333.213379 0.000000 2766.726562 0.000000 0.517266 0.000000 0.855824 0.400000 0.400000 0.400000 +2350.053711 0.000000 2769.331543 0.000000 0.413095 0.000000 -0.910688 0.400000 0.400000 0.400000 +2362.104980 0.000000 2782.327393 0.000000 0.666119 0.000000 -0.745845 0.400000 0.400000 0.400000 +2347.047363 0.000000 2758.664795 0.000000 0.262162 0.000000 -0.965024 0.400000 0.400000 0.400000 +2334.764648 0.000000 2771.688965 0.000000 0.231098 0.000000 0.972930 0.400000 0.400000 0.400000 +2359.889404 0.000000 2772.179199 0.000000 0.493197 0.000000 -0.869917 0.400000 0.400000 0.400000 +2375.288574 0.000000 2788.114502 0.000000 0.510607 0.000000 0.859814 0.400000 0.400000 0.400000 +2336.002441 0.000000 2794.368652 0.000000 0.813159 0.000000 0.582041 0.400000 0.400000 0.400000 +2332.095459 0.000000 2803.003906 0.000000 0.768383 0.000000 0.639990 0.400000 0.400000 0.400000 +2373.518311 0.000000 2769.046387 0.000000 0.561052 0.000000 -0.827781 0.400000 0.400000 0.400000 +2370.333008 0.000000 2797.914307 0.000000 0.188032 0.000000 -0.982163 0.400000 0.400000 0.400000 +2357.946289 0.000000 2779.787354 0.000000 0.384980 0.000000 0.922925 0.400000 0.400000 0.400000 +2345.697754 0.000000 2768.077148 0.000000 0.669699 0.000000 0.742633 0.400000 0.400000 0.400000 +2367.074707 0.000000 2784.635498 0.000000 0.341641 0.000000 0.939831 0.400000 0.400000 0.400000 +2329.635498 0.000000 2781.014404 0.000000 0.136891 0.000000 -0.990586 0.400000 0.400000 0.400000 +2359.662354 0.000000 2767.338867 0.000000 0.520637 0.000000 -0.853778 0.400000 0.400000 0.400000 +2329.043945 0.000000 2805.954102 0.000000 0.423644 0.000000 0.905829 0.400000 0.400000 0.400000 +2336.049072 0.000000 2801.442383 0.000000 0.540040 0.000000 0.841640 0.400000 0.400000 0.400000 +2359.357666 0.000000 2785.476562 0.000000 0.850175 0.000000 0.526500 0.400000 0.400000 0.400000 +2366.320557 0.000000 2765.960938 0.000000 0.676073 0.000000 0.736835 0.400000 0.400000 0.400000 +2309.923828 0.000000 2756.019775 0.000000 0.742187 0.000000 0.670193 0.400000 0.400000 0.400000 +2374.242188 0.000000 2762.762451 0.000000 0.948742 0.000000 -0.316051 0.400000 0.400000 0.400000 +2357.335938 0.000000 2797.886475 0.000000 0.924738 0.000000 -0.380604 0.400000 0.400000 0.400000 +2317.006348 0.000000 2772.720703 0.000000 0.997033 0.000000 -0.076972 0.400000 0.400000 0.400000 +2322.434326 0.000000 2761.304932 0.000000 0.281831 0.000000 0.959464 0.400000 0.400000 0.400000 +2343.021240 0.000000 2798.067383 0.000000 0.030784 0.000000 0.999526 0.400000 0.400000 0.400000 +2319.073486 0.000000 2802.930908 0.000000 0.929332 0.000000 -0.369246 0.400000 0.400000 0.400000 +2313.769043 0.000000 2801.385498 0.000000 0.380003 0.000000 0.924985 0.400000 0.400000 0.400000 +2351.402588 0.000000 2793.373047 0.000000 0.551086 0.000000 -0.834449 0.400000 0.400000 0.400000 +2359.185059 0.000000 2793.409180 0.000000 0.376524 0.000000 0.926407 0.400000 0.400000 0.400000 +2363.281250 0.000000 2773.447021 0.000000 0.775731 0.000000 0.631064 0.400000 0.400000 0.400000 +2350.147461 0.000000 2801.707520 0.000000 0.299091 0.000000 -0.954224 0.400000 0.400000 0.400000 +2342.009521 0.000000 2768.220215 0.000000 0.108818 0.000000 0.994062 0.400000 0.400000 0.400000 +2352.923340 0.000000 2756.418701 0.000000 0.587881 0.000000 0.808947 0.400000 0.400000 0.400000 +2373.036133 0.000000 2772.625000 0.000000 0.014979 0.000000 -0.999888 0.400000 0.400000 0.400000 +2325.657227 0.000000 2804.984375 0.000000 0.284126 0.000000 0.958787 0.400000 0.400000 0.400000 +2365.885010 0.000000 2762.161133 0.000000 0.986478 0.000000 -0.163896 0.400000 0.400000 0.400000 +2345.750488 0.000000 2804.517090 0.000000 0.280673 0.000000 0.959804 0.400000 0.400000 0.400000 +2354.707275 0.000000 2791.026123 0.000000 0.011566 0.000000 -0.999933 0.400000 0.400000 0.400000 +2364.089355 0.000000 2779.566895 0.000000 0.394760 0.000000 0.918784 0.400000 0.400000 0.400000 +2303.830078 0.000000 2756.306641 0.000000 0.905993 0.000000 0.423292 0.400000 0.400000 0.400000 +2341.032227 0.000000 2801.115234 0.000000 0.112078 0.000000 -0.993699 0.400000 0.400000 0.400000 +2319.407471 0.000000 2755.189941 0.000000 0.849957 0.000000 -0.526852 0.400000 0.400000 0.400000 +2365.354248 0.000000 2789.998291 0.000000 0.126915 0.000000 -0.991914 0.400000 0.400000 0.400000 +2331.683350 0.000000 2773.287598 0.000000 0.103904 0.000000 0.994587 0.400000 0.400000 0.400000 +2319.548340 0.000000 2763.040527 0.000000 0.282707 0.000000 -0.959206 0.400000 0.400000 0.400000 +2353.956055 0.000000 2797.584717 0.000000 0.876155 0.000000 -0.482030 0.400000 0.400000 0.400000 +2342.054199 0.000000 2774.803467 0.000000 0.580344 0.000000 0.814372 0.400000 0.400000 0.400000 +2322.921387 0.000000 2758.174316 0.000000 0.584706 0.000000 0.811245 0.400000 0.400000 0.400000 +2347.593750 0.000000 2755.487061 0.000000 0.268761 0.000000 0.963207 0.400000 0.400000 0.400000 +2369.699951 0.000000 2775.000244 0.000000 0.996852 0.000000 -0.079288 0.400000 0.400000 0.400000 +2356.842773 0.000000 2772.664307 0.000000 0.873285 0.000000 0.487209 0.400000 0.400000 0.400000 +2353.519531 0.000000 2752.884033 0.000000 0.930282 0.000000 0.366846 0.400000 0.400000 0.400000 +2306.685059 0.000000 2761.620605 0.000000 0.971945 0.000000 -0.235209 0.400000 0.400000 0.400000 +2375.727539 0.000000 2760.010254 0.000000 0.258613 0.000000 -0.965981 0.400000 0.400000 0.400000 +2326.390381 0.000000 2798.931885 0.000000 0.341869 0.000000 -0.939748 0.400000 0.400000 0.400000 +2332.449951 0.000000 2769.685059 0.000000 0.581963 0.000000 -0.813215 0.400000 0.400000 0.400000 +2318.576660 0.000000 2765.856445 0.000000 0.200685 0.000000 0.979656 0.400000 0.400000 0.400000 +2360.977539 0.000000 2789.687744 0.000000 0.461561 0.000000 -0.887109 0.400000 0.400000 0.400000 +2352.475342 0.000000 2803.456543 0.000000 0.884082 0.000000 0.467331 0.400000 0.400000 0.400000 +2351.295898 0.000000 2750.841553 0.000000 0.738091 0.000000 0.674701 0.400000 0.400000 0.400000 +2321.992920 0.000000 2802.490234 0.000000 0.565224 0.000000 -0.824938 0.400000 0.400000 0.400000 +2347.396729 0.000000 2770.366943 0.000000 0.712925 0.000000 -0.701240 0.400000 0.400000 0.400000 +2348.264648 0.000000 2766.975830 0.000000 0.839926 0.000000 0.542700 0.400000 0.400000 0.400000 +2363.649658 0.000000 2784.742676 0.000000 0.365777 0.000000 0.930703 0.400000 0.400000 0.400000 +2368.036133 0.000000 2777.326904 0.000000 0.973310 0.000000 -0.229495 0.400000 0.400000 0.400000 +2401.587646 0.000000 2770.768311 0.000000 0.972315 0.000000 -0.233674 0.400000 0.400000 0.400000 +2377.964844 0.000000 2783.795410 0.000000 0.470839 0.000000 0.882219 0.400000 0.400000 0.400000 +2384.929932 0.000000 2768.397217 0.000000 0.003836 0.000000 0.999993 0.400000 0.400000 0.400000 +2394.238281 0.000000 2786.435547 0.000000 0.783327 0.000000 0.621610 0.400000 0.400000 0.400000 +2406.083496 0.000000 2782.438721 0.000000 0.955115 0.000000 -0.296234 0.400000 0.400000 0.400000 +2427.091797 0.000000 2794.420166 0.000000 0.226685 0.000000 0.973968 0.400000 0.400000 0.400000 +2432.399658 0.000000 2803.349609 0.000000 0.585673 0.000000 -0.810548 0.400000 0.400000 0.400000 +2388.536377 0.000000 2777.941650 0.000000 0.973643 0.000000 0.228077 0.400000 0.400000 0.400000 +2385.373535 0.000000 2791.509521 0.000000 0.997163 0.000000 -0.075276 0.400000 0.400000 0.400000 +2376.001465 0.000000 2763.395752 0.000000 0.981544 0.000000 0.191237 0.400000 0.400000 0.400000 +2393.973877 0.000000 2765.318359 0.000000 0.999471 0.000000 -0.032522 0.400000 0.400000 0.400000 +2390.848389 0.000000 2798.912109 0.000000 0.916152 0.000000 -0.400831 0.400000 0.400000 0.400000 +2397.820801 0.000000 2778.404297 0.000000 0.141229 0.000000 -0.989977 0.400000 0.400000 0.400000 +2407.809326 0.000000 2806.253662 0.000000 0.898206 0.000000 -0.439574 0.400000 0.400000 0.400000 +2419.563721 0.000000 2794.344971 0.000000 0.815909 0.000000 -0.578180 0.400000 0.400000 0.400000 +2393.273438 0.000000 2772.474854 0.000000 0.988976 0.000000 0.148073 0.400000 0.400000 0.400000 +2385.031250 0.000000 2784.336670 0.000000 0.726654 0.000000 -0.687004 0.400000 0.400000 0.400000 +2396.083740 0.000000 2794.407715 0.000000 0.663184 0.000000 -0.748456 0.400000 0.400000 0.400000 +2381.651367 0.000000 2778.193848 0.000000 0.997174 0.000000 -0.075124 0.400000 0.400000 0.400000 +2426.307617 0.000000 2800.907471 0.000000 0.823692 0.000000 0.567037 0.400000 0.400000 0.400000 +2404.660156 0.000000 2798.173828 0.000000 0.430760 0.000000 -0.902466 0.400000 0.400000 0.400000 +2400.565430 0.000000 2785.608398 0.000000 0.194067 0.000000 -0.980988 0.400000 0.400000 0.400000 +2423.677246 0.000000 2789.221924 0.000000 0.372092 0.000000 0.928196 0.400000 0.400000 0.400000 +2404.325439 0.000000 2776.729492 0.000000 0.999385 0.000000 -0.035071 0.400000 0.400000 0.400000 +2388.310303 0.000000 2763.612305 0.000000 0.603927 0.000000 -0.797040 0.400000 0.400000 0.400000 +2381.267334 0.000000 2795.506348 0.000000 0.005294 0.000000 0.999986 0.400000 0.400000 0.400000 +2380.531738 0.000000 2788.688965 0.000000 0.999233 0.000000 0.039160 0.400000 0.400000 0.400000 +2391.473877 0.000000 2791.274658 0.000000 0.531909 0.000000 -0.846802 0.400000 0.400000 0.400000 +2384.929443 0.000000 2773.863770 0.000000 0.899567 0.000000 0.436783 0.400000 0.400000 0.400000 +2430.015625 0.000000 2789.631592 0.000000 0.839438 0.000000 0.543456 0.400000 0.400000 0.400000 +2378.379883 0.000000 2758.557861 0.000000 0.367460 0.000000 -0.930039 0.400000 0.400000 0.400000 +2393.031982 0.000000 2781.149902 0.000000 0.347220 0.000000 -0.937784 0.400000 0.400000 0.400000 +2405.205566 0.000000 2766.726562 0.000000 0.275572 0.000000 0.961281 0.400000 0.400000 0.400000 +2406.756836 0.000000 2771.688965 0.000000 0.483084 0.000000 0.875574 0.400000 0.400000 0.400000 +2405.277344 0.000000 2787.591309 0.000000 0.995897 0.000000 -0.090492 0.400000 0.400000 0.400000 +2389.924072 0.000000 2768.745361 0.000000 0.961234 0.000000 0.275734 0.400000 0.400000 0.400000 +2422.271240 0.000000 2784.371826 0.000000 0.623831 0.000000 0.781559 0.400000 0.400000 0.400000 +2404.087646 0.000000 2803.003906 0.000000 0.990220 0.000000 -0.139517 0.400000 0.400000 0.400000 +2397.060059 0.000000 2768.980469 0.000000 0.752999 0.000000 -0.658022 0.400000 0.400000 0.400000 +2422.647217 0.000000 2797.913086 0.000000 0.868496 0.000000 -0.495697 0.400000 0.400000 0.400000 +2408.041260 0.000000 2801.442383 0.000000 0.682986 0.000000 0.730432 0.400000 0.400000 0.400000 +2396.838867 0.000000 2783.061035 0.000000 0.869775 0.000000 -0.493448 0.400000 0.400000 0.400000 +2409.600098 0.000000 2779.926758 0.000000 0.828289 0.000000 0.560301 0.400000 0.400000 0.400000 +2393.497314 0.000000 2776.918213 0.000000 0.502904 0.000000 -0.864343 0.400000 0.400000 0.400000 +2429.328125 0.000000 2797.886475 0.000000 0.235033 0.000000 0.971987 0.400000 0.400000 0.400000 +2389.813965 0.000000 2794.908691 0.000000 0.485683 0.000000 -0.874135 0.400000 0.400000 0.400000 +2388.998535 0.000000 2772.720703 0.000000 0.893541 0.000000 -0.448982 0.400000 0.400000 0.400000 +2381.669434 0.000000 2782.291016 0.000000 0.825237 0.000000 -0.564786 0.400000 0.400000 0.400000 +2385.234375 0.000000 2780.323975 0.000000 0.694194 0.000000 -0.719788 0.400000 0.400000 0.400000 +2423.394775 0.000000 2793.373047 0.000000 0.288552 0.000000 0.957464 0.400000 0.400000 0.400000 +2431.177246 0.000000 2793.409180 0.000000 0.309904 0.000000 -0.950768 0.400000 0.400000 0.400000 +2429.414307 0.000000 2805.384521 0.000000 0.331834 0.000000 0.943338 0.400000 0.400000 0.400000 +2393.133545 0.000000 2796.291504 0.000000 0.159458 0.000000 0.987205 0.400000 0.400000 0.400000 +2375.826172 0.000000 2770.367188 0.000000 0.450834 0.000000 -0.892608 0.400000 0.400000 0.400000 +2381.827148 0.000000 2791.987793 0.000000 0.394267 0.000000 0.918996 0.400000 0.400000 0.400000 +2378.901367 0.000000 2780.342529 0.000000 0.992843 0.000000 0.119430 0.400000 0.400000 0.400000 +2429.607422 0.000000 2801.361572 0.000000 0.977198 0.000000 0.212331 0.400000 0.400000 0.400000 +2375.798096 0.000000 2766.888916 0.000000 0.720718 0.000000 0.693229 0.400000 0.400000 0.400000 +2401.710205 0.000000 2788.815674 0.000000 0.999970 0.000000 0.007698 0.400000 0.400000 0.400000 +2403.675537 0.000000 2773.287598 0.000000 0.877273 0.000000 -0.479992 0.400000 0.400000 0.400000 +2407.573242 0.000000 2777.405273 0.000000 0.994227 0.000000 0.107294 0.400000 0.400000 0.400000 +2425.948242 0.000000 2797.584717 0.000000 0.999979 0.000000 0.006511 0.400000 0.400000 0.400000 +2390.558105 0.000000 2775.460938 0.000000 0.882013 0.000000 0.471225 0.400000 0.400000 0.400000 +2381.012207 0.000000 2785.493896 0.000000 0.949735 0.000000 0.313054 0.400000 0.400000 0.400000 +2421.089844 0.000000 2787.284912 0.000000 0.725244 0.000000 0.688492 0.400000 0.400000 0.400000 +2378.677246 0.000000 2761.620605 0.000000 0.960242 0.000000 -0.279167 0.400000 0.400000 0.400000 +2404.442139 0.000000 2769.685059 0.000000 0.799709 0.000000 -0.600388 0.400000 0.400000 0.400000 +2382.205322 0.000000 2775.210693 0.000000 0.856264 0.000000 -0.516538 0.400000 0.400000 0.400000 +2386.766602 0.000000 2770.748291 0.000000 0.998485 0.000000 -0.055020 0.400000 0.400000 0.400000 +2391.816650 0.000000 2788.329590 0.000000 0.499207 0.000000 -0.866483 0.400000 0.400000 0.400000 +2407.591309 0.000000 2774.462891 0.000000 0.999787 0.000000 -0.020621 0.400000 0.400000 0.400000 +2397.468506 0.000000 2766.281250 0.000000 0.963334 0.000000 0.268304 0.400000 0.400000 0.400000 +2305.439697 0.000000 2825.229980 0.000000 0.316885 0.000000 -0.948464 0.400000 0.400000 0.400000 +2367.470703 0.000000 2866.290771 0.000000 0.943630 0.000000 0.331001 0.400000 0.400000 0.400000 +2345.766602 0.000000 2844.663574 0.000000 0.590960 0.000000 0.806701 0.400000 0.400000 0.400000 +2343.682861 0.000000 2808.023926 0.000000 0.911198 0.000000 0.411968 0.400000 0.400000 0.400000 +2328.020996 0.000000 2807.789307 0.000000 0.692794 0.000000 0.721136 0.400000 0.400000 0.400000 +2316.544189 0.000000 2849.926025 0.000000 0.803672 0.000000 -0.595072 0.400000 0.400000 0.400000 +2355.375732 0.000000 2856.105225 0.000000 0.940667 0.000000 -0.339330 0.400000 0.400000 0.400000 +2347.571533 0.000000 2866.329346 0.000000 0.937753 0.000000 -0.347303 0.400000 0.400000 0.400000 +2306.356445 0.000000 2818.035889 0.000000 0.132415 0.000000 -0.991194 0.400000 0.400000 0.400000 +2329.318359 0.000000 2823.500977 0.000000 0.288733 0.000000 0.957410 0.400000 0.400000 0.400000 +2311.386475 0.000000 2812.664551 0.000000 0.539930 0.000000 -0.841710 0.400000 0.400000 0.400000 +2324.091553 0.000000 2866.392090 0.000000 0.645152 0.000000 -0.764054 0.400000 0.400000 0.400000 +2350.364502 0.000000 2809.721191 0.000000 0.923621 0.000000 0.383308 0.400000 0.400000 0.400000 +2373.688965 0.000000 2864.864258 0.000000 0.339198 0.000000 0.940715 0.400000 0.400000 0.400000 +2328.573242 0.000000 2857.592773 0.000000 0.999931 0.000000 0.011716 0.400000 0.400000 0.400000 +2375.029297 0.000000 2870.470947 0.000000 0.235206 0.000000 0.971945 0.400000 0.400000 0.400000 +2317.365723 0.000000 2813.698242 0.000000 0.962998 0.000000 0.269508 0.400000 0.400000 0.400000 +2321.039795 0.000000 2853.134277 0.000000 0.953772 0.000000 -0.300530 0.400000 0.400000 0.400000 +2337.016113 0.000000 2833.979004 0.000000 0.121178 0.000000 0.992631 0.400000 0.400000 0.400000 +2342.488037 0.000000 2865.886475 0.000000 0.903059 0.000000 -0.429517 0.400000 0.400000 0.400000 +2353.027344 0.000000 2852.480469 0.000000 0.337388 0.000000 0.941366 0.400000 0.400000 0.400000 +2308.718750 0.000000 2844.536133 0.000000 0.955138 0.000000 -0.296161 0.400000 0.400000 0.400000 +2321.796875 0.000000 2815.891602 0.000000 0.881171 0.000000 -0.472798 0.400000 0.400000 0.400000 +2307.440430 0.000000 2813.996582 0.000000 0.865422 0.000000 -0.501044 0.400000 0.400000 0.400000 +2307.513428 0.000000 2822.086914 0.000000 0.680444 0.000000 0.732800 0.400000 0.400000 0.400000 +2340.397705 0.000000 2809.422363 0.000000 0.766946 0.000000 -0.641712 0.400000 0.400000 0.400000 +2399.329102 0.000000 2873.819580 0.000000 0.989803 0.000000 0.142446 0.400000 0.400000 0.400000 +2407.655029 0.000000 2816.014160 0.000000 0.999962 0.000000 0.008767 0.400000 0.400000 0.400000 +2437.677490 0.000000 2808.236816 0.000000 0.278971 0.000000 -0.960300 0.400000 0.400000 0.400000 +2417.598145 0.000000 2859.049561 0.000000 0.819373 0.000000 0.573260 0.400000 0.400000 0.400000 +2433.901611 0.000000 2848.830566 0.000000 0.751826 0.000000 0.659361 0.400000 0.400000 0.400000 +2424.100830 0.000000 2816.331299 0.000000 0.644046 0.000000 -0.764986 0.400000 0.400000 0.400000 +2413.755127 0.000000 2830.917480 0.000000 0.738894 0.000000 -0.673821 0.400000 0.400000 0.400000 +2442.420898 0.000000 2837.308838 0.000000 0.668534 0.000000 -0.743681 0.400000 0.400000 0.400000 +2410.971680 0.000000 2870.317871 0.000000 0.981466 0.000000 0.191639 0.400000 0.400000 0.400000 +2427.091797 0.000000 2866.404541 0.000000 0.786929 0.000000 -0.617043 0.400000 0.400000 0.400000 +2400.013184 0.000000 2807.789307 0.000000 0.941377 0.000000 -0.337358 0.400000 0.400000 0.400000 +2388.536377 0.000000 2849.926025 0.000000 0.489918 0.000000 0.871769 0.400000 0.400000 0.400000 +2403.884277 0.000000 2832.515381 0.000000 0.955888 0.000000 -0.293733 0.400000 0.400000 0.400000 +2427.367920 0.000000 2856.105225 0.000000 0.670345 0.000000 0.742049 0.400000 0.400000 0.400000 +2431.721191 0.000000 2822.558350 0.000000 0.537333 0.000000 -0.843370 0.400000 0.400000 0.400000 +2422.476807 0.000000 2825.855225 0.000000 0.011115 0.000000 -0.999938 0.400000 0.400000 0.400000 +2376.305420 0.000000 2864.898438 0.000000 0.790839 0.000000 -0.612025 0.400000 0.400000 0.400000 +2410.542725 0.000000 2839.183594 0.000000 0.061716 0.000000 0.998094 0.400000 0.400000 0.400000 +2415.705322 0.000000 2819.929443 0.000000 0.396584 0.000000 -0.917998 0.400000 0.400000 0.400000 +2408.111328 0.000000 2824.615967 0.000000 0.091781 0.000000 -0.995779 0.400000 0.400000 0.400000 +2429.236328 0.000000 2808.997803 0.000000 0.267589 0.000000 0.963533 0.400000 0.400000 0.400000 +2438.035889 0.000000 2830.483154 0.000000 0.887626 0.000000 0.460566 0.400000 0.400000 0.400000 +2407.809326 0.000000 2878.238037 0.000000 0.957460 0.000000 0.288567 0.400000 0.400000 0.400000 +2442.865234 0.000000 2814.565430 0.000000 0.993173 0.000000 -0.116655 0.400000 0.400000 0.400000 +2410.278809 0.000000 2862.142822 0.000000 0.991944 0.000000 0.126680 0.400000 0.400000 0.400000 +2435.237305 0.000000 2815.607422 0.000000 0.825336 0.000000 -0.564642 0.400000 0.400000 0.400000 +2435.952148 0.000000 2841.392578 0.000000 0.796673 0.000000 -0.604410 0.400000 0.400000 0.400000 +2419.563721 0.000000 2866.329346 0.000000 0.040190 0.000000 -0.999192 0.400000 0.400000 0.400000 +2393.273438 0.000000 2844.459229 0.000000 0.695040 0.000000 -0.718971 0.400000 0.400000 0.400000 +2385.031250 0.000000 2856.321045 0.000000 0.993215 0.000000 -0.116290 0.400000 0.400000 0.400000 +2408.934814 0.000000 2809.330322 0.000000 0.326062 0.000000 0.945349 0.400000 0.400000 0.400000 +2375.856689 0.000000 2876.098145 0.000000 0.249516 0.000000 -0.968371 0.400000 0.400000 0.400000 +2404.660156 0.000000 2870.158203 0.000000 0.319227 0.000000 -0.947678 0.400000 0.400000 0.400000 +2423.677246 0.000000 2861.206299 0.000000 0.831869 0.000000 0.554973 0.400000 0.400000 0.400000 +2417.847656 0.000000 2813.853271 0.000000 0.329671 0.000000 -0.944096 0.400000 0.400000 0.400000 +2402.158691 0.000000 2813.356934 0.000000 0.928156 0.000000 0.372191 0.400000 0.400000 0.400000 +2399.932129 0.000000 2836.938721 0.000000 0.850190 0.000000 0.526476 0.400000 0.400000 0.400000 +2398.102295 0.000000 2831.555176 0.000000 0.794075 0.000000 0.607819 0.400000 0.400000 0.400000 +2429.577148 0.000000 2817.374756 0.000000 0.994483 0.000000 -0.104896 0.400000 0.400000 0.400000 +2380.531738 0.000000 2860.673340 0.000000 0.714898 0.000000 -0.699228 0.400000 0.400000 0.400000 +2416.567383 0.000000 2826.010254 0.000000 0.567665 0.000000 -0.823259 0.400000 0.400000 0.400000 +2428.136963 0.000000 2826.888672 0.000000 0.620640 0.000000 0.784096 0.400000 0.400000 0.400000 +2425.955322 0.000000 2821.632324 0.000000 0.193901 0.000000 0.981021 0.400000 0.400000 0.400000 +2415.223877 0.000000 2836.202148 0.000000 0.251520 0.000000 0.967852 0.400000 0.400000 0.400000 +2436.619385 0.000000 2825.144531 0.000000 0.154660 0.000000 0.987968 0.400000 0.400000 0.400000 +2405.205566 0.000000 2838.710938 0.000000 0.999999 0.000000 -0.001168 0.400000 0.400000 0.400000 +2409.008301 0.000000 2833.979004 0.000000 0.139115 0.000000 0.990276 0.400000 0.400000 0.400000 +2412.524170 0.000000 2814.192139 0.000000 0.827955 0.000000 0.560794 0.400000 0.400000 0.400000 +2419.039551 0.000000 2830.649170 0.000000 0.649477 0.000000 -0.760381 0.400000 0.400000 0.400000 +2414.480225 0.000000 2865.886475 0.000000 0.535698 0.000000 -0.844409 0.400000 0.400000 0.400000 +2377.204590 0.000000 2871.006592 0.000000 0.223021 0.000000 -0.974814 0.400000 0.400000 0.400000 +2422.271240 0.000000 2856.356201 0.000000 0.978833 0.000000 0.204659 0.400000 0.400000 0.400000 +2407.994629 0.000000 2866.353027 0.000000 0.623977 0.000000 -0.781442 0.400000 0.400000 0.400000 +2404.087646 0.000000 2874.988281 0.000000 0.398906 0.000000 0.916992 0.400000 0.400000 0.400000 +2433.178467 0.000000 2828.462402 0.000000 0.740382 0.000000 -0.672187 0.400000 0.400000 0.400000 +2409.071045 0.000000 2829.232422 0.000000 0.386081 0.000000 -0.922465 0.400000 0.400000 0.400000 +2433.364502 0.000000 2811.270996 0.000000 0.232215 0.000000 -0.972664 0.400000 0.400000 0.400000 +2397.060059 0.000000 2840.964844 0.000000 0.656259 0.000000 0.754536 0.400000 0.400000 0.400000 +2422.647217 0.000000 2869.897461 0.000000 0.216028 0.000000 0.976387 0.400000 0.400000 0.400000 +2404.382568 0.000000 2809.261475 0.000000 0.999957 0.000000 0.009241 0.400000 0.400000 0.400000 +2438.635742 0.000000 2812.514404 0.000000 0.976797 0.000000 0.214170 0.400000 0.400000 0.400000 +2412.487549 0.000000 2824.720459 0.000000 0.533407 0.000000 0.845859 0.400000 0.400000 0.400000 +2425.019531 0.000000 2852.480469 0.000000 0.940642 0.000000 -0.339401 0.400000 0.400000 0.400000 +2408.041260 0.000000 2873.426758 0.000000 0.521162 0.000000 0.853458 0.400000 0.400000 0.400000 +2441.395264 0.000000 2833.199951 0.000000 0.997543 0.000000 -0.070056 0.400000 0.400000 0.400000 +2388.998535 0.000000 2844.705078 0.000000 0.779910 0.000000 0.625892 0.400000 0.400000 0.400000 +2385.234375 0.000000 2852.308350 0.000000 0.823794 0.000000 -0.566890 0.400000 0.400000 0.400000 +2415.013428 0.000000 2870.051758 0.000000 0.909471 0.000000 -0.415767 0.400000 0.400000 0.400000 +2441.417480 0.000000 2809.604980 0.000000 0.973833 0.000000 -0.227263 0.400000 0.400000 0.400000 +2419.876221 0.000000 2862.177246 0.000000 0.705722 0.000000 -0.708489 0.400000 0.400000 0.400000 +2406.146484 0.000000 2812.506592 0.000000 0.071455 0.000000 -0.997444 0.400000 0.400000 0.400000 +2411.971191 0.000000 2879.110840 0.000000 0.661752 0.000000 0.749723 0.400000 0.400000 0.400000 +2434.482422 0.000000 2831.836914 0.000000 0.089748 0.000000 0.995965 0.400000 0.400000 0.400000 +2418.030518 0.000000 2822.840332 0.000000 0.997052 0.000000 -0.076732 0.400000 0.400000 0.400000 +2416.413818 0.000000 2862.488281 0.000000 0.347078 0.000000 -0.937836 0.400000 0.400000 0.400000 +2415.340088 0.000000 2816.263428 0.000000 0.394244 0.000000 -0.919006 0.400000 0.400000 0.400000 +2426.802979 0.000000 2859.585449 0.000000 0.490755 0.000000 0.871298 0.400000 0.400000 0.400000 +2412.407959 0.000000 2834.257324 0.000000 0.026180 0.000000 -0.999657 0.400000 0.400000 0.400000 +2396.933838 0.000000 2835.393799 0.000000 0.114508 0.000000 0.993422 0.400000 0.400000 0.400000 +2393.709961 0.000000 2841.287598 0.000000 0.233482 0.000000 -0.972361 0.400000 0.400000 0.400000 +2401.754639 0.000000 2871.602051 0.000000 0.622698 0.000000 -0.782462 0.400000 0.400000 0.400000 +2440.681152 0.000000 2840.211914 0.000000 0.143885 0.000000 0.989594 0.400000 0.400000 0.400000 +2409.654541 0.000000 2812.626953 0.000000 0.910950 0.000000 0.412517 0.400000 0.400000 0.400000 +2384.758301 0.000000 2849.121826 0.000000 0.469618 0.000000 -0.882870 0.400000 0.400000 0.400000 +2431.549561 0.000000 2825.726074 0.000000 0.756962 0.000000 0.653459 0.400000 0.400000 0.400000 +2425.511719 0.000000 2824.868408 0.000000 0.621427 0.000000 0.783472 0.400000 0.400000 0.400000 +2417.860352 0.000000 2869.018555 0.000000 0.812537 0.000000 -0.582910 0.400000 0.400000 0.400000 +2377.935791 0.000000 2873.948242 0.000000 0.979537 0.000000 0.201267 0.400000 0.400000 0.400000 +2377.953613 0.000000 2862.402100 0.000000 0.000343 0.000000 1.000000 0.400000 0.400000 0.400000 +2416.217529 0.000000 2873.989502 0.000000 0.959440 0.000000 -0.281913 0.400000 0.400000 0.400000 +2423.288086 0.000000 2822.825928 0.000000 0.778223 0.000000 0.627987 0.400000 0.400000 0.400000 +2410.305664 0.000000 2826.680176 0.000000 0.921632 0.000000 -0.388064 0.400000 0.400000 0.400000 +2432.862305 0.000000 2851.492188 0.000000 0.177167 0.000000 -0.984181 0.400000 0.400000 0.400000 +2406.562988 0.000000 2807.527100 0.000000 0.420552 0.000000 -0.907269 0.400000 0.400000 0.400000 +2397.468506 0.000000 2838.265625 0.000000 0.547757 0.000000 0.836638 0.400000 0.400000 0.400000 +2412.637695 0.000000 2837.400635 0.000000 0.647552 0.000000 0.762021 0.400000 0.400000 0.400000 +2802.381836 0.000000 2765.324463 0.000000 0.987688 0.000000 -0.156438 0.400000 0.400000 0.400000 +2804.812256 0.000000 2758.833740 0.000000 0.040594 0.000000 0.999176 0.400000 0.400000 0.400000 +2805.207764 0.000000 2753.930908 0.000000 0.758736 0.000000 0.651398 0.400000 0.400000 0.400000 +2801.356201 0.000000 2761.215576 0.000000 0.963050 0.000000 -0.269321 0.400000 0.400000 0.400000 +2798.273682 0.000000 2765.960938 0.000000 0.916931 0.000000 0.399046 0.400000 0.400000 0.400000 +2806.195312 0.000000 2762.762451 0.000000 0.634746 0.000000 0.772721 0.400000 0.400000 0.400000 +2807.680664 0.000000 2760.010254 0.000000 0.623134 0.000000 0.782115 0.400000 0.400000 0.400000 +2809.385010 0.000000 2753.245605 0.000000 0.032808 0.000000 0.999462 0.400000 0.400000 0.400000 +2871.416016 0.000000 2794.306396 0.000000 0.296285 0.000000 -0.955099 0.400000 0.400000 0.400000 +2833.540771 0.000000 2770.768311 0.000000 0.999788 0.000000 -0.020576 0.400000 0.400000 0.400000 +2849.551270 0.000000 2787.065186 0.000000 0.701249 0.000000 -0.712917 0.400000 0.400000 0.400000 +2816.883057 0.000000 2768.397217 0.000000 0.801854 0.000000 0.597520 0.400000 0.400000 0.400000 +2820.489502 0.000000 2777.941650 0.000000 0.183212 0.000000 -0.983073 0.400000 0.400000 0.400000 +2807.954590 0.000000 2763.395752 0.000000 0.559524 0.000000 0.828814 0.400000 0.400000 0.400000 +2859.321045 0.000000 2784.120850 0.000000 0.864349 0.000000 0.502892 0.400000 0.400000 0.400000 +2825.927002 0.000000 2765.318359 0.000000 0.813790 0.000000 -0.581160 0.400000 0.400000 0.400000 +2817.596436 0.000000 2758.276367 0.000000 0.919620 0.000000 0.392810 0.400000 0.400000 0.400000 +2829.773926 0.000000 2778.404297 0.000000 0.718658 0.000000 0.695364 0.400000 0.400000 0.400000 +2866.953369 0.000000 2787.516846 0.000000 0.989117 0.000000 0.147132 0.400000 0.400000 0.400000 +2842.250977 0.000000 2775.692383 0.000000 0.502205 0.000000 0.864749 0.400000 0.400000 0.400000 +2852.524170 0.000000 2779.776611 0.000000 0.661732 0.000000 0.749740 0.400000 0.400000 0.400000 +2810.301758 0.000000 2746.051514 0.000000 0.915726 0.000000 0.401802 0.400000 0.400000 0.400000 +2825.226562 0.000000 2772.474854 0.000000 0.193130 0.000000 -0.981173 0.400000 0.400000 0.400000 +2858.563232 0.000000 2776.345703 0.000000 0.272423 0.000000 -0.962177 0.400000 0.400000 0.400000 +2845.571777 0.000000 2781.384766 0.000000 0.556084 0.000000 -0.831126 0.400000 0.400000 0.400000 +2855.630371 0.000000 2789.221924 0.000000 0.745354 0.000000 0.666669 0.400000 0.400000 0.400000 +2831.885254 0.000000 2764.954346 0.000000 0.556264 0.000000 0.831006 0.400000 0.400000 0.400000 +2836.278564 0.000000 2776.729492 0.000000 0.952653 0.000000 0.304058 0.400000 0.400000 0.400000 +2813.726318 0.000000 2762.774414 0.000000 0.496195 0.000000 -0.868211 0.400000 0.400000 0.400000 +2820.263428 0.000000 2763.612305 0.000000 0.904601 0.000000 0.426258 0.400000 0.400000 0.400000 +2815.372314 0.000000 2752.173584 0.000000 0.625496 0.000000 -0.780227 0.400000 0.400000 0.400000 +2810.802979 0.000000 2768.642334 0.000000 0.811949 0.000000 0.583729 0.400000 0.400000 0.400000 +2816.882568 0.000000 2773.863770 0.000000 0.511608 0.000000 -0.859219 0.400000 0.400000 0.400000 +2810.333008 0.000000 2758.557861 0.000000 0.864333 0.000000 -0.502920 0.400000 0.400000 0.400000 +2821.877197 0.000000 2768.745361 0.000000 0.885167 0.000000 -0.465272 0.400000 0.400000 0.400000 +2842.262939 0.000000 2785.125977 0.000000 0.702792 0.000000 0.711395 0.400000 0.400000 0.400000 +2848.211426 0.000000 2777.190918 0.000000 0.533988 0.000000 -0.845492 0.400000 0.400000 0.400000 +2856.972656 0.000000 2780.496094 0.000000 0.539121 0.000000 0.842229 0.400000 0.400000 0.400000 +2841.553223 0.000000 2779.926758 0.000000 0.734635 0.000000 -0.678463 0.400000 0.400000 0.400000 +2825.450439 0.000000 2776.918213 0.000000 0.125281 0.000000 0.992121 0.400000 0.400000 0.400000 +2863.302979 0.000000 2785.476562 0.000000 0.402982 0.000000 -0.915208 0.400000 0.400000 0.400000 +2849.638428 0.000000 2782.971924 0.000000 0.561859 0.000000 0.827233 0.400000 0.400000 0.400000 +2820.951660 0.000000 2772.720703 0.000000 0.320923 0.000000 -0.947105 0.400000 0.400000 0.400000 +2832.691162 0.000000 2776.209229 0.000000 0.487485 0.000000 0.873131 0.400000 0.400000 0.400000 +2817.985352 0.000000 2754.754883 0.000000 0.995939 0.000000 -0.090027 0.400000 0.400000 0.400000 +2811.030273 0.000000 2765.127686 0.000000 0.854246 0.000000 0.519869 0.400000 0.400000 0.400000 +2816.697754 0.000000 2764.794189 0.000000 0.339251 0.000000 -0.940696 0.400000 0.400000 0.400000 +2846.791504 0.000000 2784.940186 0.000000 0.394016 0.000000 0.919104 0.400000 0.400000 0.400000 +2858.652588 0.000000 2791.026123 0.000000 0.363742 0.000000 -0.931500 0.400000 0.400000 0.400000 +2807.775391 0.000000 2756.306641 0.000000 0.167781 0.000000 0.985824 0.400000 0.400000 0.400000 +2844.758789 0.000000 2778.064941 0.000000 0.827418 0.000000 0.561587 0.400000 0.400000 0.400000 +2813.822266 0.000000 2767.025391 0.000000 0.872567 0.000000 0.488494 0.400000 0.400000 0.400000 +2807.751221 0.000000 2766.888916 0.000000 0.593438 0.000000 0.804880 0.400000 0.400000 0.400000 +2855.415039 0.000000 2777.408203 0.000000 0.255545 0.000000 0.966797 0.400000 0.400000 0.400000 +2835.628662 0.000000 2773.287598 0.000000 0.841564 0.000000 -0.540157 0.400000 0.400000 0.400000 +2823.493652 0.000000 2763.040527 0.000000 0.119365 0.000000 -0.992850 0.400000 0.400000 0.400000 +2839.526367 0.000000 2777.405273 0.000000 0.674706 0.000000 0.738086 0.400000 0.400000 0.400000 +2817.978516 0.000000 2750.135498 0.000000 0.101741 0.000000 0.994811 0.400000 0.400000 0.400000 +2822.511230 0.000000 2775.460938 0.000000 0.088529 0.000000 -0.996074 0.400000 0.400000 0.400000 +2820.314209 0.000000 2760.446777 0.000000 0.283015 0.000000 0.959116 0.400000 0.400000 0.400000 +2836.412354 0.000000 2779.823975 0.000000 0.500217 0.000000 -0.865900 0.400000 0.400000 0.400000 +2848.715332 0.000000 2780.122314 0.000000 0.649407 0.000000 -0.760441 0.400000 0.400000 0.400000 +2814.365723 0.000000 2769.986816 0.000000 0.834324 0.000000 0.551274 0.400000 0.400000 0.400000 +2818.719727 0.000000 2770.748291 0.000000 0.528564 0.000000 0.848893 0.400000 0.400000 0.400000 +2839.544434 0.000000 2774.462891 0.000000 0.995227 0.000000 -0.097585 0.400000 0.400000 0.400000 +2828.158447 0.000000 2776.134277 0.000000 0.017407 0.000000 0.999848 0.400000 0.400000 0.400000 +2834.007568 0.000000 2778.488770 0.000000 0.763083 0.000000 0.646301 0.400000 0.400000 0.400000 +2838.931641 0.000000 2779.802490 0.000000 0.908819 0.000000 -0.417191 0.400000 0.400000 0.400000 +2975.266602 0.000000 2441.913330 0.000000 0.189273 0.000000 -0.981924 0.400000 0.400000 0.400000 +3015.400391 0.000000 2434.384521 0.000000 0.929334 0.000000 -0.369241 0.400000 0.400000 0.400000 +2993.535645 0.000000 2427.143311 0.000000 0.242940 0.000000 0.970041 0.400000 0.400000 0.400000 +2997.041748 0.000000 2445.169922 0.000000 0.401850 0.000000 0.915706 0.400000 0.400000 0.400000 +3003.029297 0.000000 2434.498291 0.000000 0.226925 0.000000 -0.973912 0.400000 0.400000 0.400000 +3019.695068 0.000000 2424.771484 0.000000 0.854043 0.000000 -0.520202 0.400000 0.400000 0.400000 +2978.309814 0.000000 2432.203369 0.000000 0.995063 0.000000 -0.099246 0.400000 0.400000 0.400000 +3003.305420 0.000000 2424.198975 0.000000 0.941598 0.000000 0.336738 0.400000 0.400000 0.400000 +3010.937744 0.000000 2427.594971 0.000000 0.615670 0.000000 -0.788004 0.400000 0.400000 0.400000 +2986.216309 0.000000 2430.236572 0.000000 0.089733 0.000000 -0.995966 0.400000 0.400000 0.400000 +2995.501221 0.000000 2434.423096 0.000000 0.998755 0.000000 -0.049877 0.400000 0.400000 0.400000 +3009.252686 0.000000 2436.872314 0.000000 0.999358 0.000000 0.035828 0.400000 0.400000 0.400000 +3015.461182 0.000000 2420.031494 0.000000 0.763678 0.000000 -0.645597 0.400000 0.400000 0.400000 +3002.245117 0.000000 2440.985596 0.000000 0.999959 0.000000 0.009002 0.400000 0.400000 0.400000 +2990.212158 0.000000 2444.283936 0.000000 0.965885 0.000000 0.258970 0.400000 0.400000 0.400000 +2980.597656 0.000000 2438.251953 0.000000 0.450873 0.000000 0.892588 0.400000 0.400000 0.400000 +2994.411621 0.000000 2440.089600 0.000000 0.720956 0.000000 0.692981 0.400000 0.400000 0.400000 +3016.558594 0.000000 2429.142578 0.000000 0.265580 0.000000 -0.964089 0.400000 0.400000 0.400000 +3010.034668 0.000000 2422.405518 0.000000 0.667241 0.000000 -0.744842 0.400000 0.400000 0.400000 +2990.417725 0.000000 2433.980225 0.000000 0.527362 0.000000 0.849641 0.400000 0.400000 0.400000 +2998.208740 0.000000 2424.449951 0.000000 0.747638 0.000000 0.664107 0.400000 0.400000 0.400000 +2980.025146 0.000000 2443.082031 0.000000 0.984601 0.000000 0.174817 0.400000 0.400000 0.400000 +3010.752686 0.000000 2432.349854 0.000000 0.992239 0.000000 -0.124345 0.400000 0.400000 0.400000 +2976.171875 0.000000 2436.625488 0.000000 0.806756 0.000000 0.590885 0.400000 0.400000 0.400000 +3015.004395 0.000000 2424.713623 0.000000 0.168472 0.000000 0.985707 0.400000 0.400000 0.400000 +2976.973633 0.000000 2446.032227 0.000000 0.870705 0.000000 0.491805 0.400000 0.400000 0.400000 +2983.978760 0.000000 2441.520508 0.000000 0.571954 0.000000 -0.820286 0.400000 0.400000 0.400000 +3007.287354 0.000000 2425.554688 0.000000 0.890570 0.000000 -0.454846 0.400000 0.400000 0.400000 +3005.265625 0.000000 2437.964600 0.000000 0.367550 0.000000 -0.930004 0.400000 0.400000 0.400000 +2989.643311 0.000000 2428.308105 0.000000 0.264350 0.000000 0.964427 0.400000 0.400000 0.400000 +2995.813721 0.000000 2430.270996 0.000000 0.317094 0.000000 -0.948394 0.400000 0.400000 0.400000 +2981.994141 0.000000 2431.174805 0.000000 0.455714 0.000000 -0.890126 0.400000 0.400000 0.400000 +2998.077148 0.000000 2441.785645 0.000000 0.919281 0.000000 0.393601 0.400000 0.400000 0.400000 +2992.351318 0.000000 2430.582031 0.000000 0.999864 0.000000 0.016508 0.400000 0.400000 0.400000 +2986.397461 0.000000 2444.077637 0.000000 0.089902 0.000000 0.995951 0.400000 0.400000 0.400000 +2993.680176 0.000000 2444.595215 0.000000 0.987736 0.000000 0.156131 0.400000 0.400000 0.400000 +3013.283936 0.000000 2430.076416 0.000000 0.986417 0.000000 -0.164262 0.400000 0.400000 0.400000 +2977.692139 0.000000 2439.695801 0.000000 0.392555 0.000000 -0.919728 0.400000 0.400000 0.400000 +2997.027344 0.000000 2427.363037 0.000000 0.622083 0.000000 0.782951 0.400000 0.400000 0.400000 +2993.797852 0.000000 2437.112305 0.000000 0.248307 0.000000 0.968681 0.400000 0.400000 0.400000 +3013.094727 0.000000 2422.465576 0.000000 0.295121 0.000000 -0.955460 0.400000 0.400000 0.400000 +2992.155029 0.000000 2442.083252 0.000000 0.079315 0.000000 -0.996850 0.400000 0.400000 0.400000 +2995.512939 0.000000 2442.669922 0.000000 0.672278 0.000000 -0.740298 0.400000 0.400000 0.400000 +3047.258789 0.000000 2441.913330 0.000000 0.921954 0.000000 -0.387299 0.400000 0.400000 0.400000 +3029.928467 0.000000 2441.361572 0.000000 0.951578 0.000000 0.307407 0.400000 0.400000 0.400000 +3058.901367 0.000000 2438.411621 0.000000 0.606035 0.000000 -0.795438 0.400000 0.400000 0.400000 +3050.302002 0.000000 2432.203369 0.000000 0.999700 0.000000 0.024477 0.400000 0.400000 0.400000 +3038.778076 0.000000 2438.990234 0.000000 0.925801 0.000000 -0.378011 0.400000 0.400000 0.400000 +3044.013428 0.000000 2434.485840 0.000000 0.557467 0.000000 -0.830199 0.400000 0.400000 0.400000 +3035.328857 0.000000 2444.896484 0.000000 0.653603 0.000000 -0.756838 0.400000 0.400000 0.400000 +3042.090820 0.000000 2445.395752 0.000000 0.720174 0.000000 0.693793 0.400000 0.400000 0.400000 +3029.197021 0.000000 2435.584473 0.000000 0.931440 0.000000 0.363894 0.400000 0.400000 0.400000 +3039.403564 0.000000 2431.352783 0.000000 0.743590 0.000000 0.668635 0.400000 0.400000 0.400000 +3055.924316 0.000000 2434.446777 0.000000 0.980055 0.000000 0.198726 0.400000 0.400000 0.400000 +3052.017334 0.000000 2443.082031 0.000000 0.600037 0.000000 -0.799973 0.400000 0.400000 0.400000 +3055.970947 0.000000 2441.520508 0.000000 0.966869 0.000000 0.255274 0.400000 0.400000 0.400000 +3037.743652 0.000000 2434.986816 0.000000 0.995568 0.000000 0.094047 0.400000 0.400000 0.400000 +3033.690918 0.000000 2441.463623 0.000000 0.128505 0.000000 -0.991709 0.400000 0.400000 0.400000 +3045.579102 0.000000 2445.062500 0.000000 0.543333 0.000000 -0.839517 0.400000 0.400000 0.400000 +3047.059326 0.000000 2433.050049 0.000000 0.272436 0.000000 -0.962174 0.400000 0.400000 0.400000 +3060.954102 0.000000 2441.193359 0.000000 0.256428 0.000000 -0.966563 0.400000 0.400000 0.400000 +3059.131348 0.000000 2435.071289 0.000000 0.503510 0.000000 0.863989 0.400000 0.400000 0.400000 +3039.083496 0.000000 2446.208740 0.000000 0.737283 0.000000 0.675584 0.400000 0.400000 0.400000 +3032.155029 0.000000 2434.670410 0.000000 0.640853 0.000000 -0.767664 0.400000 0.400000 0.400000 +3041.294434 0.000000 2433.649414 0.000000 0.965630 0.000000 0.259919 0.400000 0.400000 0.400000 +3044.600586 0.000000 2442.306641 0.000000 0.596910 0.000000 -0.802308 0.400000 0.400000 0.400000 +2934.000732 0.000000 2472.156006 0.000000 0.523820 0.000000 -0.851829 0.400000 0.400000 0.400000 +2905.532959 0.000000 2482.830811 0.000000 0.999997 0.000000 0.002346 0.400000 0.400000 0.400000 +2937.846924 0.000000 2488.908691 0.000000 0.439947 0.000000 0.898024 0.400000 0.400000 0.400000 +2885.944092 0.000000 2513.345947 0.000000 0.762383 0.000000 -0.647126 0.400000 0.400000 0.400000 +2917.700439 0.000000 2470.995605 0.000000 0.301404 0.000000 -0.953497 0.400000 0.400000 0.400000 +2946.366211 0.000000 2477.386963 0.000000 0.999656 0.000000 -0.026237 0.400000 0.400000 0.400000 +2947.702881 0.000000 2496.755859 0.000000 0.998838 0.000000 0.048197 0.400000 0.400000 0.400000 +2931.313232 0.000000 2496.183350 0.000000 0.087800 0.000000 -0.996138 0.400000 0.400000 0.400000 +2880.250732 0.000000 2504.976562 0.000000 0.014957 0.000000 -0.999888 0.400000 0.400000 0.400000 +2914.488037 0.000000 2479.261719 0.000000 0.685647 0.000000 -0.727934 0.400000 0.400000 0.400000 +2924.606445 0.000000 2476.251465 0.000000 0.992753 0.000000 0.120174 0.400000 0.400000 0.400000 +2948.616943 0.000000 2488.140869 0.000000 0.953161 0.000000 -0.302464 0.400000 0.400000 0.400000 +2938.945557 0.000000 2499.579346 0.000000 0.145165 0.000000 -0.989407 0.400000 0.400000 0.400000 +2914.243164 0.000000 2487.754883 0.000000 0.775270 0.000000 -0.631630 0.400000 0.400000 0.400000 +2924.516357 0.000000 2491.839111 0.000000 0.299088 0.000000 -0.954226 0.400000 0.400000 0.400000 +2939.897461 0.000000 2481.470703 0.000000 0.793371 0.000000 -0.608738 0.400000 0.400000 0.400000 +2879.802002 0.000000 2516.176270 0.000000 0.981872 0.000000 0.189548 0.400000 0.400000 0.400000 +2917.563965 0.000000 2493.447266 0.000000 0.941165 0.000000 -0.337949 0.400000 0.400000 0.400000 +2943.468994 0.000000 2492.015869 0.000000 0.345304 0.000000 0.938491 0.400000 0.400000 0.400000 +2938.696045 0.000000 2475.710205 0.000000 0.427317 0.000000 0.904102 0.400000 0.400000 0.400000 +2945.279541 0.000000 2483.457520 0.000000 0.924445 0.000000 -0.381315 0.400000 0.400000 0.400000 +2919.169189 0.000000 2476.280273 0.000000 0.208780 0.000000 0.977963 0.400000 0.400000 0.400000 +2912.953613 0.000000 2474.057129 0.000000 0.233628 0.000000 0.972326 0.400000 0.400000 0.400000 +2925.991211 0.000000 2481.394043 0.000000 0.910859 0.000000 -0.412718 0.400000 0.400000 0.400000 +2938.042480 0.000000 2494.389893 0.000000 0.863243 0.000000 0.504788 0.400000 0.400000 0.400000 +2910.702148 0.000000 2483.751465 0.000000 0.982958 0.000000 0.183830 0.400000 0.400000 0.400000 +2881.149902 0.000000 2511.084717 0.000000 0.381206 0.000000 -0.924490 0.400000 0.400000 0.400000 +2930.786133 0.000000 2476.573730 0.000000 0.496327 0.000000 0.868136 0.400000 0.400000 0.400000 +2935.826904 0.000000 2484.241699 0.000000 0.747297 0.000000 -0.664491 0.400000 0.400000 0.400000 +2949.787354 0.000000 2492.633545 0.000000 0.840615 0.000000 0.541632 0.400000 0.400000 0.400000 +2921.635254 0.000000 2480.139648 0.000000 0.132470 0.000000 0.991187 0.400000 0.400000 0.400000 +2943.012207 0.000000 2496.697998 0.000000 0.901048 0.000000 0.433720 0.400000 0.400000 0.400000 +2928.964844 0.000000 2492.558594 0.000000 0.980409 0.000000 -0.196971 0.400000 0.400000 0.400000 +2935.295166 0.000000 2497.539062 0.000000 0.104498 0.000000 0.994525 0.400000 0.400000 0.400000 +2942.258057 0.000000 2478.023438 0.000000 0.426379 0.000000 -0.904545 0.400000 0.400000 0.400000 +2921.630615 0.000000 2495.034424 0.000000 0.853383 0.000000 0.521285 0.400000 0.400000 0.400000 +2934.274414 0.000000 2487.790283 0.000000 0.744569 0.000000 0.667545 0.400000 0.400000 0.400000 +2929.598145 0.000000 2484.676270 0.000000 0.987137 0.000000 -0.159874 0.400000 0.400000 0.400000 +2934.295654 0.000000 2475.770752 0.000000 0.649093 0.000000 -0.760709 0.400000 0.400000 0.400000 +2941.822510 0.000000 2474.223633 0.000000 0.998449 0.000000 -0.055676 0.400000 0.400000 0.400000 +2940.026855 0.000000 2491.629395 0.000000 0.987571 0.000000 -0.157171 0.400000 0.400000 0.400000 +2916.353271 0.000000 2474.335449 0.000000 0.766299 0.000000 -0.642484 0.400000 0.400000 0.400000 +2946.558838 0.000000 2490.918457 0.000000 0.061226 0.000000 -0.998124 0.400000 0.400000 0.400000 +2944.626465 0.000000 2480.290039 0.000000 0.379587 0.000000 0.925156 0.400000 0.400000 0.400000 +2942.154053 0.000000 2483.926025 0.000000 0.258979 0.000000 -0.965883 0.400000 0.400000 0.400000 +2927.958008 0.000000 2475.163818 0.000000 0.670577 0.000000 0.741840 0.400000 0.400000 0.400000 +2945.637451 0.000000 2487.062744 0.000000 0.850986 0.000000 0.525188 0.400000 0.400000 0.400000 +2920.707520 0.000000 2492.184814 0.000000 0.776123 0.000000 0.630582 0.400000 0.400000 0.400000 +2881.881104 0.000000 2514.026367 0.000000 0.499248 0.000000 -0.866459 0.400000 0.400000 0.400000 +2941.102539 0.000000 2494.449951 0.000000 0.485856 0.000000 0.874039 0.400000 0.400000 0.400000 +2936.807617 0.000000 2491.570312 0.000000 0.552391 0.000000 -0.833585 0.400000 0.400000 0.400000 +2939.587158 0.000000 2496.805176 0.000000 0.987741 0.000000 0.156099 0.400000 0.400000 0.400000 +2953.902344 0.000000 2495.857910 0.000000 0.798023 0.000000 -0.602627 0.400000 0.400000 0.400000 +2970.879150 0.000000 2467.064453 0.000000 0.875039 0.000000 -0.484052 0.400000 0.400000 0.400000 +2989.692627 0.000000 2470.995605 0.000000 0.332638 0.000000 0.943055 0.400000 0.400000 0.400000 +2991.612549 0.000000 2448.102051 0.000000 0.061165 0.000000 0.998128 0.400000 0.400000 0.400000 +2962.563965 0.000000 2458.995605 0.000000 0.989491 0.000000 0.144593 0.400000 0.400000 0.400000 +2975.950684 0.000000 2447.867432 0.000000 0.181316 0.000000 0.983425 0.400000 0.400000 0.400000 +2964.473877 0.000000 2490.004150 0.000000 0.152338 0.000000 -0.988328 0.400000 0.400000 0.400000 +2951.938965 0.000000 2475.458252 0.000000 0.959468 0.000000 0.281818 0.400000 0.400000 0.400000 +2952.482666 0.000000 2485.906250 0.000000 0.531645 0.000000 0.846967 0.400000 0.400000 0.400000 +2998.414307 0.000000 2465.933350 0.000000 0.280092 0.000000 0.959973 0.400000 0.400000 0.400000 +2984.048828 0.000000 2464.694092 0.000000 0.042949 0.000000 -0.999077 0.400000 0.400000 0.400000 +2970.346191 0.000000 2451.693359 0.000000 0.982191 0.000000 0.187885 0.400000 0.400000 0.400000 +2957.588867 0.000000 2490.256348 0.000000 0.886603 0.000000 0.462531 0.400000 0.400000 0.400000 +2993.785156 0.000000 2453.931396 0.000000 0.292292 0.000000 0.956329 0.400000 0.400000 0.400000 +2978.096191 0.000000 2453.435059 0.000000 0.546331 0.000000 -0.837569 0.400000 0.400000 0.400000 +2975.869629 0.000000 2477.016846 0.000000 0.557138 0.000000 0.830420 0.400000 0.400000 0.400000 +3000.288330 0.000000 2471.971924 0.000000 0.477049 0.000000 0.878877 0.400000 0.400000 0.400000 +2954.787354 0.000000 2480.704834 0.000000 0.984588 0.000000 0.174889 0.400000 0.400000 0.400000 +2974.039795 0.000000 2471.633301 0.000000 0.181052 0.000000 -0.983473 0.400000 0.400000 0.400000 +2992.504883 0.000000 2466.088379 0.000000 0.846342 0.000000 -0.532639 0.400000 0.400000 0.400000 +3001.892822 0.000000 2461.710449 0.000000 0.558375 0.000000 0.829589 0.400000 0.400000 0.400000 +2966.977051 0.000000 2470.851074 0.000000 0.995535 0.000000 -0.094390 0.400000 0.400000 0.400000 +2984.945801 0.000000 2474.057129 0.000000 0.074263 0.000000 0.997239 0.400000 0.400000 0.400000 +2988.461670 0.000000 2454.270264 0.000000 0.870972 0.000000 -0.491332 0.400000 0.400000 0.400000 +2994.977051 0.000000 2470.727295 0.000000 0.215358 0.000000 0.976535 0.400000 0.400000 0.400000 +2996.944092 0.000000 2461.008789 0.000000 0.972991 0.000000 -0.230842 0.400000 0.400000 0.400000 +2980.125488 0.000000 2467.666016 0.000000 0.379959 0.000000 0.925003 0.400000 0.400000 0.400000 +2985.008545 0.000000 2469.310547 0.000000 0.860764 0.000000 0.509004 0.400000 0.400000 0.400000 +2988.425049 0.000000 2464.798584 0.000000 0.765536 0.000000 -0.643393 0.400000 0.400000 0.400000 +2958.415527 0.000000 2460.038330 0.000000 0.411038 0.000000 0.911618 0.400000 0.400000 0.400000 +2956.648438 0.000000 2484.614258 0.000000 0.994032 0.000000 0.109086 0.400000 0.400000 0.400000 +2969.726562 0.000000 2455.969727 0.000000 0.365681 0.000000 0.930740 0.400000 0.400000 0.400000 +2975.057129 0.000000 2467.543457 0.000000 0.998801 0.000000 0.048957 0.400000 0.400000 0.400000 +2970.364014 0.000000 2473.367432 0.000000 0.454162 0.000000 -0.890919 0.400000 0.400000 0.400000 +2961.171875 0.000000 2492.386475 0.000000 0.049137 0.000000 0.998792 0.400000 0.400000 0.400000 +2974.588623 0.000000 2451.553711 0.000000 0.100561 0.000000 0.994931 0.400000 0.400000 0.400000 +2995.413086 0.000000 2457.437256 0.000000 0.615745 0.000000 0.787946 0.400000 0.400000 0.400000 +2982.083984 0.000000 2452.584717 0.000000 0.476706 0.000000 0.879063 0.400000 0.400000 0.400000 +3000.853027 0.000000 2468.481201 0.000000 0.127065 0.000000 0.991894 0.400000 0.400000 0.400000 +2965.725830 0.000000 2457.445312 0.000000 0.601538 0.000000 -0.798844 0.400000 0.400000 0.400000 +2951.735596 0.000000 2478.951416 0.000000 0.812937 0.000000 0.582352 0.400000 0.400000 0.400000 +2972.871338 0.000000 2475.471924 0.000000 0.609428 0.000000 0.792841 0.400000 0.400000 0.400000 +2985.592041 0.000000 2452.705078 0.000000 0.922807 0.000000 0.385262 0.400000 0.400000 0.400000 +2960.695801 0.000000 2489.199951 0.000000 0.775911 0.000000 0.630842 0.400000 0.400000 0.400000 +2983.976074 0.000000 2477.058350 0.000000 0.015133 0.000000 0.999885 0.400000 0.400000 0.400000 +2970.851074 0.000000 2470.236816 0.000000 0.998746 0.000000 -0.050055 0.400000 0.400000 0.400000 +2989.798340 0.000000 2467.758545 0.000000 0.989851 0.000000 0.142106 0.400000 0.400000 0.400000 +2964.500488 0.000000 2468.614502 0.000000 0.948482 0.000000 0.316831 0.400000 0.400000 0.400000 +2998.004639 0.000000 2469.904541 0.000000 0.914799 0.000000 -0.403909 0.400000 0.400000 0.400000 +3001.449219 0.000000 2464.946533 0.000000 0.261430 0.000000 -0.965223 0.400000 0.400000 0.400000 +2958.142822 0.000000 2487.273193 0.000000 0.937329 0.000000 -0.348446 0.400000 0.400000 0.400000 +2986.243164 0.000000 2466.758301 0.000000 0.545648 0.000000 -0.838014 0.400000 0.400000 0.400000 +2968.045654 0.000000 2453.388428 0.000000 0.703452 0.000000 0.710743 0.400000 0.400000 0.400000 +2977.692627 0.000000 2466.356934 0.000000 0.994795 0.000000 -0.101901 0.400000 0.400000 0.400000 +2880.285156 0.000000 2519.622070 0.000000 0.247079 0.000000 0.968995 0.400000 0.400000 0.400000 +3055.584717 0.000000 2456.092285 0.000000 0.639830 0.000000 -0.768517 0.400000 0.400000 0.400000 +3036.475830 0.000000 2448.354492 0.000000 0.988852 0.000000 -0.148900 0.400000 0.400000 0.400000 +3072.030518 0.000000 2456.409424 0.000000 0.995771 0.000000 0.091873 0.400000 0.400000 0.400000 +3061.684814 0.000000 2470.995605 0.000000 0.908766 0.000000 -0.417305 0.400000 0.400000 0.400000 +3047.942871 0.000000 2447.867432 0.000000 0.571085 0.000000 0.820891 0.400000 0.400000 0.400000 +3079.650879 0.000000 2462.636475 0.000000 0.983172 0.000000 -0.182681 0.400000 0.400000 0.400000 +3070.406494 0.000000 2465.933350 0.000000 0.861704 0.000000 -0.507411 0.400000 0.400000 0.400000 +3063.635010 0.000000 2460.007568 0.000000 0.638800 0.000000 -0.769373 0.400000 0.400000 0.400000 +3056.041016 0.000000 2464.694092 0.000000 0.295326 0.000000 -0.955396 0.400000 0.400000 0.400000 +3090.794922 0.000000 2454.643555 0.000000 0.556916 0.000000 0.830569 0.400000 0.400000 0.400000 +3083.166992 0.000000 2455.685547 0.000000 0.202489 0.000000 0.979285 0.400000 0.400000 0.400000 +3092.781006 0.000000 2470.896240 0.000000 0.751678 0.000000 0.659531 0.400000 0.400000 0.400000 +3072.280518 0.000000 2471.971924 0.000000 0.795867 0.000000 -0.605471 0.400000 0.400000 0.400000 +3064.497070 0.000000 2466.088379 0.000000 0.973447 0.000000 0.228912 0.400000 0.400000 0.400000 +3073.885010 0.000000 2461.710449 0.000000 0.641488 0.000000 -0.767133 0.400000 0.400000 0.400000 +3050.997070 0.000000 2458.633545 0.000000 0.999628 0.000000 0.027258 0.400000 0.400000 0.400000 +3068.936279 0.000000 2461.008789 0.000000 0.903713 0.000000 0.428140 0.400000 0.400000 0.400000 +3057.000732 0.000000 2469.310547 0.000000 0.309733 0.000000 0.950823 0.400000 0.400000 0.400000 +3074.886230 0.000000 2453.010986 0.000000 0.111375 0.000000 0.993778 0.400000 0.400000 0.400000 +3086.565430 0.000000 2452.592529 0.000000 0.621844 0.000000 0.783141 0.400000 0.400000 0.400000 +3043.392578 0.000000 2447.475586 0.000000 0.808577 0.000000 0.588390 0.400000 0.400000 0.400000 +3060.417236 0.000000 2464.798584 0.000000 0.748391 0.000000 -0.663258 0.400000 0.400000 0.400000 +3094.756836 0.000000 2455.234619 0.000000 0.920826 0.000000 -0.389974 0.400000 0.400000 0.400000 +3054.416504 0.000000 2460.848633 0.000000 0.157755 0.000000 -0.987478 0.400000 0.400000 0.400000 +3078.861084 0.000000 2453.940186 0.000000 0.462762 0.000000 -0.886482 0.400000 0.400000 0.400000 +3065.960205 0.000000 2462.918457 0.000000 0.643285 0.000000 0.765627 0.400000 0.400000 0.400000 +3063.269775 0.000000 2456.341553 0.000000 0.993197 0.000000 0.116447 0.400000 0.400000 0.400000 +3093.286133 0.000000 2452.145996 0.000000 0.782573 0.000000 0.622559 0.400000 0.400000 0.400000 +3077.076172 0.000000 2460.716064 0.000000 0.769947 0.000000 0.638108 0.400000 0.400000 0.400000 +3074.449707 0.000000 2458.563721 0.000000 0.473737 0.000000 -0.880666 0.400000 0.400000 0.400000 +3059.111084 0.000000 2457.135498 0.000000 0.963329 0.000000 -0.268321 0.400000 0.400000 0.400000 +3073.441406 0.000000 2464.946533 0.000000 0.888275 0.000000 -0.459313 0.400000 0.400000 0.400000 +3058.678711 0.000000 2471.614746 0.000000 0.981363 0.000000 -0.192161 0.400000 0.400000 0.400000 +3074.977295 0.000000 2455.817627 0.000000 0.568293 0.000000 0.822827 0.400000 0.400000 0.400000 +3097.353760 0.000000 2465.308105 0.000000 0.618050 0.000000 -0.786139 0.400000 0.400000 0.400000 +3149.977295 0.000000 2472.156006 0.000000 0.996850 0.000000 0.079313 0.400000 0.400000 0.400000 +3127.576904 0.000000 2456.092285 0.000000 0.633900 0.000000 0.773415 0.400000 0.400000 0.400000 +3114.863525 0.000000 2467.064453 0.000000 0.848416 0.000000 0.529330 0.400000 0.400000 0.400000 +3133.677002 0.000000 2470.995605 0.000000 0.957768 0.000000 0.287543 0.400000 0.400000 0.400000 +3162.342773 0.000000 2477.386963 0.000000 0.685828 0.000000 -0.727764 0.400000 0.400000 0.400000 +3096.082520 0.000000 2451.174072 0.000000 0.880913 0.000000 0.473278 0.400000 0.400000 0.400000 +3106.548340 0.000000 2458.995605 0.000000 0.486798 0.000000 0.873514 0.400000 0.400000 0.400000 +3117.757568 0.000000 2457.620850 0.000000 0.979191 0.000000 0.202940 0.400000 0.400000 0.400000 +3142.398682 0.000000 2465.933350 0.000000 0.385777 0.000000 -0.922592 0.400000 0.400000 0.400000 +3128.033203 0.000000 2464.694092 0.000000 0.756610 0.000000 0.653867 0.400000 0.400000 0.400000 +3164.593506 0.000000 2488.140869 0.000000 0.812091 0.000000 -0.583531 0.400000 0.400000 0.400000 +3155.874023 0.000000 2481.470703 0.000000 0.960979 0.000000 -0.276620 0.400000 0.400000 0.400000 +3121.232422 0.000000 2463.579102 0.000000 0.547929 0.000000 -0.836525 0.400000 0.400000 0.400000 +3109.003662 0.000000 2464.826660 0.000000 0.097634 0.000000 -0.995222 0.400000 0.400000 0.400000 +3137.769531 0.000000 2453.931396 0.000000 0.992929 0.000000 0.118711 0.400000 0.400000 0.400000 +3154.672607 0.000000 2475.710205 0.000000 0.675652 0.000000 -0.737221 0.400000 0.400000 0.400000 +3112.245605 0.000000 2460.030273 0.000000 0.134821 0.000000 0.990870 0.400000 0.400000 0.400000 +3144.272705 0.000000 2471.971924 0.000000 0.507276 0.000000 -0.861784 0.400000 0.400000 0.400000 +3103.341064 0.000000 2464.236084 0.000000 0.230593 0.000000 0.973050 0.400000 0.400000 0.400000 +3161.256104 0.000000 2483.457520 0.000000 0.697675 0.000000 0.716414 0.400000 0.400000 0.400000 +3136.489258 0.000000 2466.088379 0.000000 0.998948 0.000000 0.045863 0.400000 0.400000 0.400000 +3098.301758 0.000000 2470.620361 0.000000 0.274558 0.000000 0.961570 0.400000 0.400000 0.400000 +3128.930176 0.000000 2474.057129 0.000000 0.010774 0.000000 0.999942 0.400000 0.400000 0.400000 +3132.446045 0.000000 2454.270264 0.000000 0.729075 0.000000 0.684434 0.400000 0.400000 0.400000 +3140.928467 0.000000 2461.008789 0.000000 0.472048 0.000000 -0.881573 0.400000 0.400000 0.400000 +3151.803467 0.000000 2484.241699 0.000000 0.167250 0.000000 -0.985914 0.400000 0.400000 0.400000 +3113.710938 0.000000 2455.969727 0.000000 0.997221 0.000000 0.074497 0.400000 0.400000 0.400000 +3099.354492 0.000000 2454.074707 0.000000 0.899874 0.000000 0.436150 0.400000 0.400000 0.400000 +3158.234619 0.000000 2478.023438 0.000000 0.889951 0.000000 -0.456057 0.400000 0.400000 0.400000 +3101.837891 0.000000 2468.082275 0.000000 0.320176 0.000000 -0.947358 0.400000 0.400000 0.400000 +3166.156250 0.000000 2474.824951 0.000000 0.819859 0.000000 0.572565 0.400000 0.400000 0.400000 +3095.691162 0.000000 2454.988770 0.000000 0.183676 0.000000 0.982987 0.400000 0.400000 0.400000 +3102.287109 0.000000 2456.351562 0.000000 0.897075 0.000000 -0.441879 0.400000 0.400000 0.400000 +3112.713867 0.000000 2463.927490 0.000000 0.555293 0.000000 0.831655 0.400000 0.400000 0.400000 +3105.954102 0.000000 2466.817383 0.000000 0.691611 0.000000 -0.722270 0.400000 0.400000 0.400000 +3150.272217 0.000000 2475.770752 0.000000 0.525468 0.000000 0.850814 0.400000 0.400000 0.400000 +3144.837402 0.000000 2468.481201 0.000000 0.453084 0.000000 0.891468 0.400000 0.400000 0.400000 +3164.950195 0.000000 2484.687500 0.000000 0.532352 0.000000 0.846523 0.400000 0.400000 0.400000 +3157.799072 0.000000 2474.223633 0.000000 0.258252 0.000000 0.966078 0.400000 0.400000 0.400000 +3121.525146 0.000000 2470.011963 0.000000 0.886145 0.000000 0.463408 0.400000 0.400000 0.400000 +3095.744141 0.000000 2468.369141 0.000000 0.298218 0.000000 -0.954498 0.400000 0.400000 0.400000 +3119.713623 0.000000 2460.548340 0.000000 0.167619 0.000000 0.985852 0.400000 0.400000 0.400000 +3116.746826 0.000000 2454.267578 0.000000 0.665244 0.000000 0.746626 0.400000 0.400000 0.400000 +3120.689697 0.000000 2473.571777 0.000000 0.894841 0.000000 -0.446385 0.400000 0.400000 0.400000 +3124.693359 0.000000 2463.819824 0.000000 0.625625 0.000000 -0.780124 0.400000 0.400000 0.400000 +3160.603027 0.000000 2480.290039 0.000000 0.989872 0.000000 0.141966 0.400000 0.400000 0.400000 +3143.934570 0.000000 2475.163818 0.000000 0.448091 0.000000 -0.893988 0.400000 0.400000 0.400000 +3148.756836 0.000000 2484.726807 0.000000 0.177106 0.000000 -0.984192 0.400000 0.400000 0.400000 +3145.433594 0.000000 2464.946533 0.000000 0.032998 0.000000 0.999455 0.400000 0.400000 0.400000 +3136.334717 0.000000 2469.247070 0.000000 0.982897 0.000000 -0.184154 0.400000 0.400000 0.400000 +3154.390137 0.000000 2478.629395 0.000000 0.384431 0.000000 -0.923154 0.400000 0.400000 0.400000 +3165.967773 0.000000 2477.908203 0.000000 0.210783 0.000000 -0.977533 0.400000 0.400000 0.400000 +3160.028809 0.000000 2475.892578 0.000000 0.403135 0.000000 0.915141 0.400000 0.400000 0.400000 +3104.113281 0.000000 2458.126221 0.000000 0.283404 0.000000 0.959001 0.400000 0.400000 0.400000 +3117.173340 0.000000 2469.235352 0.000000 0.980152 0.000000 0.198247 0.400000 0.400000 0.400000 +3451.753418 0.000000 2443.797119 0.000000 0.571082 0.000000 0.820893 0.400000 0.400000 0.400000 +3440.290283 0.000000 2443.427734 0.000000 0.998828 0.000000 -0.048398 0.400000 0.400000 0.400000 +3433.741699 0.000000 2446.097656 0.000000 0.999587 0.000000 0.028746 0.400000 0.400000 0.400000 +3444.371094 0.000000 2445.310791 0.000000 0.118195 0.000000 -0.992990 0.400000 0.400000 0.400000 +3440.843018 0.000000 2447.458252 0.000000 0.603257 0.000000 0.797547 0.400000 0.400000 0.400000 +3448.343018 0.000000 2445.612549 0.000000 0.998886 0.000000 -0.047185 0.400000 0.400000 0.400000 +3221.969482 0.000000 2472.156006 0.000000 0.985652 0.000000 -0.168793 0.400000 0.400000 0.400000 +3231.376953 0.000000 2506.368896 0.000000 0.194142 0.000000 0.980973 0.400000 0.400000 0.400000 +3193.501709 0.000000 2482.830811 0.000000 0.837608 0.000000 0.546272 0.400000 0.400000 0.400000 +3199.569092 0.000000 2456.092285 0.000000 0.711495 0.000000 -0.702691 0.400000 0.400000 0.400000 +3180.460205 0.000000 2448.354492 0.000000 0.787655 0.000000 -0.616117 0.400000 0.400000 0.400000 +3225.815674 0.000000 2488.908691 0.000000 0.850375 0.000000 0.526177 0.400000 0.400000 0.400000 +3213.018311 0.000000 2517.154297 0.000000 0.918448 0.000000 0.395541 0.400000 0.400000 0.400000 +3176.843994 0.000000 2480.459717 0.000000 0.975681 0.000000 0.219196 0.400000 0.400000 0.400000 +3216.014893 0.000000 2456.409424 0.000000 0.895190 0.000000 -0.445684 0.400000 0.400000 0.400000 +3205.669189 0.000000 2470.995605 0.000000 0.969541 0.000000 0.244930 0.400000 0.400000 0.400000 +3233.368896 0.000000 2462.685303 0.000000 0.623939 0.000000 -0.781473 0.400000 0.400000 0.400000 +3234.334961 0.000000 2477.386963 0.000000 0.131544 0.000000 0.991310 0.400000 0.400000 0.400000 +3202.885742 0.000000 2510.395996 0.000000 0.996953 0.000000 -0.078001 0.400000 0.400000 0.400000 +3191.927246 0.000000 2447.867432 0.000000 0.408263 0.000000 0.912864 0.400000 0.400000 0.400000 +3235.776855 0.000000 2515.781494 0.000000 0.283388 0.000000 0.959005 0.400000 0.400000 0.400000 +3235.671631 0.000000 2496.755859 0.000000 0.729699 0.000000 -0.683768 0.400000 0.400000 0.400000 +3180.450439 0.000000 2490.004150 0.000000 0.996386 0.000000 -0.084937 0.400000 0.400000 0.400000 +3167.915527 0.000000 2475.458252 0.000000 0.774697 0.000000 -0.632332 0.400000 0.400000 0.400000 +3168.459229 0.000000 2485.906250 0.000000 0.889895 0.000000 -0.456165 0.400000 0.400000 0.400000 +3219.281982 0.000000 2496.183350 0.000000 0.992848 0.000000 -0.119388 0.400000 0.400000 0.400000 +3189.749756 0.000000 2457.620850 0.000000 0.960726 0.000000 0.277498 0.400000 0.400000 0.400000 +3185.887939 0.000000 2477.380859 0.000000 0.404757 0.000000 0.914424 0.400000 0.400000 0.400000 +3207.619385 0.000000 2460.007568 0.000000 0.640013 0.000000 -0.768364 0.400000 0.400000 0.400000 +3212.575195 0.000000 2476.251465 0.000000 0.475500 0.000000 -0.879716 0.400000 0.400000 0.400000 +3200.025391 0.000000 2464.694092 0.000000 0.858487 0.000000 0.512835 0.400000 0.400000 0.400000 +3236.585693 0.000000 2488.140869 0.000000 0.998540 0.000000 -0.054016 0.400000 0.400000 0.400000 +3226.914307 0.000000 2499.579346 0.000000 0.014467 0.000000 -0.999895 0.400000 0.400000 0.400000 +3199.723389 0.000000 2518.316162 0.000000 0.964259 0.000000 -0.264962 0.400000 0.400000 0.400000 +3234.779297 0.000000 2454.643555 0.000000 0.999912 0.000000 0.013277 0.400000 0.400000 0.400000 +3227.151367 0.000000 2455.685547 0.000000 0.646699 0.000000 0.762745 0.400000 0.400000 0.400000 +3227.866211 0.000000 2481.470703 0.000000 0.568716 0.000000 0.822534 0.400000 0.400000 0.400000 +3185.187500 0.000000 2484.537354 0.000000 0.569121 0.000000 0.822254 0.400000 0.400000 0.400000 +3176.945312 0.000000 2496.399170 0.000000 0.169565 0.000000 0.985519 0.400000 0.400000 0.400000 +3193.224609 0.000000 2463.579102 0.000000 0.181902 0.000000 -0.983317 0.400000 0.400000 0.400000 +3218.524170 0.000000 2488.408203 0.000000 0.614443 0.000000 0.788961 0.400000 0.400000 0.400000 +3200.848877 0.000000 2449.408447 0.000000 0.661547 0.000000 -0.749904 0.400000 0.400000 0.400000 +3186.322754 0.000000 2451.693359 0.000000 0.985935 0.000000 -0.167129 0.400000 0.400000 0.400000 +3173.565430 0.000000 2490.256348 0.000000 0.421287 0.000000 -0.906927 0.400000 0.400000 0.400000 +3231.437744 0.000000 2492.015869 0.000000 0.923193 0.000000 -0.384336 0.400000 0.400000 0.400000 +3218.221680 0.000000 2512.969971 0.000000 0.850448 0.000000 -0.526058 0.400000 0.400000 0.400000 +3206.188721 0.000000 2516.268311 0.000000 0.233177 0.000000 -0.972434 0.400000 0.400000 0.400000 +3209.761719 0.000000 2453.931396 0.000000 0.929727 0.000000 0.368250 0.400000 0.400000 0.400000 +3230.267822 0.000000 2512.439697 0.000000 0.166366 0.000000 0.986064 0.400000 0.400000 0.400000 +3194.072754 0.000000 2453.435059 0.000000 0.327024 0.000000 0.945016 0.400000 0.400000 0.400000 +3226.664795 0.000000 2475.710205 0.000000 0.610736 0.000000 0.791835 0.400000 0.400000 0.400000 +3233.248291 0.000000 2483.457520 0.000000 0.780135 0.000000 0.625611 0.400000 0.400000 0.400000 +3170.763916 0.000000 2480.704834 0.000000 0.971075 0.000000 -0.238774 0.400000 0.400000 0.400000 +3238.935547 0.000000 2510.549072 0.000000 0.420905 0.000000 0.907105 0.400000 0.400000 0.400000 +3210.388184 0.000000 2512.073975 0.000000 0.983102 0.000000 -0.183057 0.400000 0.400000 0.400000 +3208.481445 0.000000 2466.088379 0.000000 0.961545 0.000000 0.274648 0.400000 0.400000 0.400000 +3217.869385 0.000000 2461.710449 0.000000 0.653083 0.000000 -0.757286 0.400000 0.400000 0.400000 +3176.843506 0.000000 2485.926270 0.000000 0.603464 0.000000 0.797391 0.400000 0.400000 0.400000 +3207.137939 0.000000 2476.280273 0.000000 0.990950 0.000000 0.134230 0.400000 0.400000 0.400000 +3170.293945 0.000000 2470.620361 0.000000 0.936577 0.000000 -0.350463 0.400000 0.400000 0.400000 +3226.011230 0.000000 2494.389893 0.000000 0.947177 0.000000 -0.320710 0.400000 0.400000 0.400000 +3210.953613 0.000000 2470.727295 0.000000 0.630126 0.000000 0.776493 0.400000 0.400000 0.400000 +3206.394287 0.000000 2505.964600 0.000000 0.900153 0.000000 0.435575 0.400000 0.400000 0.400000 +3212.920654 0.000000 2461.008789 0.000000 0.579495 0.000000 0.814975 0.400000 0.400000 0.400000 +3181.838135 0.000000 2480.807861 0.000000 0.999840 0.000000 -0.017897 0.400000 0.400000 0.400000 +3223.795654 0.000000 2484.241699 0.000000 0.969312 0.000000 -0.245834 0.400000 0.400000 0.400000 +3202.618164 0.000000 2460.308350 0.000000 0.807262 0.000000 0.590193 0.400000 0.400000 0.400000 +3239.194824 0.000000 2500.177002 0.000000 0.504121 0.000000 -0.863633 0.400000 0.400000 0.400000 +3237.160889 0.000000 2465.993408 0.000000 0.615133 0.000000 0.788424 0.400000 0.400000 0.400000 +3199.908691 0.000000 2506.431152 0.000000 0.534423 0.000000 -0.845217 0.400000 0.400000 0.400000 +3229.189697 0.000000 2460.140869 0.000000 0.971515 0.000000 -0.236978 0.400000 0.400000 0.400000 +3237.424561 0.000000 2481.108887 0.000000 0.922129 0.000000 0.386882 0.400000 0.400000 0.400000 +3200.985107 0.000000 2469.310547 0.000000 0.406507 0.000000 0.913648 0.400000 0.400000 0.400000 +3214.247070 0.000000 2486.207031 0.000000 0.142176 0.000000 0.989841 0.400000 0.400000 0.400000 +3234.239258 0.000000 2509.976807 0.000000 0.989178 0.000000 -0.146720 0.400000 0.400000 0.400000 +3189.648438 0.000000 2485.863037 0.000000 0.950006 0.000000 0.312232 0.400000 0.400000 0.400000 +3230.406494 0.000000 2487.172852 0.000000 0.990151 0.000000 -0.140004 0.400000 0.400000 0.400000 +3188.974121 0.000000 2481.042969 0.000000 0.834522 0.000000 -0.550974 0.400000 0.400000 0.400000 +3237.756104 0.000000 2492.633545 0.000000 0.628930 0.000000 0.777462 0.400000 0.400000 0.400000 +3214.561279 0.000000 2509.975586 0.000000 0.637508 0.000000 -0.770444 0.400000 0.400000 0.400000 +3230.980957 0.000000 2496.697998 0.000000 0.777695 0.000000 -0.628642 0.400000 0.400000 0.400000 +3223.568604 0.000000 2479.401367 0.000000 0.584625 0.000000 -0.811304 0.400000 0.400000 0.400000 +3196.296631 0.000000 2449.339600 0.000000 0.580151 0.000000 -0.814509 0.400000 0.400000 0.400000 +3228.394531 0.000000 2517.295166 0.000000 0.289232 0.000000 -0.957259 0.400000 0.400000 0.400000 +3204.401611 0.000000 2464.798584 0.000000 0.503063 0.000000 0.864250 0.400000 0.400000 0.400000 +3223.263916 0.000000 2497.539062 0.000000 0.464400 0.000000 -0.885626 0.400000 0.400000 0.400000 +3230.226807 0.000000 2478.023438 0.000000 0.970558 0.000000 0.240867 0.400000 0.400000 0.400000 +3180.912598 0.000000 2484.783203 0.000000 0.522955 0.000000 0.852360 0.400000 0.400000 0.400000 +3198.400879 0.000000 2460.848633 0.000000 0.347873 0.000000 -0.937542 0.400000 0.400000 0.400000 +3190.565186 0.000000 2451.553711 0.000000 0.096112 0.000000 0.995371 0.400000 0.400000 0.400000 +3211.389648 0.000000 2457.437256 0.000000 0.531461 0.000000 0.847083 0.400000 0.400000 0.400000 +3225.041504 0.000000 2458.912842 0.000000 0.961017 0.000000 0.276489 0.400000 0.400000 0.400000 +3222.243164 0.000000 2487.790283 0.000000 0.620122 0.000000 0.784505 0.400000 0.400000 0.400000 +3192.652100 0.000000 2488.271729 0.000000 0.079524 0.000000 0.996833 0.400000 0.400000 0.400000 +3221.328369 0.000000 2517.447021 0.000000 0.030735 0.000000 0.999528 0.400000 0.400000 0.400000 +3214.053711 0.000000 2513.770020 0.000000 0.987783 0.000000 0.155836 0.400000 0.400000 0.400000 +3217.566895 0.000000 2484.676270 0.000000 0.269166 0.000000 -0.963094 0.400000 0.400000 0.400000 +3170.991211 0.000000 2477.190186 0.000000 0.284670 0.000000 0.958626 0.400000 0.400000 0.400000 +3176.658691 0.000000 2476.856689 0.000000 0.316227 0.000000 0.948684 0.400000 0.400000 0.400000 +3207.254150 0.000000 2456.341553 0.000000 0.533183 0.000000 0.846000 0.400000 0.400000 0.400000 +3236.942383 0.000000 2484.687500 0.000000 0.854826 0.000000 -0.518915 0.400000 0.400000 0.400000 +3238.370850 0.000000 2462.534180 0.000000 0.729985 0.000000 0.683463 0.400000 0.400000 0.400000 +3229.791260 0.000000 2474.223633 0.000000 0.553691 0.000000 0.832722 0.400000 0.400000 0.400000 +3209.656738 0.000000 2516.579590 0.000000 0.964176 0.000000 -0.265262 0.400000 0.400000 0.400000 +3221.521484 0.000000 2513.424072 0.000000 0.999389 0.000000 -0.034940 0.400000 0.400000 0.400000 +3204.322021 0.000000 2474.335449 0.000000 0.683100 0.000000 -0.730325 0.400000 0.400000 0.400000 +3191.705811 0.000000 2460.548340 0.000000 0.677224 0.000000 -0.735777 0.400000 0.400000 0.400000 +3185.624023 0.000000 2481.365723 0.000000 0.183830 0.000000 0.982958 0.400000 0.400000 0.400000 +3232.595215 0.000000 2480.290039 0.000000 0.497229 0.000000 0.867620 0.400000 0.400000 0.400000 +3176.672363 0.000000 2489.199951 0.000000 0.368734 0.000000 -0.929535 0.400000 0.400000 0.400000 +3182.472168 0.000000 2487.523438 0.000000 0.290033 0.000000 -0.957017 0.400000 0.400000 0.400000 +3203.095459 0.000000 2457.135498 0.000000 0.903206 0.000000 -0.429207 0.400000 0.400000 0.400000 +3239.229004 0.000000 2496.643555 0.000000 0.999978 0.000000 -0.006655 0.400000 0.400000 0.400000 +3211.500000 0.000000 2467.549561 0.000000 0.930958 0.000000 -0.365127 0.400000 0.400000 0.400000 +3196.451172 0.000000 2455.697754 0.000000 0.818456 0.000000 -0.574569 0.400000 0.400000 0.400000 +3179.488281 0.000000 2478.786133 0.000000 0.312829 0.000000 0.949809 0.400000 0.400000 0.400000 +3213.981201 0.000000 2469.904541 0.000000 0.993854 0.000000 -0.110696 0.400000 0.400000 0.400000 +3170.591309 0.000000 2473.683105 0.000000 0.658753 0.000000 0.752359 0.400000 0.400000 0.400000 +3209.774414 0.000000 2509.096680 0.000000 0.261929 0.000000 0.965087 0.400000 0.400000 0.400000 +3174.326660 0.000000 2482.049316 0.000000 0.690530 0.000000 -0.723304 0.400000 0.400000 0.400000 +3199.465820 0.000000 2509.368164 0.000000 0.973626 0.000000 0.228149 0.400000 0.400000 0.400000 +3215.574951 0.000000 2459.460693 0.000000 0.583698 0.000000 -0.811971 0.400000 0.400000 0.400000 +3229.071289 0.000000 2494.449951 0.000000 0.563494 0.000000 0.826120 0.400000 0.400000 0.400000 +3216.381592 0.000000 2515.519043 0.000000 0.886295 0.000000 -0.463122 0.400000 0.400000 0.400000 +3230.645264 0.000000 2515.309326 0.000000 0.461192 0.000000 0.887300 0.400000 0.400000 0.400000 +3202.663086 0.000000 2471.614746 0.000000 0.890112 0.000000 0.455742 0.400000 0.400000 0.400000 +3202.206787 0.000000 2463.018311 0.000000 0.664839 0.000000 -0.746986 0.400000 0.400000 0.400000 +3219.485840 0.000000 2493.468018 0.000000 0.954657 0.000000 0.297708 0.400000 0.400000 0.400000 +3263.235352 0.000000 2513.897705 0.000000 0.834605 0.000000 -0.550848 0.400000 0.400000 0.400000 +3241.338135 0.000000 2465.308105 0.000000 0.997020 0.000000 0.077147 0.400000 0.400000 0.400000 +3293.961670 0.000000 2472.156006 0.000000 0.681259 0.000000 0.732043 0.400000 0.400000 0.400000 +3303.369141 0.000000 2506.368896 0.000000 0.659500 0.000000 -0.751704 0.400000 0.400000 0.400000 +3265.493896 0.000000 2482.830811 0.000000 0.982138 0.000000 -0.188163 0.400000 0.400000 0.400000 +3241.871094 0.000000 2495.857910 0.000000 0.690928 0.000000 0.722924 0.400000 0.400000 0.400000 +3297.807861 0.000000 2488.908691 0.000000 0.158415 0.000000 0.987373 0.400000 0.400000 0.400000 +3245.905029 0.000000 2513.345947 0.000000 0.042694 0.000000 0.999088 0.400000 0.400000 0.400000 +3258.847900 0.000000 2467.064453 0.000000 0.540264 0.000000 -0.841496 0.400000 0.400000 0.400000 +3248.836182 0.000000 2480.459717 0.000000 0.861941 0.000000 0.507008 0.400000 0.400000 0.400000 +3281.665039 0.000000 2484.741699 0.000000 0.748561 0.000000 -0.663066 0.400000 0.400000 0.400000 +3269.989746 0.000000 2494.501221 0.000000 0.938531 0.000000 0.345194 0.400000 0.400000 0.400000 +3296.305908 0.000000 2515.412109 0.000000 0.103188 0.000000 -0.994662 0.400000 0.400000 0.400000 +3252.442627 0.000000 2490.004150 0.000000 0.274032 0.000000 0.961721 0.400000 0.400000 0.400000 +3249.279785 0.000000 2503.572021 0.000000 0.423579 0.000000 0.905859 0.400000 0.400000 0.400000 +3240.451416 0.000000 2485.906250 0.000000 0.068479 0.000000 -0.997653 0.400000 0.400000 0.400000 +3266.278564 0.000000 2504.187744 0.000000 0.945487 0.000000 -0.325661 0.400000 0.400000 0.400000 +3291.553711 0.000000 2481.541992 0.000000 0.110821 0.000000 -0.993840 0.400000 0.400000 0.400000 +3257.880127 0.000000 2477.380859 0.000000 0.996366 0.000000 -0.085171 0.400000 0.400000 0.400000 +3249.549561 0.000000 2470.338867 0.000000 0.970489 0.000000 -0.241146 0.400000 0.400000 0.400000 +3274.448975 0.000000 2479.261719 0.000000 0.527337 0.000000 0.849656 0.400000 0.400000 0.400000 +3284.567383 0.000000 2476.251465 0.000000 0.199419 0.000000 -0.979914 0.400000 0.400000 0.400000 +3308.577881 0.000000 2488.140869 0.000000 0.513731 0.000000 0.857951 0.400000 0.400000 0.400000 +3298.906494 0.000000 2499.579346 0.000000 0.973027 0.000000 -0.230692 0.400000 0.400000 0.400000 +3271.715576 0.000000 2518.316162 0.000000 0.169543 0.000000 -0.985523 0.400000 0.400000 0.400000 +3274.204102 0.000000 2487.754883 0.000000 0.849349 0.000000 -0.527832 0.400000 0.400000 0.400000 +3274.185059 0.000000 2502.220947 0.000000 0.270277 0.000000 -0.962783 0.400000 0.400000 0.400000 +3299.858398 0.000000 2481.470703 0.000000 0.726317 0.000000 0.687360 0.400000 0.400000 0.400000 +3283.469971 0.000000 2506.407471 0.000000 0.665093 0.000000 -0.746760 0.400000 0.400000 0.400000 +3242.254883 0.000000 2458.114014 0.000000 0.391286 0.000000 0.920269 0.400000 0.400000 0.400000 +3257.179688 0.000000 2484.537354 0.000000 0.792054 0.000000 0.610451 0.400000 0.400000 0.400000 +3290.516357 0.000000 2488.408203 0.000000 0.998641 0.000000 -0.052124 0.400000 0.400000 0.400000 +3259.989990 0.000000 2506.470215 0.000000 0.996238 0.000000 0.086656 0.400000 0.400000 0.400000 +3309.587402 0.000000 2504.942383 0.000000 0.177199 0.000000 -0.984175 0.400000 0.400000 0.400000 +3251.305420 0.000000 2516.880859 0.000000 0.943227 0.000000 -0.332148 0.400000 0.400000 0.400000 +3303.429932 0.000000 2492.015869 0.000000 0.585780 0.000000 -0.810470 0.400000 0.400000 0.400000 +3278.180908 0.000000 2516.268311 0.000000 0.969471 0.000000 -0.245206 0.400000 0.400000 0.400000 +3258.067383 0.000000 2517.380127 0.000000 0.268772 0.000000 0.963204 0.400000 0.400000 0.400000 +3268.566406 0.000000 2510.236328 0.000000 0.099975 0.000000 -0.994990 0.400000 0.400000 0.400000 +3264.471680 0.000000 2497.670898 0.000000 0.845048 0.000000 -0.534690 0.400000 0.400000 0.400000 +3263.838379 0.000000 2477.016846 0.000000 0.864257 0.000000 0.503050 0.400000 0.400000 0.400000 +3252.216553 0.000000 2475.674805 0.000000 0.098988 0.000000 0.995089 0.400000 0.400000 0.400000 +3288.257080 0.000000 2471.971924 0.000000 0.752434 0.000000 -0.658667 0.400000 0.400000 0.400000 +3247.325439 0.000000 2464.236084 0.000000 0.746339 0.000000 0.665565 0.400000 0.400000 0.400000 +3305.240479 0.000000 2483.457520 0.000000 0.910891 0.000000 0.412646 0.400000 0.400000 0.400000 +3242.756104 0.000000 2480.704834 0.000000 0.114482 0.000000 -0.993425 0.400000 0.400000 0.400000 +3282.380371 0.000000 2512.073975 0.000000 0.999983 0.000000 0.005784 0.400000 0.400000 0.400000 +3255.380127 0.000000 2503.337158 0.000000 0.299783 0.000000 -0.954007 0.400000 0.400000 0.400000 +3248.835693 0.000000 2485.926270 0.000000 0.923690 0.000000 -0.383139 0.400000 0.400000 0.400000 +3254.945801 0.000000 2470.851074 0.000000 0.981399 0.000000 -0.191980 0.400000 0.400000 0.400000 +3256.938232 0.000000 2493.212402 0.000000 0.806116 0.000000 -0.591757 0.400000 0.400000 0.400000 +3269.111816 0.000000 2478.789062 0.000000 0.658583 0.000000 -0.752508 0.400000 0.400000 0.400000 +3272.914551 0.000000 2474.057129 0.000000 0.346501 0.000000 0.938049 0.400000 0.400000 0.400000 +3298.003418 0.000000 2494.389893 0.000000 0.995157 0.000000 0.098302 0.400000 0.400000 0.400000 +3239.686523 0.000000 2491.121338 0.000000 0.521414 0.000000 -0.853304 0.400000 0.400000 0.400000 +3282.945801 0.000000 2470.727295 0.000000 0.954905 0.000000 0.296913 0.400000 0.400000 0.400000 +3270.663086 0.000000 2483.751465 0.000000 0.492485 0.000000 -0.870321 0.400000 0.400000 0.400000 +3278.386475 0.000000 2505.964600 0.000000 0.999352 0.000000 0.035985 0.400000 0.400000 0.400000 +3241.110840 0.000000 2511.084717 0.000000 0.826660 0.000000 -0.562702 0.400000 0.400000 0.400000 +3269.183594 0.000000 2499.653809 0.000000 0.190081 0.000000 0.981768 0.400000 0.400000 0.400000 +3311.187012 0.000000 2500.177002 0.000000 0.781604 0.000000 0.623775 0.400000 0.400000 0.400000 +3253.214111 0.000000 2498.831055 0.000000 0.856952 0.000000 -0.515397 0.400000 0.400000 0.400000 +3276.871094 0.000000 2483.761719 0.000000 0.938819 0.000000 0.344411 0.400000 0.400000 0.400000 +3261.640625 0.000000 2485.863037 0.000000 0.992464 0.000000 -0.122538 0.400000 0.400000 0.400000 +3293.844727 0.000000 2491.849854 0.000000 0.985291 0.000000 -0.170883 0.400000 0.400000 0.400000 +3260.966309 0.000000 2481.042969 0.000000 0.955699 0.000000 0.294345 0.400000 0.400000 0.400000 +3298.721436 0.000000 2504.334229 0.000000 0.177896 0.000000 -0.984049 0.400000 0.400000 0.400000 +3302.973145 0.000000 2496.697998 0.000000 0.130943 0.000000 0.991390 0.400000 0.400000 0.400000 +3295.560791 0.000000 2479.401367 0.000000 0.951428 0.000000 0.307873 0.400000 0.400000 0.400000 +3300.386719 0.000000 2517.295166 0.000000 0.887673 0.000000 -0.460475 0.400000 0.400000 0.400000 +3271.947510 0.000000 2513.504883 0.000000 0.665858 0.000000 0.746078 0.400000 0.400000 0.400000 +3239.881592 0.000000 2499.709961 0.000000 0.235452 0.000000 0.971886 0.400000 0.400000 0.400000 +3252.698975 0.000000 2494.248535 0.000000 0.343625 0.000000 0.939107 0.400000 0.400000 0.400000 +3295.256104 0.000000 2497.539062 0.000000 0.723371 0.000000 0.690460 0.400000 0.400000 0.400000 +3245.822266 0.000000 2468.082275 0.000000 0.940400 0.000000 0.340071 0.400000 0.400000 0.400000 +3296.858643 0.000000 2519.442627 0.000000 0.874328 0.000000 -0.485335 0.400000 0.400000 0.400000 +3243.411865 0.000000 2462.165039 0.000000 0.432919 0.000000 -0.901433 0.400000 0.400000 0.400000 +3275.877441 0.000000 2519.188965 0.000000 0.215572 0.000000 0.976488 0.400000 0.400000 0.400000 +3293.320557 0.000000 2517.447021 0.000000 0.892698 0.000000 -0.450656 0.400000 0.400000 0.400000 +3299.179688 0.000000 2485.509521 0.000000 0.999705 0.000000 0.024304 0.400000 0.400000 0.400000 +3289.559082 0.000000 2484.676270 0.000000 0.333407 0.000000 -0.942783 0.400000 0.400000 0.400000 +3277.907959 0.000000 2480.282715 0.000000 0.485751 0.000000 -0.874097 0.400000 0.400000 0.400000 +3294.256592 0.000000 2475.770752 0.000000 0.053785 0.000000 0.998553 0.400000 0.400000 0.400000 +3248.650879 0.000000 2476.856689 0.000000 0.851210 0.000000 0.524825 0.400000 0.400000 0.400000 +3261.555664 0.000000 2517.046875 0.000000 0.423980 0.000000 -0.905671 0.400000 0.400000 0.400000 +3274.366211 0.000000 2516.062012 0.000000 0.733178 0.000000 -0.680037 0.400000 0.400000 0.400000 +3281.648926 0.000000 2516.579590 0.000000 0.206429 0.000000 0.978462 0.400000 0.400000 0.400000 +3299.987793 0.000000 2491.629395 0.000000 0.687164 0.000000 -0.726502 0.400000 0.400000 0.400000 +3263.035889 0.000000 2505.034424 0.000000 0.989018 0.000000 0.147794 0.400000 0.400000 0.400000 +3306.189697 0.000000 2504.537354 0.000000 0.416276 0.000000 0.909238 0.400000 0.400000 0.400000 +3265.877441 0.000000 2479.571533 0.000000 0.558184 0.000000 0.829717 0.400000 0.400000 0.400000 +3252.187500 0.000000 2502.032959 0.000000 0.145109 0.000000 -0.989416 0.400000 0.400000 0.400000 +3248.664551 0.000000 2489.199951 0.000000 0.663109 0.000000 -0.748522 0.400000 0.400000 0.400000 +3302.114990 0.000000 2483.926025 0.000000 0.204559 0.000000 0.978854 0.400000 0.400000 0.400000 +3258.819824 0.000000 2470.236816 0.000000 0.453256 0.000000 0.891380 0.400000 0.400000 0.400000 +3311.221191 0.000000 2496.643555 0.000000 0.763654 0.000000 0.645626 0.400000 0.400000 0.400000 +3255.060059 0.000000 2518.193115 0.000000 0.998734 0.000000 0.050305 0.400000 0.400000 0.400000 +3270.845215 0.000000 2471.566162 0.000000 0.477633 0.000000 -0.878560 0.400000 0.400000 0.400000 +3244.410400 0.000000 2465.350342 0.000000 0.740380 0.000000 0.672189 0.400000 0.400000 0.400000 +3271.538818 0.000000 2480.689697 0.000000 0.236170 0.000000 -0.971712 0.400000 0.400000 0.400000 +3268.348389 0.000000 2481.747559 0.000000 0.996536 0.000000 0.083163 0.400000 0.400000 0.400000 +3254.475098 0.000000 2477.918945 0.000000 0.379240 0.000000 0.925298 0.400000 0.400000 0.400000 +3296.875977 0.000000 2501.750244 0.000000 0.857173 0.000000 -0.515028 0.400000 0.400000 0.400000 +3246.318848 0.000000 2482.049316 0.000000 0.933366 0.000000 0.358926 0.400000 0.400000 0.400000 +3243.974609 0.000000 2510.337891 0.000000 0.952871 0.000000 -0.303377 0.400000 0.400000 0.400000 +3250.672852 0.000000 2482.810791 0.000000 0.331961 0.000000 0.943293 0.400000 0.400000 0.400000 +3301.063477 0.000000 2494.449951 0.000000 0.834735 0.000000 -0.550651 0.400000 0.400000 0.400000 +3280.123779 0.000000 2514.067627 0.000000 0.635478 0.000000 0.772119 0.400000 0.400000 0.400000 +3239.883057 0.000000 2493.903076 0.000000 0.751351 0.000000 -0.659903 0.400000 0.400000 0.400000 +3264.448975 0.000000 2485.419434 0.000000 0.141610 0.000000 0.989922 0.400000 0.400000 0.400000 +3254.913330 0.000000 2491.290283 0.000000 0.989060 0.000000 0.147512 0.400000 0.400000 0.400000 +3262.709229 0.000000 2483.143555 0.000000 0.470221 0.000000 0.882549 0.400000 0.400000 0.400000 +3270.411621 0.000000 2515.980469 0.000000 0.966049 0.000000 -0.258360 0.400000 0.400000 0.400000 +3229.591553 0.000000 2520.299316 0.000000 0.450158 0.000000 0.892949 0.400000 0.400000 0.400000 +3216.014893 0.000000 2528.393799 0.000000 0.652066 0.000000 0.758162 0.400000 0.400000 0.400000 +3233.368896 0.000000 2534.669678 0.000000 0.028307 0.000000 0.999599 0.400000 0.400000 0.400000 +3223.635254 0.000000 2534.620850 0.000000 0.999739 0.000000 -0.022833 0.400000 0.400000 0.400000 +3207.619385 0.000000 2531.991943 0.000000 0.995158 0.000000 0.098283 0.400000 0.400000 0.400000 +3234.779297 0.000000 2526.627930 0.000000 0.342354 0.000000 -0.939571 0.400000 0.400000 0.400000 +3227.151367 0.000000 2527.669922 0.000000 0.309588 0.000000 0.950871 0.400000 0.400000 0.400000 +3200.848877 0.000000 2521.392822 0.000000 0.282032 0.000000 0.959405 0.400000 0.400000 0.400000 +3221.491211 0.000000 2529.437256 0.000000 0.356254 0.000000 -0.934389 0.400000 0.400000 0.400000 +3217.869385 0.000000 2533.694824 0.000000 0.514496 0.000000 0.857493 0.400000 0.400000 0.400000 +3204.438232 0.000000 2526.254639 0.000000 0.976622 0.000000 0.214966 0.400000 0.400000 0.400000 +3237.423096 0.000000 2531.004639 0.000000 0.842687 0.000000 -0.538404 0.400000 0.400000 0.400000 +3237.160889 0.000000 2537.977783 0.000000 0.546457 0.000000 -0.837487 0.400000 0.400000 0.400000 +3196.296631 0.000000 2521.323975 0.000000 0.898330 0.000000 0.439321 0.400000 0.400000 0.400000 +3230.549805 0.000000 2524.576904 0.000000 0.910520 0.000000 0.413465 0.400000 0.400000 0.400000 +3238.741211 0.000000 2527.218994 0.000000 0.497258 0.000000 -0.867602 0.400000 0.400000 0.400000 +3211.389648 0.000000 2529.421631 0.000000 0.911517 0.000000 0.411263 0.400000 0.400000 0.400000 +3225.041504 0.000000 2530.897217 0.000000 0.961629 0.000000 0.274354 0.400000 0.400000 0.400000 +3207.254150 0.000000 2528.325928 0.000000 0.671860 0.000000 0.740678 0.400000 0.400000 0.400000 +3201.568604 0.000000 2524.689453 0.000000 0.959486 0.000000 -0.281757 0.400000 0.400000 0.400000 +3218.434082 0.000000 2530.548096 0.000000 0.782496 0.000000 -0.622656 0.400000 0.400000 0.400000 +3212.015381 0.000000 2519.514160 0.000000 0.759861 0.000000 -0.650085 0.400000 0.400000 0.400000 +3215.574951 0.000000 2531.445068 0.000000 0.415621 0.000000 0.909538 0.400000 0.400000 0.400000 +3241.338135 0.000000 2537.292480 0.000000 0.585289 0.000000 -0.810825 0.400000 0.400000 0.400000 +3303.369141 0.000000 2578.353271 0.000000 0.461946 0.000000 -0.886908 0.400000 0.400000 0.400000 +3265.493896 0.000000 2554.815186 0.000000 0.985872 0.000000 -0.167502 0.400000 0.400000 0.400000 +3281.504395 0.000000 2571.112061 0.000000 0.632584 0.000000 0.774492 0.400000 0.400000 0.400000 +3252.452393 0.000000 2520.338867 0.000000 0.722514 0.000000 -0.691357 0.400000 0.400000 0.400000 +3297.807861 0.000000 2560.893066 0.000000 0.932318 0.000000 -0.361638 0.400000 0.400000 0.400000 +3258.847900 0.000000 2539.048828 0.000000 0.404310 0.000000 -0.914622 0.400000 0.400000 0.400000 +3248.836182 0.000000 2552.444092 0.000000 0.107975 0.000000 0.994154 0.400000 0.400000 0.400000 +3288.007080 0.000000 2528.393799 0.000000 0.986798 0.000000 0.161954 0.400000 0.400000 0.400000 +3277.661377 0.000000 2542.979980 0.000000 0.959722 0.000000 0.280953 0.400000 0.400000 0.400000 +3305.361084 0.000000 2534.669678 0.000000 0.110445 0.000000 -0.993882 0.400000 0.400000 0.400000 +3281.665039 0.000000 2556.726074 0.000000 0.286787 0.000000 -0.957994 0.400000 0.400000 0.400000 +3306.327148 0.000000 2549.371338 0.000000 0.862111 0.000000 -0.506719 0.400000 0.400000 0.400000 +3240.066895 0.000000 2523.158447 0.000000 0.004490 0.000000 0.999990 0.400000 0.400000 0.400000 +3269.989746 0.000000 2566.485596 0.000000 0.476465 0.000000 -0.879193 0.400000 0.400000 0.400000 +3279.581299 0.000000 2520.086426 0.000000 0.999783 0.000000 0.020811 0.400000 0.400000 0.400000 +3250.532715 0.000000 2530.979980 0.000000 0.928962 0.000000 0.370175 0.400000 0.400000 0.400000 +3263.919434 0.000000 2519.851807 0.000000 0.731923 0.000000 0.681387 0.400000 0.400000 0.400000 +3307.663818 0.000000 2568.740234 0.000000 0.389247 0.000000 -0.921133 0.400000 0.400000 0.400000 +3267.790527 0.000000 2544.577881 0.000000 0.986320 0.000000 0.164842 0.400000 0.400000 0.400000 +3291.274170 0.000000 2568.167725 0.000000 0.247556 0.000000 -0.968874 0.400000 0.400000 0.400000 +3261.741943 0.000000 2529.605225 0.000000 0.992100 0.000000 -0.125451 0.400000 0.400000 0.400000 +3295.627441 0.000000 2534.620850 0.000000 0.185311 0.000000 0.982680 0.400000 0.400000 0.400000 +3291.553711 0.000000 2553.526367 0.000000 0.545512 0.000000 0.838103 0.400000 0.400000 0.400000 +3257.880127 0.000000 2549.365234 0.000000 0.958845 0.000000 0.283930 0.400000 0.400000 0.400000 +3249.549561 0.000000 2542.323242 0.000000 0.993610 0.000000 0.112866 0.400000 0.400000 0.400000 +3274.448975 0.000000 2551.246094 0.000000 0.396754 0.000000 -0.917925 0.400000 0.400000 0.400000 +3279.611572 0.000000 2531.991943 0.000000 0.930315 0.000000 -0.366761 0.400000 0.400000 0.400000 +3272.017578 0.000000 2536.678467 0.000000 0.589173 0.000000 -0.808007 0.400000 0.400000 0.400000 +3261.727051 0.000000 2562.451172 0.000000 0.359126 0.000000 -0.933289 0.400000 0.400000 0.400000 +3293.142578 0.000000 2521.060303 0.000000 0.978613 0.000000 0.205710 0.400000 0.400000 0.400000 +3298.906494 0.000000 2571.563721 0.000000 0.255049 0.000000 0.966928 0.400000 0.400000 0.400000 +3301.942139 0.000000 2542.545654 0.000000 0.024493 0.000000 -0.999700 0.400000 0.400000 0.400000 +3274.204102 0.000000 2559.739258 0.000000 0.572898 0.000000 -0.819627 0.400000 0.400000 0.400000 +3299.858398 0.000000 2553.455078 0.000000 0.964063 0.000000 0.265675 0.400000 0.400000 0.400000 +3242.254883 0.000000 2530.098389 0.000000 0.966123 0.000000 -0.258081 0.400000 0.400000 0.400000 +3257.179688 0.000000 2556.521729 0.000000 0.930788 0.000000 0.365560 0.400000 0.400000 0.400000 +3265.216797 0.000000 2535.563477 0.000000 0.892953 0.000000 -0.450149 0.400000 0.400000 0.400000 +3308.757568 0.000000 2542.880615 0.000000 0.903370 0.000000 0.428862 0.400000 0.400000 0.400000 +3247.284912 0.000000 2524.727051 0.000000 0.454900 0.000000 -0.890542 0.400000 0.400000 0.400000 +3258.314941 0.000000 2523.677734 0.000000 0.076713 0.000000 0.997053 0.400000 0.400000 0.400000 +3286.262939 0.000000 2521.783691 0.000000 0.320540 0.000000 0.947235 0.400000 0.400000 0.400000 +3303.429932 0.000000 2564.000244 0.000000 0.575706 0.000000 -0.817656 0.400000 0.400000 0.400000 +3252.988037 0.000000 2536.811035 0.000000 0.574016 0.000000 0.818844 0.400000 0.400000 0.400000 +3281.753906 0.000000 2525.915771 0.000000 0.516851 0.000000 0.856076 0.400000 0.400000 0.400000 +3266.064941 0.000000 2525.419434 0.000000 0.249606 0.000000 0.968348 0.400000 0.400000 0.400000 +3298.656982 0.000000 2547.694580 0.000000 0.824563 0.000000 0.565770 0.400000 0.400000 0.400000 +3245.679443 0.000000 2546.821289 0.000000 0.980781 0.000000 -0.195113 0.400000 0.400000 0.400000 +3252.216553 0.000000 2547.659180 0.000000 0.051596 0.000000 0.998668 0.400000 0.400000 0.400000 +3247.325439 0.000000 2536.220459 0.000000 0.204857 0.000000 0.978792 0.400000 0.400000 0.400000 +3305.240479 0.000000 2555.441895 0.000000 0.180620 0.000000 0.983553 0.400000 0.400000 0.400000 +3262.008545 0.000000 2543.617676 0.000000 0.054626 0.000000 0.998507 0.400000 0.400000 0.400000 +3292.043213 0.000000 2538.951172 0.000000 0.999988 0.000000 0.004891 0.400000 0.400000 0.400000 +3289.861572 0.000000 2533.694824 0.000000 0.386211 0.000000 0.922411 0.400000 0.400000 0.400000 +3248.835693 0.000000 2557.910645 0.000000 0.325523 0.000000 -0.945534 0.400000 0.400000 0.400000 +3254.945801 0.000000 2542.835449 0.000000 0.950825 0.000000 -0.309729 0.400000 0.400000 0.400000 +3242.286133 0.000000 2542.604736 0.000000 0.505944 0.000000 -0.862566 0.400000 0.400000 0.400000 +3304.527344 0.000000 2573.111328 0.000000 0.990174 0.000000 -0.139839 0.400000 0.400000 0.400000 +3300.525635 0.000000 2537.207031 0.000000 0.661604 0.000000 0.749853 0.400000 0.400000 0.400000 +3269.111816 0.000000 2550.773438 0.000000 0.528765 0.000000 -0.848768 0.400000 0.400000 0.400000 +3272.914551 0.000000 2546.041504 0.000000 0.115050 0.000000 -0.993360 0.400000 0.400000 0.400000 +3270.663086 0.000000 2555.735840 0.000000 0.110785 0.000000 -0.993844 0.400000 0.400000 0.400000 +3266.973633 0.000000 2530.617920 0.000000 0.820174 0.000000 -0.572114 0.400000 0.400000 0.400000 +3309.415283 0.000000 2531.004639 0.000000 0.595482 0.000000 0.803369 0.400000 0.400000 0.400000 +3253.830322 0.000000 2552.792236 0.000000 0.965726 0.000000 0.259565 0.400000 0.400000 0.400000 +3290.747070 0.000000 2548.558105 0.000000 0.949005 0.000000 -0.315260 0.400000 0.400000 0.400000 +3274.216064 0.000000 2569.172852 0.000000 0.993334 0.000000 -0.115269 0.400000 0.400000 0.400000 +3268.094238 0.000000 2539.650391 0.000000 0.431550 0.000000 -0.902089 0.400000 0.400000 0.400000 +3309.416748 0.000000 2553.093262 0.000000 0.840336 0.000000 -0.542066 0.400000 0.400000 0.400000 +3276.871094 0.000000 2555.746094 0.000000 0.247784 0.000000 0.968815 0.400000 0.400000 0.400000 +3272.977295 0.000000 2541.294922 0.000000 0.616924 0.000000 -0.787023 0.400000 0.400000 0.400000 +3280.164551 0.000000 2561.237793 0.000000 0.449629 0.000000 -0.893215 0.400000 0.400000 0.400000 +3261.640625 0.000000 2557.847412 0.000000 0.991831 0.000000 -0.127560 0.400000 0.400000 0.400000 +3302.398682 0.000000 2559.157227 0.000000 0.570762 0.000000 0.821116 0.400000 0.400000 0.400000 +3260.966309 0.000000 2553.027344 0.000000 0.830386 0.000000 -0.557188 0.400000 0.400000 0.400000 +3302.973145 0.000000 2568.682373 0.000000 0.994566 0.000000 0.104104 0.400000 0.400000 0.400000 +3265.533936 0.000000 2565.061279 0.000000 0.724726 0.000000 0.689037 0.400000 0.400000 0.400000 +3295.560791 0.000000 2551.385742 0.000000 0.655927 0.000000 -0.754824 0.400000 0.400000 0.400000 +3268.288818 0.000000 2521.323975 0.000000 0.391098 0.000000 0.920349 0.400000 0.400000 0.400000 +3259.369141 0.000000 2519.459961 0.000000 0.983970 0.000000 0.178335 0.400000 0.400000 0.400000 +3288.925781 0.000000 2564.542969 0.000000 0.028939 0.000000 0.999581 0.400000 0.400000 0.400000 +3243.338867 0.000000 2526.059082 0.000000 0.938972 0.000000 0.343993 0.400000 0.400000 0.400000 +3295.256104 0.000000 2569.523438 0.000000 0.826506 0.000000 -0.562927 0.400000 0.400000 0.400000 +3245.822266 0.000000 2540.066650 0.000000 0.971776 0.000000 0.235904 0.400000 0.400000 0.400000 +3281.591553 0.000000 2567.018799 0.000000 0.464755 0.000000 -0.885439 0.400000 0.400000 0.400000 +3283.381836 0.000000 2529.421631 0.000000 0.386930 0.000000 -0.922109 0.400000 0.400000 0.400000 +3239.675537 0.000000 2526.973145 0.000000 0.947629 0.000000 -0.319374 0.400000 0.400000 0.400000 +3294.235352 0.000000 2559.774658 0.000000 0.671231 0.000000 0.741248 0.400000 0.400000 0.400000 +3285.400879 0.000000 2525.404297 0.000000 0.294735 0.000000 0.955579 0.400000 0.400000 0.400000 +3282.594238 0.000000 2522.281738 0.000000 0.793347 0.000000 -0.608770 0.400000 0.400000 0.400000 +3243.411865 0.000000 2534.149414 0.000000 0.297332 0.000000 0.954774 0.400000 0.400000 0.400000 +3279.001709 0.000000 2523.622559 0.000000 0.545734 0.000000 -0.837958 0.400000 0.400000 0.400000 +3294.256592 0.000000 2547.755127 0.000000 0.123120 0.000000 0.992392 0.400000 0.400000 0.400000 +3288.821777 0.000000 2540.465576 0.000000 0.030543 0.000000 -0.999533 0.400000 0.400000 0.400000 +3255.856445 0.000000 2521.217529 0.000000 0.321596 0.000000 0.946877 0.400000 0.400000 0.400000 +3279.246338 0.000000 2528.325928 0.000000 0.586234 0.000000 0.810141 0.400000 0.400000 0.400000 +3253.694580 0.000000 2529.429688 0.000000 0.999979 0.000000 -0.006520 0.400000 0.400000 0.400000 +3301.783447 0.000000 2546.208008 0.000000 0.681331 0.000000 -0.731975 0.400000 0.400000 0.400000 +3267.232422 0.000000 2547.932373 0.000000 0.199112 0.000000 0.979977 0.400000 0.400000 0.400000 +3255.305908 0.000000 2539.236816 0.000000 0.246979 0.000000 0.969021 0.400000 0.400000 0.400000 +3263.697998 0.000000 2532.532715 0.000000 0.818832 0.000000 -0.574033 0.400000 0.400000 0.400000 +3301.252686 0.000000 2574.045166 0.000000 0.995763 0.000000 0.091952 0.400000 0.400000 0.400000 +3250.517334 0.000000 2523.931885 0.000000 0.711608 0.000000 -0.702577 0.400000 0.400000 0.400000 +3255.446777 0.000000 2547.087402 0.000000 0.917847 0.000000 -0.396935 0.400000 0.400000 0.400000 +3264.674072 0.000000 2545.556152 0.000000 0.548963 0.000000 -0.835847 0.400000 0.400000 0.400000 +3268.677734 0.000000 2535.804199 0.000000 0.358965 0.000000 0.933351 0.400000 0.400000 0.400000 +3257.616211 0.000000 2553.350098 0.000000 0.187183 0.000000 -0.982325 0.400000 0.400000 0.400000 +3249.931641 0.000000 2534.182373 0.000000 0.592692 0.000000 0.805430 0.400000 0.400000 0.400000 +3277.952637 0.000000 2558.850342 0.000000 0.156135 0.000000 0.987736 0.400000 0.400000 0.400000 +3267.081787 0.000000 2567.840088 0.000000 0.291689 0.000000 0.956513 0.400000 0.400000 0.400000 +3271.944824 0.000000 2549.042725 0.000000 0.698352 0.000000 -0.715754 0.400000 0.400000 0.400000 +3305.598389 0.000000 2559.047119 0.000000 0.782831 0.000000 -0.622235 0.400000 0.400000 0.400000 +3268.443359 0.000000 2527.682129 0.000000 0.119031 0.000000 0.992890 0.400000 0.400000 0.400000 +3252.469238 0.000000 2540.598877 0.000000 0.052516 0.000000 0.998620 0.400000 0.400000 0.400000 +3289.417969 0.000000 2536.930908 0.000000 0.989909 0.000000 -0.141707 0.400000 0.400000 0.400000 +3242.583496 0.000000 2545.667480 0.000000 0.626771 0.000000 -0.779204 0.400000 0.400000 0.400000 +3271.538818 0.000000 2552.674072 0.000000 0.305487 0.000000 -0.952196 0.400000 0.400000 0.400000 +3254.475098 0.000000 2549.903320 0.000000 0.574409 0.000000 0.818569 0.400000 0.400000 0.400000 +3269.967773 0.000000 2546.731934 0.000000 0.909476 0.000000 -0.415757 0.400000 0.400000 0.400000 +3280.668457 0.000000 2564.169189 0.000000 0.996481 0.000000 -0.083814 0.400000 0.400000 0.400000 +3296.875977 0.000000 2573.734619 0.000000 0.076871 0.000000 -0.997041 0.400000 0.400000 0.400000 +3287.567139 0.000000 2531.445068 0.000000 0.418913 0.000000 -0.908026 0.400000 0.400000 0.400000 +3292.633057 0.000000 2550.754639 0.000000 0.167898 0.000000 -0.985804 0.400000 0.400000 0.400000 +3309.952148 0.000000 2549.892578 0.000000 0.006773 0.000000 0.999977 0.400000 0.400000 0.400000 +3289.084229 0.000000 2522.502686 0.000000 0.948992 0.000000 0.315301 0.400000 0.400000 0.400000 +3302.451660 0.000000 2534.856689 0.000000 0.753397 0.000000 -0.657566 0.400000 0.400000 0.400000 +3296.418945 0.000000 2545.947510 0.000000 0.726569 0.000000 -0.687094 0.400000 0.400000 0.400000 +3259.067383 0.000000 2563.294922 0.000000 0.220165 0.000000 -0.975463 0.400000 0.400000 0.400000 +3261.374756 0.000000 2550.328125 0.000000 0.451160 0.000000 0.892443 0.400000 0.400000 0.400000 +3284.618652 0.000000 2535.750732 0.000000 0.521128 0.000000 -0.853479 0.400000 0.400000 0.400000 +3271.346436 0.000000 2539.229980 0.000000 0.508037 0.000000 -0.861335 0.400000 0.400000 0.400000 +3282.391602 0.000000 2531.982666 0.000000 0.758191 0.000000 -0.652033 0.400000 0.400000 0.400000 +3239.729004 0.000000 2529.858398 0.000000 0.965313 0.000000 -0.261096 0.400000 0.400000 0.400000 +3303.666016 0.000000 2532.548828 0.000000 0.923203 0.000000 0.384313 0.400000 0.400000 0.400000 +3335.227539 0.000000 2513.897705 0.000000 0.811779 0.000000 0.583965 0.400000 0.400000 0.400000 +3365.953857 0.000000 2472.156006 0.000000 0.408728 0.000000 0.912656 0.400000 0.400000 0.400000 +3375.361328 0.000000 2506.368896 0.000000 0.135053 0.000000 0.990838 0.400000 0.400000 0.400000 +3337.486084 0.000000 2482.830811 0.000000 0.970468 0.000000 0.241232 0.400000 0.400000 0.400000 +3313.863281 0.000000 2495.857910 0.000000 0.960040 0.000000 -0.279862 0.400000 0.400000 0.400000 +3353.496582 0.000000 2499.127686 0.000000 0.793318 0.000000 0.608808 0.400000 0.400000 0.400000 +3369.800049 0.000000 2488.908691 0.000000 0.997536 0.000000 -0.070155 0.400000 0.400000 0.400000 +3317.897217 0.000000 2513.345947 0.000000 0.769144 0.000000 -0.639075 0.400000 0.400000 0.400000 +3357.002686 0.000000 2517.154297 0.000000 0.986746 0.000000 0.162273 0.400000 0.400000 0.400000 +3330.136719 0.000000 2498.498047 0.000000 0.762949 0.000000 -0.646459 0.400000 0.400000 0.400000 +3377.353271 0.000000 2462.685303 0.000000 0.997841 0.000000 0.065670 0.400000 0.400000 0.400000 +3341.981934 0.000000 2494.501221 0.000000 0.675468 0.000000 -0.737389 0.400000 0.400000 0.400000 +3346.870117 0.000000 2510.395996 0.000000 0.179436 0.000000 -0.983770 0.400000 0.400000 0.400000 +3379.656006 0.000000 2496.755859 0.000000 0.845959 0.000000 -0.533248 0.400000 0.400000 0.400000 +3368.298096 0.000000 2515.412109 0.000000 0.043979 0.000000 0.999032 0.400000 0.400000 0.400000 +3324.434814 0.000000 2490.004150 0.000000 0.703313 0.000000 -0.710880 0.400000 0.400000 0.400000 +3363.266357 0.000000 2496.183350 0.000000 0.923799 0.000000 -0.382877 0.400000 0.400000 0.400000 +3363.545898 0.000000 2481.541992 0.000000 0.604985 0.000000 0.796237 0.400000 0.400000 0.400000 +3312.203857 0.000000 2504.976562 0.000000 0.580747 0.000000 -0.814084 0.400000 0.400000 0.400000 +3326.746826 0.000000 2510.974609 0.000000 0.455611 0.000000 0.890179 0.400000 0.400000 0.400000 +3380.570068 0.000000 2488.140869 0.000000 0.651194 0.000000 -0.758911 0.400000 0.400000 0.400000 +3333.719238 0.000000 2490.466797 0.000000 0.558692 0.000000 0.829375 0.400000 0.400000 0.400000 +3343.707764 0.000000 2518.316162 0.000000 0.691102 0.000000 0.722758 0.400000 0.400000 0.400000 +3346.177246 0.000000 2502.220947 0.000000 0.115219 0.000000 -0.993340 0.400000 0.400000 0.400000 +3356.469482 0.000000 2491.839111 0.000000 0.624750 0.000000 0.780825 0.400000 0.400000 0.400000 +3329.171875 0.000000 2484.537354 0.000000 0.624422 0.000000 -0.781087 0.400000 0.400000 0.400000 +3369.213623 0.000000 2508.856689 0.000000 0.524668 0.000000 -0.851307 0.400000 0.400000 0.400000 +3349.517090 0.000000 2493.447266 0.000000 0.553229 0.000000 -0.833030 0.400000 0.400000 0.400000 +3323.297607 0.000000 2516.880859 0.000000 0.107451 0.000000 0.994210 0.400000 0.400000 0.400000 +3330.059570 0.000000 2517.380127 0.000000 0.711320 0.000000 0.702869 0.400000 0.400000 0.400000 +3340.558594 0.000000 2510.236328 0.000000 0.339522 0.000000 -0.940598 0.400000 0.400000 0.400000 +3359.575684 0.000000 2501.284424 0.000000 0.021050 0.000000 0.999778 0.400000 0.400000 0.400000 +3317.915039 0.000000 2519.401123 0.000000 0.974021 0.000000 -0.226456 0.400000 0.400000 0.400000 +3370.649170 0.000000 2475.710205 0.000000 0.975457 0.000000 0.220189 0.400000 0.400000 0.400000 +3340.223877 0.000000 2488.791992 0.000000 0.624243 0.000000 0.781230 0.400000 0.400000 0.400000 +3360.249268 0.000000 2471.971924 0.000000 0.032356 0.000000 0.999476 0.400000 0.400000 0.400000 +3327.372314 0.000000 2503.337158 0.000000 0.803459 0.000000 -0.595360 0.400000 0.400000 0.400000 +3328.930420 0.000000 2493.212402 0.000000 0.438476 0.000000 0.898743 0.400000 0.400000 0.400000 +3357.944336 0.000000 2481.394043 0.000000 0.984025 0.000000 -0.178031 0.400000 0.400000 0.400000 +3311.678711 0.000000 2491.121338 0.000000 0.259837 0.000000 -0.965652 0.400000 0.400000 0.400000 +3350.378662 0.000000 2505.964600 0.000000 0.224761 0.000000 -0.974414 0.400000 0.400000 0.400000 +3322.059082 0.000000 2509.150391 0.000000 0.845619 0.000000 0.533787 0.400000 0.400000 0.400000 +3362.739258 0.000000 2476.573730 0.000000 0.985325 0.000000 0.170687 0.400000 0.400000 0.400000 +3367.780029 0.000000 2484.241699 0.000000 0.970866 0.000000 -0.239625 0.400000 0.400000 0.400000 +3358.169678 0.000000 2496.434326 0.000000 0.725114 0.000000 -0.688629 0.400000 0.400000 0.400000 +3325.206299 0.000000 2498.831055 0.000000 0.906602 0.000000 -0.421987 0.400000 0.400000 0.400000 +3339.986084 0.000000 2515.066406 0.000000 0.595392 0.000000 -0.803435 0.400000 0.400000 0.400000 +3369.076904 0.000000 2468.540527 0.000000 0.234385 0.000000 -0.972144 0.400000 0.400000 0.400000 +3333.632812 0.000000 2485.863037 0.000000 0.992727 0.000000 -0.120389 0.400000 0.400000 0.400000 +3332.958496 0.000000 2481.042969 0.000000 0.324457 0.000000 -0.945900 0.400000 0.400000 0.400000 +3381.740479 0.000000 2492.633545 0.000000 0.976600 0.000000 -0.215065 0.400000 0.400000 0.400000 +3374.965332 0.000000 2496.697998 0.000000 0.988226 0.000000 0.153003 0.400000 0.400000 0.400000 +3361.749512 0.000000 2518.082031 0.000000 0.989865 0.000000 0.142015 0.400000 0.400000 0.400000 +3367.552979 0.000000 2479.401367 0.000000 0.869054 0.000000 0.494717 0.400000 0.400000 0.400000 +3331.189453 0.000000 2511.951172 0.000000 0.005332 0.000000 0.999986 0.400000 0.400000 0.400000 +3360.917969 0.000000 2492.558594 0.000000 0.248285 0.000000 0.968687 0.400000 0.400000 0.400000 +3343.939697 0.000000 2513.504883 0.000000 0.910050 0.000000 -0.414498 0.400000 0.400000 0.400000 +3332.737305 0.000000 2495.123535 0.000000 0.999535 0.000000 0.030486 0.400000 0.400000 0.400000 +3311.873779 0.000000 2499.709961 0.000000 0.059159 0.000000 0.998249 0.400000 0.400000 0.400000 +3329.395752 0.000000 2488.980713 0.000000 0.119116 0.000000 0.992880 0.400000 0.400000 0.400000 +3374.211182 0.000000 2478.023438 0.000000 0.852420 0.000000 -0.522858 0.400000 0.400000 0.400000 +3353.583740 0.000000 2495.034424 0.000000 0.906933 0.000000 -0.421274 0.400000 0.400000 0.400000 +3325.712402 0.000000 2506.971191 0.000000 0.987011 0.000000 -0.160655 0.400000 0.400000 0.400000 +3324.896973 0.000000 2484.783203 0.000000 0.942317 0.000000 -0.334722 0.400000 0.400000 0.400000 +3349.604248 0.000000 2500.292480 0.000000 0.373332 0.000000 -0.927698 0.400000 0.400000 0.400000 +3368.850830 0.000000 2519.442627 0.000000 0.821902 0.000000 0.569630 0.400000 0.400000 0.400000 +3326.964111 0.000000 2514.993408 0.000000 0.705951 0.000000 0.708261 0.400000 0.400000 0.400000 +3355.774658 0.000000 2502.255371 0.000000 0.606259 0.000000 0.795267 0.400000 0.400000 0.400000 +3321.659668 0.000000 2513.447998 0.000000 0.841714 0.000000 -0.539923 0.400000 0.400000 0.400000 +3366.227539 0.000000 2487.790283 0.000000 0.386924 0.000000 0.922112 0.400000 0.400000 0.400000 +3336.636475 0.000000 2488.271729 0.000000 0.935025 0.000000 0.354583 0.400000 0.400000 0.400000 +3371.171875 0.000000 2485.509521 0.000000 0.806371 0.000000 0.591410 0.400000 0.400000 0.400000 +3319.800293 0.000000 2516.429199 0.000000 0.708636 0.000000 0.705575 0.400000 0.400000 0.400000 +3352.312256 0.000000 2502.566406 0.000000 0.450810 0.000000 -0.892620 0.400000 0.400000 0.400000 +3333.547852 0.000000 2517.046875 0.000000 0.917921 0.000000 -0.396762 0.400000 0.400000 0.400000 +3373.775635 0.000000 2474.223633 0.000000 0.964423 0.000000 -0.264363 0.400000 0.400000 0.400000 +3371.979980 0.000000 2491.629395 0.000000 0.898376 0.000000 0.439227 0.400000 0.400000 0.400000 +3348.704102 0.000000 2490.127441 0.000000 0.960528 0.000000 -0.278183 0.400000 0.400000 0.400000 +3348.922852 0.000000 2513.177734 0.000000 0.976002 0.000000 0.217762 0.400000 0.400000 0.400000 +3373.244873 0.000000 2502.060791 0.000000 0.741077 0.000000 0.671420 0.400000 0.400000 0.400000 +3359.360352 0.000000 2489.470703 0.000000 0.023416 0.000000 -0.999726 0.400000 0.400000 0.400000 +3347.100098 0.000000 2507.055664 0.000000 0.353349 0.000000 -0.935492 0.400000 0.400000 0.400000 +3356.000488 0.000000 2488.596436 0.000000 0.992089 0.000000 -0.125537 0.400000 0.400000 0.400000 +3324.179688 0.000000 2502.032959 0.000000 0.867423 0.000000 0.497572 0.400000 0.400000 0.400000 +3326.456543 0.000000 2487.523438 0.000000 0.924007 0.000000 0.382376 0.400000 0.400000 0.400000 +3363.217773 0.000000 2470.598145 0.000000 0.586118 0.000000 0.810225 0.400000 0.400000 0.400000 +3320.123779 0.000000 2506.654785 0.000000 0.787784 0.000000 0.615951 0.400000 0.400000 0.400000 +3340.357666 0.000000 2491.886475 0.000000 0.061291 0.000000 0.998120 0.400000 0.400000 0.400000 +3313.852051 0.000000 2502.480225 0.000000 0.835645 0.000000 -0.549270 0.400000 0.400000 0.400000 +3364.625244 0.000000 2478.770264 0.000000 0.100821 0.000000 0.994905 0.400000 0.400000 0.400000 +3367.694336 0.000000 2511.527344 0.000000 0.448624 0.000000 -0.893721 0.400000 0.400000 0.400000 +3368.411133 0.000000 2473.963135 0.000000 0.129541 0.000000 0.991574 0.400000 0.400000 0.400000 +3360.687500 0.000000 2481.948730 0.000000 0.807052 0.000000 0.590481 0.400000 0.400000 0.400000 +3335.472656 0.000000 2495.121094 0.000000 0.685492 0.000000 -0.728080 0.400000 0.400000 0.400000 +3358.805908 0.000000 2519.393799 0.000000 0.246029 0.000000 0.969262 0.400000 0.400000 0.400000 +3385.322510 0.000000 2465.308105 0.000000 0.513635 0.000000 0.858009 0.400000 0.400000 0.400000 +3437.946045 0.000000 2472.156006 0.000000 0.918228 0.000000 -0.396052 0.400000 0.400000 0.400000 +3415.545654 0.000000 2456.092285 0.000000 0.672293 0.000000 0.740285 0.400000 0.400000 0.400000 +3385.855469 0.000000 2495.857910 0.000000 0.147013 0.000000 0.989135 0.400000 0.400000 0.400000 +3445.568115 0.000000 2448.314941 0.000000 0.966139 0.000000 -0.258023 0.400000 0.400000 0.400000 +3402.832275 0.000000 2467.064453 0.000000 0.444812 0.000000 0.895624 0.400000 0.400000 0.400000 +3431.991455 0.000000 2456.409424 0.000000 0.198140 0.000000 -0.980174 0.400000 0.400000 0.400000 +3449.345459 0.000000 2462.685303 0.000000 0.354066 0.000000 -0.935220 0.400000 0.400000 0.400000 +3384.435791 0.000000 2485.906250 0.000000 0.973659 0.000000 0.228007 0.400000 0.400000 0.400000 +3411.774902 0.000000 2472.593506 0.000000 0.353118 0.000000 0.935579 0.400000 0.400000 0.400000 +3405.726318 0.000000 2457.620850 0.000000 0.284918 0.000000 0.958552 0.400000 0.400000 0.400000 +3439.611816 0.000000 2462.636475 0.000000 0.917810 0.000000 -0.397020 0.400000 0.400000 0.400000 +3430.367432 0.000000 2465.933350 0.000000 0.672534 0.000000 -0.740066 0.400000 0.400000 0.400000 +3401.864502 0.000000 2477.380859 0.000000 0.988127 0.000000 0.153639 0.400000 0.400000 0.400000 +3418.433350 0.000000 2479.261719 0.000000 0.985922 0.000000 -0.167208 0.400000 0.400000 0.400000 +3437.126953 0.000000 2449.075928 0.000000 0.048001 0.000000 0.998847 0.400000 0.400000 0.400000 +3450.755859 0.000000 2454.643555 0.000000 0.937109 0.000000 0.349036 0.400000 0.400000 0.400000 +3443.127930 0.000000 2455.685547 0.000000 0.779377 0.000000 0.626556 0.400000 0.400000 0.400000 +3430.247314 0.000000 2449.799316 0.000000 0.683725 0.000000 -0.729740 0.400000 0.400000 0.400000 +3452.986816 0.000000 2448.375977 0.000000 0.956824 0.000000 0.290668 0.400000 0.400000 0.400000 +3396.972412 0.000000 2464.826660 0.000000 0.334169 0.000000 -0.942513 0.400000 0.400000 0.400000 +3425.738281 0.000000 2453.931396 0.000000 0.983972 0.000000 -0.178320 0.400000 0.400000 0.400000 +3389.663818 0.000000 2474.836914 0.000000 0.989719 0.000000 -0.143025 0.400000 0.400000 0.400000 +3400.214355 0.000000 2460.030273 0.000000 0.795471 0.000000 0.605992 0.400000 0.400000 0.400000 +3396.200928 0.000000 2475.674805 0.000000 0.368489 0.000000 -0.929632 0.400000 0.400000 0.400000 +3432.241455 0.000000 2471.971924 0.000000 0.615653 0.000000 -0.788017 0.400000 0.400000 0.400000 +3391.309814 0.000000 2464.236084 0.000000 0.270659 0.000000 0.962675 0.400000 0.400000 0.400000 +3386.740479 0.000000 2480.704834 0.000000 0.320008 0.000000 0.947415 0.400000 0.400000 0.400000 +3436.027588 0.000000 2466.966797 0.000000 0.784564 0.000000 0.620047 0.400000 0.400000 0.400000 +3433.845947 0.000000 2461.710449 0.000000 0.935936 0.000000 -0.352169 0.400000 0.400000 0.400000 +3423.114502 0.000000 2476.280273 0.000000 0.990822 0.000000 -0.135172 0.400000 0.400000 0.400000 +3444.510010 0.000000 2465.222656 0.000000 0.526919 0.000000 -0.849915 0.400000 0.400000 0.400000 +3413.096191 0.000000 2478.789062 0.000000 0.320618 0.000000 -0.947209 0.400000 0.400000 0.400000 +3416.898926 0.000000 2474.057129 0.000000 0.084338 0.000000 0.996437 0.400000 0.400000 0.400000 +3420.414795 0.000000 2454.270264 0.000000 0.075734 0.000000 0.997128 0.400000 0.400000 0.400000 +3383.670898 0.000000 2491.121338 0.000000 0.329665 0.000000 -0.944098 0.400000 0.400000 0.400000 +3426.930176 0.000000 2470.727295 0.000000 0.983727 0.000000 0.179671 0.400000 0.400000 0.400000 +3410.958008 0.000000 2458.633545 0.000000 0.805402 0.000000 -0.592729 0.400000 0.400000 0.400000 +3445.166260 0.000000 2460.140869 0.000000 0.923408 0.000000 -0.383821 0.400000 0.400000 0.400000 +3434.847168 0.000000 2453.010986 0.000000 0.841922 0.000000 0.539599 0.400000 0.400000 0.400000 +3414.377441 0.000000 2460.848633 0.000000 0.833303 0.000000 -0.552817 0.400000 0.400000 0.400000 +3447.204102 0.000000 2456.686279 0.000000 0.998317 0.000000 -0.057990 0.400000 0.400000 0.400000 +3402.317139 0.000000 2473.367432 0.000000 0.463245 0.000000 0.886230 0.400000 0.400000 0.400000 +3433.488525 0.000000 2447.641357 0.000000 0.981564 0.000000 0.191136 0.400000 0.400000 0.400000 +3429.385254 0.000000 2453.419922 0.000000 0.592269 0.000000 0.805741 0.400000 0.400000 0.400000 +3400.682617 0.000000 2463.927490 0.000000 0.675460 0.000000 0.737397 0.400000 0.400000 0.400000 +3453.247070 0.000000 2452.145996 0.000000 0.690663 0.000000 -0.723177 0.400000 0.400000 0.400000 +3389.759766 0.000000 2479.087891 0.000000 0.608266 0.000000 0.793733 0.400000 0.400000 0.400000 +3425.955811 0.000000 2474.017822 0.000000 0.978347 0.000000 0.206971 0.400000 0.400000 0.400000 +3399.431152 0.000000 2475.103027 0.000000 0.069666 0.000000 0.997570 0.400000 0.400000 0.400000 +3404.824463 0.000000 2475.471924 0.000000 0.829296 0.000000 0.558810 0.400000 0.400000 0.400000 +3408.658447 0.000000 2473.571777 0.000000 0.830852 0.000000 0.556493 0.400000 0.400000 0.400000 +3437.037109 0.000000 2460.716064 0.000000 0.263429 0.000000 -0.964679 0.400000 0.400000 0.400000 +3415.929199 0.000000 2477.058350 0.000000 0.265076 0.000000 0.964227 0.400000 0.400000 0.400000 +3388.394775 0.000000 2465.350342 0.000000 0.194645 0.000000 0.980874 0.400000 0.400000 0.400000 +3403.130615 0.000000 2459.045166 0.000000 0.583892 0.000000 -0.811832 0.400000 0.400000 0.400000 +3433.068604 0.000000 2450.518311 0.000000 0.227322 0.000000 0.973820 0.400000 0.400000 0.400000 +3432.223877 0.000000 2452.992920 0.000000 0.712390 0.000000 0.701783 0.400000 0.400000 0.400000 +3313.330322 0.000000 2537.292480 0.000000 0.127215 0.000000 -0.991875 0.400000 0.400000 0.400000 +3324.444580 0.000000 2520.338867 0.000000 0.439580 0.000000 0.898203 0.400000 0.400000 0.400000 +3330.840088 0.000000 2539.048828 0.000000 0.767292 0.000000 -0.641298 0.400000 0.400000 0.400000 +3312.059082 0.000000 2523.158447 0.000000 0.488130 0.000000 -0.872771 0.400000 0.400000 0.400000 +3351.573486 0.000000 2520.086426 0.000000 0.790342 0.000000 -0.612666 0.400000 0.400000 0.400000 +3335.911621 0.000000 2519.851807 0.000000 0.890656 0.000000 -0.454677 0.400000 0.400000 0.400000 +3311.899902 0.000000 2547.442627 0.000000 0.912965 0.000000 -0.408039 0.400000 0.400000 0.400000 +3333.734131 0.000000 2529.605225 0.000000 0.899144 0.000000 0.437652 0.400000 0.400000 0.400000 +3365.134766 0.000000 2521.060303 0.000000 0.782881 0.000000 -0.622171 0.400000 0.400000 0.400000 +3314.247070 0.000000 2530.098389 0.000000 0.759853 0.000000 -0.650095 0.400000 0.400000 0.400000 +3337.208984 0.000000 2535.563477 0.000000 0.999997 0.000000 -0.002478 0.400000 0.400000 0.400000 +3344.833252 0.000000 2521.392822 0.000000 0.960431 0.000000 -0.278517 0.400000 0.400000 0.400000 +3330.307129 0.000000 2523.677734 0.000000 0.949021 0.000000 -0.315214 0.400000 0.400000 0.400000 +3324.980225 0.000000 2536.811035 0.000000 0.318354 0.000000 0.947972 0.400000 0.400000 0.400000 +3319.317627 0.000000 2536.220459 0.000000 0.536215 0.000000 -0.844081 0.400000 0.400000 0.400000 +3325.256348 0.000000 2525.760742 0.000000 0.061793 0.000000 0.998089 0.400000 0.400000 0.400000 +3332.311768 0.000000 2534.425537 0.000000 0.999047 0.000000 0.043638 0.400000 0.400000 0.400000 +3316.330078 0.000000 2520.864014 0.000000 0.986418 0.000000 -0.164257 0.400000 0.400000 0.400000 +3331.361328 0.000000 2519.459961 0.000000 0.736596 0.000000 -0.676333 0.400000 0.400000 0.400000 +3329.687500 0.000000 2527.954102 0.000000 0.693044 0.000000 0.720895 0.400000 0.400000 0.400000 +3311.775879 0.000000 2533.502441 0.000000 0.982201 0.000000 -0.187833 0.400000 0.400000 0.400000 +3320.734375 0.000000 2520.958740 0.000000 0.027315 0.000000 -0.999627 0.400000 0.400000 0.400000 +3361.496338 0.000000 2519.625732 0.000000 0.994222 0.000000 -0.107341 0.400000 0.400000 0.400000 +3354.586426 0.000000 2522.281738 0.000000 0.199976 0.000000 -0.979801 0.400000 0.400000 0.400000 +3315.404053 0.000000 2534.149414 0.000000 0.099089 0.000000 0.995079 0.400000 0.400000 0.400000 +3348.288330 0.000000 2521.484863 0.000000 0.799575 0.000000 -0.600566 0.400000 0.400000 0.400000 +3327.298096 0.000000 2539.236816 0.000000 0.693048 0.000000 0.720891 0.400000 0.400000 0.400000 +3335.690186 0.000000 2532.532715 0.000000 0.895624 0.000000 -0.444813 0.400000 0.400000 0.400000 +3332.723389 0.000000 2526.251953 0.000000 0.995965 0.000000 -0.089739 0.400000 0.400000 0.400000 +3333.238281 0.000000 2537.176270 0.000000 0.981438 0.000000 -0.191778 0.400000 0.400000 0.400000 +3328.006592 0.000000 2525.372803 0.000000 0.697652 0.000000 -0.716436 0.400000 0.400000 0.400000 +3311.721191 0.000000 2529.858398 0.000000 0.866165 0.000000 -0.499759 0.400000 0.400000 0.400000 +3447.353516 0.000000 2578.353271 0.000000 0.889283 0.000000 -0.457357 0.400000 0.400000 0.400000 +3428.994873 0.000000 2589.138672 0.000000 0.878905 0.000000 0.476997 0.400000 0.400000 0.400000 +3451.753418 0.000000 2587.765869 0.000000 0.761602 0.000000 -0.648045 0.400000 0.400000 0.400000 +3440.290283 0.000000 2587.396484 0.000000 0.380176 0.000000 -0.924914 0.400000 0.400000 0.400000 +3455.171387 0.000000 2572.161377 0.000000 0.916139 0.000000 0.400861 0.400000 0.400000 0.400000 +3450.215820 0.000000 2581.961182 0.000000 0.167672 0.000000 -0.985843 0.400000 0.400000 0.400000 +3433.741699 0.000000 2590.066406 0.000000 0.376029 0.000000 -0.926608 0.400000 0.400000 0.400000 +3440.843018 0.000000 2591.427002 0.000000 0.998288 0.000000 0.058497 0.400000 0.400000 0.400000 +3452.136475 0.000000 2573.818848 0.000000 0.993908 0.000000 0.110215 0.400000 0.400000 0.400000 +3087.392578 0.000000 2722.322021 0.000000 0.465122 0.000000 0.885247 0.400000 0.400000 0.400000 +3069.033936 0.000000 2733.107422 0.000000 0.845244 0.000000 -0.534381 0.400000 0.400000 0.400000 +3091.792480 0.000000 2731.734619 0.000000 0.885967 0.000000 0.463748 0.400000 0.400000 0.400000 +3080.329346 0.000000 2731.365234 0.000000 0.258067 0.000000 0.966127 0.400000 0.400000 0.400000 +3093.610840 0.000000 2720.895508 0.000000 0.544719 0.000000 -0.838619 0.400000 0.400000 0.400000 +3086.283447 0.000000 2728.392822 0.000000 0.749804 0.000000 0.661660 0.400000 0.400000 0.400000 +3094.951172 0.000000 2726.502197 0.000000 0.987427 0.000000 0.158076 0.400000 0.400000 0.400000 +3095.210449 0.000000 2716.130127 0.000000 0.369556 0.000000 0.929209 0.400000 0.400000 0.400000 +3090.254883 0.000000 2725.929932 0.000000 0.533762 0.000000 0.845635 0.400000 0.400000 0.400000 +3073.780762 0.000000 2734.035156 0.000000 0.332607 0.000000 -0.943065 0.400000 0.400000 0.400000 +3077.343994 0.000000 2733.400146 0.000000 0.949440 0.000000 0.313948 0.400000 0.400000 0.400000 +3084.838379 0.000000 2725.045410 0.000000 0.999419 0.000000 0.034082 0.400000 0.400000 0.400000 +3082.585693 0.000000 2728.466309 0.000000 0.803741 0.000000 -0.594979 0.400000 0.400000 0.400000 +3094.496338 0.000000 2733.910645 0.000000 0.293965 0.000000 0.955816 0.400000 0.400000 0.400000 +3090.213135 0.000000 2720.490479 0.000000 0.307570 0.000000 0.951525 0.400000 0.400000 0.400000 +3119.250977 0.000000 2729.850830 0.000000 0.083799 0.000000 0.996483 0.400000 0.400000 0.400000 +3149.977295 0.000000 2688.109131 0.000000 0.773945 0.000000 -0.633253 0.400000 0.400000 0.400000 +3159.384766 0.000000 2722.322021 0.000000 0.345284 0.000000 0.938498 0.400000 0.400000 0.400000 +3121.509521 0.000000 2698.783936 0.000000 0.999448 0.000000 -0.033210 0.400000 0.400000 0.400000 +3137.520020 0.000000 2715.080811 0.000000 0.117868 0.000000 -0.993029 0.400000 0.400000 0.400000 +3101.920654 0.000000 2729.299072 0.000000 0.239759 0.000000 0.970832 0.400000 0.400000 0.400000 +3114.160156 0.000000 2714.451172 0.000000 0.999785 0.000000 -0.020717 0.400000 0.400000 0.400000 +3161.376709 0.000000 2678.638428 0.000000 0.713795 0.000000 -0.700354 0.400000 0.400000 0.400000 +3137.680664 0.000000 2700.694824 0.000000 0.241304 0.000000 -0.970450 0.400000 0.400000 0.400000 +3130.893555 0.000000 2726.349121 0.000000 0.077165 0.000000 0.997018 0.400000 0.400000 0.400000 +3147.013672 0.000000 2722.435791 0.000000 0.702075 0.000000 0.712103 0.400000 0.400000 0.400000 +3163.679443 0.000000 2712.708984 0.000000 0.926242 0.000000 0.376930 0.400000 0.400000 0.400000 +3108.458252 0.000000 2705.957275 0.000000 0.997003 0.000000 0.077359 0.400000 0.400000 0.400000 +3105.295410 0.000000 2719.525146 0.000000 0.580424 0.000000 0.814315 0.400000 0.400000 0.400000 +3122.294189 0.000000 2720.140869 0.000000 0.222007 0.000000 -0.975045 0.400000 0.400000 0.400000 +3147.289795 0.000000 2712.136475 0.000000 0.847681 0.000000 -0.530506 0.400000 0.400000 0.400000 +3151.643066 0.000000 2678.589600 0.000000 0.363582 0.000000 0.931562 0.400000 0.400000 0.400000 +3096.227295 0.000000 2720.929688 0.000000 0.890992 0.000000 0.454020 0.400000 0.400000 0.400000 +3110.770264 0.000000 2726.927734 0.000000 0.999258 0.000000 0.038523 0.400000 0.400000 0.400000 +3130.464600 0.000000 2695.214844 0.000000 0.879224 0.000000 0.476409 0.400000 0.400000 0.400000 +3140.583008 0.000000 2692.204590 0.000000 0.407296 0.000000 -0.913296 0.400000 0.400000 0.400000 +3117.742676 0.000000 2706.419922 0.000000 0.967687 0.000000 0.252156 0.400000 0.400000 0.400000 +3154.922119 0.000000 2715.532471 0.000000 0.570981 0.000000 0.820963 0.400000 0.400000 0.400000 +3157.957764 0.000000 2686.514404 0.000000 0.283515 0.000000 -0.958968 0.400000 0.400000 0.400000 +3127.731201 0.000000 2734.269287 0.000000 0.789446 0.000000 -0.613820 0.400000 0.400000 0.400000 +3130.219727 0.000000 2703.708008 0.000000 0.048436 0.000000 -0.998826 0.400000 0.400000 0.400000 +3130.200684 0.000000 2718.174072 0.000000 0.999164 0.000000 -0.040885 0.400000 0.400000 0.400000 +3139.485596 0.000000 2722.360596 0.000000 0.086974 0.000000 0.996211 0.400000 0.400000 0.400000 +3113.195312 0.000000 2700.490479 0.000000 0.205440 0.000000 -0.978670 0.400000 0.400000 0.400000 +3104.953125 0.000000 2712.352295 0.000000 0.866174 0.000000 0.499743 0.400000 0.400000 0.400000 +3095.778564 0.000000 2732.129395 0.000000 0.525913 0.000000 -0.850539 0.400000 0.400000 0.400000 +3153.237061 0.000000 2724.809814 0.000000 0.015458 0.000000 0.999880 0.400000 0.400000 0.400000 +3116.005615 0.000000 2722.423340 0.000000 0.988628 0.000000 -0.150381 0.400000 0.400000 0.400000 +3133.540527 0.000000 2709.400391 0.000000 0.771600 0.000000 -0.636108 0.400000 0.400000 0.400000 +3107.321045 0.000000 2732.833984 0.000000 0.990841 0.000000 0.135035 0.400000 0.400000 0.400000 +3159.445557 0.000000 2707.968994 0.000000 0.866769 0.000000 0.498711 0.400000 0.400000 0.400000 +3134.196533 0.000000 2732.221436 0.000000 0.026395 0.000000 0.999652 0.400000 0.400000 0.400000 +3114.083008 0.000000 2733.333252 0.000000 0.460052 0.000000 -0.887892 0.400000 0.400000 0.400000 +3124.582031 0.000000 2726.189453 0.000000 0.996040 0.000000 0.088903 0.400000 0.400000 0.400000 +3120.487305 0.000000 2713.624023 0.000000 0.076913 0.000000 -0.997038 0.400000 0.400000 0.400000 +3143.599121 0.000000 2717.237549 0.000000 0.890719 0.000000 0.454555 0.400000 0.400000 0.400000 +3124.247314 0.000000 2704.745117 0.000000 0.967373 0.000000 0.253357 0.400000 0.400000 0.400000 +3144.272705 0.000000 2687.925049 0.000000 0.432505 0.000000 0.901631 0.400000 0.400000 0.400000 +3101.189209 0.000000 2723.521973 0.000000 0.480621 0.000000 0.876928 0.400000 0.400000 0.400000 +3100.453613 0.000000 2716.704590 0.000000 0.910138 0.000000 -0.414305 0.400000 0.400000 0.400000 +3111.395752 0.000000 2719.290283 0.000000 0.182158 0.000000 -0.983269 0.400000 0.400000 0.400000 +3148.058838 0.000000 2682.919922 0.000000 0.501601 0.000000 0.865099 0.400000 0.400000 0.400000 +3149.937500 0.000000 2717.647217 0.000000 0.726147 0.000000 -0.687539 0.400000 0.400000 0.400000 +3135.145752 0.000000 2692.233398 0.000000 0.808339 0.000000 0.588718 0.400000 0.400000 0.400000 +3112.953857 0.000000 2709.165527 0.000000 0.822878 0.000000 -0.568218 0.400000 0.400000 0.400000 +3156.541260 0.000000 2681.175781 0.000000 0.321146 0.000000 -0.947030 0.400000 0.400000 0.400000 +3128.930176 0.000000 2690.010254 0.000000 0.271332 0.000000 -0.962486 0.400000 0.400000 0.400000 +3154.019043 0.000000 2710.343018 0.000000 0.003871 0.000000 -0.999992 0.400000 0.400000 0.400000 +3138.961426 0.000000 2686.680420 0.000000 0.986086 0.000000 0.166233 0.400000 0.400000 0.400000 +3126.678711 0.000000 2699.704590 0.000000 0.996789 0.000000 0.080076 0.400000 0.400000 0.400000 +3134.402100 0.000000 2721.917725 0.000000 0.998530 0.000000 -0.054205 0.400000 0.400000 0.400000 +3125.199219 0.000000 2715.606934 0.000000 0.100359 0.000000 -0.994951 0.400000 0.400000 0.400000 +3117.909668 0.000000 2717.803467 0.000000 0.723605 0.000000 0.690214 0.400000 0.400000 0.400000 +3167.202637 0.000000 2716.130127 0.000000 0.861620 0.000000 -0.507555 0.400000 0.400000 0.400000 +3109.229736 0.000000 2714.784180 0.000000 0.815956 0.000000 -0.578114 0.400000 0.400000 0.400000 +3165.168701 0.000000 2681.946533 0.000000 0.371081 0.000000 0.928601 0.400000 0.400000 0.400000 +3127.916504 0.000000 2722.384277 0.000000 0.990497 0.000000 -0.137534 0.400000 0.400000 0.400000 +3124.009521 0.000000 2731.019531 0.000000 0.998019 0.000000 -0.062915 0.400000 0.400000 0.400000 +3157.197510 0.000000 2676.093994 0.000000 0.966589 0.000000 0.256333 0.400000 0.400000 0.400000 +3132.886719 0.000000 2699.714844 0.000000 0.859205 0.000000 0.511632 0.400000 0.400000 0.400000 +3153.100342 0.000000 2684.493652 0.000000 0.998836 0.000000 0.048238 0.400000 0.400000 0.400000 +3117.656250 0.000000 2701.816162 0.000000 0.745175 0.000000 -0.666869 0.400000 0.400000 0.400000 +3154.737061 0.000000 2720.287354 0.000000 0.356155 0.000000 0.934427 0.400000 0.400000 0.400000 +3165.763916 0.000000 2708.586670 0.000000 0.461163 0.000000 -0.887316 0.400000 0.400000 0.400000 +3120.156250 0.000000 2724.562988 0.000000 0.293021 0.000000 0.956106 0.400000 0.400000 0.400000 +3158.988770 0.000000 2712.651123 0.000000 0.993992 0.000000 -0.109454 0.400000 0.400000 0.400000 +3121.549561 0.000000 2709.030029 0.000000 0.596160 0.000000 0.802865 0.400000 0.400000 0.400000 +3127.963135 0.000000 2729.458008 0.000000 0.855078 0.000000 0.518499 0.400000 0.400000 0.400000 +3116.760742 0.000000 2711.076660 0.000000 0.128720 0.000000 -0.991681 0.400000 0.400000 0.400000 +3113.419189 0.000000 2704.933838 0.000000 0.644920 0.000000 0.764250 0.400000 0.400000 0.400000 +3151.271729 0.000000 2713.492188 0.000000 0.073962 0.000000 0.997261 0.400000 0.400000 0.400000 +3137.607178 0.000000 2710.987549 0.000000 0.867507 0.000000 0.497425 0.400000 0.400000 0.400000 +3101.591309 0.000000 2710.306641 0.000000 0.308783 0.000000 -0.951133 0.400000 0.400000 0.400000 +3133.627686 0.000000 2716.245605 0.000000 0.536503 0.000000 0.843898 0.400000 0.400000 0.400000 +3134.935303 0.000000 2726.083008 0.000000 0.984821 0.000000 -0.173572 0.400000 0.400000 0.400000 +3110.987549 0.000000 2730.946533 0.000000 0.754025 0.000000 0.656846 0.400000 0.400000 0.400000 +3139.798096 0.000000 2718.208496 0.000000 0.369168 0.000000 -0.929363 0.400000 0.400000 0.400000 +3099.584229 0.000000 2732.388428 0.000000 0.058837 0.000000 -0.998268 0.400000 0.400000 0.400000 +3143.316650 0.000000 2721.388672 0.000000 0.997452 0.000000 0.071343 0.400000 0.400000 0.400000 +3104.194824 0.000000 2715.902832 0.000000 0.887939 0.000000 0.459962 0.400000 0.400000 0.400000 +3125.978516 0.000000 2719.112305 0.000000 0.417752 0.000000 -0.908561 0.400000 0.400000 0.400000 +3154.404297 0.000000 2687.868164 0.000000 0.896604 0.000000 0.442834 0.400000 0.400000 0.400000 +3150.272217 0.000000 2691.723877 0.000000 0.572625 0.000000 -0.819818 0.400000 0.400000 0.400000 +3156.830566 0.000000 2725.045410 0.000000 0.346907 0.000000 0.937900 0.400000 0.400000 0.400000 +3136.335693 0.000000 2718.519531 0.000000 0.858670 0.000000 0.512529 0.400000 0.400000 0.400000 +3146.724854 0.000000 2715.616699 0.000000 0.197276 0.000000 0.980348 0.400000 0.400000 0.400000 +3134.760254 0.000000 2712.955811 0.000000 0.800474 0.000000 0.599367 0.400000 0.400000 0.400000 +3164.167725 0.000000 2717.787598 0.000000 0.270315 0.000000 -0.962772 0.400000 0.400000 0.400000 +3146.621338 0.000000 2719.041748 0.000000 0.938100 0.000000 -0.346365 0.400000 0.400000 0.400000 +3119.051514 0.000000 2720.987549 0.000000 0.999974 0.000000 -0.007151 0.400000 0.400000 0.400000 +3132.727539 0.000000 2706.080566 0.000000 0.164147 0.000000 0.986436 0.400000 0.400000 0.400000 +3132.946289 0.000000 2729.130859 0.000000 0.973370 0.000000 0.229238 0.400000 0.400000 0.400000 +3137.987061 0.000000 2689.970947 0.000000 0.085077 0.000000 0.996374 0.400000 0.400000 0.400000 +3129.856445 0.000000 2698.658447 0.000000 0.815973 0.000000 0.578090 0.400000 0.400000 0.400000 +3133.968262 0.000000 2702.819092 0.000000 0.824722 0.000000 -0.565538 0.400000 0.400000 0.400000 +3123.097412 0.000000 2711.808838 0.000000 0.297778 0.000000 0.954635 0.400000 0.400000 0.400000 +3117.302490 0.000000 2714.683350 0.000000 0.649307 0.000000 0.760526 0.400000 0.400000 0.400000 +3100.934082 0.000000 2713.509521 0.000000 0.962494 0.000000 0.271305 0.400000 0.400000 0.400000 +3097.502441 0.000000 2723.858154 0.000000 0.738790 0.000000 0.673936 0.400000 0.400000 0.400000 +3141.989014 0.000000 2685.857666 0.000000 0.434837 0.000000 0.900509 0.400000 0.400000 0.400000 +3124.364014 0.000000 2697.700684 0.000000 0.788060 0.000000 0.615598 0.400000 0.400000 0.400000 +3127.473633 0.000000 2725.321289 0.000000 0.816300 0.000000 0.577628 0.400000 0.400000 0.400000 +3157.079102 0.000000 2710.403076 0.000000 0.824809 0.000000 0.565412 0.400000 0.400000 0.400000 +3133.408691 0.000000 2719.201416 0.000000 0.999973 0.000000 -0.007412 0.400000 0.400000 0.400000 +3151.717773 0.000000 2727.480469 0.000000 0.995620 0.000000 0.093487 0.400000 0.400000 0.400000 +3155.563721 0.000000 2712.758301 0.000000 0.588432 0.000000 0.808547 0.400000 0.400000 0.400000 +3098.467285 0.000000 2714.573730 0.000000 0.909600 0.000000 0.415486 0.400000 0.400000 0.400000 +3139.459229 0.000000 2713.129639 0.000000 0.404972 0.000000 -0.914329 0.400000 0.400000 0.400000 +3130.537842 0.000000 2701.166504 0.000000 0.372238 0.000000 -0.928137 0.400000 0.400000 0.400000 +3072.030518 0.000000 2744.346924 0.000000 0.316026 0.000000 0.948750 0.400000 0.400000 0.400000 +3089.384521 0.000000 2750.622803 0.000000 0.140497 0.000000 -0.990081 0.400000 0.400000 0.400000 +3063.604736 0.000000 2736.039551 0.000000 0.804158 0.000000 0.594416 0.400000 0.400000 0.400000 +3079.650879 0.000000 2750.573975 0.000000 0.049181 0.000000 -0.998790 0.400000 0.400000 0.400000 +3063.635010 0.000000 2747.945068 0.000000 0.577052 0.000000 0.816707 0.400000 0.400000 0.400000 +3077.166016 0.000000 2737.013428 0.000000 0.504270 0.000000 -0.863546 0.400000 0.400000 0.400000 +3090.794922 0.000000 2742.581055 0.000000 0.976223 0.000000 0.216768 0.400000 0.400000 0.400000 +3070.286377 0.000000 2737.736816 0.000000 0.993615 0.000000 -0.112826 0.400000 0.400000 0.400000 +3065.777344 0.000000 2741.868896 0.000000 0.549037 0.000000 0.835798 0.400000 0.400000 0.400000 +3060.453857 0.000000 2742.207764 0.000000 0.407816 0.000000 -0.913064 0.400000 0.400000 0.400000 +3093.438721 0.000000 2746.957764 0.000000 0.986093 0.000000 0.166193 0.400000 0.400000 0.400000 +3081.294189 0.000000 2739.286621 0.000000 0.695692 0.000000 -0.718340 0.400000 0.400000 0.400000 +3074.886230 0.000000 2740.948486 0.000000 0.526305 0.000000 -0.850296 0.400000 0.400000 0.400000 +3086.565430 0.000000 2740.530029 0.000000 0.589734 0.000000 0.807598 0.400000 0.400000 0.400000 +3087.243164 0.000000 2744.623779 0.000000 0.802554 0.000000 -0.596580 0.400000 0.400000 0.400000 +3089.347168 0.000000 2737.620605 0.000000 0.607605 0.000000 -0.794239 0.400000 0.400000 0.400000 +3073.527588 0.000000 2735.578857 0.000000 0.567840 0.000000 -0.823139 0.400000 0.400000 0.400000 +3066.617676 0.000000 2738.234863 0.000000 0.615758 0.000000 0.787935 0.400000 0.400000 0.400000 +3063.025146 0.000000 2739.575684 0.000000 0.894358 0.000000 0.447352 0.400000 0.400000 0.400000 +3063.269775 0.000000 2744.279053 0.000000 0.965762 0.000000 0.259431 0.400000 0.400000 0.400000 +3093.286133 0.000000 2740.083496 0.000000 0.782241 0.000000 0.622975 0.400000 0.400000 0.400000 +3090.025146 0.000000 2747.278809 0.000000 0.851227 0.000000 0.524798 0.400000 0.400000 0.400000 +3108.468018 0.000000 2736.291992 0.000000 0.504185 0.000000 -0.863595 0.400000 0.400000 0.400000 +3106.548340 0.000000 2746.933105 0.000000 0.987127 0.000000 -0.159941 0.400000 0.400000 0.400000 +3119.935059 0.000000 2735.804932 0.000000 0.014696 0.000000 0.999892 0.400000 0.400000 0.400000 +3103.300537 0.000000 2740.680176 0.000000 0.775005 0.000000 0.631955 0.400000 0.400000 0.400000 +3114.330566 0.000000 2739.630859 0.000000 0.999067 0.000000 -0.043195 0.400000 0.400000 0.400000 +3104.757812 0.000000 2736.911865 0.000000 0.624166 0.000000 -0.781291 0.400000 0.400000 0.400000 +3106.532959 0.000000 2739.885010 0.000000 0.657231 0.000000 0.753689 0.400000 0.400000 0.400000 +3191.243164 0.000000 2657.866455 0.000000 0.860707 0.000000 0.509100 0.400000 0.400000 0.400000 +3231.376953 0.000000 2650.337646 0.000000 0.134037 0.000000 0.990976 0.400000 0.400000 0.400000 +3213.018311 0.000000 2661.123047 0.000000 0.861257 0.000000 -0.508170 0.400000 0.400000 0.400000 +3219.005859 0.000000 2650.451416 0.000000 0.301260 0.000000 -0.953542 0.400000 0.400000 0.400000 +3235.671631 0.000000 2640.724609 0.000000 0.520252 0.000000 -0.854013 0.400000 0.400000 0.400000 +3224.313721 0.000000 2659.380859 0.000000 0.905229 0.000000 -0.424923 0.400000 0.400000 0.400000 +3237.595215 0.000000 2648.911133 0.000000 0.999992 0.000000 0.003912 0.400000 0.400000 0.400000 +3218.221680 0.000000 2656.938721 0.000000 0.138907 0.000000 0.990305 0.400000 0.400000 0.400000 +3206.188721 0.000000 2660.237061 0.000000 0.054304 0.000000 -0.998524 0.400000 0.400000 0.400000 +3210.388184 0.000000 2656.042725 0.000000 0.332000 0.000000 0.943279 0.400000 0.400000 0.400000 +3239.194824 0.000000 2644.145752 0.000000 0.899053 0.000000 -0.437840 0.400000 0.400000 0.400000 +3237.756104 0.000000 2636.602295 0.000000 0.001358 0.000000 -0.999999 0.400000 0.400000 0.400000 +3217.765137 0.000000 2662.050781 0.000000 0.977861 0.000000 0.209256 0.400000 0.400000 0.400000 +3192.950195 0.000000 2661.985352 0.000000 0.947445 0.000000 0.319919 0.400000 0.400000 0.400000 +3232.366455 0.000000 2661.565674 0.000000 0.497466 0.000000 0.867483 0.400000 0.400000 0.400000 +3223.091309 0.000000 2649.440430 0.000000 0.566205 0.000000 -0.824264 0.400000 0.400000 0.400000 +3228.822754 0.000000 2653.061035 0.000000 0.016115 0.000000 0.999870 0.400000 0.400000 0.400000 +3226.570068 0.000000 2656.481934 0.000000 0.429129 0.000000 -0.903243 0.400000 0.400000 0.400000 +3209.656738 0.000000 2660.548340 0.000000 0.889488 0.000000 -0.456959 0.400000 0.400000 0.400000 +3238.480713 0.000000 2661.926270 0.000000 0.509666 0.000000 -0.860372 0.400000 0.400000 0.400000 +3236.159912 0.000000 2645.803223 0.000000 0.674609 0.000000 0.738175 0.400000 0.400000 0.400000 +3218.613525 0.000000 2647.057373 0.000000 0.250044 0.000000 -0.968235 0.400000 0.400000 0.400000 +3229.260498 0.000000 2646.029541 0.000000 0.810875 0.000000 0.585219 0.400000 0.400000 0.400000 +3217.862305 0.000000 2653.615967 0.000000 0.566928 0.000000 -0.823767 0.400000 0.400000 0.400000 +3196.694824 0.000000 2662.427246 0.000000 0.998805 0.000000 -0.048870 0.400000 0.400000 0.400000 +3230.645264 0.000000 2659.278076 0.000000 0.936423 0.000000 0.350873 0.400000 0.400000 0.400000 +3234.929443 0.000000 2662.500488 0.000000 0.113055 0.000000 0.993589 0.400000 0.400000 0.400000 +3263.235352 0.000000 2657.866455 0.000000 0.280955 0.000000 -0.959721 0.400000 0.400000 0.400000 +3241.871094 0.000000 2639.826660 0.000000 0.499168 0.000000 -0.866505 0.400000 0.400000 0.400000 +3281.504395 0.000000 2643.096436 0.000000 0.412255 0.000000 0.911069 0.400000 0.400000 0.400000 +3297.807861 0.000000 2632.877441 0.000000 0.210713 0.000000 -0.977548 0.400000 0.400000 0.400000 +3245.905029 0.000000 2657.314697 0.000000 0.938352 0.000000 -0.345682 0.400000 0.400000 0.400000 +3248.836182 0.000000 2624.428467 0.000000 0.307233 0.000000 -0.951634 0.400000 0.400000 0.400000 +3258.144531 0.000000 2642.466797 0.000000 0.466555 0.000000 0.884492 0.400000 0.400000 0.400000 +3306.327148 0.000000 2621.355713 0.000000 0.684566 0.000000 0.728951 0.400000 0.400000 0.400000 +3269.989746 0.000000 2638.469971 0.000000 0.685348 0.000000 -0.728216 0.400000 0.400000 0.400000 +3274.877930 0.000000 2654.364746 0.000000 0.331229 0.000000 0.943551 0.400000 0.400000 0.400000 +3290.998047 0.000000 2650.451416 0.000000 0.837551 0.000000 -0.546359 0.400000 0.400000 0.400000 +3307.769043 0.000000 2659.750244 0.000000 0.978879 0.000000 0.204441 0.400000 0.400000 0.400000 +3307.663818 0.000000 2640.724609 0.000000 0.971517 0.000000 -0.236968 0.400000 0.400000 0.400000 +3252.442627 0.000000 2633.972900 0.000000 0.643319 0.000000 0.765598 0.400000 0.400000 0.400000 +3249.279785 0.000000 2647.540771 0.000000 0.997492 0.000000 0.070774 0.400000 0.400000 0.400000 +3291.274170 0.000000 2640.152100 0.000000 0.802122 0.000000 0.597160 0.400000 0.400000 0.400000 +3240.211670 0.000000 2648.945312 0.000000 0.973049 0.000000 0.230600 0.400000 0.400000 0.400000 +3254.754639 0.000000 2654.943359 0.000000 0.198816 0.000000 -0.980037 0.400000 0.400000 0.400000 +3308.577881 0.000000 2632.109619 0.000000 0.080273 0.000000 0.996773 0.400000 0.400000 0.400000 +3261.727051 0.000000 2634.435547 0.000000 0.999915 0.000000 0.013060 0.400000 0.400000 0.400000 +3298.906494 0.000000 2643.548096 0.000000 0.754976 0.000000 -0.655753 0.400000 0.400000 0.400000 +3271.715576 0.000000 2662.284912 0.000000 0.778589 0.000000 -0.627534 0.400000 0.400000 0.400000 +3274.185059 0.000000 2646.189697 0.000000 0.063742 0.000000 -0.997966 0.400000 0.400000 0.400000 +3284.477295 0.000000 2635.807861 0.000000 0.899438 0.000000 -0.437049 0.400000 0.400000 0.400000 +3299.858398 0.000000 2625.439453 0.000000 0.586773 0.000000 0.809752 0.400000 0.400000 0.400000 +3248.937500 0.000000 2640.367920 0.000000 0.533415 0.000000 0.845853 0.400000 0.400000 0.400000 +3239.762939 0.000000 2660.145020 0.000000 0.440864 0.000000 0.897574 0.400000 0.400000 0.400000 +3259.989990 0.000000 2650.438965 0.000000 0.807099 0.000000 -0.590416 0.400000 0.400000 0.400000 +3277.524902 0.000000 2637.416016 0.000000 0.894586 0.000000 -0.446896 0.400000 0.400000 0.400000 +3245.557617 0.000000 2634.225098 0.000000 0.877972 0.000000 0.478712 0.400000 0.400000 0.400000 +3251.305420 0.000000 2660.849609 0.000000 0.246814 0.000000 0.969063 0.400000 0.400000 0.400000 +3303.429932 0.000000 2635.984619 0.000000 0.729627 0.000000 0.683846 0.400000 0.400000 0.400000 +3258.067383 0.000000 2661.348877 0.000000 0.565437 0.000000 -0.824791 0.400000 0.400000 0.400000 +3268.566406 0.000000 2654.205078 0.000000 0.452372 0.000000 -0.891830 0.400000 0.400000 0.400000 +3264.471680 0.000000 2641.639648 0.000000 0.956354 0.000000 0.292212 0.400000 0.400000 0.400000 +3287.583496 0.000000 2645.253174 0.000000 0.665014 0.000000 0.746831 0.400000 0.400000 0.400000 +3302.260010 0.000000 2656.408447 0.000000 0.966344 0.000000 -0.257253 0.400000 0.400000 0.400000 +3268.231689 0.000000 2632.760742 0.000000 0.997485 0.000000 -0.070876 0.400000 0.400000 0.400000 +3305.240479 0.000000 2627.426270 0.000000 0.718331 0.000000 0.695702 0.400000 0.400000 0.400000 +3245.173584 0.000000 2651.537598 0.000000 0.992322 0.000000 0.123681 0.400000 0.400000 0.400000 +3244.437988 0.000000 2644.720215 0.000000 0.887330 0.000000 -0.461135 0.400000 0.400000 0.400000 +3255.380127 0.000000 2647.305908 0.000000 0.917412 0.000000 0.397939 0.400000 0.400000 0.400000 +3248.835693 0.000000 2629.895020 0.000000 0.995039 0.000000 0.099486 0.400000 0.400000 0.400000 +3256.938232 0.000000 2637.181152 0.000000 0.749101 0.000000 0.662456 0.400000 0.400000 0.400000 +3304.527344 0.000000 2645.095703 0.000000 0.748413 0.000000 -0.663233 0.400000 0.400000 0.400000 +3298.003418 0.000000 2638.358643 0.000000 0.563414 0.000000 0.826175 0.400000 0.400000 0.400000 +3269.183594 0.000000 2643.622559 0.000000 0.998487 0.000000 -0.054989 0.400000 0.400000 0.400000 +3250.066895 0.000000 2653.119141 0.000000 0.998250 0.000000 0.059138 0.400000 0.400000 0.400000 +3286.177490 0.000000 2640.403076 0.000000 0.770605 0.000000 0.637313 0.400000 0.400000 0.400000 +3274.216064 0.000000 2641.157227 0.000000 0.733102 0.000000 -0.680118 0.400000 0.400000 0.400000 +3261.894043 0.000000 2645.819092 0.000000 0.301471 0.000000 -0.953475 0.400000 0.400000 0.400000 +3253.214111 0.000000 2642.799805 0.000000 0.626634 0.000000 0.779313 0.400000 0.400000 0.400000 +3271.900879 0.000000 2650.399902 0.000000 0.639106 0.000000 -0.769118 0.400000 0.400000 0.400000 +3267.993896 0.000000 2659.035156 0.000000 0.622961 0.000000 -0.782253 0.400000 0.400000 0.400000 +3309.416748 0.000000 2625.077637 0.000000 0.468526 0.000000 0.883450 0.400000 0.400000 0.400000 +3302.398682 0.000000 2631.141602 0.000000 0.146552 0.000000 -0.989203 0.400000 0.400000 0.400000 +3302.973145 0.000000 2640.666748 0.000000 0.478676 0.000000 0.877991 0.400000 0.400000 0.400000 +3300.386719 0.000000 2661.263916 0.000000 0.902578 0.000000 0.430526 0.400000 0.400000 0.400000 +3264.942383 0.000000 2661.985352 0.000000 0.944176 0.000000 0.329442 0.400000 0.400000 0.400000 +3271.947510 0.000000 2657.473633 0.000000 0.545949 0.000000 0.837819 0.400000 0.400000 0.400000 +3260.745117 0.000000 2639.092285 0.000000 0.476003 0.000000 0.879444 0.400000 0.400000 0.400000 +3244.617188 0.000000 2628.583008 0.000000 0.481174 0.000000 -0.876625 0.400000 0.400000 0.400000 +3252.698975 0.000000 2638.217285 0.000000 0.723041 0.000000 -0.690805 0.400000 0.400000 0.400000 +3273.506348 0.000000 2635.958008 0.000000 0.110905 0.000000 0.993831 0.400000 0.400000 0.400000 +3257.403564 0.000000 2632.949463 0.000000 0.793419 0.000000 -0.608676 0.400000 0.400000 0.400000 +3295.256104 0.000000 2641.507812 0.000000 0.054285 0.000000 -0.998525 0.400000 0.400000 0.400000 +3281.591553 0.000000 2639.003174 0.000000 0.228743 0.000000 -0.973487 0.400000 0.400000 0.400000 +3253.720215 0.000000 2650.939941 0.000000 0.973469 0.000000 -0.228819 0.400000 0.400000 0.400000 +3249.140625 0.000000 2636.355225 0.000000 0.981630 0.000000 -0.190793 0.400000 0.400000 0.400000 +3283.782471 0.000000 2646.224121 0.000000 0.999383 0.000000 0.035133 0.400000 0.400000 0.400000 +3304.358643 0.000000 2661.565674 0.000000 0.932336 0.000000 -0.361592 0.400000 0.400000 0.400000 +3248.179199 0.000000 2643.918457 0.000000 0.999973 0.000000 0.007401 0.400000 0.400000 0.400000 +3269.962891 0.000000 2647.127930 0.000000 0.986544 0.000000 0.163497 0.400000 0.400000 0.400000 +3257.039795 0.000000 2652.322754 0.000000 0.975644 0.000000 0.219360 0.400000 0.400000 0.400000 +3261.555664 0.000000 2661.015625 0.000000 0.986059 0.000000 -0.166394 0.400000 0.400000 0.400000 +3310.472900 0.000000 2661.926270 0.000000 0.583419 0.000000 -0.812172 0.400000 0.400000 0.400000 +3299.987793 0.000000 2635.598145 0.000000 0.524618 0.000000 -0.851338 0.400000 0.400000 0.400000 +3263.035889 0.000000 2649.003174 0.000000 0.857460 0.000000 -0.514551 0.400000 0.400000 0.400000 +3275.107910 0.000000 2651.024414 0.000000 0.152694 0.000000 -0.988273 0.400000 0.400000 0.400000 +3304.587402 0.000000 2624.258789 0.000000 0.992712 0.000000 0.120515 0.400000 0.400000 0.400000 +3248.664551 0.000000 2633.168701 0.000000 0.458634 0.000000 0.888625 0.400000 0.400000 0.400000 +3267.081787 0.000000 2639.824463 0.000000 0.415524 0.000000 0.909582 0.400000 0.400000 0.400000 +3261.286865 0.000000 2642.698975 0.000000 0.325987 0.000000 0.945374 0.400000 0.400000 0.400000 +3255.060059 0.000000 2662.161865 0.000000 0.628648 0.000000 -0.777690 0.400000 0.400000 0.400000 +3246.989990 0.000000 2654.304443 0.000000 0.254919 0.000000 -0.966962 0.400000 0.400000 0.400000 +3268.365479 0.000000 2635.855225 0.000000 0.398552 0.000000 0.917146 0.400000 0.400000 0.400000 +3280.668457 0.000000 2636.153564 0.000000 0.098857 0.000000 -0.995102 0.400000 0.400000 0.400000 +3246.318848 0.000000 2626.018066 0.000000 0.149303 0.000000 -0.988792 0.400000 0.400000 0.400000 +3301.063477 0.000000 2638.418701 0.000000 0.466667 0.000000 0.884433 0.400000 0.400000 0.400000 +3251.186768 0.000000 2649.707764 0.000000 0.923546 0.000000 -0.383488 0.400000 0.400000 0.400000 +3303.934570 0.000000 2633.358154 0.000000 0.680202 0.000000 0.733025 0.400000 0.400000 0.400000 +3169.345947 0.000000 2681.261230 0.000000 0.993800 0.000000 0.111179 0.400000 0.400000 0.400000 +3221.969482 0.000000 2688.109131 0.000000 0.958111 0.000000 0.286396 0.400000 0.400000 0.400000 +3231.376953 0.000000 2722.322021 0.000000 0.998946 0.000000 0.045893 0.400000 0.400000 0.400000 +3193.501709 0.000000 2698.783936 0.000000 0.288479 0.000000 0.957486 0.400000 0.400000 0.400000 +3199.569092 0.000000 2672.045410 0.000000 0.493723 0.000000 -0.869619 0.400000 0.400000 0.400000 +3169.878906 0.000000 2711.811035 0.000000 0.046847 0.000000 -0.998902 0.400000 0.400000 0.400000 +3209.512207 0.000000 2715.080811 0.000000 0.967048 0.000000 0.254594 0.400000 0.400000 0.400000 +3180.460205 0.000000 2664.307617 0.000000 0.840047 0.000000 -0.542513 0.400000 0.400000 0.400000 +3225.815674 0.000000 2704.861816 0.000000 0.462351 0.000000 -0.886697 0.400000 0.400000 0.400000 +3213.018311 0.000000 2733.107422 0.000000 0.854057 0.000000 -0.520179 0.400000 0.400000 0.400000 +3209.672852 0.000000 2700.694824 0.000000 0.032650 0.000000 0.999467 0.400000 0.400000 0.400000 +3234.334961 0.000000 2693.340088 0.000000 0.689989 0.000000 0.723820 0.400000 0.400000 0.400000 +3197.997559 0.000000 2710.454346 0.000000 0.390282 0.000000 0.920695 0.400000 0.400000 0.400000 +3178.540527 0.000000 2674.948730 0.000000 0.944851 0.000000 0.327502 0.400000 0.400000 0.400000 +3235.776855 0.000000 2731.734619 0.000000 0.125407 0.000000 0.992105 0.400000 0.400000 0.400000 +3235.671631 0.000000 2712.708984 0.000000 0.313987 0.000000 0.949427 0.400000 0.400000 0.400000 +3224.313721 0.000000 2731.365234 0.000000 0.696434 0.000000 -0.717620 0.400000 0.400000 0.400000 +3180.450439 0.000000 2705.957275 0.000000 0.746186 0.000000 0.665738 0.400000 0.400000 0.400000 +3177.287598 0.000000 2719.525146 0.000000 0.997953 0.000000 0.063948 0.400000 0.400000 0.400000 +3219.281982 0.000000 2712.136475 0.000000 0.074520 0.000000 -0.997220 0.400000 0.400000 0.400000 +3189.749756 0.000000 2673.573975 0.000000 0.622735 0.000000 -0.782433 0.400000 0.400000 0.400000 +3219.561523 0.000000 2697.495117 0.000000 0.793406 0.000000 0.608693 0.400000 0.400000 0.400000 +3168.219482 0.000000 2720.929688 0.000000 0.421922 0.000000 -0.906632 0.400000 0.400000 0.400000 +3212.575195 0.000000 2692.204590 0.000000 0.909073 0.000000 -0.416638 0.400000 0.400000 0.400000 +3236.585693 0.000000 2704.093994 0.000000 0.359526 0.000000 0.933135 0.400000 0.400000 0.400000 +3189.734863 0.000000 2706.419922 0.000000 0.017412 0.000000 0.999848 0.400000 0.400000 0.400000 +3226.914307 0.000000 2715.532471 0.000000 0.174515 0.000000 0.984655 0.400000 0.400000 0.400000 +3202.211914 0.000000 2703.708008 0.000000 0.923926 0.000000 -0.382571 0.400000 0.400000 0.400000 +3211.477783 0.000000 2722.360596 0.000000 0.086455 0.000000 -0.996256 0.400000 0.400000 0.400000 +3170.262695 0.000000 2674.067139 0.000000 0.030786 0.000000 -0.999526 0.400000 0.400000 0.400000 +3185.187500 0.000000 2700.490479 0.000000 0.621856 0.000000 0.783132 0.400000 0.400000 0.400000 +3176.945312 0.000000 2712.352295 0.000000 0.470787 0.000000 0.882247 0.400000 0.400000 0.400000 +3193.224609 0.000000 2679.532227 0.000000 0.954177 0.000000 0.299242 0.400000 0.400000 0.400000 +3175.292725 0.000000 2668.695801 0.000000 0.891886 0.000000 -0.452261 0.400000 0.400000 0.400000 +3225.229248 0.000000 2724.809814 0.000000 0.992856 0.000000 0.119315 0.400000 0.400000 0.400000 +3173.565430 0.000000 2706.209473 0.000000 0.754340 0.000000 0.656484 0.400000 0.400000 0.400000 +3237.595215 0.000000 2720.895508 0.000000 0.360319 0.000000 -0.932829 0.400000 0.400000 0.400000 +3231.437744 0.000000 2707.968994 0.000000 0.224154 0.000000 -0.974554 0.400000 0.400000 0.400000 +3218.221680 0.000000 2728.923096 0.000000 0.898007 0.000000 0.439981 0.400000 0.400000 0.400000 +3209.761719 0.000000 2669.884521 0.000000 0.986798 0.000000 -0.161957 0.400000 0.400000 0.400000 +3230.267822 0.000000 2728.392822 0.000000 0.603434 0.000000 0.797413 0.400000 0.400000 0.400000 +3194.072754 0.000000 2669.388184 0.000000 0.981742 0.000000 0.190219 0.400000 0.400000 0.400000 +3226.664795 0.000000 2691.663330 0.000000 0.602395 0.000000 0.798198 0.400000 0.400000 0.400000 +3196.239502 0.000000 2704.745117 0.000000 0.801112 0.000000 -0.598514 0.400000 0.400000 0.400000 +3184.237793 0.000000 2675.983398 0.000000 0.004275 0.000000 0.999991 0.400000 0.400000 0.400000 +3175.333252 0.000000 2680.189209 0.000000 0.978134 0.000000 -0.207978 0.400000 0.400000 0.400000 +3233.248291 0.000000 2699.410645 0.000000 0.191655 0.000000 0.981462 0.400000 0.400000 0.400000 +3238.935547 0.000000 2726.502197 0.000000 0.983054 0.000000 -0.183314 0.400000 0.400000 0.400000 +3172.445801 0.000000 2716.704590 0.000000 0.700162 0.000000 -0.713984 0.400000 0.400000 0.400000 +3176.843506 0.000000 2701.879395 0.000000 0.442720 0.000000 0.896660 0.400000 0.400000 0.400000 +3181.271973 0.000000 2669.729492 0.000000 0.999071 0.000000 0.043094 0.400000 0.400000 0.400000 +3232.535156 0.000000 2717.080078 0.000000 0.242048 0.000000 0.970264 0.400000 0.400000 0.400000 +3213.959961 0.000000 2697.347168 0.000000 0.566404 0.000000 0.824128 0.400000 0.400000 0.400000 +3226.011230 0.000000 2710.343018 0.000000 0.236857 0.000000 0.971545 0.400000 0.400000 0.400000 +3167.694336 0.000000 2707.074463 0.000000 0.998302 0.000000 0.058254 0.400000 0.400000 0.400000 +3198.670898 0.000000 2699.704590 0.000000 0.796747 0.000000 -0.604312 0.400000 0.400000 0.400000 +3218.754883 0.000000 2692.526855 0.000000 0.993753 0.000000 -0.111603 0.400000 0.400000 0.400000 +3214.185303 0.000000 2712.387451 0.000000 0.919463 0.000000 -0.393177 0.400000 0.400000 0.400000 +3202.618164 0.000000 2676.261475 0.000000 0.991312 0.000000 0.131534 0.400000 0.400000 0.400000 +3239.194824 0.000000 2716.130127 0.000000 0.348280 0.000000 0.937391 0.400000 0.400000 0.400000 +3181.221924 0.000000 2714.784180 0.000000 0.864394 0.000000 0.502816 0.400000 0.400000 0.400000 +3237.424561 0.000000 2697.062012 0.000000 0.396855 0.000000 -0.917881 0.400000 0.400000 0.400000 +3204.878906 0.000000 2699.714844 0.000000 0.179724 0.000000 -0.983717 0.400000 0.400000 0.400000 +3189.648438 0.000000 2701.816162 0.000000 0.589700 0.000000 0.807623 0.400000 0.400000 0.400000 +3230.406494 0.000000 2703.125977 0.000000 0.089365 0.000000 -0.995999 0.400000 0.400000 0.400000 +3226.729248 0.000000 2720.287354 0.000000 0.137942 0.000000 0.990440 0.400000 0.400000 0.400000 +3237.756104 0.000000 2708.586670 0.000000 0.482533 0.000000 0.875878 0.400000 0.400000 0.400000 +3209.604004 0.000000 2696.092773 0.000000 0.225906 0.000000 -0.974149 0.400000 0.400000 0.400000 +3230.980957 0.000000 2712.651123 0.000000 0.061117 0.000000 0.998131 0.400000 0.400000 0.400000 +3217.765137 0.000000 2734.035156 0.000000 0.753738 0.000000 -0.657175 0.400000 0.400000 0.400000 +3228.394531 0.000000 2733.248291 0.000000 0.236365 0.000000 -0.971664 0.400000 0.400000 0.400000 +3174.392090 0.000000 2675.991455 0.000000 0.717630 0.000000 0.696424 0.400000 0.400000 0.400000 +3188.752930 0.000000 2711.076660 0.000000 0.514601 0.000000 0.857430 0.400000 0.400000 0.400000 +3185.703125 0.000000 2671.922852 0.000000 0.961404 0.000000 -0.275139 0.400000 0.400000 0.400000 +3167.889404 0.000000 2715.663086 0.000000 0.288970 0.000000 -0.957338 0.400000 0.400000 0.400000 +3180.706787 0.000000 2710.201660 0.000000 0.382029 0.000000 0.924150 0.400000 0.400000 0.400000 +3223.263916 0.000000 2713.492188 0.000000 0.009095 0.000000 0.999959 0.400000 0.400000 0.400000 +3230.226807 0.000000 2693.976562 0.000000 0.295341 0.000000 -0.955392 0.400000 0.400000 0.400000 +3173.830078 0.000000 2684.035400 0.000000 0.366472 0.000000 0.930429 0.400000 0.400000 0.400000 +3221.242188 0.000000 2725.902100 0.000000 0.002501 0.000000 0.999997 0.400000 0.400000 0.400000 +3173.583496 0.000000 2710.306641 0.000000 0.982729 0.000000 -0.185052 0.400000 0.400000 0.400000 +3177.148438 0.000000 2708.339600 0.000000 0.521335 0.000000 0.853352 0.400000 0.400000 0.400000 +3206.927490 0.000000 2726.083008 0.000000 0.095003 0.000000 0.995477 0.400000 0.400000 0.400000 +3211.790283 0.000000 2718.208496 0.000000 0.055801 0.000000 -0.998442 0.400000 0.400000 0.400000 +3232.366455 0.000000 2733.550049 0.000000 0.916945 0.000000 -0.399014 0.400000 0.400000 0.400000 +3211.389648 0.000000 2673.390381 0.000000 0.370392 0.000000 -0.928876 0.400000 0.400000 0.400000 +3217.511963 0.000000 2663.594482 0.000000 0.451469 0.000000 -0.892287 0.400000 0.400000 0.400000 +3174.279297 0.000000 2672.304688 0.000000 0.221259 0.000000 0.975215 0.400000 0.400000 0.400000 +3198.060547 0.000000 2668.537842 0.000000 0.663015 0.000000 0.748606 0.400000 0.400000 0.400000 +3184.706055 0.000000 2679.880615 0.000000 0.782442 0.000000 -0.622724 0.400000 0.400000 0.400000 +3221.328369 0.000000 2733.400146 0.000000 0.160224 0.000000 -0.987081 0.400000 0.400000 0.400000 +3222.845459 0.000000 2669.893311 0.000000 0.356586 0.000000 0.934262 0.400000 0.400000 0.400000 +3217.566895 0.000000 2700.629395 0.000000 0.954069 0.000000 0.299587 0.400000 0.400000 0.400000 +3178.029053 0.000000 2671.184814 0.000000 0.375175 0.000000 -0.926954 0.400000 0.400000 0.400000 +3177.946289 0.000000 2682.770508 0.000000 0.535096 0.000000 0.844791 0.400000 0.400000 0.400000 +3222.264404 0.000000 2691.723877 0.000000 0.999124 0.000000 -0.041844 0.400000 0.400000 0.400000 +3236.942383 0.000000 2700.640625 0.000000 0.304649 0.000000 0.952465 0.400000 0.400000 0.400000 +3181.702393 0.000000 2673.398438 0.000000 0.146111 0.000000 -0.989268 0.400000 0.400000 0.400000 +3170.426270 0.000000 2704.707275 0.000000 0.134443 0.000000 -0.990921 0.400000 0.400000 0.400000 +3238.480713 0.000000 2733.910645 0.000000 0.870911 0.000000 0.491441 0.400000 0.400000 0.400000 +3236.159912 0.000000 2717.787598 0.000000 0.497372 0.000000 0.867537 0.400000 0.400000 0.400000 +3227.995605 0.000000 2707.582520 0.000000 0.976562 0.000000 -0.215235 0.400000 0.400000 0.400000 +3221.521484 0.000000 2729.377197 0.000000 0.618499 0.000000 0.785786 0.400000 0.400000 0.400000 +3181.019775 0.000000 2677.242676 0.000000 0.447717 0.000000 -0.894175 0.400000 0.400000 0.400000 +3234.197510 0.000000 2720.490479 0.000000 0.940105 0.000000 -0.340885 0.400000 0.400000 0.400000 +3191.705811 0.000000 2676.501465 0.000000 0.195791 0.000000 0.980646 0.400000 0.400000 0.400000 +3229.260498 0.000000 2718.013916 0.000000 0.958819 0.000000 -0.284018 0.400000 0.400000 0.400000 +3178.525146 0.000000 2667.900635 0.000000 0.283936 0.000000 -0.958843 0.400000 0.400000 0.400000 +3195.589600 0.000000 2701.303223 0.000000 0.941378 0.000000 0.337353 0.400000 0.400000 0.400000 +3199.487305 0.000000 2705.420898 0.000000 0.305691 0.000000 0.952131 0.400000 0.400000 0.400000 +3232.595215 0.000000 2696.243164 0.000000 0.605749 0.000000 0.795656 0.400000 0.400000 0.400000 +3201.848633 0.000000 2698.658447 0.000000 0.814787 0.000000 -0.579760 0.400000 0.400000 0.400000 +3182.472168 0.000000 2703.476562 0.000000 0.557850 0.000000 0.829941 0.400000 0.400000 0.400000 +3172.926270 0.000000 2713.509521 0.000000 0.925881 0.000000 0.377815 0.400000 0.400000 0.400000 +3230.122803 0.000000 2699.879150 0.000000 0.991647 0.000000 -0.128981 0.400000 0.400000 0.400000 +3213.003906 0.000000 2715.300537 0.000000 0.580512 0.000000 -0.814252 0.400000 0.400000 0.400000 +3239.229004 0.000000 2712.596680 0.000000 0.980798 0.000000 -0.195025 0.400000 0.400000 0.400000 +3233.606201 0.000000 2703.015869 0.000000 0.249052 0.000000 -0.968490 0.400000 0.400000 0.400000 +3192.775391 0.000000 2672.336670 0.000000 0.302531 0.000000 -0.953140 0.400000 0.400000 0.400000 +3196.373291 0.000000 2707.839600 0.000000 0.021477 0.000000 -0.999769 0.400000 0.400000 0.400000 +3199.546631 0.000000 2696.642822 0.000000 0.468741 0.000000 0.883336 0.400000 0.400000 0.400000 +3174.119385 0.000000 2703.226318 0.000000 0.739646 0.000000 0.672997 0.400000 0.400000 0.400000 +3187.154053 0.000000 2674.998291 0.000000 0.997819 0.000000 -0.066004 0.400000 0.400000 0.400000 +3222.353760 0.000000 2710.692139 0.000000 0.987278 0.000000 0.159002 0.400000 0.400000 0.400000 +3207.638916 0.000000 2698.572021 0.000000 0.951486 0.000000 -0.307691 0.400000 0.400000 0.400000 +3230.645264 0.000000 2731.262451 0.000000 0.358312 0.000000 0.933602 0.400000 0.400000 0.400000 +3167.890869 0.000000 2709.856201 0.000000 0.858091 0.000000 -0.513497 0.400000 0.400000 0.400000 +3170.775391 0.000000 2683.827637 0.000000 0.186609 0.000000 -0.982434 0.400000 0.400000 0.400000 +3200.245117 0.000000 2674.789062 0.000000 0.996278 0.000000 0.086203 0.400000 0.400000 0.400000 +3187.736572 0.000000 2699.463867 0.000000 0.970871 0.000000 0.239601 0.400000 0.400000 0.400000 +3239.544434 0.000000 2704.325928 0.000000 0.619557 0.000000 0.784951 0.400000 0.400000 0.400000 +3221.321777 0.000000 2667.815674 0.000000 0.617471 0.000000 -0.786594 0.400000 0.400000 0.400000 +3221.312256 0.000000 2723.308594 0.000000 0.889649 0.000000 -0.456645 0.400000 0.400000 0.400000 +3263.235352 0.000000 2729.850830 0.000000 0.203598 0.000000 0.979054 0.400000 0.400000 0.400000 +3293.961670 0.000000 2688.109131 0.000000 0.774631 0.000000 -0.632413 0.400000 0.400000 0.400000 +3265.493896 0.000000 2698.783936 0.000000 0.983414 0.000000 -0.181375 0.400000 0.400000 0.400000 +3241.871094 0.000000 2711.811035 0.000000 0.212873 0.000000 0.977080 0.400000 0.400000 0.400000 +3301.583740 0.000000 2664.268066 0.000000 0.997066 0.000000 0.076543 0.400000 0.400000 0.400000 +3281.504395 0.000000 2715.080811 0.000000 0.526452 0.000000 -0.850205 0.400000 0.400000 0.400000 +3252.452393 0.000000 2664.307617 0.000000 0.997044 0.000000 -0.076831 0.400000 0.400000 0.400000 +3297.807861 0.000000 2704.861816 0.000000 0.387938 0.000000 -0.921685 0.400000 0.400000 0.400000 +3245.905029 0.000000 2729.299072 0.000000 0.983091 0.000000 0.183118 0.400000 0.400000 0.400000 +3285.010498 0.000000 2733.107422 0.000000 0.706214 0.000000 -0.707998 0.400000 0.400000 0.400000 +3248.836182 0.000000 2696.412842 0.000000 0.592744 0.000000 0.805391 0.400000 0.400000 0.400000 +3288.007080 0.000000 2672.362549 0.000000 0.631702 0.000000 -0.775211 0.400000 0.400000 0.400000 +3277.661377 0.000000 2686.948730 0.000000 0.167296 0.000000 0.985907 0.400000 0.400000 0.400000 +3305.361084 0.000000 2678.638428 0.000000 0.869071 0.000000 -0.494688 0.400000 0.400000 0.400000 +3281.665039 0.000000 2700.694824 0.000000 0.721169 0.000000 -0.692760 0.400000 0.400000 0.400000 +3306.327148 0.000000 2693.340088 0.000000 0.912965 0.000000 0.408037 0.400000 0.400000 0.400000 +3240.066895 0.000000 2667.127197 0.000000 0.676654 0.000000 0.736301 0.400000 0.400000 0.400000 +3269.989746 0.000000 2710.454346 0.000000 0.535105 0.000000 0.844785 0.400000 0.400000 0.400000 +3296.305908 0.000000 2731.365234 0.000000 0.669895 0.000000 -0.742456 0.400000 0.400000 0.400000 +3252.442627 0.000000 2705.957275 0.000000 0.885335 0.000000 0.464954 0.400000 0.400000 0.400000 +3249.279785 0.000000 2719.525146 0.000000 0.446369 0.000000 -0.894849 0.400000 0.400000 0.400000 +3240.451416 0.000000 2701.859375 0.000000 0.856189 0.000000 0.516663 0.400000 0.400000 0.400000 +3267.790527 0.000000 2688.546631 0.000000 0.136337 0.000000 -0.990662 0.400000 0.400000 0.400000 +3291.274170 0.000000 2712.136475 0.000000 0.973796 0.000000 -0.227421 0.400000 0.400000 0.400000 +3295.627441 0.000000 2678.589600 0.000000 0.918599 0.000000 0.395190 0.400000 0.400000 0.400000 +3286.383057 0.000000 2681.886475 0.000000 0.313365 0.000000 0.949633 0.400000 0.400000 0.400000 +3291.553711 0.000000 2697.495117 0.000000 0.666358 0.000000 -0.745632 0.400000 0.400000 0.400000 +3257.880127 0.000000 2693.333984 0.000000 0.140735 0.000000 -0.990047 0.400000 0.400000 0.400000 +3240.211670 0.000000 2720.929688 0.000000 0.384745 0.000000 0.923023 0.400000 0.400000 0.400000 +3274.448975 0.000000 2695.214844 0.000000 0.729649 0.000000 0.683822 0.400000 0.400000 0.400000 +3284.567383 0.000000 2692.204590 0.000000 0.994402 0.000000 0.105660 0.400000 0.400000 0.400000 +3261.727051 0.000000 2706.419922 0.000000 0.865258 0.000000 -0.501326 0.400000 0.400000 0.400000 +3298.906494 0.000000 2715.532471 0.000000 0.699199 0.000000 -0.714927 0.400000 0.400000 0.400000 +3301.942139 0.000000 2686.514404 0.000000 0.958755 0.000000 -0.284234 0.400000 0.400000 0.400000 +3274.204102 0.000000 2703.708008 0.000000 0.680577 0.000000 -0.732676 0.400000 0.400000 0.400000 +3306.771484 0.000000 2670.596680 0.000000 0.939966 0.000000 0.341269 0.400000 0.400000 0.400000 +3274.185059 0.000000 2718.174072 0.000000 0.124104 0.000000 0.992269 0.400000 0.400000 0.400000 +3299.143555 0.000000 2671.638672 0.000000 0.548429 0.000000 -0.836197 0.400000 0.400000 0.400000 +3284.477295 0.000000 2707.792236 0.000000 0.176075 0.000000 0.984377 0.400000 0.400000 0.400000 +3299.858398 0.000000 2697.423828 0.000000 0.739932 0.000000 -0.672682 0.400000 0.400000 0.400000 +3257.179688 0.000000 2700.490479 0.000000 0.998174 0.000000 -0.060412 0.400000 0.400000 0.400000 +3290.516357 0.000000 2704.361328 0.000000 0.717619 0.000000 -0.696436 0.400000 0.400000 0.400000 +3308.757568 0.000000 2686.849365 0.000000 0.771200 0.000000 -0.636592 0.400000 0.400000 0.400000 +3239.762939 0.000000 2732.129395 0.000000 0.488575 0.000000 0.872522 0.400000 0.400000 0.400000 +3247.284912 0.000000 2668.695801 0.000000 0.709281 0.000000 0.704926 0.400000 0.400000 0.400000 +3259.989990 0.000000 2722.423340 0.000000 0.537216 0.000000 0.843445 0.400000 0.400000 0.400000 +3277.524902 0.000000 2709.400391 0.000000 0.381465 0.000000 0.924383 0.400000 0.400000 0.400000 +3251.305420 0.000000 2732.833984 0.000000 0.732864 0.000000 -0.680375 0.400000 0.400000 0.400000 +3290.213867 0.000000 2728.923096 0.000000 0.898790 0.000000 -0.438380 0.400000 0.400000 0.400000 +3309.002441 0.000000 2664.329102 0.000000 0.995267 0.000000 -0.097182 0.400000 0.400000 0.400000 +3258.067383 0.000000 2733.333252 0.000000 0.957301 0.000000 -0.289091 0.400000 0.400000 0.400000 +3268.566406 0.000000 2726.189453 0.000000 0.255166 0.000000 0.966897 0.400000 0.400000 0.400000 +3287.583496 0.000000 2717.237549 0.000000 0.578819 0.000000 -0.815456 0.400000 0.400000 0.400000 +3245.922852 0.000000 2735.354248 0.000000 0.983508 0.000000 -0.180864 0.400000 0.400000 0.400000 +3298.656982 0.000000 2691.663330 0.000000 0.265069 0.000000 0.964229 0.400000 0.400000 0.400000 +3268.231689 0.000000 2704.745117 0.000000 0.988176 0.000000 0.153321 0.400000 0.400000 0.400000 +3245.679443 0.000000 2690.790039 0.000000 0.859595 0.000000 -0.510976 0.400000 0.400000 0.400000 +3252.216553 0.000000 2691.627930 0.000000 0.863413 0.000000 0.504497 0.400000 0.400000 0.400000 +3288.257080 0.000000 2687.925049 0.000000 0.397761 0.000000 0.917489 0.400000 0.400000 0.400000 +3305.240479 0.000000 2699.410645 0.000000 0.242776 0.000000 -0.970082 0.400000 0.400000 0.400000 +3242.756104 0.000000 2696.657959 0.000000 0.141449 0.000000 -0.989946 0.400000 0.400000 0.400000 +3293.483398 0.000000 2673.406006 0.000000 0.182242 0.000000 0.983254 0.400000 0.400000 0.400000 +3282.380371 0.000000 2728.027100 0.000000 0.893317 0.000000 -0.449426 0.400000 0.400000 0.400000 +3245.173584 0.000000 2723.521973 0.000000 0.150467 0.000000 0.988615 0.400000 0.400000 0.400000 +3244.437988 0.000000 2716.704590 0.000000 0.991255 0.000000 0.131960 0.400000 0.400000 0.400000 +3280.473633 0.000000 2682.041504 0.000000 0.486925 0.000000 -0.873444 0.400000 0.400000 0.400000 +3292.043213 0.000000 2682.919922 0.000000 0.710419 0.000000 0.703779 0.400000 0.400000 0.400000 +3289.861572 0.000000 2677.663574 0.000000 0.473862 0.000000 -0.880599 0.400000 0.400000 0.400000 +3248.835693 0.000000 2701.879395 0.000000 0.617786 0.000000 -0.786346 0.400000 0.400000 0.400000 +3254.945801 0.000000 2686.804199 0.000000 0.769438 0.000000 0.638722 0.400000 0.400000 0.400000 +3279.130127 0.000000 2692.233398 0.000000 0.233103 0.000000 -0.972452 0.400000 0.400000 0.400000 +3300.525635 0.000000 2681.175781 0.000000 0.874868 0.000000 -0.484361 0.400000 0.400000 0.400000 +3269.111816 0.000000 2694.742188 0.000000 0.686403 0.000000 -0.727221 0.400000 0.400000 0.400000 +3285.952148 0.000000 2697.347168 0.000000 0.372764 0.000000 -0.927926 0.400000 0.400000 0.400000 +3298.003418 0.000000 2710.343018 0.000000 0.842955 0.000000 0.537984 0.400000 0.400000 0.400000 +3239.686523 0.000000 2707.074463 0.000000 0.160277 0.000000 0.987072 0.400000 0.400000 0.400000 +3282.945801 0.000000 2686.680420 0.000000 0.345159 0.000000 -0.938544 0.400000 0.400000 0.400000 +3270.663086 0.000000 2699.704590 0.000000 0.830263 0.000000 0.557372 0.400000 0.400000 0.400000 +3278.386475 0.000000 2721.917725 0.000000 0.913284 0.000000 -0.407324 0.400000 0.400000 0.400000 +3241.110840 0.000000 2727.037842 0.000000 0.972331 0.000000 -0.233607 0.400000 0.400000 0.400000 +3253.830322 0.000000 2696.760986 0.000000 0.186270 0.000000 0.982499 0.400000 0.400000 0.400000 +3290.747070 0.000000 2692.526855 0.000000 0.563997 0.000000 0.825777 0.400000 0.400000 0.400000 +3295.787842 0.000000 2700.194824 0.000000 0.546973 0.000000 0.837150 0.400000 0.400000 0.400000 +3286.177490 0.000000 2712.387451 0.000000 0.807447 0.000000 -0.589940 0.400000 0.400000 0.400000 +3274.216064 0.000000 2713.141602 0.000000 0.579964 0.000000 0.814642 0.400000 0.400000 0.400000 +3309.153076 0.000000 2681.946533 0.000000 0.572542 0.000000 -0.819875 0.400000 0.400000 0.400000 +3301.181885 0.000000 2676.093994 0.000000 0.954431 0.000000 -0.298431 0.400000 0.400000 0.400000 +3309.416748 0.000000 2697.062012 0.000000 0.993980 0.000000 0.109558 0.400000 0.400000 0.400000 +3297.084717 0.000000 2684.493652 0.000000 0.132182 0.000000 0.991225 0.400000 0.400000 0.400000 +3286.239258 0.000000 2702.160156 0.000000 0.992691 0.000000 0.120682 0.400000 0.400000 0.400000 +3261.640625 0.000000 2701.816162 0.000000 0.077149 0.000000 0.997020 0.400000 0.400000 0.400000 +3260.966309 0.000000 2696.996094 0.000000 0.397883 0.000000 0.917436 0.400000 0.400000 0.400000 +3264.140625 0.000000 2724.562988 0.000000 0.255657 0.000000 0.966767 0.400000 0.400000 0.400000 +3281.596191 0.000000 2696.092773 0.000000 0.908934 0.000000 0.416940 0.400000 0.400000 0.400000 +3265.533936 0.000000 2709.030029 0.000000 0.260733 0.000000 -0.965411 0.400000 0.400000 0.400000 +3305.014648 0.000000 2683.437744 0.000000 0.419208 0.000000 -0.907890 0.400000 0.400000 0.400000 +3302.541992 0.000000 2668.545654 0.000000 0.506945 0.000000 -0.861978 0.400000 0.400000 0.400000 +3259.369141 0.000000 2663.428711 0.000000 0.501394 0.000000 -0.865219 0.400000 0.400000 0.400000 +3264.942383 0.000000 2733.969727 0.000000 0.909636 0.000000 0.415405 0.400000 0.400000 0.400000 +3288.925781 0.000000 2708.511719 0.000000 0.887092 0.000000 -0.461592 0.400000 0.400000 0.400000 +3271.947510 0.000000 2729.458008 0.000000 0.906577 0.000000 -0.422041 0.400000 0.400000 0.400000 +3257.403564 0.000000 2704.933838 0.000000 0.026300 0.000000 -0.999654 0.400000 0.400000 0.400000 +3253.720215 0.000000 2722.924316 0.000000 0.971338 0.000000 -0.237704 0.400000 0.400000 0.400000 +3252.904785 0.000000 2700.736328 0.000000 0.935907 0.000000 -0.352248 0.400000 0.400000 0.400000 +3310.733398 0.000000 2671.187744 0.000000 0.251788 0.000000 0.967782 0.400000 0.400000 0.400000 +3303.219727 0.000000 2672.639404 0.000000 0.869708 0.000000 -0.493567 0.400000 0.400000 0.400000 +3277.612061 0.000000 2716.245605 0.000000 0.067295 0.000000 0.997733 0.400000 0.400000 0.400000 +3305.323730 0.000000 2665.636230 0.000000 0.984561 0.000000 0.175043 0.400000 0.400000 0.400000 +3254.971924 0.000000 2730.946533 0.000000 0.991478 0.000000 0.130278 0.400000 0.400000 0.400000 +3243.568604 0.000000 2732.388428 0.000000 0.760848 0.000000 -0.648930 0.400000 0.400000 0.400000 +3248.742188 0.000000 2664.927490 0.000000 0.688126 0.000000 -0.725591 0.400000 0.400000 0.400000 +3249.667480 0.000000 2729.401123 0.000000 0.998765 0.000000 0.049685 0.400000 0.400000 0.400000 +3294.235352 0.000000 2703.743408 0.000000 0.720979 0.000000 0.692957 0.400000 0.400000 0.400000 +3264.644287 0.000000 2704.224854 0.000000 0.478595 0.000000 0.878036 0.400000 0.400000 0.400000 +3275.877441 0.000000 2735.142090 0.000000 0.207291 0.000000 -0.978279 0.400000 0.400000 0.400000 +3294.837646 0.000000 2669.893311 0.000000 0.473883 0.000000 -0.880588 0.400000 0.400000 0.400000 +3289.559082 0.000000 2700.629395 0.000000 0.999489 0.000000 -0.031949 0.400000 0.400000 0.400000 +3298.388672 0.000000 2687.868164 0.000000 0.479921 0.000000 -0.877311 0.400000 0.400000 0.400000 +3277.907959 0.000000 2696.235840 0.000000 0.889966 0.000000 -0.456026 0.400000 0.400000 0.400000 +3247.808105 0.000000 2732.382324 0.000000 0.633285 0.000000 0.773919 0.400000 0.400000 0.400000 +3288.821777 0.000000 2684.434326 0.000000 0.133369 0.000000 0.991066 0.400000 0.400000 0.400000 +3239.732422 0.000000 2698.382812 0.000000 0.160694 0.000000 -0.987004 0.400000 0.400000 0.400000 +3248.650879 0.000000 2692.809814 0.000000 0.475335 0.000000 0.879805 0.400000 0.400000 0.400000 +3280.320068 0.000000 2718.519531 0.000000 0.787190 0.000000 -0.616711 0.400000 0.400000 0.400000 +3290.709229 0.000000 2715.616699 0.000000 0.749719 0.000000 0.661756 0.400000 0.400000 0.400000 +3308.934570 0.000000 2700.640625 0.000000 0.278738 0.000000 -0.960367 0.400000 0.400000 0.400000 +3261.555664 0.000000 2733.000000 0.000000 0.039567 0.000000 -0.999217 0.400000 0.400000 0.400000 +3245.733398 0.000000 2720.003418 0.000000 0.264398 0.000000 0.964414 0.400000 0.400000 0.400000 +3301.783447 0.000000 2690.176758 0.000000 0.352110 0.000000 -0.935959 0.400000 0.400000 0.400000 +3278.744629 0.000000 2712.955811 0.000000 0.294582 0.000000 -0.955626 0.400000 0.400000 0.400000 +3309.262695 0.000000 2668.099121 0.000000 0.548140 0.000000 0.836387 0.400000 0.400000 0.400000 +3290.605713 0.000000 2719.041748 0.000000 0.148138 0.000000 -0.988967 0.400000 0.400000 0.400000 +3299.987793 0.000000 2707.582520 0.000000 0.269802 0.000000 0.962916 0.400000 0.400000 0.400000 +3267.232422 0.000000 2691.901123 0.000000 0.475240 0.000000 -0.879856 0.400000 0.400000 0.400000 +3276.711914 0.000000 2706.080566 0.000000 0.935451 0.000000 0.353455 0.400000 0.400000 0.400000 +3245.775391 0.000000 2695.041016 0.000000 0.385148 0.000000 0.922855 0.400000 0.400000 0.400000 +3276.314209 0.000000 2690.288574 0.000000 0.967354 0.000000 0.253428 0.400000 0.400000 0.400000 +3255.446777 0.000000 2691.056152 0.000000 0.365025 0.000000 -0.930998 0.400000 0.400000 0.400000 +3284.008301 0.000000 2704.549561 0.000000 0.996688 0.000000 -0.081327 0.400000 0.400000 0.400000 +3273.840820 0.000000 2698.658447 0.000000 0.952116 0.000000 0.305738 0.400000 0.400000 0.400000 +3293.052734 0.000000 2676.669189 0.000000 0.219454 0.000000 0.975623 0.400000 0.400000 0.400000 +3254.464355 0.000000 2703.476562 0.000000 0.999945 0.000000 -0.010466 0.400000 0.400000 0.400000 +3271.944824 0.000000 2693.011475 0.000000 0.100268 0.000000 0.994960 0.400000 0.400000 0.400000 +3246.989990 0.000000 2726.288818 0.000000 0.056349 0.000000 -0.998411 0.400000 0.400000 0.400000 +3289.417969 0.000000 2680.899658 0.000000 0.847874 0.000000 0.530198 0.400000 0.400000 0.400000 +3271.538818 0.000000 2696.642822 0.000000 0.965036 0.000000 -0.262118 0.400000 0.400000 0.400000 +3269.967773 0.000000 2690.700684 0.000000 0.061347 0.000000 -0.998116 0.400000 0.400000 0.400000 +3246.318848 0.000000 2698.002441 0.000000 0.448458 0.000000 -0.893804 0.400000 0.400000 0.400000 +3250.672852 0.000000 2698.763916 0.000000 0.991509 0.000000 -0.130041 0.400000 0.400000 0.400000 +3288.373779 0.000000 2731.472168 0.000000 0.853682 0.000000 0.520795 0.400000 0.400000 0.400000 +3292.633057 0.000000 2694.723389 0.000000 0.965537 0.000000 0.260266 0.400000 0.400000 0.400000 +3280.123779 0.000000 2730.020752 0.000000 0.978358 0.000000 0.206920 0.400000 0.400000 0.400000 +3309.952148 0.000000 2693.861328 0.000000 0.654064 0.000000 -0.756440 0.400000 0.400000 0.400000 +3274.655273 0.000000 2687.567871 0.000000 0.985969 0.000000 0.166930 0.400000 0.400000 0.400000 +3299.548096 0.000000 2712.758301 0.000000 0.595111 0.000000 0.803644 0.400000 0.400000 0.400000 +3281.713623 0.000000 2693.279053 0.000000 0.558178 0.000000 -0.829721 0.400000 0.400000 0.400000 +3251.186768 0.000000 2721.692139 0.000000 0.995459 0.000000 -0.095188 0.400000 0.400000 0.400000 +3335.227539 0.000000 2657.866455 0.000000 0.402055 0.000000 -0.915615 0.400000 0.400000 0.400000 +3375.361328 0.000000 2650.337646 0.000000 0.957846 0.000000 0.287282 0.400000 0.400000 0.400000 +3337.486084 0.000000 2626.799561 0.000000 0.087716 0.000000 0.996146 0.400000 0.400000 0.400000 +3313.863281 0.000000 2639.826660 0.000000 0.790801 0.000000 0.612073 0.400000 0.400000 0.400000 +3369.800049 0.000000 2632.877441 0.000000 0.218388 0.000000 -0.975862 0.400000 0.400000 0.400000 +3317.897217 0.000000 2657.314697 0.000000 0.999468 0.000000 0.032606 0.400000 0.400000 0.400000 +3357.002686 0.000000 2661.123047 0.000000 0.224593 0.000000 -0.974453 0.400000 0.400000 0.400000 +3320.828369 0.000000 2624.428467 0.000000 0.189995 0.000000 0.981785 0.400000 0.400000 0.400000 +3353.657227 0.000000 2628.710449 0.000000 0.360312 0.000000 -0.932832 0.400000 0.400000 0.400000 +3378.319336 0.000000 2621.355713 0.000000 0.395141 0.000000 0.918620 0.400000 0.400000 0.400000 +3379.761230 0.000000 2659.750244 0.000000 0.943043 0.000000 0.332671 0.400000 0.400000 0.400000 +3368.298096 0.000000 2659.380859 0.000000 0.268787 0.000000 0.963200 0.400000 0.400000 0.400000 +3324.434814 0.000000 2633.972900 0.000000 0.994490 0.000000 -0.104831 0.400000 0.400000 0.400000 +3312.443604 0.000000 2629.875000 0.000000 0.965833 0.000000 0.259163 0.400000 0.400000 0.400000 +3339.782715 0.000000 2616.562256 0.000000 0.039101 0.000000 -0.999235 0.400000 0.400000 0.400000 +3363.545898 0.000000 2625.510742 0.000000 0.867144 0.000000 -0.498058 0.400000 0.400000 0.400000 +3329.872314 0.000000 2621.349609 0.000000 0.783734 0.000000 0.621097 0.400000 0.400000 0.400000 +3321.541748 0.000000 2614.307617 0.000000 0.897858 0.000000 -0.440285 0.400000 0.400000 0.400000 +3346.441162 0.000000 2623.230469 0.000000 0.047899 0.000000 0.998852 0.400000 0.400000 0.400000 +3356.559570 0.000000 2620.220215 0.000000 0.295141 0.000000 -0.955454 0.400000 0.400000 0.400000 +3380.570068 0.000000 2632.109619 0.000000 0.327999 0.000000 -0.944678 0.400000 0.400000 0.400000 +3343.707764 0.000000 2662.284912 0.000000 0.522301 0.000000 0.852761 0.400000 0.400000 0.400000 +3371.850586 0.000000 2625.439453 0.000000 0.317344 0.000000 0.948311 0.400000 0.400000 0.400000 +3329.171875 0.000000 2628.506104 0.000000 0.426246 0.000000 0.904607 0.400000 0.400000 0.400000 +3311.755127 0.000000 2660.145020 0.000000 0.875798 0.000000 -0.482677 0.400000 0.400000 0.400000 +3381.579590 0.000000 2648.911133 0.000000 1.000000 0.000000 0.000185 0.400000 0.400000 0.400000 +3323.297607 0.000000 2660.849609 0.000000 0.240420 0.000000 0.970669 0.400000 0.400000 0.400000 +3350.173096 0.000000 2660.237061 0.000000 0.986888 0.000000 0.161408 0.400000 0.400000 0.400000 +3330.059570 0.000000 2661.348877 0.000000 0.345372 0.000000 -0.938466 0.400000 0.400000 0.400000 +3374.252197 0.000000 2656.408447 0.000000 0.989144 0.000000 -0.146950 0.400000 0.400000 0.400000 +3317.915039 0.000000 2663.369873 0.000000 0.920639 0.000000 0.390415 0.400000 0.400000 0.400000 +3324.208740 0.000000 2619.643555 0.000000 0.016228 0.000000 0.999868 0.400000 0.400000 0.400000 +3377.232666 0.000000 2627.426270 0.000000 0.599641 0.000000 -0.800269 0.400000 0.400000 0.400000 +3314.748291 0.000000 2624.673584 0.000000 0.763597 0.000000 -0.645693 0.400000 0.400000 0.400000 +3382.919922 0.000000 2654.517822 0.000000 0.810628 0.000000 0.585562 0.400000 0.400000 0.400000 +3354.372559 0.000000 2656.042725 0.000000 0.604134 0.000000 -0.796883 0.400000 0.400000 0.400000 +3320.827881 0.000000 2629.895020 0.000000 0.715280 0.000000 -0.698838 0.400000 0.400000 0.400000 +3326.937988 0.000000 2614.819824 0.000000 0.100685 0.000000 0.994918 0.400000 0.400000 0.400000 +3351.122314 0.000000 2620.249023 0.000000 0.611892 0.000000 0.790941 0.400000 0.400000 0.400000 +3341.104004 0.000000 2622.757812 0.000000 0.600696 0.000000 -0.799478 0.400000 0.400000 0.400000 +3344.906738 0.000000 2618.025879 0.000000 0.058557 0.000000 0.998284 0.400000 0.400000 0.400000 +3357.944336 0.000000 2625.362793 0.000000 0.744754 0.000000 -0.667339 0.400000 0.400000 0.400000 +3325.822510 0.000000 2624.776611 0.000000 0.672875 0.000000 -0.739756 0.400000 0.400000 0.400000 +3362.739258 0.000000 2620.542480 0.000000 0.993317 0.000000 0.115414 0.400000 0.400000 0.400000 +3367.780029 0.000000 2628.210449 0.000000 0.703048 0.000000 -0.711142 0.400000 0.400000 0.400000 +3381.408936 0.000000 2625.077637 0.000000 0.974052 0.000000 -0.226322 0.400000 0.400000 0.400000 +3348.863281 0.000000 2627.730469 0.000000 0.600366 0.000000 0.799725 0.400000 0.400000 0.400000 +3358.231445 0.000000 2630.175781 0.000000 0.989459 0.000000 -0.144814 0.400000 0.400000 0.400000 +3378.223633 0.000000 2653.945557 0.000000 0.315516 0.000000 0.948920 0.400000 0.400000 0.400000 +3374.390869 0.000000 2631.141602 0.000000 0.843096 0.000000 0.537763 0.400000 0.400000 0.400000 +3332.958496 0.000000 2625.011719 0.000000 0.934007 0.000000 -0.357254 0.400000 0.400000 0.400000 +3353.588379 0.000000 2624.108398 0.000000 0.703175 0.000000 0.711017 0.400000 0.400000 0.400000 +3361.749512 0.000000 2662.050781 0.000000 0.525038 0.000000 0.851079 0.400000 0.400000 0.400000 +3367.552979 0.000000 2623.370117 0.000000 0.707893 0.000000 -0.706319 0.400000 0.400000 0.400000 +3372.378906 0.000000 2661.263916 0.000000 0.788660 0.000000 0.614829 0.400000 0.400000 0.400000 +3316.609375 0.000000 2628.583008 0.000000 0.999556 0.000000 0.029797 0.400000 0.400000 0.400000 +3382.132812 0.000000 2618.793701 0.000000 0.047052 0.000000 -0.998892 0.400000 0.400000 0.400000 +3324.896973 0.000000 2628.751953 0.000000 0.071059 0.000000 -0.997472 0.400000 0.400000 0.400000 +3330.324951 0.000000 2617.336182 0.000000 0.399633 0.000000 0.916675 0.400000 0.400000 0.400000 +3368.850830 0.000000 2663.411377 0.000000 0.543582 0.000000 -0.839356 0.400000 0.400000 0.400000 +3366.227539 0.000000 2631.759033 0.000000 0.799407 0.000000 0.600790 0.400000 0.400000 0.400000 +3365.312744 0.000000 2661.415771 0.000000 0.728921 0.000000 0.684598 0.400000 0.400000 0.400000 +3371.171875 0.000000 2629.478271 0.000000 0.984528 0.000000 0.175228 0.400000 0.400000 0.400000 +3361.551270 0.000000 2628.645020 0.000000 0.000889 0.000000 1.000000 0.400000 0.400000 0.400000 +3349.900146 0.000000 2624.251465 0.000000 0.875186 0.000000 -0.483787 0.400000 0.400000 0.400000 +3311.724609 0.000000 2626.398438 0.000000 0.578193 0.000000 0.815900 0.400000 0.400000 0.400000 +3320.643066 0.000000 2620.825439 0.000000 0.644103 0.000000 0.764939 0.400000 0.400000 0.400000 +3370.554443 0.000000 2656.481934 0.000000 0.571834 0.000000 -0.820369 0.400000 0.400000 0.400000 +3333.547852 0.000000 2661.015625 0.000000 0.816948 0.000000 -0.576711 0.400000 0.400000 0.400000 +3346.358398 0.000000 2660.030762 0.000000 0.339928 0.000000 0.940451 0.400000 0.400000 0.400000 +3353.641113 0.000000 2660.548340 0.000000 0.091346 0.000000 0.995819 0.400000 0.400000 0.400000 +3382.465088 0.000000 2661.926270 0.000000 0.297609 0.000000 0.954688 0.400000 0.400000 0.400000 +3339.224609 0.000000 2619.916748 0.000000 0.143121 0.000000 -0.989705 0.400000 0.400000 0.400000 +3365.505859 0.000000 2657.392822 0.000000 0.882452 0.000000 0.470403 0.400000 0.400000 0.400000 +3318.452881 0.000000 2615.558838 0.000000 0.865387 0.000000 -0.501104 0.400000 0.400000 0.400000 +3348.306396 0.000000 2618.304199 0.000000 0.940149 0.000000 -0.340763 0.400000 0.400000 0.400000 +3339.573975 0.000000 2629.318848 0.000000 0.999973 0.000000 -0.007326 0.400000 0.400000 0.400000 +3321.323975 0.000000 2617.660400 0.000000 0.738034 0.000000 -0.674763 0.400000 0.400000 0.400000 +3320.656738 0.000000 2633.168701 0.000000 0.733848 0.000000 -0.679313 0.400000 0.400000 0.400000 +3326.456543 0.000000 2631.492188 0.000000 0.003918 0.000000 0.999992 0.400000 0.400000 0.400000 +3343.937012 0.000000 2621.027100 0.000000 0.958446 0.000000 0.285273 0.400000 0.400000 0.400000 +3374.107178 0.000000 2627.894775 0.000000 0.667930 0.000000 0.744224 0.400000 0.400000 0.400000 +3340.340576 0.000000 2625.716309 0.000000 0.313448 0.000000 -0.949606 0.400000 0.400000 0.400000 +3313.834229 0.000000 2657.995117 0.000000 0.971720 0.000000 -0.236137 0.400000 0.400000 0.400000 +3322.665039 0.000000 2626.779541 0.000000 0.031614 0.000000 -0.999500 0.400000 0.400000 0.400000 +3360.365967 0.000000 2659.487793 0.000000 0.145933 0.000000 -0.989295 0.400000 0.400000 0.400000 +3381.944336 0.000000 2621.876953 0.000000 0.431229 0.000000 -0.902243 0.400000 0.400000 0.400000 +3355.287354 0.000000 2626.398193 0.000000 0.381253 0.000000 0.924471 0.400000 0.400000 0.400000 +3356.155273 0.000000 2623.007080 0.000000 0.999291 0.000000 0.037641 0.400000 0.400000 0.400000 +3369.124756 0.000000 2625.795654 0.000000 0.963198 0.000000 -0.268793 0.400000 0.400000 0.400000 +3407.219727 0.000000 2657.866455 0.000000 0.321475 0.000000 -0.946918 0.400000 0.400000 0.400000 +3447.353516 0.000000 2650.337646 0.000000 0.594402 0.000000 0.804168 0.400000 0.400000 0.400000 +3415.545654 0.000000 2600.061035 0.000000 0.122019 0.000000 0.992528 0.400000 0.400000 0.400000 +3445.568115 0.000000 2592.283691 0.000000 0.510456 0.000000 -0.859904 0.400000 0.400000 0.400000 +3425.488770 0.000000 2643.096436 0.000000 0.388110 0.000000 0.921613 0.400000 0.400000 0.400000 +3389.889404 0.000000 2657.314697 0.000000 0.961821 0.000000 -0.273679 0.400000 0.400000 0.400000 +3428.994873 0.000000 2661.123047 0.000000 0.001305 0.000000 -0.999999 0.400000 0.400000 0.400000 +3402.832275 0.000000 2611.033203 0.000000 0.347618 0.000000 -0.937636 0.400000 0.400000 0.400000 +3392.820557 0.000000 2624.428467 0.000000 0.427052 0.000000 0.904227 0.400000 0.400000 0.400000 +3402.128906 0.000000 2642.466797 0.000000 0.836345 0.000000 -0.548204 0.400000 0.400000 0.400000 +3431.991455 0.000000 2600.378174 0.000000 0.354857 0.000000 0.934921 0.400000 0.400000 0.400000 +3450.311523 0.000000 2621.355713 0.000000 0.625091 0.000000 0.780552 0.400000 0.400000 0.400000 +3413.974121 0.000000 2638.469971 0.000000 0.733053 0.000000 0.680172 0.400000 0.400000 0.400000 +3434.982422 0.000000 2650.451416 0.000000 0.223154 0.000000 -0.974783 0.400000 0.400000 0.400000 +3423.565674 0.000000 2592.070801 0.000000 0.317214 0.000000 -0.948354 0.400000 0.400000 0.400000 +3451.648193 0.000000 2640.724609 0.000000 0.643982 0.000000 0.765040 0.400000 0.400000 0.400000 +3440.290283 0.000000 2659.380859 0.000000 0.128838 0.000000 -0.991666 0.400000 0.400000 0.400000 +3393.264160 0.000000 2647.540771 0.000000 0.308123 0.000000 0.951347 0.400000 0.400000 0.400000 +3383.892090 0.000000 2619.427002 0.000000 0.468800 0.000000 0.883305 0.400000 0.400000 0.400000 +3384.435791 0.000000 2629.875000 0.000000 0.914741 0.000000 0.404040 0.400000 0.400000 0.400000 +3410.262939 0.000000 2648.156494 0.000000 0.497042 0.000000 -0.867727 0.400000 0.400000 0.400000 +3430.367432 0.000000 2609.902100 0.000000 0.586369 0.000000 -0.810044 0.400000 0.400000 0.400000 +3401.864502 0.000000 2621.349609 0.000000 0.961602 0.000000 -0.274447 0.400000 0.400000 0.400000 +3393.533936 0.000000 2614.307617 0.000000 0.779373 0.000000 -0.626561 0.400000 0.400000 0.400000 +3398.739014 0.000000 2654.943359 0.000000 0.157419 0.000000 0.987532 0.400000 0.400000 0.400000 +3423.595947 0.000000 2603.976318 0.000000 0.824934 0.000000 0.565229 0.400000 0.400000 0.400000 +3416.001953 0.000000 2608.662842 0.000000 0.238789 0.000000 -0.971072 0.400000 0.400000 0.400000 +3452.562256 0.000000 2632.109619 0.000000 0.999049 0.000000 -0.043593 0.400000 0.400000 0.400000 +3437.126953 0.000000 2593.044678 0.000000 0.776044 0.000000 -0.630678 0.400000 0.400000 0.400000 +3442.890869 0.000000 2643.548096 0.000000 0.765803 0.000000 0.643076 0.400000 0.400000 0.400000 +3418.169434 0.000000 2646.189697 0.000000 0.174822 0.000000 -0.984600 0.400000 0.400000 0.400000 +3443.842773 0.000000 2625.439453 0.000000 0.945667 0.000000 -0.325138 0.400000 0.400000 0.400000 +3427.454346 0.000000 2650.376221 0.000000 0.078741 0.000000 -0.996895 0.400000 0.400000 0.400000 +3409.201172 0.000000 2607.547852 0.000000 0.667677 0.000000 -0.744451 0.400000 0.400000 0.400000 +3434.500732 0.000000 2632.376953 0.000000 0.806302 0.000000 0.591504 0.400000 0.400000 0.400000 +3383.747314 0.000000 2660.145020 0.000000 0.778743 0.000000 -0.627343 0.400000 0.400000 0.400000 +3403.974365 0.000000 2650.438965 0.000000 0.989982 0.000000 -0.141192 0.400000 0.400000 0.400000 +3430.247314 0.000000 2593.768066 0.000000 0.936828 0.000000 -0.349790 0.400000 0.400000 0.400000 +3395.289795 0.000000 2660.849609 0.000000 0.968794 0.000000 0.247867 0.400000 0.400000 0.400000 +3434.198242 0.000000 2656.938721 0.000000 0.787946 0.000000 -0.615744 0.400000 0.400000 0.400000 +3422.165283 0.000000 2660.237061 0.000000 0.243586 0.000000 0.969879 0.400000 0.400000 0.400000 +3396.972412 0.000000 2608.795410 0.000000 0.560034 0.000000 0.828470 0.400000 0.400000 0.400000 +3402.051758 0.000000 2661.348877 0.000000 0.180660 0.000000 -0.983546 0.400000 0.400000 0.400000 +3412.550781 0.000000 2654.205078 0.000000 0.002326 0.000000 -0.999997 0.400000 0.400000 0.400000 +3431.567871 0.000000 2645.253174 0.000000 0.805225 0.000000 -0.592969 0.400000 0.400000 0.400000 +3425.738281 0.000000 2597.900146 0.000000 0.806598 0.000000 0.591100 0.400000 0.400000 0.400000 +3410.049316 0.000000 2597.403809 0.000000 0.975890 0.000000 -0.218263 0.400000 0.400000 0.400000 +3389.907227 0.000000 2663.369873 0.000000 0.569430 0.000000 0.822040 0.400000 0.400000 0.400000 +3400.214355 0.000000 2603.999023 0.000000 0.555964 0.000000 -0.831207 0.400000 0.400000 0.400000 +3396.200928 0.000000 2619.643555 0.000000 0.344922 0.000000 0.938631 0.400000 0.400000 0.400000 +3391.309814 0.000000 2608.204834 0.000000 0.246588 0.000000 0.969120 0.400000 0.400000 0.400000 +3405.992920 0.000000 2615.602051 0.000000 0.773625 0.000000 0.633643 0.400000 0.400000 0.400000 +3437.467773 0.000000 2601.421631 0.000000 0.304459 0.000000 -0.952525 0.400000 0.400000 0.400000 +3426.364746 0.000000 2656.042725 0.000000 0.010044 0.000000 0.999950 0.400000 0.400000 0.400000 +3389.157959 0.000000 2651.537598 0.000000 0.998174 0.000000 -0.060407 0.400000 0.400000 0.400000 +3399.364502 0.000000 2647.305908 0.000000 0.132456 0.000000 0.991189 0.400000 0.400000 0.400000 +3424.458008 0.000000 2610.057129 0.000000 0.604788 0.000000 -0.796386 0.400000 0.400000 0.400000 +3433.845947 0.000000 2605.679199 0.000000 0.958029 0.000000 -0.286672 0.400000 0.400000 0.400000 +3420.414795 0.000000 2598.239014 0.000000 0.384146 0.000000 -0.923272 0.400000 0.400000 0.400000 +3410.958008 0.000000 2602.602295 0.000000 0.645027 0.000000 0.764159 0.400000 0.400000 0.400000 +3422.370850 0.000000 2649.933350 0.000000 0.698229 0.000000 0.715874 0.400000 0.400000 0.400000 +3428.897217 0.000000 2604.977539 0.000000 0.848917 0.000000 0.528526 0.400000 0.400000 0.400000 +3394.051270 0.000000 2653.119141 0.000000 0.451544 0.000000 -0.892249 0.400000 0.400000 0.400000 +3397.814697 0.000000 2624.776611 0.000000 0.391001 0.000000 0.920390 0.400000 0.400000 0.400000 +3418.200439 0.000000 2641.157227 0.000000 0.233288 0.000000 0.972408 0.400000 0.400000 0.400000 +3405.878418 0.000000 2645.819092 0.000000 0.701118 0.000000 0.713045 0.400000 0.400000 0.400000 +3455.171387 0.000000 2644.145752 0.000000 0.888896 0.000000 -0.458108 0.400000 0.400000 0.400000 +3412.078613 0.000000 2611.634766 0.000000 0.783636 0.000000 0.621220 0.400000 0.400000 0.400000 +3411.978271 0.000000 2659.035156 0.000000 0.582529 0.000000 0.812810 0.400000 0.400000 0.400000 +3453.401123 0.000000 2625.077637 0.000000 0.900053 0.000000 0.435781 0.400000 0.400000 0.400000 +3404.303955 0.000000 2606.409912 0.000000 0.970998 0.000000 -0.239087 0.400000 0.400000 0.400000 +3416.961670 0.000000 2613.279297 0.000000 0.010544 0.000000 -0.999944 0.400000 0.400000 0.400000 +3430.223633 0.000000 2630.175781 0.000000 0.996380 0.000000 -0.085013 0.400000 0.400000 0.400000 +3441.255127 0.000000 2595.317871 0.000000 0.977539 0.000000 -0.210754 0.400000 0.400000 0.400000 +3450.215820 0.000000 2653.945557 0.000000 0.965990 0.000000 0.258579 0.400000 0.400000 0.400000 +3437.829102 0.000000 2635.818604 0.000000 0.989810 0.000000 -0.142394 0.400000 0.400000 0.400000 +3446.383057 0.000000 2631.141602 0.000000 0.440673 0.000000 -0.897668 0.400000 0.400000 0.400000 +3442.705811 0.000000 2648.302979 0.000000 0.045867 0.000000 -0.998948 0.400000 0.400000 0.400000 +3453.732666 0.000000 2636.602295 0.000000 0.928817 0.000000 -0.370539 0.400000 0.400000 0.400000 +3408.125000 0.000000 2652.578613 0.000000 0.902523 0.000000 0.430643 0.400000 0.400000 0.400000 +3430.537842 0.000000 2653.944336 0.000000 0.228057 0.000000 -0.973648 0.400000 0.400000 0.400000 +3444.371094 0.000000 2661.263916 0.000000 0.643609 0.000000 -0.765355 0.400000 0.400000 0.400000 +3403.181641 0.000000 2655.919922 0.000000 0.944117 0.000000 0.329610 0.400000 0.400000 0.400000 +3408.926758 0.000000 2661.985352 0.000000 0.979109 0.000000 0.203335 0.400000 0.400000 0.400000 +3415.931885 0.000000 2657.473633 0.000000 0.634875 0.000000 0.772615 0.400000 0.400000 0.400000 +3407.010254 0.000000 2611.512207 0.000000 0.231662 0.000000 0.972796 0.400000 0.400000 0.400000 +3439.240479 0.000000 2641.507812 0.000000 0.544629 0.000000 -0.838677 0.400000 0.400000 0.400000 +3446.203369 0.000000 2621.992188 0.000000 0.522258 0.000000 -0.852788 0.400000 0.400000 0.400000 +3389.806641 0.000000 2612.051025 0.000000 0.959694 0.000000 -0.281047 0.400000 0.400000 0.400000 +3437.218750 0.000000 2653.917725 0.000000 0.906131 0.000000 -0.422997 0.400000 0.400000 0.400000 +3397.704590 0.000000 2650.939941 0.000000 0.899716 0.000000 0.436476 0.400000 0.400000 0.400000 +3421.596436 0.000000 2644.261230 0.000000 0.994825 0.000000 0.101602 0.400000 0.400000 0.400000 +3449.308105 0.000000 2593.651855 0.000000 0.639330 0.000000 0.768933 0.400000 0.400000 0.400000 +3398.956299 0.000000 2658.962158 0.000000 0.628430 0.000000 -0.777866 0.400000 0.400000 0.400000 +3448.343018 0.000000 2661.565674 0.000000 0.871068 0.000000 0.491162 0.400000 0.400000 0.400000 +3427.366211 0.000000 2601.406006 0.000000 0.953801 0.000000 0.300438 0.400000 0.400000 0.400000 +3393.651855 0.000000 2657.416748 0.000000 0.634166 0.000000 0.773197 0.400000 0.400000 0.400000 +3400.682617 0.000000 2607.896240 0.000000 0.864863 0.000000 0.502009 0.400000 0.400000 0.400000 +3426.578613 0.000000 2594.266113 0.000000 0.403418 0.000000 0.915016 0.400000 0.400000 0.400000 +3419.861816 0.000000 2663.157715 0.000000 0.032108 0.000000 -0.999484 0.400000 0.400000 0.400000 +3430.030273 0.000000 2657.738770 0.000000 0.919123 0.000000 -0.393972 0.400000 0.400000 0.400000 +3422.986084 0.000000 2595.606934 0.000000 0.207452 0.000000 0.978245 0.400000 0.400000 0.400000 +3393.922852 0.000000 2610.786133 0.000000 0.641248 0.000000 0.767334 0.400000 0.400000 0.400000 +3386.967773 0.000000 2621.158936 0.000000 0.844348 0.000000 0.535795 0.400000 0.400000 0.400000 +3391.792480 0.000000 2660.397949 0.000000 0.970861 0.000000 0.239642 0.400000 0.400000 0.400000 +3401.024170 0.000000 2652.322754 0.000000 0.826523 0.000000 -0.562903 0.400000 0.400000 0.400000 +3383.716797 0.000000 2626.398438 0.000000 0.995943 0.000000 0.089982 0.400000 0.400000 0.400000 +3425.921143 0.000000 2606.887207 0.000000 0.094493 0.000000 -0.995526 0.400000 0.400000 0.400000 +3424.304443 0.000000 2646.535156 0.000000 0.991901 0.000000 0.127013 0.400000 0.400000 0.400000 +3423.230713 0.000000 2600.310303 0.000000 0.137696 0.000000 -0.990475 0.400000 0.400000 0.400000 +3452.918945 0.000000 2628.656250 0.000000 0.979307 0.000000 -0.202380 0.400000 0.400000 0.400000 +3405.540039 0.000000 2661.015625 0.000000 0.147448 0.000000 -0.989070 0.400000 0.400000 0.400000 +3418.350586 0.000000 2660.030762 0.000000 0.678973 0.000000 -0.734163 0.400000 0.400000 0.400000 +3442.066650 0.000000 2591.928711 0.000000 0.934420 0.000000 -0.356174 0.400000 0.400000 0.400000 +3452.136475 0.000000 2645.803223 0.000000 0.621853 0.000000 0.783134 0.400000 0.400000 0.400000 +3390.445068 0.000000 2615.558838 0.000000 0.962466 0.000000 0.271402 0.400000 0.400000 0.400000 +3450.504150 0.000000 2634.887207 0.000000 0.149094 0.000000 0.988823 0.400000 0.400000 0.400000 +3393.316162 0.000000 2617.660400 0.000000 0.529074 0.000000 0.848575 0.400000 0.400000 0.400000 +3434.410645 0.000000 2602.532471 0.000000 0.908662 0.000000 -0.417532 0.400000 0.400000 0.400000 +3419.072021 0.000000 2601.104248 0.000000 0.460525 0.000000 -0.887646 0.400000 0.400000 0.400000 +3427.476562 0.000000 2611.518311 0.000000 0.796577 0.000000 0.604537 0.400000 0.400000 0.400000 +3449.582764 0.000000 2631.031494 0.000000 0.831428 0.000000 -0.555633 0.400000 0.400000 0.400000 +3395.464844 0.000000 2622.754883 0.000000 0.640217 0.000000 0.768194 0.400000 0.400000 0.400000 +3406.273193 0.000000 2654.963135 0.000000 0.999570 0.000000 -0.029332 0.400000 0.400000 0.400000 +3425.750977 0.000000 2653.065430 0.000000 0.302564 0.000000 -0.953129 0.400000 0.400000 0.400000 +3398.459473 0.000000 2621.887695 0.000000 0.560666 0.000000 -0.828042 0.400000 0.400000 0.400000 +3405.230469 0.000000 2609.160645 0.000000 0.976562 0.000000 0.215234 0.400000 0.400000 0.400000 +3432.358154 0.000000 2659.487793 0.000000 0.336174 0.000000 0.941800 0.400000 0.400000 0.400000 +3438.330322 0.000000 2638.707764 0.000000 0.997319 0.000000 0.073176 0.400000 0.400000 0.400000 +3421.377441 0.000000 2647.217041 0.000000 0.669774 0.000000 -0.742565 0.400000 0.400000 0.400000 +3401.255371 0.000000 2649.602539 0.000000 0.738830 0.000000 -0.673892 0.400000 0.400000 0.400000 +3416.838379 0.000000 2638.601807 0.000000 0.820777 0.000000 0.571248 0.400000 0.400000 0.400000 +3403.821777 0.000000 2653.257080 0.000000 0.776205 0.000000 -0.630480 0.400000 0.400000 0.400000 +3313.330322 0.000000 2681.261230 0.000000 0.940982 0.000000 -0.338457 0.400000 0.400000 0.400000 +3365.953857 0.000000 2688.109131 0.000000 0.832294 0.000000 0.554334 0.400000 0.400000 0.400000 +3337.486084 0.000000 2698.783936 0.000000 0.403029 0.000000 -0.915187 0.400000 0.400000 0.400000 +3343.553467 0.000000 2672.045410 0.000000 0.625943 0.000000 -0.779869 0.400000 0.400000 0.400000 +3373.575928 0.000000 2664.268066 0.000000 0.962735 0.000000 -0.270445 0.400000 0.400000 0.400000 +3324.444580 0.000000 2664.307617 0.000000 0.601979 0.000000 -0.798512 0.400000 0.400000 0.400000 +3330.840088 0.000000 2683.017578 0.000000 0.999999 0.000000 0.001725 0.400000 0.400000 0.400000 +3320.828369 0.000000 2696.412842 0.000000 0.981146 0.000000 0.193268 0.400000 0.400000 0.400000 +3359.999268 0.000000 2672.362549 0.000000 0.999282 0.000000 0.037876 0.400000 0.400000 0.400000 +3349.653564 0.000000 2686.948730 0.000000 0.948773 0.000000 0.315958 0.400000 0.400000 0.400000 +3377.353271 0.000000 2678.638428 0.000000 0.064174 0.000000 -0.997939 0.400000 0.400000 0.400000 +3353.657227 0.000000 2700.694824 0.000000 0.586994 0.000000 -0.809591 0.400000 0.400000 0.400000 +3378.319336 0.000000 2693.340088 0.000000 0.582703 0.000000 -0.812685 0.400000 0.400000 0.400000 +3312.059082 0.000000 2667.127197 0.000000 0.954445 0.000000 -0.298385 0.400000 0.400000 0.400000 +3351.573486 0.000000 2664.055176 0.000000 0.089080 0.000000 -0.996024 0.400000 0.400000 0.400000 +3322.524902 0.000000 2674.948730 0.000000 0.708566 0.000000 -0.705645 0.400000 0.400000 0.400000 +3335.911621 0.000000 2663.820557 0.000000 0.395367 0.000000 0.918523 0.400000 0.400000 0.400000 +3311.899902 0.000000 2691.411377 0.000000 0.997103 0.000000 -0.076058 0.400000 0.400000 0.400000 +3312.443604 0.000000 2701.859375 0.000000 0.997929 0.000000 -0.064328 0.400000 0.400000 0.400000 +3339.782715 0.000000 2688.546631 0.000000 0.596573 0.000000 0.802559 0.400000 0.400000 0.400000 +3333.734131 0.000000 2673.573975 0.000000 0.232337 0.000000 0.972635 0.400000 0.400000 0.400000 +3367.619629 0.000000 2678.589600 0.000000 0.579354 0.000000 -0.815076 0.400000 0.400000 0.400000 +3358.375244 0.000000 2681.886475 0.000000 0.733208 0.000000 0.680005 0.400000 0.400000 0.400000 +3321.541748 0.000000 2686.291992 0.000000 0.977657 0.000000 0.210205 0.400000 0.400000 0.400000 +3346.441162 0.000000 2695.214844 0.000000 0.770833 0.000000 -0.637037 0.400000 0.400000 0.400000 +3351.603760 0.000000 2675.960693 0.000000 0.022178 0.000000 0.999754 0.400000 0.400000 0.400000 +3344.009766 0.000000 2680.647217 0.000000 0.435226 0.000000 -0.900321 0.400000 0.400000 0.400000 +3365.134766 0.000000 2665.029053 0.000000 0.061439 0.000000 0.998111 0.400000 0.400000 0.400000 +3373.934326 0.000000 2686.514404 0.000000 0.618749 0.000000 -0.785589 0.400000 0.400000 0.400000 +3378.763672 0.000000 2670.596680 0.000000 0.476935 0.000000 -0.878939 0.400000 0.400000 0.400000 +3371.135742 0.000000 2671.638672 0.000000 0.044249 0.000000 0.999021 0.400000 0.400000 0.400000 +3314.247070 0.000000 2674.067139 0.000000 0.125924 0.000000 0.992040 0.400000 0.400000 0.400000 +3337.208984 0.000000 2679.532227 0.000000 0.650220 0.000000 -0.759746 0.400000 0.400000 0.400000 +3344.833252 0.000000 2665.361572 0.000000 0.729647 0.000000 0.683824 0.400000 0.400000 0.400000 +3380.749756 0.000000 2686.849365 0.000000 0.999722 0.000000 0.023580 0.400000 0.400000 0.400000 +3319.277100 0.000000 2668.695801 0.000000 0.441329 0.000000 0.897345 0.400000 0.400000 0.400000 +3330.307129 0.000000 2667.646484 0.000000 0.980160 0.000000 -0.198208 0.400000 0.400000 0.400000 +3358.255127 0.000000 2665.752441 0.000000 0.323534 0.000000 -0.946217 0.400000 0.400000 0.400000 +3380.994629 0.000000 2664.329102 0.000000 0.924668 0.000000 0.380774 0.400000 0.400000 0.400000 +3324.980225 0.000000 2680.779785 0.000000 0.905744 0.000000 -0.423826 0.400000 0.400000 0.400000 +3353.746094 0.000000 2669.884521 0.000000 0.377093 0.000000 0.926175 0.400000 0.400000 0.400000 +3338.057129 0.000000 2669.388184 0.000000 0.761605 0.000000 0.648042 0.400000 0.400000 0.400000 +3335.830566 0.000000 2692.969971 0.000000 0.196308 0.000000 -0.980542 0.400000 0.400000 0.400000 +3317.671631 0.000000 2690.790039 0.000000 0.983335 0.000000 -0.181801 0.400000 0.400000 0.400000 +3328.222168 0.000000 2675.983398 0.000000 0.208279 0.000000 0.978069 0.400000 0.400000 0.400000 +3324.208740 0.000000 2691.627930 0.000000 0.967939 0.000000 -0.251185 0.400000 0.400000 0.400000 +3360.249268 0.000000 2687.925049 0.000000 0.932738 0.000000 -0.360555 0.400000 0.400000 0.400000 +3334.000732 0.000000 2687.586426 0.000000 0.091825 0.000000 0.995775 0.400000 0.400000 0.400000 +3365.475586 0.000000 2673.406006 0.000000 0.999371 0.000000 0.035457 0.400000 0.400000 0.400000 +3352.465820 0.000000 2682.041504 0.000000 0.968737 0.000000 -0.248090 0.400000 0.400000 0.400000 +3364.035400 0.000000 2682.919922 0.000000 0.950503 0.000000 0.310714 0.400000 0.400000 0.400000 +3361.853760 0.000000 2677.663574 0.000000 0.946855 0.000000 0.321660 0.400000 0.400000 0.400000 +3320.827881 0.000000 2701.879395 0.000000 0.947531 0.000000 -0.319663 0.400000 0.400000 0.400000 +3326.937988 0.000000 2686.804199 0.000000 0.964325 0.000000 -0.264719 0.400000 0.400000 0.400000 +3325.256348 0.000000 2669.729492 0.000000 0.247654 0.000000 -0.968849 0.400000 0.400000 0.400000 +3351.122314 0.000000 2692.233398 0.000000 0.255893 0.000000 0.966705 0.400000 0.400000 0.400000 +3314.278320 0.000000 2686.573486 0.000000 0.415262 0.000000 -0.909702 0.400000 0.400000 0.400000 +3372.517822 0.000000 2681.175781 0.000000 0.619604 0.000000 -0.784914 0.400000 0.400000 0.400000 +3341.104004 0.000000 2694.742188 0.000000 0.738138 0.000000 -0.674650 0.400000 0.400000 0.400000 +3348.422607 0.000000 2670.223389 0.000000 0.487383 0.000000 -0.873188 0.400000 0.400000 0.400000 +3338.965820 0.000000 2674.586670 0.000000 0.789604 0.000000 0.613617 0.400000 0.400000 0.400000 +3381.407471 0.000000 2674.973389 0.000000 0.668631 0.000000 0.743594 0.400000 0.400000 0.400000 +3340.086426 0.000000 2683.619141 0.000000 0.406386 0.000000 -0.913701 0.400000 0.400000 0.400000 +3348.863281 0.000000 2699.714844 0.000000 0.359207 0.000000 0.933258 0.400000 0.400000 0.400000 +3332.311768 0.000000 2678.394287 0.000000 0.321161 0.000000 0.947025 0.400000 0.400000 0.400000 +3369.076904 0.000000 2684.493652 0.000000 0.584386 0.000000 0.811476 0.400000 0.400000 0.400000 +3316.330078 0.000000 2664.832764 0.000000 0.981260 0.000000 0.192689 0.400000 0.400000 0.400000 +3369.262939 0.000000 2667.302246 0.000000 0.168570 0.000000 0.985690 0.400000 0.400000 0.400000 +3353.588379 0.000000 2696.092773 0.000000 0.557651 0.000000 0.830075 0.400000 0.400000 0.400000 +3367.552979 0.000000 2695.354492 0.000000 0.993174 0.000000 0.116639 0.400000 0.400000 0.400000 +3362.854980 0.000000 2668.964111 0.000000 0.928523 0.000000 -0.371276 0.400000 0.400000 0.400000 +3374.534180 0.000000 2668.545654 0.000000 0.855760 0.000000 -0.517373 0.400000 0.400000 0.400000 +3348.385986 0.000000 2680.751709 0.000000 0.446161 0.000000 -0.894953 0.400000 0.400000 0.400000 +3377.293701 0.000000 2689.231201 0.000000 0.782870 0.000000 -0.622186 0.400000 0.400000 0.400000 +3335.018066 0.000000 2683.496582 0.000000 0.499430 0.000000 0.866354 0.400000 0.400000 0.400000 +3315.331055 0.000000 2670.027832 0.000000 0.803370 0.000000 -0.595480 0.400000 0.400000 0.400000 +3311.775879 0.000000 2677.471191 0.000000 0.956152 0.000000 -0.292870 0.400000 0.400000 0.400000 +3342.385254 0.000000 2676.801758 0.000000 0.998576 0.000000 0.053343 0.400000 0.400000 0.400000 +3377.315918 0.000000 2665.636230 0.000000 0.910025 0.000000 0.414554 0.400000 0.400000 0.400000 +3369.025879 0.000000 2674.865967 0.000000 0.746785 0.000000 -0.665066 0.400000 0.400000 0.400000 +3311.667725 0.000000 2670.941895 0.000000 0.785926 0.000000 0.618320 0.400000 0.400000 0.400000 +3361.496338 0.000000 2663.594482 0.000000 0.039687 0.000000 -0.999212 0.400000 0.400000 0.400000 +3342.044922 0.000000 2668.537842 0.000000 0.997046 0.000000 0.076812 0.400000 0.400000 0.400000 +3315.404053 0.000000 2678.118164 0.000000 0.974461 0.000000 0.224558 0.400000 0.400000 0.400000 +3366.829834 0.000000 2669.893311 0.000000 0.211235 0.000000 -0.977435 0.400000 0.400000 0.400000 +3312.238281 0.000000 2663.590820 0.000000 0.194137 0.000000 0.980974 0.400000 0.400000 0.400000 +3350.993896 0.000000 2667.591309 0.000000 0.486849 0.000000 -0.873486 0.400000 0.400000 0.400000 +3349.900146 0.000000 2696.235840 0.000000 0.184196 0.000000 -0.982889 0.400000 0.400000 0.400000 +3360.813965 0.000000 2684.434326 0.000000 0.995465 0.000000 -0.095128 0.400000 0.400000 0.400000 +3311.724609 0.000000 2698.382812 0.000000 0.816909 0.000000 -0.576767 0.400000 0.400000 0.400000 +3353.928955 0.000000 2678.871582 0.000000 0.025446 0.000000 0.999676 0.400000 0.400000 0.400000 +3351.238525 0.000000 2672.294678 0.000000 0.984542 0.000000 0.175151 0.400000 0.400000 0.400000 +3325.686768 0.000000 2673.398438 0.000000 0.995017 0.000000 0.099710 0.400000 0.400000 0.400000 +3381.254883 0.000000 2668.099121 0.000000 0.537444 0.000000 0.843300 0.400000 0.400000 0.400000 +3377.993896 0.000000 2675.294434 0.000000 0.763997 0.000000 0.645220 0.400000 0.400000 0.400000 +3348.288330 0.000000 2665.453613 0.000000 0.382293 0.000000 -0.924041 0.400000 0.400000 0.400000 +3337.501709 0.000000 2685.965088 0.000000 0.978586 0.000000 0.205841 0.400000 0.400000 0.400000 +3339.224609 0.000000 2691.901123 0.000000 0.915572 0.000000 0.402153 0.400000 0.400000 0.400000 +3311.720703 0.000000 2684.322266 0.000000 0.972392 0.000000 -0.233355 0.400000 0.400000 0.400000 +3325.004150 0.000000 2677.242676 0.000000 0.698810 0.000000 -0.715307 0.400000 0.400000 0.400000 +3327.298096 0.000000 2683.205566 0.000000 0.843551 0.000000 -0.537049 0.400000 0.400000 0.400000 +3353.963623 0.000000 2689.970947 0.000000 0.092288 0.000000 -0.995732 0.400000 0.400000 0.400000 +3311.696533 0.000000 2694.904541 0.000000 0.898069 0.000000 -0.439855 0.400000 0.400000 0.400000 +3348.306396 0.000000 2690.288574 0.000000 0.968636 0.000000 -0.248485 0.400000 0.400000 0.400000 +3335.690186 0.000000 2676.501465 0.000000 0.521968 0.000000 -0.852965 0.400000 0.400000 0.400000 +3332.723389 0.000000 2670.220703 0.000000 0.637192 0.000000 -0.770705 0.400000 0.400000 0.400000 +3322.509521 0.000000 2667.900635 0.000000 0.037101 0.000000 0.999312 0.400000 0.400000 0.400000 +3339.573975 0.000000 2701.303223 0.000000 0.841885 0.000000 -0.539658 0.400000 0.400000 0.400000 +3370.821533 0.000000 2678.361572 0.000000 0.881783 0.000000 0.471655 0.400000 0.400000 0.400000 +3362.418457 0.000000 2674.516846 0.000000 0.396425 0.000000 0.918067 0.400000 0.400000 0.400000 +3324.259521 0.000000 2688.462402 0.000000 0.973384 0.000000 0.229181 0.400000 0.400000 0.400000 +3324.461426 0.000000 2684.567627 0.000000 0.990187 0.000000 0.139749 0.400000 0.400000 0.400000 +3336.759766 0.000000 2672.336670 0.000000 0.910420 0.000000 -0.413685 0.400000 0.400000 0.400000 +3342.837402 0.000000 2687.519287 0.000000 0.996225 0.000000 -0.086805 0.400000 0.400000 0.400000 +3340.340576 0.000000 2697.700684 0.000000 0.993698 0.000000 0.112088 0.400000 0.400000 0.400000 +3322.665039 0.000000 2698.763916 0.000000 0.163413 0.000000 0.986558 0.400000 0.400000 0.400000 +3352.311279 0.000000 2685.200195 0.000000 0.679915 0.000000 -0.733291 0.400000 0.400000 0.400000 +3350.810547 0.000000 2679.169678 0.000000 0.890854 0.000000 -0.454291 0.400000 0.400000 0.400000 +3361.076416 0.000000 2666.471436 0.000000 0.996721 0.000000 0.080915 0.400000 0.400000 0.400000 +3351.254639 0.000000 2689.315674 0.000000 0.986082 0.000000 -0.166261 0.400000 0.400000 0.400000 +3325.454346 0.000000 2666.844482 0.000000 0.721850 0.000000 0.692049 0.400000 0.400000 0.400000 +3376.005371 0.000000 2691.845703 0.000000 0.874245 0.000000 0.485485 0.400000 0.400000 0.400000 +3349.393555 0.000000 2674.459229 0.000000 0.979218 0.000000 0.202809 0.400000 0.400000 0.400000 +3343.338623 0.000000 2683.198730 0.000000 0.991432 0.000000 -0.130621 0.400000 0.400000 0.400000 +3385.322510 0.000000 2681.261230 0.000000 0.510461 0.000000 0.859901 0.400000 0.400000 0.400000 +3415.545654 0.000000 2672.045410 0.000000 0.420604 0.000000 -0.907245 0.400000 0.400000 0.400000 +3396.436768 0.000000 2664.307617 0.000000 0.733672 0.000000 0.679504 0.400000 0.400000 0.400000 +3431.991455 0.000000 2672.362549 0.000000 0.948587 0.000000 0.316515 0.400000 0.400000 0.400000 +3384.051270 0.000000 2667.127197 0.000000 0.999999 0.000000 -0.001216 0.400000 0.400000 0.400000 +3423.565674 0.000000 2664.055176 0.000000 0.999466 0.000000 -0.032689 0.400000 0.400000 0.400000 +3394.517090 0.000000 2674.948730 0.000000 0.630848 0.000000 -0.775906 0.400000 0.400000 0.400000 +3407.903809 0.000000 2663.820557 0.000000 0.176802 0.000000 0.984246 0.400000 0.400000 0.400000 +3405.726318 0.000000 2673.573975 0.000000 0.058330 0.000000 0.998297 0.400000 0.400000 0.400000 +3393.533936 0.000000 2686.291992 0.000000 0.998884 0.000000 0.047229 0.400000 0.400000 0.400000 +3437.126953 0.000000 2665.029053 0.000000 0.915464 0.000000 0.402401 0.400000 0.400000 0.400000 +3386.239258 0.000000 2674.067139 0.000000 0.774616 0.000000 0.632432 0.400000 0.400000 0.400000 +3391.269287 0.000000 2668.695801 0.000000 0.265324 0.000000 -0.964159 0.400000 0.400000 0.400000 +3402.299316 0.000000 2667.646484 0.000000 0.946388 0.000000 -0.323032 0.400000 0.400000 0.400000 +3396.972412 0.000000 2680.779785 0.000000 0.207532 0.000000 -0.978228 0.400000 0.400000 0.400000 +3425.738281 0.000000 2669.884521 0.000000 0.660726 0.000000 0.750627 0.400000 0.400000 0.400000 +3410.049316 0.000000 2669.388184 0.000000 0.171058 0.000000 -0.985261 0.400000 0.400000 0.400000 +3391.309814 0.000000 2680.189209 0.000000 0.196882 0.000000 0.980427 0.400000 0.400000 0.400000 +3397.248535 0.000000 2669.729492 0.000000 0.016854 0.000000 -0.999858 0.400000 0.400000 0.400000 +3388.322266 0.000000 2664.832764 0.000000 0.969765 0.000000 -0.244039 0.400000 0.400000 0.400000 +3403.353516 0.000000 2663.428711 0.000000 0.942138 0.000000 -0.335224 0.400000 0.400000 0.400000 +3390.368652 0.000000 2675.991455 0.000000 0.902455 0.000000 0.430785 0.400000 0.400000 0.400000 +3387.323242 0.000000 2670.027832 0.000000 0.998555 0.000000 -0.053748 0.400000 0.400000 0.400000 +3389.806641 0.000000 2684.035400 0.000000 0.798765 0.000000 -0.601643 0.400000 0.400000 0.400000 +3406.541748 0.000000 2667.506836 0.000000 0.978105 0.000000 0.208110 0.400000 0.400000 0.400000 +3392.726562 0.000000 2664.927490 0.000000 0.740188 0.000000 -0.672400 0.400000 0.400000 0.400000 +3390.255859 0.000000 2672.304688 0.000000 0.917428 0.000000 -0.397903 0.400000 0.400000 0.400000 +3414.037109 0.000000 2668.537842 0.000000 0.028914 0.000000 -0.999582 0.400000 0.400000 0.400000 +3429.385254 0.000000 2669.373047 0.000000 0.646680 0.000000 -0.762761 0.400000 0.400000 0.400000 +3426.578613 0.000000 2666.250488 0.000000 0.500274 0.000000 -0.865867 0.400000 0.400000 0.400000 +3387.396240 0.000000 2678.118164 0.000000 0.982220 0.000000 -0.187732 0.400000 0.400000 0.400000 +3438.822021 0.000000 2669.893311 0.000000 0.824274 0.000000 -0.566192 0.400000 0.400000 0.400000 +3384.230469 0.000000 2663.590820 0.000000 0.196764 0.000000 0.980451 0.400000 0.400000 0.400000 +3394.005615 0.000000 2671.184814 0.000000 0.999261 0.000000 0.038432 0.400000 0.400000 0.400000 +3397.678955 0.000000 2673.398438 0.000000 0.841920 0.000000 -0.539602 0.400000 0.400000 0.400000 +3390.445068 0.000000 2687.543213 0.000000 0.403540 0.000000 0.914962 0.400000 0.400000 0.400000 +3396.996338 0.000000 2677.242676 0.000000 0.968898 0.000000 -0.247462 0.400000 0.400000 0.400000 +3399.290283 0.000000 2683.205566 0.000000 0.991697 0.000000 -0.128595 0.400000 0.400000 0.400000 +3404.715576 0.000000 2670.220703 0.000000 0.791464 0.000000 0.611216 0.400000 0.400000 0.400000 +3404.340820 0.000000 2665.854492 0.000000 0.500657 0.000000 -0.865645 0.400000 0.400000 0.400000 +3229.591553 0.000000 2736.252441 0.000000 0.388102 0.000000 -0.921616 0.400000 0.400000 0.400000 +3207.589111 0.000000 2736.039551 0.000000 0.612134 0.000000 -0.790754 0.400000 0.400000 0.400000 +3214.270752 0.000000 2737.736816 0.000000 0.744988 0.000000 0.667078 0.400000 0.400000 0.400000 +3237.010254 0.000000 2736.313477 0.000000 0.872640 0.000000 0.488364 0.400000 0.400000 0.400000 +3209.761719 0.000000 2741.868896 0.000000 0.093947 0.000000 0.995577 0.400000 0.400000 0.400000 +3225.278564 0.000000 2739.286621 0.000000 0.980052 0.000000 0.198743 0.400000 0.400000 0.400000 +3217.511963 0.000000 2735.578857 0.000000 0.119788 0.000000 0.992799 0.400000 0.400000 0.400000 +3210.602051 0.000000 2738.234863 0.000000 0.120790 0.000000 0.992678 0.400000 0.400000 0.400000 +3271.561279 0.000000 2744.029785 0.000000 0.011537 0.000000 0.999933 0.400000 0.400000 0.400000 +3301.583740 0.000000 2736.252441 0.000000 0.007658 0.000000 0.999971 0.400000 0.400000 0.400000 +3252.452393 0.000000 2736.291992 0.000000 0.429489 0.000000 -0.903072 0.400000 0.400000 0.400000 +3288.007080 0.000000 2744.346924 0.000000 0.864648 0.000000 0.502378 0.400000 0.400000 0.400000 +3240.066895 0.000000 2739.111572 0.000000 0.605457 0.000000 0.795878 0.400000 0.400000 0.400000 +3279.581299 0.000000 2736.039551 0.000000 0.366497 0.000000 -0.930419 0.400000 0.400000 0.400000 +3263.919434 0.000000 2735.804932 0.000000 0.042286 0.000000 0.999106 0.400000 0.400000 0.400000 +3261.741943 0.000000 2745.558350 0.000000 0.975144 0.000000 0.221572 0.400000 0.400000 0.400000 +3286.383057 0.000000 2753.870850 0.000000 0.955876 0.000000 -0.293770 0.400000 0.400000 0.400000 +3299.143555 0.000000 2743.623047 0.000000 0.973122 0.000000 0.230289 0.400000 0.400000 0.400000 +3272.841064 0.000000 2737.345947 0.000000 0.662863 0.000000 -0.748741 0.400000 0.400000 0.400000 +3258.314941 0.000000 2739.630859 0.000000 0.085794 0.000000 0.996313 0.400000 0.400000 0.400000 +3281.753906 0.000000 2741.868896 0.000000 0.903294 0.000000 -0.429022 0.400000 0.400000 0.400000 +3266.064941 0.000000 2741.372559 0.000000 0.988242 0.000000 0.152901 0.400000 0.400000 0.400000 +3293.483398 0.000000 2745.390381 0.000000 0.347699 0.000000 -0.937606 0.400000 0.400000 0.400000 +3289.861572 0.000000 2749.647949 0.000000 0.760140 0.000000 0.649759 0.400000 0.400000 0.400000 +3253.264160 0.000000 2741.713867 0.000000 0.924821 0.000000 -0.380403 0.400000 0.400000 0.400000 +3276.430420 0.000000 2742.207764 0.000000 0.364248 0.000000 0.931302 0.400000 0.400000 0.400000 +3284.912842 0.000000 2748.946289 0.000000 0.813738 0.000000 0.581232 0.400000 0.400000 0.400000 +3244.337891 0.000000 2736.817139 0.000000 0.202988 0.000000 -0.979181 0.400000 0.400000 0.400000 +3297.270752 0.000000 2739.286621 0.000000 0.281286 0.000000 -0.959624 0.400000 0.400000 0.400000 +3290.862793 0.000000 2740.948486 0.000000 0.834702 0.000000 -0.550701 0.400000 0.400000 0.400000 +3268.288818 0.000000 2737.277100 0.000000 0.993206 0.000000 0.116371 0.400000 0.400000 0.400000 +3259.369141 0.000000 2735.413086 0.000000 0.591255 0.000000 -0.806484 0.400000 0.400000 0.400000 +3257.695312 0.000000 2743.907227 0.000000 0.997949 0.000000 -0.064012 0.400000 0.400000 0.400000 +3262.557373 0.000000 2739.491211 0.000000 0.712710 0.000000 -0.701459 0.400000 0.400000 0.400000 +3283.381836 0.000000 2745.374756 0.000000 0.621456 0.000000 0.783449 0.400000 0.400000 0.400000 +3248.742188 0.000000 2736.911865 0.000000 0.793666 0.000000 -0.608353 0.400000 0.400000 0.400000 +3270.052734 0.000000 2740.522217 0.000000 0.741443 0.000000 -0.671016 0.400000 0.400000 0.400000 +3285.400879 0.000000 2741.357422 0.000000 0.843107 0.000000 -0.537746 0.400000 0.400000 0.400000 +3294.837646 0.000000 2741.877686 0.000000 0.919056 0.000000 -0.394126 0.400000 0.400000 0.400000 +3240.246094 0.000000 2735.575195 0.000000 0.990117 0.000000 0.140245 0.400000 0.400000 0.400000 +3279.001709 0.000000 2739.575684 0.000000 0.346160 0.000000 -0.938176 0.400000 0.400000 0.400000 +3255.856445 0.000000 2737.170654 0.000000 0.462543 0.000000 0.886597 0.400000 0.400000 0.400000 +3276.296143 0.000000 2737.437988 0.000000 0.619427 0.000000 0.785054 0.400000 0.400000 0.400000 +3260.731201 0.000000 2742.205078 0.000000 0.651427 0.000000 -0.758711 0.400000 0.400000 0.400000 +3250.517334 0.000000 2739.885010 0.000000 0.512040 0.000000 0.858962 0.400000 0.400000 0.400000 +3273.560791 0.000000 2740.642578 0.000000 0.632482 0.000000 0.774575 0.400000 0.400000 0.400000 +3264.767578 0.000000 2744.321045 0.000000 0.028779 0.000000 0.999586 0.400000 0.400000 0.400000 +3265.591309 0.000000 2738.461182 0.000000 0.869593 0.000000 -0.493769 0.400000 0.400000 0.400000 +3256.014404 0.000000 2741.325928 0.000000 0.993131 0.000000 -0.117004 0.400000 0.400000 0.400000 +2327.336914 0.000000 2945.803955 0.000000 0.528151 0.000000 0.849151 0.400000 0.400000 0.400000 +2305.439697 0.000000 2897.214355 0.000000 0.458961 0.000000 0.888456 0.400000 0.400000 0.400000 +2367.470703 0.000000 2938.275146 0.000000 0.759924 0.000000 0.650012 0.400000 0.400000 0.400000 +2329.595459 0.000000 2914.737061 0.000000 0.125258 0.000000 -0.992124 0.400000 0.400000 0.400000 +2365.685303 0.000000 2880.221191 0.000000 0.991392 0.000000 -0.130925 0.400000 0.400000 0.400000 +2310.006592 0.000000 2945.252197 0.000000 0.815608 0.000000 -0.578605 0.400000 0.400000 0.400000 +2349.112061 0.000000 2949.060547 0.000000 0.001835 0.000000 -0.999998 0.400000 0.400000 0.400000 +2312.937744 0.000000 2912.365967 0.000000 0.848548 0.000000 -0.529118 0.400000 0.400000 0.400000 +2322.246094 0.000000 2930.404297 0.000000 0.976866 0.000000 -0.213852 0.400000 0.400000 0.400000 +2341.762939 0.000000 2902.901855 0.000000 0.993719 0.000000 -0.111908 0.400000 0.400000 0.400000 +2369.462646 0.000000 2894.591553 0.000000 0.982209 0.000000 0.187791 0.400000 0.400000 0.400000 +2370.428711 0.000000 2909.293213 0.000000 0.715367 0.000000 -0.698749 0.400000 0.400000 0.400000 +2334.091309 0.000000 2926.407471 0.000000 0.999849 0.000000 0.017398 0.400000 0.400000 0.400000 +2338.979492 0.000000 2942.302246 0.000000 0.142854 0.000000 0.989744 0.400000 0.400000 0.400000 +2355.099609 0.000000 2938.388916 0.000000 0.319233 0.000000 0.947676 0.400000 0.400000 0.400000 +2371.870605 0.000000 2947.687744 0.000000 0.942975 0.000000 -0.332862 0.400000 0.400000 0.400000 +2371.765381 0.000000 2928.662109 0.000000 0.544873 0.000000 -0.838519 0.400000 0.400000 0.400000 +2360.407471 0.000000 2947.318359 0.000000 0.327801 0.000000 0.944747 0.400000 0.400000 0.400000 +2316.544189 0.000000 2921.910400 0.000000 0.991084 0.000000 0.133242 0.400000 0.400000 0.400000 +2304.009277 0.000000 2907.364502 0.000000 0.032083 0.000000 0.999485 0.400000 0.400000 0.400000 +2304.552979 0.000000 2917.812500 0.000000 0.715478 0.000000 -0.698635 0.400000 0.400000 0.400000 +2331.892090 0.000000 2904.499756 0.000000 0.969447 0.000000 0.245301 0.400000 0.400000 0.400000 +2359.729004 0.000000 2894.542725 0.000000 0.230123 0.000000 0.973162 0.400000 0.400000 0.400000 +2350.484619 0.000000 2897.839600 0.000000 0.579130 0.000000 -0.815235 0.400000 0.400000 0.400000 +2355.655273 0.000000 2913.448242 0.000000 0.543948 0.000000 0.839119 0.400000 0.400000 0.400000 +2321.981689 0.000000 2909.287109 0.000000 0.279667 0.000000 -0.960097 0.400000 0.400000 0.400000 +2313.651123 0.000000 2902.245117 0.000000 0.995520 0.000000 -0.094551 0.400000 0.400000 0.400000 +2304.313232 0.000000 2936.882812 0.000000 0.415935 0.000000 0.909394 0.400000 0.400000 0.400000 +2318.856201 0.000000 2942.880859 0.000000 0.395483 0.000000 0.918473 0.400000 0.400000 0.400000 +2372.679443 0.000000 2920.047119 0.000000 0.833372 0.000000 -0.552713 0.400000 0.400000 0.400000 +2325.828613 0.000000 2922.373047 0.000000 0.228243 0.000000 -0.973604 0.400000 0.400000 0.400000 +2363.008057 0.000000 2931.485596 0.000000 0.351475 0.000000 0.936197 0.400000 0.400000 0.400000 +2366.043701 0.000000 2902.467529 0.000000 0.651588 0.000000 -0.758573 0.400000 0.400000 0.400000 +2370.873047 0.000000 2886.549805 0.000000 0.767491 0.000000 0.641060 0.400000 0.400000 0.400000 +2338.286621 0.000000 2934.127197 0.000000 0.612166 0.000000 0.790730 0.400000 0.400000 0.400000 +2363.245117 0.000000 2887.591797 0.000000 0.282265 0.000000 -0.959337 0.400000 0.400000 0.400000 +2363.959961 0.000000 2913.376953 0.000000 0.076105 0.000000 0.997100 0.400000 0.400000 0.400000 +2321.281250 0.000000 2916.443604 0.000000 0.885958 0.000000 -0.463765 0.400000 0.400000 0.400000 +2313.039062 0.000000 2928.305420 0.000000 0.032456 0.000000 0.999473 0.400000 0.400000 0.400000 +2354.617920 0.000000 2920.314453 0.000000 0.972702 0.000000 -0.232059 0.400000 0.400000 0.400000 +2372.859131 0.000000 2902.802490 0.000000 0.354269 0.000000 0.935144 0.400000 0.400000 0.400000 +2303.864502 0.000000 2948.082520 0.000000 0.997578 0.000000 0.069552 0.400000 0.400000 0.400000 +2361.322998 0.000000 2940.762939 0.000000 0.972936 0.000000 -0.231076 0.400000 0.400000 0.400000 +2309.659180 0.000000 2922.162598 0.000000 0.350348 0.000000 0.936620 0.400000 0.400000 0.400000 +2315.406982 0.000000 2948.787109 0.000000 0.317853 0.000000 0.948140 0.400000 0.400000 0.400000 +2367.531494 0.000000 2923.922119 0.000000 0.214493 0.000000 0.976725 0.400000 0.400000 0.400000 +2354.315430 0.000000 2944.876221 0.000000 0.973983 0.000000 0.226622 0.400000 0.400000 0.400000 +2317.089600 0.000000 2896.732910 0.000000 0.595904 0.000000 -0.803056 0.400000 0.400000 0.400000 +2332.667969 0.000000 2942.142578 0.000000 0.986477 0.000000 -0.163900 0.400000 0.400000 0.400000 +2328.573242 0.000000 2929.577148 0.000000 0.988494 0.000000 0.151262 0.400000 0.400000 0.400000 +2366.361572 0.000000 2944.345947 0.000000 0.264449 0.000000 0.964400 0.400000 0.400000 0.400000 +2310.024414 0.000000 2951.307373 0.000000 0.715139 0.000000 -0.698982 0.400000 0.400000 0.400000 +2327.939941 0.000000 2908.923096 0.000000 0.991130 0.000000 -0.132895 0.400000 0.400000 0.400000 +2332.333252 0.000000 2920.698242 0.000000 0.300703 0.000000 -0.953718 0.400000 0.400000 0.400000 +2309.781006 0.000000 2906.743164 0.000000 0.822857 0.000000 0.568249 0.400000 0.400000 0.400000 +2316.318115 0.000000 2907.581055 0.000000 0.221988 0.000000 -0.975049 0.400000 0.400000 0.400000 +2311.427002 0.000000 2896.142334 0.000000 0.180412 0.000000 0.983591 0.400000 0.400000 0.400000 +2306.857666 0.000000 2912.611084 0.000000 0.974870 0.000000 -0.222776 0.400000 0.400000 0.400000 +2326.110107 0.000000 2903.539551 0.000000 0.396706 0.000000 0.917946 0.400000 0.400000 0.400000 +2357.584961 0.000000 2889.359131 0.000000 0.877364 0.000000 -0.479825 0.400000 0.400000 0.400000 +2309.275146 0.000000 2939.475098 0.000000 0.380920 0.000000 0.924608 0.400000 0.400000 0.400000 +2356.144775 0.000000 2898.873047 0.000000 0.816982 0.000000 0.576663 0.400000 0.400000 0.400000 +2312.937256 0.000000 2917.832520 0.000000 0.512868 0.000000 0.858468 0.400000 0.400000 0.400000 +2319.047363 0.000000 2902.757324 0.000000 0.541285 0.000000 0.840840 0.400000 0.400000 0.400000 +2358.023438 0.000000 2933.600342 0.000000 0.817207 0.000000 -0.576345 0.400000 0.400000 0.400000 +2306.387695 0.000000 2902.526611 0.000000 0.422731 0.000000 0.906255 0.400000 0.400000 0.400000 +2321.039795 0.000000 2925.118652 0.000000 0.138190 0.000000 0.990406 0.400000 0.400000 0.400000 +2364.627197 0.000000 2897.128906 0.000000 0.067447 0.000000 0.997723 0.400000 0.400000 0.400000 +2333.213379 0.000000 2910.695312 0.000000 0.602993 0.000000 -0.797746 0.400000 0.400000 0.400000 +2337.016113 0.000000 2905.963379 0.000000 0.983473 0.000000 -0.181055 0.400000 0.400000 0.400000 +2362.104980 0.000000 2926.296143 0.000000 0.686318 0.000000 -0.727301 0.400000 0.400000 0.400000 +2347.047363 0.000000 2902.633545 0.000000 0.856769 0.000000 0.515700 0.400000 0.400000 0.400000 +2305.212402 0.000000 2942.990967 0.000000 0.999925 0.000000 0.012243 0.400000 0.400000 0.400000 +2317.931885 0.000000 2912.714111 0.000000 0.785987 0.000000 -0.618242 0.400000 0.400000 0.400000 +2325.995605 0.000000 2933.756592 0.000000 0.926428 0.000000 0.376472 0.400000 0.400000 0.400000 +2375.288574 0.000000 2932.083252 0.000000 0.864060 0.000000 -0.503388 0.400000 0.400000 0.400000 +2373.254639 0.000000 2897.899658 0.000000 0.930970 0.000000 0.365096 0.400000 0.400000 0.400000 +2336.002441 0.000000 2938.337402 0.000000 0.337924 0.000000 -0.941173 0.400000 0.400000 0.400000 +2365.283447 0.000000 2892.047119 0.000000 0.979441 0.000000 0.201732 0.400000 0.400000 0.400000 +2361.186279 0.000000 2900.446777 0.000000 0.487554 0.000000 0.873093 0.400000 0.400000 0.400000 +2337.078857 0.000000 2901.216797 0.000000 0.607241 0.000000 -0.794518 0.400000 0.400000 0.400000 +2361.372314 0.000000 2883.255371 0.000000 0.827265 0.000000 0.561812 0.400000 0.400000 0.400000 +2370.333008 0.000000 2941.883057 0.000000 0.502757 0.000000 -0.864428 0.400000 0.400000 0.400000 +2325.742188 0.000000 2917.769287 0.000000 0.967981 0.000000 -0.251024 0.400000 0.400000 0.400000 +2325.067871 0.000000 2912.949219 0.000000 0.517603 0.000000 -0.855621 0.400000 0.400000 0.400000 +2362.822998 0.000000 2936.240479 0.000000 0.895459 0.000000 -0.445143 0.400000 0.400000 0.400000 +2373.849854 0.000000 2924.539795 0.000000 0.666746 0.000000 -0.745285 0.400000 0.400000 0.400000 +2328.242188 0.000000 2940.516113 0.000000 0.943098 0.000000 0.332515 0.400000 0.400000 0.400000 +2367.074707 0.000000 2928.604248 0.000000 0.532496 0.000000 -0.846433 0.400000 0.400000 0.400000 +2329.635498 0.000000 2924.983154 0.000000 0.149137 0.000000 0.988817 0.400000 0.400000 0.400000 +2359.662354 0.000000 2911.307617 0.000000 0.479997 0.000000 0.877270 0.400000 0.400000 0.400000 +2323.298828 0.000000 2943.857422 0.000000 0.907314 0.000000 -0.420454 0.400000 0.400000 0.400000 +2369.116211 0.000000 2899.390869 0.000000 0.992625 0.000000 0.121223 0.400000 0.400000 0.400000 +2366.643555 0.000000 2884.498779 0.000000 0.834267 0.000000 0.551360 0.400000 0.400000 0.400000 +2324.846680 0.000000 2927.029785 0.000000 0.601800 0.000000 -0.798647 0.400000 0.400000 0.400000 +2308.718750 0.000000 2916.520508 0.000000 0.681505 0.000000 -0.731813 0.400000 0.400000 0.400000 +2316.800537 0.000000 2926.154785 0.000000 0.295849 0.000000 -0.955235 0.400000 0.400000 0.400000 +2337.607910 0.000000 2923.895508 0.000000 0.532635 0.000000 0.846345 0.400000 0.400000 0.400000 +2369.403076 0.000000 2905.184326 0.000000 0.097062 0.000000 -0.995278 0.400000 0.400000 0.400000 +2366.320557 0.000000 2909.929688 0.000000 0.986245 0.000000 -0.165288 0.400000 0.400000 0.400000 +2309.923828 0.000000 2899.988525 0.000000 0.086127 0.000000 0.996284 0.400000 0.400000 0.400000 +2357.335938 0.000000 2941.855225 0.000000 0.463346 0.000000 0.886177 0.400000 0.400000 0.400000 +2317.006348 0.000000 2916.689453 0.000000 0.670173 0.000000 0.742205 0.400000 0.400000 0.400000 +2367.321289 0.000000 2888.592529 0.000000 0.053355 0.000000 -0.998576 0.400000 0.400000 0.400000 +2322.434326 0.000000 2905.273682 0.000000 0.979875 0.000000 -0.199610 0.400000 0.400000 0.400000 +2309.677246 0.000000 2926.259766 0.000000 0.668659 0.000000 0.743569 0.400000 0.400000 0.400000 +2341.713623 0.000000 2932.198730 0.000000 0.797297 0.000000 0.603587 0.400000 0.400000 0.400000 +2313.242188 0.000000 2924.292725 0.000000 0.721910 0.000000 -0.691987 0.400000 0.400000 0.400000 +2360.960205 0.000000 2951.348877 0.000000 0.977138 0.000000 0.212606 0.400000 0.400000 0.400000 +2319.073486 0.000000 2946.899658 0.000000 0.422394 0.000000 -0.906412 0.400000 0.400000 0.400000 +2368.460205 0.000000 2949.503174 0.000000 0.297143 0.000000 0.954833 0.400000 0.400000 0.400000 +2307.670166 0.000000 2948.341553 0.000000 0.736786 0.000000 0.676126 0.400000 0.400000 0.400000 +2359.185059 0.000000 2937.377930 0.000000 0.912246 0.000000 0.409643 0.400000 0.400000 0.400000 +2320.799805 0.000000 2895.833740 0.000000 0.020074 0.000000 -0.999798 0.400000 0.400000 0.400000 +2307.513428 0.000000 2894.071289 0.000000 0.477633 0.000000 0.878560 0.400000 0.400000 0.400000 +2357.422119 0.000000 2949.353271 0.000000 0.032109 0.000000 -0.999484 0.400000 0.400000 0.400000 +2350.147461 0.000000 2945.676270 0.000000 0.997239 0.000000 -0.074264 0.400000 0.400000 0.400000 +2362.490234 0.000000 2903.821289 0.000000 0.626365 0.000000 -0.779530 0.400000 0.400000 0.400000 +2311.909668 0.000000 2948.335449 0.000000 0.053876 0.000000 0.998548 0.400000 0.400000 0.400000 +2362.663818 0.000000 2944.419434 0.000000 0.590074 0.000000 -0.807349 0.400000 0.400000 0.400000 +2374.464600 0.000000 2894.440430 0.000000 0.541777 0.000000 0.840522 0.400000 0.400000 0.400000 +2306.520020 0.000000 2920.660400 0.000000 0.925434 0.000000 -0.378909 0.400000 0.400000 0.400000 +2374.574463 0.000000 2949.863770 0.000000 0.931965 0.000000 -0.362548 0.400000 0.400000 0.400000 +2372.253662 0.000000 2933.740723 0.000000 0.909564 0.000000 0.415563 0.400000 0.400000 0.400000 +2370.103271 0.000000 2891.247559 0.000000 0.988804 0.000000 0.149217 0.400000 0.400000 0.400000 +2331.333984 0.000000 2907.854248 0.000000 0.627931 0.000000 -0.778269 0.400000 0.400000 0.400000 +2322.887695 0.000000 2935.156982 0.000000 0.248683 0.000000 0.968585 0.400000 0.400000 0.400000 +2319.531250 0.000000 2928.180420 0.000000 0.236300 0.000000 -0.971680 0.400000 0.400000 0.400000 +2309.876953 0.000000 2910.994141 0.000000 0.971146 0.000000 -0.238487 0.400000 0.400000 0.400000 +2357.615234 0.000000 2945.330322 0.000000 0.732081 0.000000 -0.681218 0.400000 0.400000 0.400000 +2303.805908 0.000000 2910.857666 0.000000 0.932071 0.000000 -0.362276 0.400000 0.400000 0.400000 +2365.354248 0.000000 2933.967041 0.000000 0.834259 0.000000 -0.551373 0.400000 0.400000 0.400000 +2370.621338 0.000000 2922.824707 0.000000 0.671481 0.000000 -0.741022 0.400000 0.400000 0.400000 +2339.209473 0.000000 2938.961914 0.000000 0.117285 0.000000 -0.993098 0.400000 0.400000 0.400000 +2331.683350 0.000000 2917.256348 0.000000 0.209513 0.000000 -0.977806 0.400000 0.400000 0.400000 +2328.775635 0.000000 2905.478027 0.000000 0.253241 0.000000 0.967403 0.400000 0.400000 0.400000 +2335.581055 0.000000 2921.374023 0.000000 0.825527 0.000000 0.564363 0.400000 0.400000 0.400000 +2321.717773 0.000000 2913.271973 0.000000 0.942181 0.000000 -0.335103 0.400000 0.400000 0.400000 +2329.762451 0.000000 2943.586426 0.000000 0.751943 0.000000 -0.659229 0.400000 0.400000 0.400000 +2331.183350 0.000000 2927.761963 0.000000 0.865390 0.000000 -0.501098 0.400000 0.400000 0.400000 +2359.557373 0.000000 2897.710449 0.000000 0.287001 0.000000 -0.957930 0.400000 0.400000 0.400000 +2349.285645 0.000000 2904.892578 0.000000 0.822955 0.000000 -0.568107 0.400000 0.400000 0.400000 +2316.368896 0.000000 2904.415527 0.000000 0.287466 0.000000 0.957791 0.400000 0.400000 0.400000 +2316.570801 0.000000 2900.520752 0.000000 0.936198 0.000000 0.351474 0.400000 0.400000 0.400000 +2311.091553 0.000000 2942.241943 0.000000 0.494146 0.000000 0.869379 0.400000 0.400000 0.400000 +2334.946777 0.000000 2903.472412 0.000000 0.821688 0.000000 0.569938 0.400000 0.400000 0.400000 +2372.626465 0.000000 2944.389648 0.000000 0.109132 0.000000 0.994027 0.400000 0.400000 0.400000 +2326.390381 0.000000 2942.900635 0.000000 0.178462 0.000000 -0.983947 0.400000 0.400000 0.400000 +2310.213135 0.000000 2919.179443 0.000000 0.248820 0.000000 0.968550 0.400000 0.400000 0.400000 +2310.420410 0.000000 2913.955566 0.000000 0.475428 0.000000 -0.879755 0.400000 0.400000 0.400000 +2335.559570 0.000000 2941.274414 0.000000 0.423482 0.000000 -0.905904 0.400000 0.400000 0.400000 +2308.076172 0.000000 2942.244141 0.000000 0.498998 0.000000 0.866603 0.400000 0.400000 0.400000 +2352.475342 0.000000 2947.425293 0.000000 0.290933 0.000000 -0.956743 0.400000 0.400000 0.400000 +2341.494629 0.000000 2935.154541 0.000000 0.720666 0.000000 -0.693282 0.400000 0.400000 0.400000 +2364.133545 0.000000 2900.085938 0.000000 0.917139 0.000000 -0.398567 0.400000 0.400000 0.400000 +2366.739014 0.000000 2947.215576 0.000000 0.999904 0.000000 -0.013832 0.400000 0.400000 0.400000 +2364.187744 0.000000 2882.798340 0.000000 0.164279 0.000000 -0.986414 0.400000 0.400000 0.400000 +2359.803711 0.000000 2943.433594 0.000000 0.464804 0.000000 -0.885414 0.400000 0.400000 0.400000 +2307.087402 0.000000 2937.018066 0.000000 0.986031 0.000000 -0.166563 0.400000 0.400000 0.400000 +2365.787842 0.000000 2931.157715 0.000000 0.780785 0.000000 0.624800 0.400000 0.400000 0.400000 +2323.830322 0.000000 2915.416992 0.000000 0.998955 0.000000 -0.045715 0.400000 0.400000 0.400000 +2321.372559 0.000000 2937.540039 0.000000 0.980467 0.000000 -0.196681 0.400000 0.400000 0.400000 +2326.810791 0.000000 2915.049805 0.000000 0.350436 0.000000 -0.936587 0.400000 0.400000 0.400000 +2367.718750 0.000000 2941.094482 0.000000 0.757715 0.000000 0.652585 0.400000 0.400000 0.400000 +2371.941162 0.000000 2893.374756 0.000000 0.991571 0.000000 -0.129566 0.400000 0.400000 0.400000 +2358.334473 0.000000 2913.774414 0.000000 0.922934 0.000000 0.384959 0.400000 0.400000 0.400000 +2370.563965 0.000000 2897.081299 0.000000 0.896207 0.000000 -0.443636 0.400000 0.400000 0.400000 +2371.843750 0.000000 2900.347412 0.000000 0.935683 0.000000 -0.352841 0.400000 0.400000 0.400000 +2305.725098 0.000000 2950.321289 0.000000 0.956537 0.000000 -0.291610 0.400000 0.400000 0.400000 +2364.297119 0.000000 2885.348145 0.000000 0.158214 0.000000 -0.987405 0.400000 0.400000 0.400000 +2377.431885 0.000000 2897.214355 0.000000 0.176044 0.000000 0.984382 0.400000 0.400000 0.400000 +2401.587646 0.000000 2914.737061 0.000000 0.961770 0.000000 0.273857 0.400000 0.400000 0.400000 +2377.964844 0.000000 2927.764160 0.000000 0.995828 0.000000 0.091248 0.400000 0.400000 0.400000 +2381.998779 0.000000 2945.252197 0.000000 0.450447 0.000000 0.892803 0.400000 0.400000 0.400000 +2384.929932 0.000000 2912.365967 0.000000 0.431383 0.000000 -0.902169 0.400000 0.400000 0.400000 +2394.238281 0.000000 2930.404297 0.000000 0.823457 0.000000 -0.567378 0.400000 0.400000 0.400000 +2413.755127 0.000000 2902.901855 0.000000 0.976224 0.000000 0.216765 0.400000 0.400000 0.400000 +2400.013184 0.000000 2879.773682 0.000000 0.922596 0.000000 0.385767 0.400000 0.400000 0.400000 +2388.536377 0.000000 2921.910400 0.000000 0.340120 0.000000 0.940382 0.400000 0.400000 0.400000 +2385.373535 0.000000 2935.478271 0.000000 0.747360 0.000000 -0.664419 0.400000 0.400000 0.400000 +2376.545166 0.000000 2917.812500 0.000000 0.131511 0.000000 0.991315 0.400000 0.400000 0.400000 +2403.884277 0.000000 2904.499756 0.000000 0.636162 0.000000 -0.771556 0.400000 0.400000 0.400000 +2397.835693 0.000000 2889.527100 0.000000 0.476109 0.000000 -0.879386 0.400000 0.400000 0.400000 +2393.973877 0.000000 2909.287109 0.000000 0.397012 0.000000 0.917814 0.400000 0.400000 0.400000 +2376.305420 0.000000 2936.882812 0.000000 0.444497 0.000000 -0.895781 0.400000 0.400000 0.400000 +2415.705322 0.000000 2891.913818 0.000000 0.964392 0.000000 0.264479 0.400000 0.400000 0.400000 +2397.820801 0.000000 2922.373047 0.000000 0.944404 0.000000 0.328787 0.400000 0.400000 0.400000 +2393.273438 0.000000 2916.443604 0.000000 0.330621 0.000000 0.943764 0.400000 0.400000 0.400000 +2385.031250 0.000000 2928.305420 0.000000 0.949935 0.000000 -0.312448 0.400000 0.400000 0.400000 +2408.934814 0.000000 2881.314697 0.000000 0.180253 0.000000 -0.983620 0.400000 0.400000 0.400000 +2375.856689 0.000000 2948.082520 0.000000 0.761442 0.000000 0.648233 0.400000 0.400000 0.400000 +2381.651367 0.000000 2922.162598 0.000000 0.973832 0.000000 -0.227270 0.400000 0.400000 0.400000 +2402.158691 0.000000 2885.341309 0.000000 0.187604 0.000000 0.982245 0.400000 0.400000 0.400000 +2399.932129 0.000000 2908.923096 0.000000 0.978871 0.000000 -0.204480 0.400000 0.400000 0.400000 +2392.323730 0.000000 2891.936523 0.000000 0.953752 0.000000 -0.300594 0.400000 0.400000 0.400000 +2388.310303 0.000000 2907.581055 0.000000 0.851700 0.000000 -0.524030 0.400000 0.400000 0.400000 +2398.102295 0.000000 2903.539551 0.000000 0.953160 0.000000 0.302466 0.400000 0.400000 0.400000 +2381.267334 0.000000 2939.475098 0.000000 0.387411 0.000000 -0.921907 0.400000 0.400000 0.400000 +2380.531738 0.000000 2932.657715 0.000000 0.628994 0.000000 -0.777410 0.400000 0.400000 0.400000 +2391.473877 0.000000 2935.243408 0.000000 0.784757 0.000000 0.619804 0.400000 0.400000 0.400000 +2384.929443 0.000000 2917.832520 0.000000 0.533878 0.000000 0.845561 0.400000 0.400000 0.400000 +2393.031982 0.000000 2925.118652 0.000000 0.976123 0.000000 -0.217219 0.400000 0.400000 0.400000 +2405.205566 0.000000 2910.695312 0.000000 0.485318 0.000000 0.874338 0.400000 0.400000 0.400000 +2409.008301 0.000000 2905.963379 0.000000 0.930547 0.000000 -0.366173 0.400000 0.400000 0.400000 +2377.204590 0.000000 2942.990967 0.000000 0.351685 0.000000 0.936118 0.400000 0.400000 0.400000 +2386.160645 0.000000 2941.056641 0.000000 0.091323 0.000000 -0.995821 0.400000 0.400000 0.400000 +2389.924072 0.000000 2912.714111 0.000000 0.021487 0.000000 0.999769 0.400000 0.400000 0.400000 +2389.307861 0.000000 2930.737305 0.000000 0.314752 0.000000 -0.949174 0.400000 0.400000 0.400000 +2409.071045 0.000000 2901.216797 0.000000 0.182983 0.000000 0.983116 0.400000 0.400000 0.400000 +2397.060059 0.000000 2912.949219 0.000000 0.853610 0.000000 0.520913 0.400000 0.400000 0.400000 +2404.382568 0.000000 2881.245850 0.000000 0.979612 0.000000 -0.200901 0.400000 0.400000 0.400000 +2412.487549 0.000000 2896.704834 0.000000 0.601105 0.000000 -0.799170 0.400000 0.400000 0.400000 +2396.838867 0.000000 2927.029785 0.000000 0.794887 0.000000 0.606757 0.400000 0.400000 0.400000 +2380.710938 0.000000 2916.520508 0.000000 0.678247 0.000000 -0.734834 0.400000 0.400000 0.400000 +2388.792725 0.000000 2926.154785 0.000000 0.943930 0.000000 0.330146 0.400000 0.400000 0.400000 +2393.497314 0.000000 2920.886963 0.000000 0.654155 0.000000 -0.756361 0.400000 0.400000 0.400000 +2389.813965 0.000000 2938.877441 0.000000 0.795607 0.000000 0.605813 0.400000 0.400000 0.400000 +2388.998535 0.000000 2916.689453 0.000000 0.999968 0.000000 0.008037 0.400000 0.400000 0.400000 +2385.234375 0.000000 2924.292725 0.000000 0.895837 0.000000 0.444382 0.400000 0.400000 0.400000 +2398.651123 0.000000 2883.459961 0.000000 0.792018 0.000000 -0.610497 0.400000 0.400000 0.400000 +2379.662354 0.000000 2948.341553 0.000000 0.559368 0.000000 -0.828919 0.400000 0.400000 0.400000 +2385.761230 0.000000 2945.354248 0.000000 0.492909 0.000000 -0.870081 0.400000 0.400000 0.400000 +2384.272949 0.000000 2931.855957 0.000000 0.813962 0.000000 -0.580918 0.400000 0.400000 0.400000 +2376.339844 0.000000 2879.543945 0.000000 0.966716 0.000000 0.255854 0.400000 0.400000 0.400000 +2381.827148 0.000000 2935.956543 0.000000 0.636348 0.000000 0.771402 0.400000 0.400000 0.400000 +2378.512207 0.000000 2920.660400 0.000000 0.984957 0.000000 0.172800 0.400000 0.400000 0.400000 +2403.326172 0.000000 2907.854248 0.000000 0.615016 0.000000 -0.788515 0.400000 0.400000 0.400000 +2375.822266 0.000000 2900.275391 0.000000 0.815474 0.000000 0.578794 0.400000 0.400000 0.400000 +2391.523438 0.000000 2928.180420 0.000000 0.157442 0.000000 0.987528 0.400000 0.400000 0.400000 +2396.824951 0.000000 2886.173828 0.000000 0.949059 0.000000 0.315098 0.400000 0.400000 0.400000 +2403.675537 0.000000 2917.256348 0.000000 0.999161 0.000000 0.040952 0.400000 0.400000 0.400000 +2400.767822 0.000000 2905.478027 0.000000 0.770363 0.000000 0.637606 0.400000 0.400000 0.400000 +2393.709961 0.000000 2913.271973 0.000000 0.999727 0.000000 0.023378 0.400000 0.400000 0.400000 +2390.558105 0.000000 2919.429688 0.000000 0.852911 0.000000 -0.522056 0.400000 0.400000 0.400000 +2388.361084 0.000000 2904.415527 0.000000 0.621640 0.000000 -0.783303 0.400000 0.400000 0.400000 +2413.860840 0.000000 2899.664795 0.000000 0.088275 0.000000 0.996096 0.400000 0.400000 0.400000 +2400.861328 0.000000 2888.289795 0.000000 0.042187 0.000000 0.999110 0.400000 0.400000 0.400000 +2387.574219 0.000000 2910.692383 0.000000 0.830046 0.000000 0.557695 0.400000 0.400000 0.400000 +2406.938965 0.000000 2903.472412 0.000000 0.526367 0.000000 0.850257 0.400000 0.400000 0.400000 +2384.225342 0.000000 2938.561035 0.000000 0.997337 0.000000 -0.072932 0.400000 0.400000 0.400000 +2407.632568 0.000000 2912.595947 0.000000 0.922079 0.000000 0.387002 0.400000 0.400000 0.400000 +2380.068359 0.000000 2942.244141 0.000000 0.208334 0.000000 -0.978058 0.400000 0.400000 0.400000 +2395.239990 0.000000 2890.951416 0.000000 0.294408 0.000000 0.955680 0.400000 0.400000 0.400000 +2414.912109 0.000000 2895.122803 0.000000 0.882972 0.000000 -0.469425 0.400000 0.400000 0.400000 +2410.749023 0.000000 2903.520996 0.000000 0.209672 0.000000 -0.977772 0.400000 0.400000 0.400000 +2406.562988 0.000000 2879.511475 0.000000 0.734287 0.000000 0.678839 0.400000 0.400000 0.400000 +2393.364746 0.000000 2937.540039 0.000000 0.891833 0.000000 0.452364 0.400000 0.400000 0.400000 +2378.545410 0.000000 2930.526855 0.000000 0.278171 0.000000 0.960531 0.400000 0.400000 0.400000 +2394.234863 0.000000 2927.647217 0.000000 0.455996 0.000000 -0.889982 0.400000 0.400000 0.400000 +2335.662842 0.000000 2959.982910 0.000000 0.241585 0.000000 -0.970380 0.400000 0.400000 0.400000 +2365.685303 0.000000 2952.205566 0.000000 0.608066 0.000000 0.793887 0.400000 0.400000 0.400000 +2312.937744 0.000000 2984.350342 0.000000 0.618749 0.000000 0.785589 0.400000 0.400000 0.400000 +2352.108643 0.000000 2960.300049 0.000000 0.931394 0.000000 -0.364013 0.400000 0.400000 0.400000 +2304.168457 0.000000 2955.064697 0.000000 0.142216 0.000000 -0.989836 0.400000 0.400000 0.400000 +2343.682861 0.000000 2951.992676 0.000000 0.726340 0.000000 -0.687335 0.400000 0.400000 0.400000 +2304.552979 0.000000 2989.796875 0.000000 0.508384 0.000000 0.861131 0.400000 0.400000 0.400000 +2331.892090 0.000000 2976.484131 0.000000 0.969100 0.000000 -0.246669 0.400000 0.400000 0.400000 +2359.729004 0.000000 2966.527100 0.000000 0.786917 0.000000 0.617059 0.400000 0.400000 0.400000 +2321.981689 0.000000 2981.271484 0.000000 0.925327 0.000000 -0.379170 0.400000 0.400000 0.400000 +2313.651123 0.000000 2974.229492 0.000000 0.999864 0.000000 0.016479 0.400000 0.400000 0.400000 +2343.713135 0.000000 2963.898193 0.000000 0.705677 0.000000 0.708534 0.400000 0.400000 0.400000 +2336.119141 0.000000 2968.584717 0.000000 0.530272 0.000000 0.847827 0.400000 0.400000 0.400000 +2357.244141 0.000000 2952.966553 0.000000 0.843859 0.000000 -0.536566 0.400000 0.400000 0.400000 +2363.245117 0.000000 2959.576172 0.000000 0.715048 0.000000 -0.699075 0.400000 0.400000 0.400000 +2329.318359 0.000000 2967.469727 0.000000 0.456122 0.000000 0.889917 0.400000 0.400000 0.400000 +2350.364502 0.000000 2953.689941 0.000000 0.984159 0.000000 -0.177289 0.400000 0.400000 0.400000 +2309.659180 0.000000 2994.146973 0.000000 0.628980 0.000000 0.777421 0.400000 0.400000 0.400000 +2373.104004 0.000000 2952.266602 0.000000 0.657154 0.000000 -0.753756 0.400000 0.400000 0.400000 +2345.855469 0.000000 2957.822021 0.000000 0.923264 0.000000 0.384166 0.400000 0.400000 0.400000 +2327.939941 0.000000 2980.907471 0.000000 0.343226 0.000000 -0.939253 0.400000 0.400000 0.400000 +2309.781006 0.000000 2978.727539 0.000000 0.981132 0.000000 0.193339 0.400000 0.400000 0.400000 +2316.318115 0.000000 2979.565430 0.000000 0.996442 0.000000 0.084277 0.400000 0.400000 0.400000 +2306.857666 0.000000 2984.595459 0.000000 0.599876 0.000000 -0.800093 0.400000 0.400000 0.400000 +2357.584961 0.000000 2961.343506 0.000000 0.999488 0.000000 0.031991 0.400000 0.400000 0.400000 +2344.575195 0.000000 2969.979004 0.000000 0.566581 0.000000 -0.824006 0.400000 0.400000 0.400000 +2356.144775 0.000000 2970.857422 0.000000 0.993226 0.000000 -0.116198 0.400000 0.400000 0.400000 +2353.963135 0.000000 2965.601074 0.000000 0.990881 0.000000 -0.134743 0.400000 0.400000 0.400000 +2319.047363 0.000000 2974.741699 0.000000 0.998868 0.000000 0.047574 0.400000 0.400000 0.400000 +2340.531982 0.000000 2958.160889 0.000000 0.767978 0.000000 0.640476 0.400000 0.400000 0.400000 +2303.788086 0.000000 2995.011963 0.000000 0.862937 0.000000 -0.505312 0.400000 0.400000 0.400000 +2349.014404 0.000000 2964.899414 0.000000 0.210789 0.000000 -0.977532 0.400000 0.400000 0.400000 +2317.931885 0.000000 2984.698486 0.000000 0.317814 0.000000 0.948153 0.400000 0.400000 0.400000 +2338.711914 0.000000 2964.198975 0.000000 0.624276 0.000000 -0.781204 0.400000 0.400000 0.400000 +2332.195801 0.000000 2971.556641 0.000000 0.896797 0.000000 -0.442443 0.400000 0.400000 0.400000 +2308.439453 0.000000 2952.770264 0.000000 0.594419 0.000000 0.804155 0.400000 0.400000 0.400000 +2361.372314 0.000000 2955.239746 0.000000 0.788120 0.000000 -0.615521 0.400000 0.400000 0.400000 +2354.964355 0.000000 2956.901611 0.000000 0.755544 0.000000 -0.655098 0.400000 0.400000 0.400000 +2366.643555 0.000000 2956.483154 0.000000 0.535262 0.000000 -0.844686 0.400000 0.400000 0.400000 +2340.495361 0.000000 2968.689209 0.000000 0.402726 0.000000 0.915320 0.400000 0.400000 0.400000 +2308.718750 0.000000 2988.504883 0.000000 0.138016 0.000000 -0.990430 0.400000 0.400000 0.400000 +2303.983154 0.000000 3003.600586 0.000000 0.533005 0.000000 0.846112 0.400000 0.400000 0.400000 +2367.321289 0.000000 2960.576904 0.000000 0.030796 0.000000 -0.999526 0.400000 0.400000 0.400000 +2322.434326 0.000000 2977.258057 0.000000 0.947346 0.000000 -0.320212 0.400000 0.400000 0.400000 +2347.483398 0.000000 2961.327881 0.000000 0.842750 0.000000 -0.538305 0.400000 0.400000 0.400000 +2361.135254 0.000000 2962.803467 0.000000 0.013914 0.000000 -0.999903 0.400000 0.400000 0.400000 +2353.605713 0.000000 2951.531982 0.000000 0.813442 0.000000 -0.581645 0.400000 0.400000 0.400000 +2349.502441 0.000000 2957.310547 0.000000 0.975764 0.000000 0.218826 0.400000 0.400000 0.400000 +2346.695801 0.000000 2954.187988 0.000000 0.982782 0.000000 0.184771 0.400000 0.400000 0.400000 +2304.347656 0.000000 2951.528320 0.000000 0.031712 0.000000 -0.999497 0.400000 0.400000 0.400000 +2312.752441 0.000000 2980.747314 0.000000 0.403949 0.000000 0.914782 0.400000 0.400000 0.400000 +2343.347900 0.000000 2960.232178 0.000000 0.180811 0.000000 -0.983518 0.400000 0.400000 0.400000 +2362.183838 0.000000 2951.850586 0.000000 0.006959 0.000000 0.999976 0.400000 0.400000 0.400000 +2329.611084 0.000000 2973.902588 0.000000 0.899537 0.000000 -0.436845 0.400000 0.400000 0.400000 +2331.333984 0.000000 2979.838623 0.000000 0.396464 0.000000 0.918050 0.400000 0.400000 0.400000 +2319.548340 0.000000 2978.993652 0.000000 0.492345 0.000000 -0.870400 0.400000 0.400000 0.400000 +2324.941650 0.000000 2979.362549 0.000000 0.702365 0.000000 0.711817 0.400000 0.400000 0.400000 +2313.433350 0.000000 2977.582275 0.000000 0.524961 0.000000 0.851126 0.400000 0.400000 0.400000 +2316.368896 0.000000 2976.399902 0.000000 0.149380 0.000000 -0.988780 0.400000 0.400000 0.400000 +2315.582031 0.000000 2982.676758 0.000000 0.192656 0.000000 0.981266 0.400000 0.400000 0.400000 +2356.725586 0.000000 2967.824219 0.000000 0.771184 0.000000 0.636612 0.400000 0.400000 0.400000 +2310.420410 0.000000 2985.939941 0.000000 0.723315 0.000000 0.690519 0.400000 0.400000 0.400000 +2369.476318 0.000000 2956.193848 0.000000 0.830153 0.000000 -0.557536 0.400000 0.400000 0.400000 +2306.325928 0.000000 2987.278320 0.000000 0.602326 0.000000 -0.798250 0.400000 0.400000 0.400000 +2376.160645 0.000000 2955.064697 0.000000 0.926333 0.000000 0.376707 0.400000 0.400000 0.400000 +2376.339844 0.000000 2951.528320 0.000000 0.268704 0.000000 -0.963223 0.400000 0.400000 0.400000 2863.674316 0.000000 3110.495850 0.000000 0.853038 0.000000 -0.521849 0.400000 0.400000 0.400000 2565.088623 0.000000 3380.966797 0.000000 0.966695 0.000000 -0.255933 0.400000 0.400000 0.400000 2506.992432 0.000000 3435.376221 0.000000 0.318930 0.000000 -0.947778 0.400000 0.400000 0.400000 @@ -19828,6 +29795,204 @@ 3287.123779 0.000000 3419.702881 0.000000 0.537151 0.000000 0.843486 0.400000 0.400000 0.400000 3453.571777 0.000000 3440.739258 0.000000 0.273252 0.000000 -0.961942 0.400000 0.400000 0.400000 3452.136475 0.000000 3437.631348 0.000000 0.750880 0.000000 -0.660439 0.400000 0.400000 0.400000 +3455.739502 0.000000 2444.191895 0.000000 0.425418 0.000000 -0.904997 0.400000 0.400000 0.400000 +3456.043457 0.000000 2451.174072 0.000000 0.087191 0.000000 0.996192 0.400000 0.400000 0.400000 +3509.938232 0.000000 2544.140381 0.000000 0.999963 0.000000 -0.008594 0.400000 0.400000 0.400000 +3519.345703 0.000000 2578.353271 0.000000 0.912184 0.000000 0.409780 0.400000 0.400000 0.400000 +3481.470459 0.000000 2554.815186 0.000000 0.813193 0.000000 0.581995 0.400000 0.400000 0.400000 +3461.881592 0.000000 2585.330322 0.000000 0.984139 0.000000 0.177399 0.400000 0.400000 0.400000 +3500.987061 0.000000 2589.138672 0.000000 0.047870 0.000000 -0.998854 0.400000 0.400000 0.400000 +3474.121094 0.000000 2570.482422 0.000000 0.980531 0.000000 0.196366 0.400000 0.400000 0.400000 +3497.641602 0.000000 2556.726074 0.000000 0.997211 0.000000 0.074634 0.400000 0.400000 0.400000 +3485.966309 0.000000 2566.485596 0.000000 0.998953 0.000000 -0.045738 0.400000 0.400000 0.400000 +3506.974609 0.000000 2578.467041 0.000000 0.193911 0.000000 0.981019 0.400000 0.400000 0.400000 +3523.640381 0.000000 2568.740234 0.000000 0.262242 0.000000 -0.965002 0.400000 0.400000 0.400000 +3512.282471 0.000000 2587.396484 0.000000 0.294356 0.000000 0.955696 0.400000 0.400000 0.400000 +3465.256348 0.000000 2575.556396 0.000000 0.059452 0.000000 0.998231 0.400000 0.400000 0.400000 +3482.255127 0.000000 2576.172119 0.000000 0.485846 0.000000 -0.874045 0.400000 0.400000 0.400000 +3507.530273 0.000000 2553.526367 0.000000 0.928669 0.000000 0.370909 0.400000 0.400000 0.400000 +3456.188232 0.000000 2576.960938 0.000000 0.999675 0.000000 0.025491 0.400000 0.400000 0.400000 +3524.554443 0.000000 2560.125244 0.000000 0.968024 0.000000 -0.250857 0.400000 0.400000 0.400000 +3477.703613 0.000000 2562.451172 0.000000 0.032737 0.000000 0.999464 0.400000 0.400000 0.400000 +3514.883057 0.000000 2571.563721 0.000000 0.206910 0.000000 -0.978360 0.400000 0.400000 0.400000 +3490.180664 0.000000 2559.739258 0.000000 0.918391 0.000000 -0.395674 0.400000 0.400000 0.400000 +3515.834961 0.000000 2553.455078 0.000000 0.886892 0.000000 -0.461977 0.400000 0.400000 0.400000 +3499.446533 0.000000 2578.391846 0.000000 0.223723 0.000000 -0.974653 0.400000 0.400000 0.400000 +3464.914062 0.000000 2568.383545 0.000000 0.913101 0.000000 -0.407733 0.400000 0.400000 0.400000 +3524.734131 0.000000 2542.880615 0.000000 0.748613 0.000000 -0.663007 0.400000 0.400000 0.400000 +3513.197998 0.000000 2580.841064 0.000000 0.525718 0.000000 -0.850659 0.400000 0.400000 0.400000 +3475.966553 0.000000 2578.454590 0.000000 0.067868 0.000000 -0.997694 0.400000 0.400000 0.400000 +3493.501465 0.000000 2565.431641 0.000000 0.941291 0.000000 0.337597 0.400000 0.400000 0.400000 +3519.406494 0.000000 2564.000244 0.000000 0.148606 0.000000 0.988896 0.400000 0.400000 0.400000 +3506.190430 0.000000 2584.954346 0.000000 0.855272 0.000000 -0.518179 0.400000 0.400000 0.400000 +3494.157471 0.000000 2588.252686 0.000000 0.000151 0.000000 1.000000 0.400000 0.400000 0.400000 +3480.448242 0.000000 2569.655273 0.000000 0.373994 0.000000 0.927431 0.400000 0.400000 0.400000 +3514.633545 0.000000 2547.694580 0.000000 0.125226 0.000000 0.992128 0.400000 0.400000 0.400000 +3484.208252 0.000000 2560.776367 0.000000 0.983806 0.000000 -0.179236 0.400000 0.400000 0.400000 +3498.356934 0.000000 2584.058350 0.000000 0.753910 0.000000 -0.656977 0.400000 0.400000 0.400000 +3461.150146 0.000000 2579.553223 0.000000 0.907201 0.000000 -0.420698 0.400000 0.400000 0.400000 +3509.898438 0.000000 2573.678467 0.000000 0.159180 0.000000 0.987250 0.400000 0.400000 0.400000 +3472.914795 0.000000 2565.196777 0.000000 0.760325 0.000000 -0.649543 0.400000 0.400000 0.400000 +3501.928711 0.000000 2553.378418 0.000000 0.789714 0.000000 -0.613475 0.400000 0.400000 0.400000 +3466.043457 0.000000 2581.134766 0.000000 0.075683 0.000000 -0.997132 0.400000 0.400000 0.400000 +3506.723633 0.000000 2548.558105 0.000000 0.055048 0.000000 0.998484 0.400000 0.400000 0.400000 +3477.870605 0.000000 2573.834717 0.000000 0.186442 0.000000 0.982466 0.400000 0.400000 0.400000 +3527.163574 0.000000 2572.161377 0.000000 0.963661 0.000000 -0.267128 0.400000 0.400000 0.400000 +3469.190674 0.000000 2570.815430 0.000000 0.769377 0.000000 -0.638795 0.400000 0.400000 0.400000 +3492.847656 0.000000 2555.746094 0.000000 0.484805 0.000000 0.874622 0.400000 0.400000 0.400000 +3502.215820 0.000000 2558.191406 0.000000 0.935942 0.000000 -0.352155 0.400000 0.400000 0.400000 +3514.697998 0.000000 2576.318604 0.000000 0.309975 0.000000 -0.950745 0.400000 0.400000 0.400000 +3502.530029 0.000000 2581.959961 0.000000 0.552661 0.000000 -0.833406 0.400000 0.400000 0.400000 +3497.572754 0.000000 2552.124023 0.000000 0.281118 0.000000 0.959673 0.400000 0.400000 0.400000 +3518.949707 0.000000 2568.682373 0.000000 0.085362 0.000000 -0.996350 0.400000 0.400000 0.400000 +3505.733887 0.000000 2590.066406 0.000000 0.857156 0.000000 0.515056 0.400000 0.400000 0.400000 +3481.510498 0.000000 2565.061279 0.000000 0.069414 0.000000 -0.997588 0.400000 0.400000 0.400000 +3511.537354 0.000000 2551.385742 0.000000 0.978112 0.000000 -0.208080 0.400000 0.400000 0.400000 +3476.721680 0.000000 2567.107910 0.000000 0.264440 0.000000 -0.964402 0.400000 0.400000 0.400000 +3489.482910 0.000000 2563.973633 0.000000 0.411597 0.000000 -0.911366 0.400000 0.400000 0.400000 +3521.278076 0.000000 2545.262451 0.000000 0.676536 0.000000 -0.736409 0.400000 0.400000 0.400000 +3509.210938 0.000000 2581.933350 0.000000 0.950659 0.000000 -0.310237 0.400000 0.400000 0.400000 +3465.644043 0.000000 2585.432373 0.000000 0.974224 0.000000 -0.225582 0.400000 0.400000 0.400000 +3503.277588 0.000000 2577.419922 0.000000 0.903904 0.000000 0.427735 0.400000 0.400000 0.400000 +3511.060059 0.000000 2577.456055 0.000000 0.237978 0.000000 0.971271 0.400000 0.400000 0.400000 +3464.155762 0.000000 2571.934082 0.000000 0.545604 0.000000 -0.838043 0.400000 0.400000 0.400000 +3480.620850 0.000000 2560.256104 0.000000 0.854526 0.000000 -0.519408 0.400000 0.400000 0.400000 +3509.297119 0.000000 2589.431396 0.000000 0.962066 0.000000 0.272816 0.400000 0.400000 0.400000 +3493.884521 0.000000 2552.267090 0.000000 0.845851 0.000000 0.533419 0.400000 0.400000 0.400000 +3510.233154 0.000000 2547.755127 0.000000 0.875211 0.000000 -0.483741 0.400000 0.400000 0.400000 +3514.538818 0.000000 2584.497559 0.000000 0.999820 0.000000 0.018990 0.400000 0.400000 0.400000 +3497.625488 0.000000 2588.563965 0.000000 0.254154 0.000000 -0.967164 0.400000 0.400000 0.400000 +3474.762695 0.000000 2575.235107 0.000000 0.997052 0.000000 -0.076734 0.400000 0.400000 0.400000 +3479.012451 0.000000 2577.018799 0.000000 0.715247 0.000000 -0.698871 0.400000 0.400000 0.400000 +3509.490234 0.000000 2585.408447 0.000000 0.881462 0.000000 -0.472255 0.400000 0.400000 0.400000 +3505.831055 0.000000 2581.631592 0.000000 0.999250 0.000000 0.038720 0.400000 0.400000 0.400000 +3527.197754 0.000000 2568.627930 0.000000 0.484607 0.000000 -0.874732 0.400000 0.400000 0.400000 +3512.852539 0.000000 2573.734619 0.000000 0.930093 0.000000 0.367323 0.400000 0.400000 0.400000 +3514.351074 0.000000 2550.613770 0.000000 0.433677 0.000000 -0.901069 0.400000 0.400000 0.400000 +3499.271729 0.000000 2554.413818 0.000000 0.602370 0.000000 -0.798217 0.400000 0.400000 0.400000 +3517.662842 0.000000 2571.235840 0.000000 0.418888 0.000000 0.908038 0.400000 0.400000 0.400000 +3529.306885 0.000000 2537.292480 0.000000 0.323304 0.000000 0.946295 0.400000 0.400000 0.400000 +3553.462646 0.000000 2554.815186 0.000000 0.557257 0.000000 -0.830340 0.400000 0.400000 0.400000 +3529.839844 0.000000 2567.842285 0.000000 0.988564 0.000000 -0.150804 0.400000 0.400000 0.400000 +3546.816650 0.000000 2539.048828 0.000000 0.914634 0.000000 0.404282 0.400000 0.400000 0.400000 +3536.804932 0.000000 2552.444092 0.000000 0.954603 0.000000 -0.297881 0.400000 0.400000 0.400000 +3540.411377 0.000000 2561.988525 0.000000 0.722469 0.000000 -0.691403 0.400000 0.400000 0.400000 +3527.876465 0.000000 2547.442627 0.000000 0.965845 0.000000 0.259120 0.400000 0.400000 0.400000 +3555.759277 0.000000 2544.577881 0.000000 0.532106 0.000000 -0.846678 0.400000 0.400000 0.400000 +3545.848877 0.000000 2549.365234 0.000000 0.001982 0.000000 0.999998 0.400000 0.400000 0.400000 +3537.518311 0.000000 2542.323242 0.000000 0.800020 0.000000 0.599974 0.400000 0.400000 0.400000 +3549.695801 0.000000 2562.451172 0.000000 0.123486 0.000000 -0.992346 0.400000 0.400000 0.400000 +3545.148438 0.000000 2556.521729 0.000000 0.886778 0.000000 0.462195 0.400000 0.400000 0.400000 +3536.906250 0.000000 2568.383545 0.000000 0.997822 0.000000 0.065971 0.400000 0.400000 0.400000 +3533.526367 0.000000 2562.240723 0.000000 0.796327 0.000000 -0.604866 0.400000 0.400000 0.400000 +3540.956787 0.000000 2536.811035 0.000000 0.988570 0.000000 -0.150764 0.400000 0.400000 0.400000 +3551.807129 0.000000 2549.001221 0.000000 0.727280 0.000000 0.686341 0.400000 0.400000 0.400000 +3533.648193 0.000000 2546.821289 0.000000 0.746022 0.000000 0.665921 0.400000 0.400000 0.400000 +3535.294189 0.000000 2536.220459 0.000000 0.547907 0.000000 -0.836539 0.400000 0.400000 0.400000 +3549.977295 0.000000 2543.617676 0.000000 0.049470 0.000000 -0.998776 0.400000 0.400000 0.400000 +3542.914551 0.000000 2542.835449 0.000000 0.810840 0.000000 0.585268 0.400000 0.400000 0.400000 +3530.254883 0.000000 2542.604736 0.000000 0.822120 0.000000 -0.569314 0.400000 0.400000 0.400000 +3544.906982 0.000000 2565.196777 0.000000 0.932923 0.000000 -0.360077 0.400000 0.400000 0.400000 +3527.655273 0.000000 2563.105713 0.000000 0.293517 0.000000 0.955954 0.400000 0.400000 0.400000 +3541.799072 0.000000 2552.792236 0.000000 0.025528 0.000000 0.999674 0.400000 0.400000 0.400000 +3556.062988 0.000000 2539.650391 0.000000 0.909407 0.000000 -0.415907 0.400000 0.400000 0.400000 +3549.609375 0.000000 2557.847412 0.000000 0.864752 0.000000 0.502199 0.400000 0.400000 0.400000 +3548.935059 0.000000 2553.027344 0.000000 0.400095 0.000000 0.916474 0.400000 0.400000 0.400000 +3527.850342 0.000000 2571.694336 0.000000 0.789751 0.000000 -0.613428 0.400000 0.400000 0.400000 +3545.372314 0.000000 2560.965088 0.000000 0.943004 0.000000 0.332783 0.400000 0.400000 0.400000 +3550.994629 0.000000 2539.527832 0.000000 0.380974 0.000000 -0.924586 0.400000 0.400000 0.400000 +3533.791016 0.000000 2540.066650 0.000000 0.862887 0.000000 -0.505397 0.400000 0.400000 0.400000 +3533.544434 0.000000 2566.337891 0.000000 0.008097 0.000000 0.999967 0.400000 0.400000 0.400000 +3537.109375 0.000000 2564.370850 0.000000 0.385443 0.000000 0.922732 0.400000 0.400000 0.400000 +3527.697266 0.000000 2540.353516 0.000000 0.460880 0.000000 -0.887462 0.400000 0.400000 0.400000 +3543.274658 0.000000 2539.236816 0.000000 0.920137 0.000000 -0.391596 0.400000 0.400000 0.400000 +3552.642822 0.000000 2545.556152 0.000000 0.720578 0.000000 0.693374 0.400000 0.400000 0.400000 +3542.433105 0.000000 2559.507812 0.000000 0.983920 0.000000 0.178612 0.400000 0.400000 0.400000 +3539.449219 0.000000 2550.770508 0.000000 0.623427 0.000000 -0.781882 0.400000 0.400000 0.400000 +3530.552246 0.000000 2545.667480 0.000000 0.472145 0.000000 0.881521 0.400000 0.400000 0.400000 +3557.936523 0.000000 2546.731934 0.000000 0.345319 0.000000 -0.938485 0.400000 0.400000 0.400000 +3542.882080 0.000000 2563.274658 0.000000 0.999923 0.000000 0.012376 0.400000 0.400000 0.400000 +3547.036133 0.000000 2563.294922 0.000000 0.993172 0.000000 -0.116658 0.400000 0.400000 0.400000 +3547.697510 0.000000 2555.495117 0.000000 0.246399 0.000000 0.969168 0.400000 0.400000 0.400000 +3553.630127 0.000000 2538.341309 0.000000 0.205990 0.000000 -0.978554 0.400000 0.400000 0.400000 +3550.677979 0.000000 2555.127930 0.000000 0.824225 0.000000 0.566262 0.400000 0.400000 0.400000 +3481.470459 0.000000 2626.799561 0.000000 0.017555 0.000000 -0.999846 0.400000 0.400000 0.400000 +3487.537842 0.000000 2600.061035 0.000000 0.685932 0.000000 -0.727666 0.400000 0.400000 0.400000 +3457.847656 0.000000 2639.826660 0.000000 0.718238 0.000000 0.695798 0.400000 0.400000 0.400000 +3517.560303 0.000000 2592.283691 0.000000 0.928738 0.000000 -0.370736 0.400000 0.400000 0.400000 +3474.824463 0.000000 2611.033203 0.000000 0.140144 0.000000 -0.990131 0.400000 0.400000 0.400000 +3464.812744 0.000000 2624.428467 0.000000 0.225558 0.000000 -0.974230 0.400000 0.400000 0.400000 +3503.983643 0.000000 2600.378174 0.000000 0.242555 0.000000 0.970138 0.400000 0.400000 0.400000 +3493.637939 0.000000 2614.964355 0.000000 0.257443 0.000000 -0.966294 0.400000 0.400000 0.400000 +3495.557861 0.000000 2592.070801 0.000000 0.938422 0.000000 0.345492 0.400000 0.400000 0.400000 +3468.419189 0.000000 2633.972900 0.000000 0.995891 0.000000 0.090564 0.400000 0.400000 0.400000 +3465.256348 0.000000 2647.540771 0.000000 0.280130 0.000000 -0.959962 0.400000 0.400000 0.400000 +3455.884277 0.000000 2619.427002 0.000000 0.133980 0.000000 -0.990984 0.400000 0.400000 0.400000 +3456.427979 0.000000 2629.875000 0.000000 0.609580 0.000000 0.792724 0.400000 0.400000 0.400000 +3483.767090 0.000000 2616.562256 0.000000 0.120004 0.000000 -0.992773 0.400000 0.400000 0.400000 +3473.856689 0.000000 2621.349609 0.000000 0.672853 0.000000 0.739776 0.400000 0.400000 0.400000 +3456.188232 0.000000 2648.945312 0.000000 0.717688 0.000000 -0.696365 0.400000 0.400000 0.400000 +3495.588135 0.000000 2603.976318 0.000000 0.387037 0.000000 0.922064 0.400000 0.400000 0.400000 +3487.994141 0.000000 2608.662842 0.000000 0.368095 0.000000 0.929788 0.400000 0.400000 0.400000 +3509.119141 0.000000 2593.044678 0.000000 0.467823 0.000000 0.883822 0.400000 0.400000 0.400000 +3490.180664 0.000000 2631.723633 0.000000 0.779085 0.000000 0.626919 0.400000 0.400000 0.400000 +3515.120117 0.000000 2599.654297 0.000000 0.810070 0.000000 -0.586333 0.400000 0.400000 0.400000 +3473.156250 0.000000 2628.506104 0.000000 0.553394 0.000000 -0.832919 0.400000 0.400000 0.400000 +3464.914062 0.000000 2640.367920 0.000000 0.492191 0.000000 -0.870487 0.400000 0.400000 0.400000 +3481.193359 0.000000 2607.547852 0.000000 0.622618 0.000000 -0.782526 0.400000 0.400000 0.400000 +3488.817627 0.000000 2593.377197 0.000000 0.958753 0.000000 -0.284239 0.400000 0.400000 0.400000 +3502.239502 0.000000 2593.768066 0.000000 0.761917 0.000000 0.647674 0.400000 0.400000 0.400000 +3461.534180 0.000000 2634.225098 0.000000 0.626887 0.000000 0.779110 0.400000 0.400000 0.400000 +3497.730469 0.000000 2597.900146 0.000000 0.242988 0.000000 0.970029 0.400000 0.400000 0.400000 +3479.814941 0.000000 2620.985596 0.000000 0.854245 0.000000 0.519870 0.400000 0.400000 0.400000 +3461.656006 0.000000 2618.805664 0.000000 0.598776 0.000000 -0.800917 0.400000 0.400000 0.400000 +3458.732666 0.000000 2624.673584 0.000000 0.726418 0.000000 0.687253 0.400000 0.400000 0.400000 +3460.414551 0.000000 2644.720215 0.000000 0.869140 0.000000 -0.494566 0.400000 0.400000 0.400000 +3470.922363 0.000000 2614.819824 0.000000 0.060354 0.000000 -0.998177 0.400000 0.400000 0.400000 +3495.106689 0.000000 2620.249023 0.000000 0.585050 0.000000 0.810997 0.400000 0.400000 0.400000 +3472.914795 0.000000 2637.181152 0.000000 0.916941 0.000000 0.399023 0.400000 0.400000 0.400000 +3492.406982 0.000000 2598.239014 0.000000 0.863461 0.000000 0.504416 0.400000 0.400000 0.400000 +3455.663086 0.000000 2635.090088 0.000000 0.506490 0.000000 -0.862246 0.400000 0.400000 0.400000 +3486.639648 0.000000 2627.720215 0.000000 0.918774 0.000000 0.394784 0.400000 0.400000 0.400000 +3457.087402 0.000000 2655.053467 0.000000 0.148173 0.000000 -0.988961 0.400000 0.400000 0.400000 +3469.806885 0.000000 2624.776611 0.000000 0.821982 0.000000 0.569513 0.400000 0.400000 0.400000 +3490.586914 0.000000 2604.277100 0.000000 0.960658 0.000000 0.277735 0.400000 0.400000 0.400000 +3484.070801 0.000000 2611.634766 0.000000 0.858332 0.000000 -0.513095 0.400000 0.400000 0.400000 +3476.296143 0.000000 2606.409912 0.000000 0.365291 0.000000 0.930893 0.400000 0.400000 0.400000 +3488.953857 0.000000 2613.279297 0.000000 0.185381 0.000000 -0.982667 0.400000 0.400000 0.400000 +3513.247314 0.000000 2595.317871 0.000000 0.570792 0.000000 0.821095 0.400000 0.400000 0.400000 +3477.617188 0.000000 2629.831787 0.000000 0.978436 0.000000 0.206551 0.400000 0.400000 0.400000 +3506.839355 0.000000 2596.979736 0.000000 0.630758 0.000000 -0.775980 0.400000 0.400000 0.400000 +3518.518555 0.000000 2596.561279 0.000000 0.918808 0.000000 -0.394706 0.400000 0.400000 0.400000 +3492.370361 0.000000 2608.767334 0.000000 0.376128 0.000000 -0.926568 0.400000 0.400000 0.400000 +3460.593750 0.000000 2628.583008 0.000000 0.542822 0.000000 0.839847 0.400000 0.400000 0.400000 +3455.858154 0.000000 2643.678711 0.000000 0.616544 0.000000 -0.787320 0.400000 0.400000 0.400000 +3468.675537 0.000000 2638.217285 0.000000 0.886915 0.000000 0.461932 0.400000 0.400000 0.400000 +3479.002441 0.000000 2611.512207 0.000000 0.969148 0.000000 0.246481 0.400000 0.400000 0.400000 +3468.881348 0.000000 2628.751953 0.000000 0.726401 0.000000 0.687271 0.400000 0.400000 0.400000 +3486.369629 0.000000 2604.817383 0.000000 0.187316 0.000000 -0.982300 0.400000 0.400000 0.400000 +3461.552246 0.000000 2638.322266 0.000000 0.990362 0.000000 -0.138505 0.400000 0.400000 0.400000 +3465.117188 0.000000 2636.355225 0.000000 0.895431 0.000000 0.445201 0.400000 0.400000 0.400000 +3499.358398 0.000000 2601.406006 0.000000 0.829920 0.000000 -0.557882 0.400000 0.400000 0.400000 +3505.480713 0.000000 2591.610107 0.000000 0.973395 0.000000 0.229133 0.400000 0.400000 0.400000 +3486.029297 0.000000 2596.553467 0.000000 0.639376 0.000000 0.768894 0.400000 0.400000 0.400000 +3498.570801 0.000000 2594.266113 0.000000 0.686872 0.000000 0.726778 0.400000 0.400000 0.400000 +3480.620850 0.000000 2632.240479 0.000000 0.910348 0.000000 -0.413843 0.400000 0.400000 0.400000 +3510.814209 0.000000 2597.908936 0.000000 0.585285 0.000000 -0.810828 0.400000 0.400000 0.400000 +3458.959961 0.000000 2621.158936 0.000000 0.969990 0.000000 0.243147 0.400000 0.400000 0.400000 +3497.913330 0.000000 2606.887207 0.000000 0.240445 0.000000 0.970663 0.400000 0.400000 0.400000 +3492.272705 0.000000 2593.469238 0.000000 0.995522 0.000000 -0.094528 0.400000 0.400000 0.400000 +3458.784180 0.000000 2636.373779 0.000000 0.495987 0.000000 -0.868330 0.400000 0.400000 0.400000 +3471.282471 0.000000 2611.221191 0.000000 0.473422 0.000000 0.880836 0.400000 0.400000 0.400000 +3492.290771 0.000000 2618.304199 0.000000 0.883434 0.000000 -0.468555 0.400000 0.400000 0.400000 +3480.650635 0.000000 2617.540527 0.000000 0.566268 0.000000 0.824221 0.400000 0.400000 0.400000 +3484.654297 0.000000 2607.788574 0.000000 0.976572 0.000000 0.215191 0.400000 0.400000 0.400000 +3473.592773 0.000000 2625.334473 0.000000 0.669813 0.000000 -0.742530 0.400000 0.400000 0.400000 +3489.817383 0.000000 2626.674072 0.000000 0.999911 0.000000 -0.013309 0.400000 0.400000 0.400000 +3470.440918 0.000000 2631.492188 0.000000 0.581995 0.000000 -0.813192 0.400000 0.400000 0.400000 +3460.895020 0.000000 2641.525146 0.000000 0.924627 0.000000 -0.380874 0.400000 0.400000 0.400000 +3470.889893 0.000000 2635.259033 0.000000 0.116199 0.000000 0.993226 0.400000 0.400000 0.400000 +3475.705322 0.000000 2627.479492 0.000000 0.974311 0.000000 0.225209 0.400000 0.400000 0.400000 3479.211914 0.000000 3449.694580 0.000000 0.707748 0.000000 -0.706465 0.400000 0.400000 0.400000 3497.480957 0.000000 3434.924561 0.000000 0.369592 0.000000 0.929194 0.400000 0.400000 0.400000 3500.987061 0.000000 3452.951172 0.000000 0.326047 0.000000 -0.945354 0.400000 0.400000 0.400000 diff --git a/gfx/map/map_object_data/generated/tree_pine_impassable_01_a_generator_1.txt b/gfx/map/map_object_data/generated/tree_pine_impassable_01_a_generator_1.txt index a8a142f6..22327a4c 100644 --- a/gfx/map/map_object_data/generated/tree_pine_impassable_01_a_generator_1.txt +++ b/gfx/map/map_object_data/generated/tree_pine_impassable_01_a_generator_1.txt @@ -5,8 +5,263 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_pine_impassable_01_a_mesh" - count=30406 - transform="1693.833252 0.000000 3694.729980 0.000000 0.121339 0.000000 0.992611 0.400000 0.400000 0.400000 + count=30661 + transform="865.596008 0.000000 2681.261230 0.000000 0.296408 0.000000 -0.955061 0.400000 0.400000 0.400000 +889.751709 0.000000 2698.783936 0.000000 0.610036 0.000000 -0.792374 0.400000 0.400000 0.400000 +905.762207 0.000000 2715.080811 0.000000 0.893783 0.000000 0.448500 0.400000 0.400000 0.400000 +922.065674 0.000000 2704.861816 0.000000 0.301140 0.000000 0.953580 0.400000 0.400000 0.400000 +870.162903 0.000000 2729.299072 0.000000 0.937815 0.000000 -0.347136 0.400000 0.400000 0.400000 +883.105652 0.000000 2683.017578 0.000000 0.986042 0.000000 -0.166496 0.400000 0.400000 0.400000 +882.402405 0.000000 2714.451172 0.000000 0.400532 0.000000 0.916283 0.400000 0.400000 0.400000 +929.618958 0.000000 2678.638428 0.000000 0.958879 0.000000 0.283814 0.400000 0.400000 0.400000 +905.922852 0.000000 2700.694824 0.000000 0.137784 0.000000 -0.990462 0.400000 0.400000 0.400000 +930.585083 0.000000 2693.340088 0.000000 0.910678 0.000000 -0.413117 0.400000 0.400000 0.400000 +915.255798 0.000000 2722.435791 0.000000 0.922029 0.000000 -0.387121 0.400000 0.400000 0.400000 +932.026855 0.000000 2731.734619 0.000000 0.929615 0.000000 0.368531 0.400000 0.400000 0.400000 +920.563782 0.000000 2731.365234 0.000000 0.112356 0.000000 -0.993668 0.400000 0.400000 0.400000 +885.999695 0.000000 2673.573975 0.000000 0.002800 0.000000 -0.999996 0.400000 0.400000 0.400000 +910.640808 0.000000 2681.886475 0.000000 0.649547 0.000000 -0.760321 0.400000 0.400000 0.400000 +903.869385 0.000000 2675.960693 0.000000 0.851968 0.000000 0.523594 0.400000 0.400000 0.400000 +896.275269 0.000000 2680.647217 0.000000 0.832388 0.000000 -0.554193 0.400000 0.400000 0.400000 +926.199951 0.000000 2686.514404 0.000000 0.391681 0.000000 -0.920101 0.400000 0.400000 0.400000 +895.973450 0.000000 2734.269287 0.000000 0.299264 0.000000 0.954171 0.400000 0.400000 0.400000 +898.442871 0.000000 2718.174072 0.000000 0.854832 0.000000 0.518904 0.400000 0.400000 0.400000 +924.116150 0.000000 2697.423828 0.000000 0.705089 0.000000 -0.709119 0.400000 0.400000 0.400000 +889.474609 0.000000 2679.532227 0.000000 0.616135 0.000000 0.787641 0.400000 0.400000 0.400000 +933.015381 0.000000 2686.849365 0.000000 0.976112 0.000000 0.217269 0.400000 0.400000 0.400000 +877.245850 0.000000 2680.779785 0.000000 0.285496 0.000000 0.958380 0.400000 0.400000 0.400000 +892.824219 0.000000 2726.189453 0.000000 0.544754 0.000000 -0.838596 0.400000 0.400000 0.400000 +888.729431 0.000000 2713.624023 0.000000 0.443993 0.000000 0.896030 0.400000 0.400000 0.400000 +888.096313 0.000000 2692.969971 0.000000 0.646605 0.000000 -0.762825 0.400000 0.400000 0.400000 +892.489624 0.000000 2704.745117 0.000000 0.956259 0.000000 -0.292520 0.400000 0.400000 0.400000 +876.474487 0.000000 2691.627930 0.000000 0.938680 0.000000 -0.344791 0.400000 0.400000 0.400000 +912.514771 0.000000 2687.925049 0.000000 0.997962 0.000000 0.063815 0.400000 0.400000 0.400000 +929.498291 0.000000 2699.410645 0.000000 0.974464 0.000000 0.224543 0.400000 0.400000 0.400000 +917.741333 0.000000 2673.406006 0.000000 0.222192 0.000000 0.975003 0.400000 0.400000 0.400000 +869.431519 0.000000 2723.521973 0.000000 0.696266 0.000000 -0.717784 0.400000 0.400000 0.400000 +904.731445 0.000000 2682.041504 0.000000 0.984434 0.000000 0.175752 0.400000 0.400000 0.400000 +873.093628 0.000000 2701.879395 0.000000 0.514213 0.000000 0.857663 0.400000 0.400000 0.400000 +879.203735 0.000000 2686.804199 0.000000 0.715058 0.000000 0.699065 0.400000 0.400000 0.400000 +918.179626 0.000000 2717.647217 0.000000 0.379653 0.000000 0.925129 0.400000 0.400000 0.400000 +903.388062 0.000000 2692.233398 0.000000 0.996977 0.000000 0.077702 0.400000 0.400000 0.400000 +866.544067 0.000000 2686.573486 0.000000 0.940705 0.000000 0.339226 0.400000 0.400000 0.400000 +881.195984 0.000000 2709.165527 0.000000 0.998729 0.000000 -0.050410 0.400000 0.400000 0.400000 +924.783447 0.000000 2681.175781 0.000000 0.271648 0.000000 -0.962397 0.400000 0.400000 0.400000 +893.369690 0.000000 2694.742188 0.000000 0.999326 0.000000 0.036709 0.400000 0.400000 0.400000 +922.261169 0.000000 2710.343018 0.000000 0.757864 0.000000 -0.652412 0.400000 0.400000 0.400000 +900.688232 0.000000 2670.223389 0.000000 0.999977 0.000000 0.006729 0.400000 0.400000 0.400000 +894.920837 0.000000 2699.704590 0.000000 0.809213 0.000000 -0.587516 0.400000 0.400000 0.400000 +893.441406 0.000000 2715.606934 0.000000 0.933664 0.000000 -0.358151 0.400000 0.400000 0.400000 +874.324768 0.000000 2725.103516 0.000000 0.849915 0.000000 0.526920 0.400000 0.400000 0.400000 +920.045593 0.000000 2700.194824 0.000000 0.539084 0.000000 0.842252 0.400000 0.400000 0.400000 +898.868103 0.000000 2676.261475 0.000000 0.139124 0.000000 -0.990275 0.400000 0.400000 0.400000 +935.444702 0.000000 2716.130127 0.000000 0.373574 0.000000 -0.927600 0.400000 0.400000 0.400000 +933.410828 0.000000 2681.946533 0.000000 0.991114 0.000000 -0.133017 0.400000 0.400000 0.400000 +896.158569 0.000000 2722.384277 0.000000 0.999168 0.000000 0.040777 0.400000 0.400000 0.400000 +892.251709 0.000000 2731.019531 0.000000 0.996990 0.000000 0.077530 0.400000 0.400000 0.400000 +933.674561 0.000000 2697.062012 0.000000 0.638266 0.000000 0.769816 0.400000 0.400000 0.400000 +901.128906 0.000000 2699.714844 0.000000 0.936357 0.000000 -0.351049 0.400000 0.400000 0.400000 +904.422363 0.000000 2705.206543 0.000000 0.602904 0.000000 0.797814 0.400000 0.400000 0.400000 +885.898499 0.000000 2701.816162 0.000000 0.556009 0.000000 -0.831176 0.400000 0.400000 0.400000 +926.656555 0.000000 2703.125977 0.000000 0.970854 0.000000 -0.239673 0.400000 0.400000 0.400000 +885.224182 0.000000 2696.996094 0.000000 0.727851 0.000000 0.685735 0.400000 0.400000 0.400000 +888.398560 0.000000 2724.562988 0.000000 0.999635 0.000000 -0.027016 0.400000 0.400000 0.400000 +910.811279 0.000000 2725.928711 0.000000 0.857637 0.000000 -0.514256 0.400000 0.400000 0.400000 +905.854065 0.000000 2696.092773 0.000000 0.192432 0.000000 0.981310 0.400000 0.400000 0.400000 +914.015137 0.000000 2734.035156 0.000000 0.864792 0.000000 -0.502131 0.400000 0.400000 0.400000 +889.791626 0.000000 2709.030029 0.000000 0.999563 0.000000 0.029568 0.400000 0.400000 0.400000 +883.455078 0.000000 2727.904297 0.000000 0.904393 0.000000 0.426699 0.400000 0.400000 0.400000 +929.272583 0.000000 2683.437744 0.000000 0.108892 0.000000 0.994054 0.400000 0.400000 0.400000 +896.205261 0.000000 2729.458008 0.000000 0.005805 0.000000 0.999983 0.400000 0.400000 0.400000 +885.002808 0.000000 2711.076660 0.000000 0.381958 0.000000 0.924180 0.400000 0.400000 0.400000 +868.874939 0.000000 2700.567383 0.000000 0.777244 0.000000 0.629200 0.400000 0.400000 0.400000 +876.956726 0.000000 2710.201660 0.000000 0.696129 0.000000 -0.717917 0.400000 0.400000 0.400000 +881.661499 0.000000 2704.933838 0.000000 0.379125 0.000000 0.925346 0.400000 0.400000 0.400000 +929.559204 0.000000 2689.231201 0.000000 0.541536 0.000000 -0.840678 0.400000 0.400000 0.400000 +919.514038 0.000000 2713.492188 0.000000 0.461755 0.000000 0.887007 0.400000 0.400000 0.400000 +877.978088 0.000000 2722.924316 0.000000 0.961211 0.000000 -0.275815 0.400000 0.400000 0.400000 +877.162537 0.000000 2700.736328 0.000000 0.625373 0.000000 -0.780326 0.400000 0.400000 0.400000 +894.651001 0.000000 2676.801758 0.000000 0.667899 0.000000 0.744252 0.400000 0.400000 0.400000 +927.477417 0.000000 2672.639404 0.000000 0.343305 0.000000 0.939224 0.400000 0.400000 0.400000 +903.177429 0.000000 2726.083008 0.000000 0.940812 0.000000 0.338930 0.400000 0.400000 0.400000 +908.040283 0.000000 2718.208496 0.000000 0.148825 0.000000 -0.988863 0.400000 0.400000 0.400000 +911.558716 0.000000 2721.388672 0.000000 0.114849 0.000000 0.993383 0.400000 0.400000 0.400000 +919.341309 0.000000 2721.424805 0.000000 0.854436 0.000000 0.519557 0.400000 0.400000 0.400000 +880.956116 0.000000 2679.880615 0.000000 0.990952 0.000000 -0.134218 0.400000 0.400000 0.400000 +917.578369 0.000000 2733.400146 0.000000 0.439809 0.000000 0.898091 0.400000 0.400000 0.400000 +923.437561 0.000000 2701.462646 0.000000 0.928062 0.000000 -0.372426 0.400000 0.400000 0.400000 +913.816772 0.000000 2700.629395 0.000000 0.762783 0.000000 0.646655 0.400000 0.400000 0.400000 +902.165771 0.000000 2696.235840 0.000000 0.999679 0.000000 -0.025330 0.400000 0.400000 0.400000 +925.072876 0.000000 2725.045410 0.000000 0.422130 0.000000 -0.906535 0.400000 0.400000 0.400000 +933.192505 0.000000 2700.640625 0.000000 0.661697 0.000000 0.749771 0.400000 0.400000 0.400000 +898.624146 0.000000 2732.015137 0.000000 0.186534 0.000000 -0.982448 0.400000 0.400000 0.400000 +877.952332 0.000000 2673.398438 0.000000 0.970027 0.000000 0.242995 0.400000 0.400000 0.400000 +934.620789 0.000000 2678.487305 0.000000 0.006739 0.000000 0.999977 0.400000 0.400000 0.400000 +905.906799 0.000000 2732.532715 0.000000 0.975793 0.000000 -0.218697 0.400000 0.400000 0.400000 +914.863525 0.000000 2719.041748 0.000000 0.396608 0.000000 -0.917988 0.400000 0.400000 0.400000 +930.259583 0.000000 2675.294434 0.000000 0.999996 0.000000 -0.002854 0.400000 0.400000 0.400000 +924.245667 0.000000 2707.582520 0.000000 0.782922 0.000000 0.622120 0.400000 0.400000 0.400000 +911.805969 0.000000 2694.288818 0.000000 0.778510 0.000000 0.627632 0.400000 0.400000 0.400000 +879.687500 0.000000 2712.227295 0.000000 0.575445 0.000000 0.817841 0.400000 0.400000 0.400000 +887.293762 0.000000 2720.987549 0.000000 0.947899 0.000000 0.318570 0.400000 0.400000 0.400000 +901.188599 0.000000 2729.130859 0.000000 0.944093 0.000000 0.329678 0.400000 0.400000 0.400000 +879.563721 0.000000 2683.205566 0.000000 0.995434 0.000000 -0.095451 0.400000 0.400000 0.400000 +899.365723 0.000000 2723.008789 0.000000 0.032973 0.000000 0.999456 0.400000 0.400000 0.400000 +891.839600 0.000000 2701.303223 0.000000 0.171735 0.000000 -0.985143 0.400000 0.400000 0.400000 +890.135376 0.000000 2695.524658 0.000000 0.010350 0.000000 0.999946 0.400000 0.400000 0.400000 +879.704468 0.000000 2691.056152 0.000000 0.409163 0.000000 0.912461 0.400000 0.400000 0.400000 +892.783142 0.000000 2722.701172 0.000000 0.951154 0.000000 0.308716 0.400000 0.400000 0.400000 +873.589722 0.000000 2689.644775 0.000000 0.993588 0.000000 -0.113058 0.400000 0.400000 0.400000 +902.210327 0.000000 2702.819092 0.000000 0.764382 0.000000 -0.644764 0.400000 0.400000 0.400000 +891.339722 0.000000 2711.808838 0.000000 0.981842 0.000000 0.189699 0.400000 0.400000 0.400000 +878.722046 0.000000 2703.476562 0.000000 0.049070 0.000000 -0.998795 0.400000 0.400000 0.400000 +896.202637 0.000000 2693.011475 0.000000 0.607476 0.000000 -0.794338 0.400000 0.400000 0.400000 +899.345398 0.000000 2673.088623 0.000000 0.968732 0.000000 0.248111 0.400000 0.400000 0.400000 +909.441895 0.000000 2688.939453 0.000000 0.528720 0.000000 -0.848796 0.400000 0.400000 0.400000 +879.317810 0.000000 2734.146240 0.000000 0.798742 0.000000 -0.601673 0.400000 0.400000 0.400000 +876.726929 0.000000 2684.567627 0.000000 0.669056 0.000000 -0.743212 0.400000 0.400000 0.400000 +875.738220 0.000000 2694.739258 0.000000 0.950541 0.000000 0.310599 0.400000 0.400000 0.400000 +910.231079 0.000000 2685.857666 0.000000 0.711244 0.000000 -0.702946 0.400000 0.400000 0.400000 +872.389526 0.000000 2722.607910 0.000000 0.093071 0.000000 -0.995659 0.400000 0.400000 0.400000 +916.881897 0.000000 2679.886719 0.000000 0.989290 0.000000 0.145963 0.400000 0.400000 0.400000 +906.024414 0.000000 2725.049805 0.000000 0.688088 0.000000 -0.725627 0.400000 0.400000 0.400000 +870.369446 0.000000 2703.226318 0.000000 0.380550 0.000000 -0.924760 0.400000 0.400000 0.400000 +878.732849 0.000000 2693.872070 0.000000 0.939612 0.000000 -0.342243 0.400000 0.400000 0.400000 +870.576721 0.000000 2698.002441 0.000000 0.613618 0.000000 -0.789603 0.400000 0.400000 0.400000 +874.930664 0.000000 2698.763916 0.000000 0.424529 0.000000 0.905415 0.400000 0.400000 0.400000 +879.980652 0.000000 2716.345215 0.000000 0.198859 0.000000 0.980028 0.400000 0.400000 0.400000 +883.404175 0.000000 2674.998291 0.000000 0.348860 0.000000 -0.937175 0.400000 0.400000 0.400000 +903.076172 0.000000 2679.169678 0.000000 0.737497 0.000000 -0.675350 0.400000 0.400000 0.400000 +892.944824 0.000000 2734.411621 0.000000 0.998104 0.000000 -0.061546 0.400000 0.400000 0.400000 +918.603699 0.000000 2710.692139 0.000000 0.008286 0.000000 -0.999966 0.400000 0.400000 0.400000 +904.381592 0.000000 2730.020752 0.000000 0.990213 0.000000 0.139562 0.400000 0.400000 0.400000 +926.709351 0.000000 2678.825439 0.000000 0.692764 0.000000 0.721165 0.400000 0.400000 0.400000 +888.706726 0.000000 2701.372559 0.000000 0.860507 0.000000 -0.509438 0.400000 0.400000 0.400000 +905.971436 0.000000 2693.279053 0.000000 0.810467 0.000000 -0.585784 0.400000 0.400000 0.400000 +915.543823 0.000000 2731.493896 0.000000 0.964693 0.000000 0.263375 0.400000 0.400000 0.400000 +898.456726 0.000000 2678.971436 0.000000 0.447980 0.000000 -0.894044 0.400000 0.400000 0.400000 +885.632629 0.000000 2694.296875 0.000000 0.696313 0.000000 -0.717738 0.400000 0.400000 0.400000 +915.735901 0.000000 2709.421143 0.000000 0.705627 0.000000 -0.708584 0.400000 0.400000 0.400000 +905.255005 0.000000 2721.239258 0.000000 0.714181 0.000000 -0.699961 0.400000 0.400000 0.400000 +935.794495 0.000000 2704.325928 0.000000 0.408982 0.000000 -0.912543 0.400000 0.400000 0.400000 +901.582581 0.000000 2724.138916 0.000000 0.503489 0.000000 0.864002 0.400000 0.400000 0.400000 +911.381531 0.000000 2699.859131 0.000000 0.320303 0.000000 0.947315 0.400000 0.400000 0.400000 +937.588196 0.000000 2681.261230 0.000000 0.510528 0.000000 -0.859861 0.400000 0.400000 0.400000 +961.743896 0.000000 2698.783936 0.000000 0.415717 0.000000 0.909494 0.400000 0.400000 0.400000 +945.086243 0.000000 2696.412842 0.000000 0.981604 0.000000 -0.190931 0.400000 0.400000 0.400000 +948.692566 0.000000 2705.957275 0.000000 0.845214 0.000000 -0.534428 0.400000 0.400000 0.400000 +936.157593 0.000000 2691.411377 0.000000 0.771459 0.000000 -0.636279 0.400000 0.400000 0.400000 +954.130127 0.000000 2693.333984 0.000000 0.880160 0.000000 0.474678 0.400000 0.400000 0.400000 +945.799500 0.000000 2686.291992 0.000000 0.923230 0.000000 -0.384247 0.400000 0.400000 0.400000 +953.429688 0.000000 2700.490479 0.000000 0.169157 0.000000 0.985589 0.400000 0.400000 0.400000 +945.187439 0.000000 2712.352295 0.000000 0.118450 0.000000 0.992960 0.400000 0.400000 0.400000 +948.466675 0.000000 2691.627930 0.000000 0.744347 0.000000 -0.667793 0.400000 0.400000 0.400000 +945.085815 0.000000 2701.879395 0.000000 0.934386 0.000000 0.356263 0.400000 0.400000 0.400000 +935.936523 0.000000 2707.074463 0.000000 0.844864 0.000000 0.534981 0.400000 0.400000 0.400000 +937.360718 0.000000 2727.037842 0.000000 0.400461 0.000000 0.916314 0.400000 0.400000 0.400000 +950.080322 0.000000 2696.760986 0.000000 0.940617 0.000000 0.339469 0.400000 0.400000 0.400000 +957.890686 0.000000 2701.816162 0.000000 0.450444 0.000000 -0.892805 0.400000 0.400000 0.400000 +936.131653 0.000000 2715.663086 0.000000 0.801359 0.000000 0.598183 0.400000 0.400000 0.400000 +942.072266 0.000000 2684.035400 0.000000 0.675344 0.000000 -0.737503 0.400000 0.400000 0.400000 +949.154724 0.000000 2700.736328 0.000000 0.313155 0.000000 -0.949702 0.400000 0.400000 0.400000 +941.825562 0.000000 2710.306641 0.000000 0.105097 0.000000 -0.994462 0.400000 0.400000 0.400000 +945.390564 0.000000 2708.339600 0.000000 0.551141 0.000000 -0.834412 0.400000 0.400000 0.400000 +960.894409 0.000000 2704.224854 0.000000 0.536583 0.000000 0.843848 0.400000 0.400000 0.400000 +935.982361 0.000000 2698.382812 0.000000 0.456447 0.000000 0.889751 0.400000 0.400000 0.400000 +935.978577 0.000000 2684.322266 0.000000 0.344506 0.000000 -0.938784 0.400000 0.400000 0.400000 +942.710815 0.000000 2687.543213 0.000000 0.957628 0.000000 0.288007 0.400000 0.400000 0.400000 +951.696655 0.000000 2691.056152 0.000000 0.854965 0.000000 0.518686 0.400000 0.400000 0.400000 +953.866150 0.000000 2697.318848 0.000000 0.662625 0.000000 0.748951 0.400000 0.400000 0.400000 +950.725037 0.000000 2693.872070 0.000000 0.985160 0.000000 0.171639 0.400000 0.400000 0.400000 +942.568909 0.000000 2698.002441 0.000000 0.452563 0.000000 -0.891732 0.400000 0.400000 0.400000 +939.017517 0.000000 2683.827637 0.000000 0.413369 0.000000 0.910564 0.400000 0.400000 0.400000 +951.163269 0.000000 2707.243408 0.000000 0.939504 0.000000 -0.342537 0.400000 0.400000 0.400000 +955.978760 0.000000 2699.463867 0.000000 0.861618 0.000000 -0.507558 0.400000 0.400000 0.400000 +887.493286 0.000000 2801.835205 0.000000 0.900772 0.000000 0.434292 0.400000 0.400000 0.400000 +889.751709 0.000000 2770.768311 0.000000 0.965681 0.000000 -0.259732 0.400000 0.400000 0.400000 +925.841614 0.000000 2736.252441 0.000000 0.419394 0.000000 -0.907804 0.400000 0.400000 0.400000 +883.105652 0.000000 2755.001953 0.000000 0.945109 0.000000 -0.326755 0.400000 0.400000 0.400000 +873.094055 0.000000 2768.397217 0.000000 0.438774 0.000000 0.898598 0.400000 0.400000 0.400000 +901.919189 0.000000 2758.933105 0.000000 0.491062 0.000000 -0.871125 0.400000 0.400000 0.400000 +894.247437 0.000000 2782.438721 0.000000 0.878311 0.000000 0.478089 0.400000 0.400000 0.400000 +903.839111 0.000000 2736.039551 0.000000 0.295811 0.000000 0.955247 0.400000 0.400000 0.400000 +874.790466 0.000000 2746.933105 0.000000 0.252006 0.000000 -0.967726 0.400000 0.400000 0.400000 +888.177246 0.000000 2735.804932 0.000000 0.933684 0.000000 -0.358098 0.400000 0.400000 0.400000 +873.537537 0.000000 2791.509521 0.000000 0.947965 0.000000 -0.318374 0.400000 0.400000 0.400000 +892.048279 0.000000 2760.531006 0.000000 0.579980 0.000000 0.814631 0.400000 0.400000 0.400000 +873.807312 0.000000 2758.276367 0.000000 0.470459 0.000000 0.882422 0.400000 0.400000 0.400000 +881.437500 0.000000 2772.474854 0.000000 0.657923 0.000000 0.753085 0.400000 0.400000 0.400000 +873.195251 0.000000 2784.336670 0.000000 0.351943 0.000000 -0.936021 0.400000 0.400000 0.400000 +897.098816 0.000000 2737.345947 0.000000 0.022122 0.000000 -0.999755 0.400000 0.400000 0.400000 +871.542603 0.000000 2740.680176 0.000000 0.788092 0.000000 0.615557 0.400000 0.400000 0.400000 +877.245850 0.000000 2752.764160 0.000000 0.898795 0.000000 -0.438369 0.400000 0.400000 0.400000 +888.729431 0.000000 2785.608398 0.000000 0.978687 0.000000 0.205360 0.400000 0.400000 0.400000 +880.487793 0.000000 2747.967773 0.000000 0.820179 0.000000 -0.572107 0.400000 0.400000 0.400000 +873.093628 0.000000 2773.863770 0.000000 0.316303 0.000000 -0.948658 0.400000 0.400000 0.400000 +877.521973 0.000000 2741.713867 0.000000 0.974748 0.000000 0.223306 0.400000 0.400000 0.400000 +881.195984 0.000000 2781.149902 0.000000 0.074607 0.000000 -0.997213 0.400000 0.400000 0.400000 +891.231506 0.000000 2746.571045 0.000000 0.536134 0.000000 -0.844133 0.400000 0.400000 0.400000 +874.324768 0.000000 2797.087891 0.000000 0.994389 0.000000 -0.105787 0.400000 0.400000 0.400000 +878.088135 0.000000 2768.745361 0.000000 0.034925 0.000000 -0.999390 0.400000 0.400000 0.400000 +898.868103 0.000000 2748.245850 0.000000 0.733285 0.000000 0.679922 0.400000 0.400000 0.400000 +886.151855 0.000000 2789.787842 0.000000 0.986451 0.000000 0.164058 0.400000 0.400000 0.400000 +892.352112 0.000000 2755.603516 0.000000 0.290263 0.000000 0.956947 0.400000 0.400000 0.400000 +877.472046 0.000000 2786.768555 0.000000 0.287641 0.000000 0.957738 0.400000 0.400000 0.400000 +897.235168 0.000000 2757.248047 0.000000 0.807557 0.000000 0.589789 0.400000 0.400000 0.400000 +921.528564 0.000000 2739.286621 0.000000 0.722206 0.000000 -0.691678 0.400000 0.400000 0.400000 +885.898499 0.000000 2773.800537 0.000000 0.958841 0.000000 0.283944 0.400000 0.400000 0.400000 +885.224182 0.000000 2768.980469 0.000000 0.477936 0.000000 0.878395 0.400000 0.400000 0.400000 +892.546570 0.000000 2737.277100 0.000000 0.500614 0.000000 0.865671 0.400000 0.400000 0.400000 +883.455078 0.000000 2799.888672 0.000000 0.959790 0.000000 -0.280718 0.400000 0.400000 0.400000 +883.626892 0.000000 2735.413086 0.000000 0.706101 0.000000 -0.708111 0.400000 0.400000 0.400000 +900.651550 0.000000 2752.736084 0.000000 0.988685 0.000000 -0.150007 0.400000 0.400000 0.400000 +881.953125 0.000000 2743.907227 0.000000 0.179563 0.000000 -0.983746 0.400000 0.400000 0.400000 +876.956726 0.000000 2782.186035 0.000000 0.537019 0.000000 -0.843570 0.400000 0.400000 0.400000 +881.661499 0.000000 2776.918213 0.000000 0.344998 0.000000 0.938603 0.400000 0.400000 0.400000 +887.283813 0.000000 2755.480957 0.000000 0.145761 0.000000 0.989320 0.400000 0.400000 0.400000 +877.978088 0.000000 2794.908691 0.000000 0.998300 0.000000 0.058284 0.400000 0.400000 0.400000 +877.162537 0.000000 2772.720703 0.000000 0.774724 0.000000 0.632299 0.400000 0.400000 0.400000 +882.590515 0.000000 2761.304932 0.000000 0.787250 0.000000 0.616634 0.400000 0.400000 0.400000 +873.000122 0.000000 2736.911865 0.000000 0.854928 0.000000 -0.518746 0.400000 0.400000 0.400000 +913.761902 0.000000 2735.578857 0.000000 0.034346 0.000000 0.999410 0.400000 0.400000 0.400000 +894.310486 0.000000 2740.522217 0.000000 0.135015 0.000000 0.990844 0.400000 0.400000 0.400000 +880.956116 0.000000 2751.864990 0.000000 0.999652 0.000000 0.026384 0.400000 0.400000 0.400000 +872.908691 0.000000 2764.794189 0.000000 0.106679 0.000000 -0.994294 0.400000 0.400000 0.400000 +880.114197 0.000000 2737.170654 0.000000 0.191126 0.000000 0.981566 0.400000 0.400000 0.400000 +877.952332 0.000000 2745.382812 0.000000 0.340968 0.000000 -0.940075 0.400000 0.400000 0.400000 +922.340027 0.000000 2735.897461 0.000000 0.476617 0.000000 0.879111 0.400000 0.400000 0.400000 +900.553833 0.000000 2737.437988 0.000000 0.717793 0.000000 0.696256 0.400000 0.400000 0.400000 +889.767395 0.000000 2757.949463 0.000000 0.928835 0.000000 0.370493 0.400000 0.400000 0.400000 +883.043884 0.000000 2791.188232 0.000000 0.800499 0.000000 0.599334 0.400000 0.400000 0.400000 +887.293762 0.000000 2792.971924 0.000000 0.698142 0.000000 0.715960 0.400000 0.400000 0.400000 +877.269775 0.000000 2749.227051 0.000000 0.582157 0.000000 -0.813076 0.400000 0.400000 0.400000 +879.563721 0.000000 2755.189941 0.000000 0.979920 0.000000 0.199390 0.400000 0.400000 0.400000 +874.775269 0.000000 2739.885010 0.000000 0.587836 0.000000 -0.808980 0.400000 0.400000 0.400000 +879.704468 0.000000 2763.040527 0.000000 0.917714 0.000000 0.397242 0.400000 0.400000 0.400000 +876.445312 0.000000 2789.970459 0.000000 0.885792 0.000000 -0.464082 0.400000 0.400000 0.400000 +888.931946 0.000000 2761.509277 0.000000 0.469860 0.000000 0.882741 0.400000 0.400000 0.400000 +892.935486 0.000000 2751.757324 0.000000 0.986444 0.000000 -0.164097 0.400000 0.400000 0.400000 +881.873962 0.000000 2769.303223 0.000000 0.282195 0.000000 -0.959357 0.400000 0.400000 0.400000 +873.589722 0.000000 2761.629150 0.000000 0.883322 0.000000 -0.468766 0.400000 0.400000 0.400000 +897.818604 0.000000 2740.642578 0.000000 0.665668 0.000000 -0.746248 0.400000 0.400000 0.400000 +876.525208 0.000000 2760.446777 0.000000 0.806004 0.000000 0.591910 0.400000 0.400000 0.400000 +876.726929 0.000000 2756.552002 0.000000 0.767697 0.000000 0.640813 0.400000 0.400000 0.400000 +875.738220 0.000000 2766.723633 0.000000 0.995554 0.000000 -0.094197 0.400000 0.400000 0.400000 +878.732849 0.000000 2765.856445 0.000000 0.991068 0.000000 -0.133357 0.400000 0.400000 0.400000 +874.930664 0.000000 2770.748291 0.000000 0.986618 0.000000 -0.163049 0.400000 0.400000 0.400000 +883.404175 0.000000 2746.982666 0.000000 0.754448 0.000000 -0.656360 0.400000 0.400000 0.400000 +903.076172 0.000000 2751.154053 0.000000 0.979274 0.000000 -0.202539 0.400000 0.400000 0.400000 +875.600891 0.000000 2775.304443 0.000000 0.807296 0.000000 -0.590146 0.400000 0.400000 0.400000 +875.444641 0.000000 2793.676514 0.000000 0.764435 0.000000 -0.644701 0.400000 0.400000 0.400000 +896.495117 0.000000 2746.773438 0.000000 0.765847 0.000000 -0.643023 0.400000 0.400000 0.400000 +894.727112 0.000000 2735.542725 0.000000 0.065543 0.000000 0.997850 0.400000 0.400000 0.400000 +884.095276 0.000000 2797.225830 0.000000 0.881922 0.000000 -0.471396 0.400000 0.400000 0.400000 +876.710083 0.000000 2808.276367 0.000000 0.819325 0.000000 0.573329 0.400000 0.400000 0.400000 +882.572815 0.000000 2811.615234 0.000000 0.897484 0.000000 0.441047 0.400000 0.400000 0.400000 +877.521973 0.000000 2813.698242 0.000000 0.103723 0.000000 -0.994606 0.400000 0.400000 0.400000 +883.626892 0.000000 2807.397461 0.000000 0.759524 0.000000 0.650480 0.400000 0.400000 0.400000 +877.952332 0.000000 2817.367188 0.000000 0.766609 0.000000 0.642114 0.400000 0.400000 0.400000 +1693.833252 0.000000 3694.729980 0.000000 0.121339 0.000000 0.992611 0.400000 0.400000 0.400000 1688.189331 0.000000 3688.428467 0.000000 0.971232 0.000000 -0.238134 0.400000 0.400000 0.400000 1699.641846 0.000000 3730.141846 0.000000 0.406043 0.000000 -0.913854 0.400000 0.400000 0.400000 1680.643555 0.000000 3721.405273 0.000000 0.476738 0.000000 0.879045 0.400000 0.400000 0.400000 diff --git a/gfx/map/map_object_data/generated/tree_sakura_03_generator.txt b/gfx/map/map_object_data/generated/tree_sakura_03_generator.txt index 97417500..ec961d3b 100644 --- a/gfx/map/map_object_data/generated/tree_sakura_03_generator.txt +++ b/gfx/map/map_object_data/generated/tree_sakura_03_generator.txt @@ -5,8 +5,3827 @@ generated_content=yes layer="tree_high_layer" pdxmesh="tree_sakura_03_mesh" - count=143 - transform="7916.434570 0.000000 2628.656250 0.000000 0.704696 0.000000 0.709509 1.000000 1.000000 1.000000 + count=3962 + transform="499.968567 0.000000 2640.724609 0.000000 0.939467 0.000000 0.342640 1.000000 1.000000 1.000000 +454.031799 0.000000 2634.435547 0.000000 0.993766 0.000000 0.111485 1.000000 1.000000 1.000000 +491.448334 0.000000 2599.654297 0.000000 0.985234 0.000000 -0.171212 1.000000 1.000000 1.000000 +460.536469 0.000000 2632.760742 0.000000 0.977279 0.000000 -0.211958 1.000000 1.000000 1.000000 +496.831909 0.000000 2645.095703 0.000000 0.778338 0.000000 -0.627846 1.000000 1.000000 1.000000 +495.277832 0.000000 2640.666748 0.000000 0.664047 0.000000 -0.747691 1.000000 1.000000 1.000000 +494.846710 0.000000 2596.561279 0.000000 0.905365 0.000000 -0.424635 1.000000 1.000000 1.000000 +497.606079 0.000000 2617.246826 0.000000 0.999152 0.000000 0.041178 1.000000 1.000000 1.000000 +495.524292 0.000000 2600.655029 0.000000 0.616061 0.000000 -0.787699 1.000000 1.000000 1.000000 +479.605621 0.000000 2649.404297 0.000000 0.816655 0.000000 -0.577126 1.000000 1.000000 1.000000 +477.705536 0.000000 2597.388672 0.000000 0.420463 0.000000 0.907310 1.000000 1.000000 1.000000 +456.949097 0.000000 2632.240479 0.000000 0.325215 0.000000 0.945640 1.000000 1.000000 1.000000 +481.126404 0.000000 2612.449951 0.000000 0.790027 0.000000 -0.613072 1.000000 1.000000 1.000000 +482.910400 0.000000 2647.057373 0.000000 0.995902 0.000000 -0.090440 1.000000 1.000000 1.000000 +468.618835 0.000000 2618.304199 0.000000 0.528385 0.000000 0.849005 1.000000 1.000000 1.000000 +483.530365 0.000000 2614.566895 0.000000 0.367590 0.000000 -0.929988 1.000000 1.000000 1.000000 +478.277985 0.000000 2613.873291 0.000000 0.334229 0.000000 -0.942492 1.000000 1.000000 1.000000 +458.265259 0.000000 2634.520020 0.000000 0.995739 0.000000 -0.092213 1.000000 1.000000 1.000000 +480.544159 0.000000 2596.961670 0.000000 0.451911 0.000000 -0.892063 1.000000 1.000000 1.000000 +492.500153 0.000000 2597.410645 0.000000 0.320353 0.000000 0.947298 1.000000 1.000000 1.000000 +478.281189 0.000000 2647.221436 0.000000 0.605530 0.000000 -0.795822 1.000000 1.000000 1.000000 +496.671661 0.000000 2598.554443 0.000000 0.750208 0.000000 0.661202 1.000000 1.000000 1.000000 +493.681519 0.000000 2599.385010 0.000000 0.912640 0.000000 0.408763 1.000000 1.000000 1.000000 +495.517944 0.000000 2616.400879 0.000000 0.006410 0.000000 0.999979 1.000000 1.000000 1.000000 +480.780212 0.000000 2647.558350 0.000000 0.934386 0.000000 0.356262 1.000000 1.000000 1.000000 +456.135071 0.000000 2634.922607 0.000000 0.444391 0.000000 0.895833 1.000000 1.000000 1.000000 +481.905548 0.000000 2645.297852 0.000000 0.999898 0.000000 -0.014290 1.000000 1.000000 1.000000 +479.341766 0.000000 2598.576904 0.000000 0.990424 0.000000 -0.138061 1.000000 1.000000 1.000000 +481.554993 0.000000 2598.706055 0.000000 0.884253 0.000000 -0.467008 1.000000 1.000000 1.000000 +480.167145 0.000000 2614.083984 0.000000 0.992613 0.000000 0.121327 1.000000 1.000000 1.000000 +468.709229 0.000000 2616.379150 0.000000 0.541423 0.000000 -0.840750 1.000000 1.000000 1.000000 +466.939117 0.000000 2617.470459 0.000000 0.820936 0.000000 -0.571020 1.000000 1.000000 1.000000 +497.127289 0.000000 2615.639160 0.000000 0.394051 0.000000 0.919089 1.000000 1.000000 1.000000 +494.921143 0.000000 2598.234863 0.000000 0.789118 0.000000 0.614242 1.000000 1.000000 1.000000 +481.920624 0.000000 2614.145020 0.000000 0.995326 0.000000 0.096568 1.000000 1.000000 1.000000 +468.390564 0.000000 2614.832275 0.000000 0.420680 0.000000 -0.907209 1.000000 1.000000 1.000000 +466.645966 0.000000 2614.046387 0.000000 0.974467 0.000000 0.224529 1.000000 1.000000 1.000000 +495.169983 0.000000 2642.212646 0.000000 0.781632 0.000000 0.623740 1.000000 1.000000 1.000000 +458.481201 0.000000 2632.857666 0.000000 0.912998 0.000000 0.407964 1.000000 1.000000 1.000000 +497.735016 0.000000 2643.939209 0.000000 0.475537 0.000000 0.879696 1.000000 1.000000 1.000000 +456.917023 0.000000 2633.727783 0.000000 0.984489 0.000000 -0.175448 1.000000 1.000000 1.000000 +496.103424 0.000000 2643.900635 0.000000 0.522455 0.000000 -0.852667 1.000000 1.000000 1.000000 +481.624756 0.000000 2646.584717 0.000000 0.854161 0.000000 0.520009 1.000000 1.000000 1.000000 +495.370270 0.000000 2615.141846 0.000000 0.758729 0.000000 -0.651406 1.000000 1.000000 1.000000 +495.188904 0.000000 2599.455322 0.000000 0.723843 0.000000 0.689965 1.000000 1.000000 1.000000 +504.748199 0.000000 2629.875000 0.000000 0.169253 0.000000 -0.985573 1.000000 1.000000 1.000000 +507.353210 0.000000 2630.447021 0.000000 0.792488 0.000000 -0.609888 1.000000 1.000000 1.000000 +505.422485 0.000000 2631.578125 0.000000 0.943572 0.000000 0.331167 1.000000 1.000000 1.000000 +505.353027 0.000000 2633.115234 0.000000 0.526329 0.000000 0.850281 1.000000 1.000000 1.000000 +504.104828 0.000000 2631.032959 0.000000 0.713386 0.000000 0.700771 1.000000 1.000000 1.000000 +774.235168 0.000000 2616.124756 0.000000 0.729098 0.000000 0.684409 1.000000 1.000000 1.000000 +768.280518 0.000000 2600.378174 0.000000 0.115653 0.000000 0.993290 1.000000 1.000000 1.000000 +742.000549 0.000000 2634.435547 0.000000 0.997451 0.000000 -0.071355 1.000000 1.000000 1.000000 +764.750671 0.000000 2635.807861 0.000000 0.702554 0.000000 0.711630 1.000000 1.000000 1.000000 +744.745056 0.000000 2641.639648 0.000000 0.817923 0.000000 0.575327 1.000000 1.000000 1.000000 +785.513916 0.000000 2627.426270 0.000000 0.936604 0.000000 -0.350390 1.000000 1.000000 1.000000 +773.756958 0.000000 2601.421631 0.000000 0.795575 0.000000 0.605856 1.000000 1.000000 1.000000 +760.747070 0.000000 2610.057129 0.000000 0.807139 0.000000 0.590361 1.000000 1.000000 1.000000 +754.489563 0.000000 2641.157227 0.000000 0.948431 0.000000 -0.316985 1.000000 1.000000 1.000000 +789.690186 0.000000 2625.077637 0.000000 0.983516 0.000000 -0.180824 1.000000 1.000000 1.000000 +777.358215 0.000000 2612.509277 0.000000 0.865472 0.000000 0.500957 1.000000 1.000000 1.000000 +766.512695 0.000000 2630.175781 0.000000 0.003627 0.000000 0.999993 1.000000 1.000000 1.000000 +756.667175 0.000000 2608.767334 0.000000 0.915473 0.000000 0.402380 1.000000 1.000000 1.000000 +757.885559 0.000000 2644.261230 0.000000 0.697438 0.000000 -0.716645 1.000000 1.000000 1.000000 +778.662109 0.000000 2615.883789 0.000000 0.381822 0.000000 -0.924236 1.000000 1.000000 1.000000 +767.641663 0.000000 2633.439453 0.000000 0.968929 0.000000 0.247340 1.000000 1.000000 1.000000 +764.281799 0.000000 2632.565186 0.000000 0.998008 0.000000 -0.063089 1.000000 1.000000 1.000000 +784.860962 0.000000 2624.258789 0.000000 0.074238 0.000000 -0.997241 1.000000 1.000000 1.000000 +773.326111 0.000000 2604.684814 0.000000 0.997409 0.000000 0.071935 1.000000 1.000000 1.000000 +770.699768 0.000000 2602.532471 0.000000 0.077302 0.000000 0.997008 1.000000 1.000000 1.000000 +747.355347 0.000000 2639.824463 0.000000 0.975909 0.000000 0.218180 1.000000 1.000000 1.000000 +758.040588 0.000000 2611.727295 0.000000 0.963657 0.000000 -0.267141 1.000000 1.000000 1.000000 +754.485229 0.000000 2610.727051 0.000000 0.905402 0.000000 -0.424555 1.000000 1.000000 1.000000 +780.305481 0.000000 2612.148438 0.000000 0.140516 0.000000 -0.990078 1.000000 1.000000 1.000000 +761.987061 0.000000 2621.294678 0.000000 0.999998 0.000000 0.001787 1.000000 1.000000 1.000000 +743.753906 0.000000 2639.089844 0.000000 0.767186 0.000000 0.641425 1.000000 1.000000 1.000000 +755.342957 0.000000 2643.744141 0.000000 0.537879 0.000000 -0.843022 1.000000 1.000000 1.000000 +787.519165 0.000000 2623.737061 0.000000 0.991923 0.000000 -0.126840 1.000000 1.000000 1.000000 +743.021545 0.000000 2636.741455 0.000000 0.607840 0.000000 -0.794059 1.000000 1.000000 1.000000 +776.383972 0.000000 2614.871826 0.000000 0.645840 0.000000 0.763472 1.000000 1.000000 1.000000 +768.797852 0.000000 2631.012695 0.000000 0.662506 0.000000 -0.749057 1.000000 1.000000 1.000000 +787.785034 0.000000 2626.667236 0.000000 0.999086 0.000000 0.042733 1.000000 1.000000 1.000000 +756.774109 0.000000 2641.872070 0.000000 0.465411 0.000000 -0.885095 1.000000 1.000000 1.000000 +759.625854 0.000000 2643.004639 0.000000 0.327070 0.000000 -0.945000 1.000000 1.000000 1.000000 +758.572937 0.000000 2609.664307 0.000000 0.491138 0.000000 -0.871082 1.000000 1.000000 1.000000 +779.156616 0.000000 2613.894043 0.000000 0.976893 0.000000 0.213731 1.000000 1.000000 1.000000 +765.669128 0.000000 2633.939941 0.000000 0.670658 0.000000 0.741767 1.000000 1.000000 1.000000 +756.350891 0.000000 2645.475342 0.000000 0.934074 0.000000 -0.357080 1.000000 1.000000 1.000000 +756.330933 0.000000 2610.894043 0.000000 0.788375 0.000000 0.615195 1.000000 1.000000 1.000000 +772.582153 0.000000 2602.858398 0.000000 0.981655 0.000000 0.190666 1.000000 1.000000 1.000000 +766.280457 0.000000 2632.090820 0.000000 0.198088 0.000000 0.980184 1.000000 1.000000 1.000000 +786.262207 0.000000 2625.538086 0.000000 0.991749 0.000000 0.128198 1.000000 1.000000 1.000000 +759.772766 0.000000 2611.515381 0.000000 0.991144 0.000000 0.132791 1.000000 1.000000 1.000000 +763.659546 0.000000 2621.539551 0.000000 0.982531 0.000000 -0.186100 1.000000 1.000000 1.000000 +744.378967 0.000000 2637.650635 0.000000 0.928133 0.000000 0.372249 1.000000 1.000000 1.000000 +762.701660 0.000000 2622.775879 0.000000 0.867166 0.000000 -0.498019 1.000000 1.000000 1.000000 +756.700012 0.000000 2643.294189 0.000000 0.787565 0.000000 -0.616232 1.000000 1.000000 1.000000 +767.414062 0.000000 2631.243164 0.000000 0.980820 0.000000 -0.194915 1.000000 1.000000 1.000000 +765.372375 0.000000 2631.044434 0.000000 0.845963 0.000000 0.533241 1.000000 1.000000 1.000000 +757.302734 0.000000 2610.003662 0.000000 0.674237 0.000000 0.738515 1.000000 1.000000 1.000000 +786.237183 0.000000 2624.220215 0.000000 0.973880 0.000000 0.227064 1.000000 1.000000 1.000000 +759.561279 0.000000 2610.327637 0.000000 0.437895 0.000000 0.899026 1.000000 1.000000 1.000000 +779.474182 0.000000 2615.062256 0.000000 0.863260 0.000000 -0.504760 1.000000 1.000000 1.000000 +801.101868 0.000000 2624.428467 0.000000 0.885242 0.000000 0.465131 1.000000 1.000000 1.000000 +801.545349 0.000000 2647.540771 0.000000 0.819831 0.000000 0.572605 1.000000 1.000000 1.000000 +854.525635 0.000000 2656.408447 0.000000 0.941344 0.000000 -0.337449 1.000000 1.000000 1.000000 +804.482300 0.000000 2619.643555 0.000000 0.595636 0.000000 -0.803254 1.000000 1.000000 1.000000 +863.193420 0.000000 2654.517822 0.000000 0.744082 0.000000 -0.668088 1.000000 1.000000 1.000000 +807.211548 0.000000 2614.819824 0.000000 0.999998 0.000000 0.002150 1.000000 1.000000 1.000000 +795.604370 0.000000 2598.043457 0.000000 0.702151 0.000000 0.712028 1.000000 1.000000 1.000000 +810.598328 0.000000 2617.336182 0.000000 0.713269 0.000000 -0.700891 1.000000 1.000000 1.000000 +856.624329 0.000000 2661.565674 0.000000 0.071227 0.000000 -0.997460 1.000000 1.000000 1.000000 +798.537231 0.000000 2600.320312 0.000000 0.844999 0.000000 -0.534769 1.000000 1.000000 1.000000 +798.040894 0.000000 2623.056641 0.000000 0.919465 0.000000 0.393171 1.000000 1.000000 1.000000 +857.788513 0.000000 2657.170898 0.000000 0.710597 0.000000 -0.703600 1.000000 1.000000 1.000000 +807.712280 0.000000 2619.071777 0.000000 0.888917 0.000000 0.458067 1.000000 1.000000 1.000000 +804.533020 0.000000 2616.478027 0.000000 0.985474 0.000000 0.169828 1.000000 1.000000 1.000000 +798.584534 0.000000 2626.018066 0.000000 0.622021 0.000000 0.783001 1.000000 1.000000 1.000000 +854.903076 0.000000 2659.278076 0.000000 0.848681 0.000000 -0.528905 1.000000 1.000000 1.000000 +799.002502 0.000000 2645.865723 0.000000 0.728373 0.000000 -0.685181 1.000000 1.000000 1.000000 +857.611267 0.000000 2659.503418 0.000000 0.864325 0.000000 -0.502933 1.000000 1.000000 1.000000 +808.443970 0.000000 2616.855469 0.000000 0.551269 0.000000 0.834328 1.000000 1.000000 1.000000 +797.803589 0.000000 2598.207520 0.000000 0.892149 0.000000 0.451741 1.000000 1.000000 1.000000 +809.819763 0.000000 2619.253174 0.000000 0.345041 0.000000 0.938587 1.000000 1.000000 1.000000 +803.877686 0.000000 2614.493164 0.000000 0.787504 0.000000 0.616309 1.000000 1.000000 1.000000 +805.946350 0.000000 2617.972900 0.000000 0.824981 0.000000 0.565161 1.000000 1.000000 1.000000 +800.007080 0.000000 2622.673828 0.000000 0.009021 0.000000 -0.999959 1.000000 1.000000 1.000000 +807.720154 0.000000 2633.355225 0.000000 0.987248 0.000000 0.159191 1.000000 1.000000 1.000000 +802.594299 0.000000 2616.030273 0.000000 0.826044 0.000000 0.563605 1.000000 1.000000 1.000000 +801.838257 0.000000 2622.457031 0.000000 0.997325 0.000000 0.073102 1.000000 1.000000 1.000000 +799.275452 0.000000 2624.376953 0.000000 0.425360 0.000000 -0.905024 1.000000 1.000000 1.000000 +803.522400 0.000000 2617.938477 0.000000 0.958752 0.000000 -0.284243 1.000000 1.000000 1.000000 +805.195007 0.000000 2632.291748 0.000000 0.021616 0.000000 0.999766 1.000000 1.000000 1.000000 +800.731812 0.000000 2645.913330 0.000000 0.409229 0.000000 0.912432 1.000000 1.000000 1.000000 +856.241211 0.000000 2659.652100 0.000000 0.991236 0.000000 0.132103 1.000000 1.000000 1.000000 +797.430481 0.000000 2599.498779 0.000000 0.643813 0.000000 -0.765183 1.000000 1.000000 1.000000 +799.116394 0.000000 2598.029053 0.000000 0.742882 0.000000 0.669422 1.000000 1.000000 1.000000 +809.606873 0.000000 2616.495117 0.000000 0.889653 0.000000 -0.456638 1.000000 1.000000 1.000000 +857.080811 0.000000 2658.346436 0.000000 0.226356 0.000000 0.974045 1.000000 1.000000 1.000000 +796.366760 0.000000 2598.936279 0.000000 0.132031 0.000000 -0.991246 1.000000 1.000000 1.000000 +804.199036 0.000000 2632.875244 0.000000 0.855397 0.000000 -0.517972 1.000000 1.000000 1.000000 +862.998962 0.000000 2671.187744 0.000000 0.773491 0.000000 0.633807 1.000000 1.000000 1.000000 +861.528259 0.000000 2668.099121 0.000000 0.923377 0.000000 -0.383896 1.000000 1.000000 1.000000 +863.490479 0.000000 2668.960205 0.000000 0.657920 0.000000 -0.753088 1.000000 1.000000 1.000000 +865.368530 0.000000 2655.053467 0.000000 0.999903 0.000000 0.013914 1.000000 1.000000 1.000000 +873.925293 0.000000 2657.416748 0.000000 0.959155 0.000000 -0.282882 1.000000 1.000000 1.000000 +879.317810 0.000000 2662.161865 0.000000 0.668573 0.000000 -0.743646 1.000000 1.000000 1.000000 +871.247803 0.000000 2654.304443 0.000000 0.997249 0.000000 0.074131 1.000000 1.000000 1.000000 +866.099731 0.000000 2657.995117 0.000000 0.534240 0.000000 -0.845333 1.000000 1.000000 1.000000 +868.232422 0.000000 2654.306641 0.000000 0.996441 0.000000 -0.084295 1.000000 1.000000 1.000000 +873.269836 0.000000 2655.268066 0.000000 0.491335 0.000000 -0.870970 1.000000 1.000000 1.000000 +871.214600 0.000000 2652.349365 0.000000 0.347899 0.000000 -0.937532 1.000000 1.000000 1.000000 +864.310425 0.000000 2653.239502 0.000000 0.815254 0.000000 0.579104 1.000000 1.000000 1.000000 +871.802063 0.000000 2656.343506 0.000000 0.918452 0.000000 0.395533 1.000000 1.000000 1.000000 +869.559082 0.000000 2655.568604 0.000000 0.519411 0.000000 0.854525 1.000000 1.000000 1.000000 +867.047180 0.000000 2655.465332 0.000000 0.729001 0.000000 -0.684512 1.000000 1.000000 1.000000 +878.097412 0.000000 2662.834229 0.000000 0.564483 0.000000 0.825445 1.000000 1.000000 1.000000 +864.284668 0.000000 2655.896484 0.000000 0.788417 0.000000 -0.615142 1.000000 1.000000 1.000000 +870.902588 0.000000 2655.517822 0.000000 0.418965 0.000000 0.908002 1.000000 1.000000 1.000000 +876.710083 0.000000 2664.307617 0.000000 0.915820 0.000000 0.401589 1.000000 1.000000 1.000000 +864.324646 0.000000 2667.127197 0.000000 0.987542 0.000000 0.157358 1.000000 1.000000 1.000000 +867.596558 0.000000 2670.027832 0.000000 0.558446 0.000000 -0.829541 1.000000 1.000000 1.000000 +863.933289 0.000000 2670.941895 0.000000 0.344757 0.000000 0.938692 1.000000 1.000000 1.000000 +880.114197 0.000000 2665.186279 0.000000 0.514197 0.000000 0.857672 1.000000 1.000000 1.000000 +865.444519 0.000000 2669.143066 0.000000 0.346982 0.000000 0.937872 1.000000 1.000000 1.000000 +879.798889 0.000000 2667.345703 0.000000 0.446300 0.000000 -0.894883 1.000000 1.000000 1.000000 +878.685364 0.000000 2663.482422 0.000000 0.281078 0.000000 0.959685 1.000000 1.000000 1.000000 +867.355591 0.000000 2668.335449 0.000000 0.996956 0.000000 -0.077967 1.000000 1.000000 1.000000 +878.153198 0.000000 2665.182373 0.000000 0.675800 0.000000 -0.737085 1.000000 1.000000 1.000000 +863.907043 0.000000 2668.597412 0.000000 0.881827 0.000000 0.471574 1.000000 1.000000 1.000000 +879.984863 0.000000 2663.820068 0.000000 0.903007 0.000000 0.429626 1.000000 1.000000 1.000000 +864.363403 0.000000 2669.752441 0.000000 0.356277 0.000000 -0.934380 1.000000 1.000000 1.000000 +879.155701 0.000000 2664.629883 0.000000 0.380731 0.000000 0.924686 1.000000 1.000000 1.000000 +864.921570 0.000000 2668.175293 0.000000 0.933140 0.000000 -0.359513 1.000000 1.000000 1.000000 +993.471497 0.000000 2868.778564 0.000000 0.534621 0.000000 0.845092 1.000000 1.000000 1.000000 +986.463806 0.000000 2872.891846 0.000000 0.966073 0.000000 -0.258270 1.000000 1.000000 1.000000 +989.484436 0.000000 2869.870850 0.000000 0.779161 0.000000 -0.626824 1.000000 1.000000 1.000000 +989.763611 0.000000 2873.345947 0.000000 0.084695 0.000000 -0.996407 1.000000 1.000000 1.000000 +991.952148 0.000000 2871.449219 0.000000 0.049823 0.000000 0.998758 1.000000 1.000000 1.000000 +991.403320 0.000000 2868.434082 0.000000 0.844724 0.000000 0.535203 1.000000 1.000000 1.000000 +990.159851 0.000000 2871.612305 0.000000 0.726449 0.000000 -0.687221 1.000000 1.000000 1.000000 +991.376953 0.000000 2873.940430 0.000000 0.294975 0.000000 -0.955505 1.000000 1.000000 1.000000 +991.080688 0.000000 2870.046875 0.000000 0.729519 0.000000 -0.683960 1.000000 1.000000 1.000000 +469.966034 0.000000 3406.792480 0.000000 0.731667 0.000000 -0.681662 1.000000 1.000000 1.000000 +487.932159 0.000000 3398.433350 0.000000 0.732569 0.000000 -0.680693 1.000000 1.000000 1.000000 +501.062286 0.000000 3406.693115 0.000000 0.515571 0.000000 -0.856847 1.000000 1.000000 1.000000 +496.831909 0.000000 3436.923828 0.000000 0.019657 0.000000 0.999807 1.000000 1.000000 1.000000 +475.250549 0.000000 3406.524170 0.000000 0.819281 0.000000 0.573392 1.000000 1.000000 1.000000 +483.051880 0.000000 3412.370605 0.000000 0.319473 0.000000 -0.947595 1.000000 1.000000 1.000000 +502.445312 0.000000 3410.621826 0.000000 0.550738 0.000000 0.834678 1.000000 1.000000 1.000000 +489.338440 0.000000 3394.709717 0.000000 0.361649 0.000000 -0.932314 1.000000 1.000000 1.000000 +474.276123 0.000000 3409.814697 0.000000 0.186013 0.000000 0.982547 1.000000 1.000000 1.000000 +493.557312 0.000000 3437.857666 0.000000 0.999789 0.000000 -0.020531 1.000000 1.000000 1.000000 +491.133942 0.000000 3398.205322 0.000000 0.972266 0.000000 0.233878 1.000000 1.000000 1.000000 +502.256805 0.000000 3413.705078 0.000000 0.756912 0.000000 -0.653517 1.000000 1.000000 1.000000 +500.189606 0.000000 3409.387939 0.000000 0.990749 0.000000 0.135709 1.000000 1.000000 1.000000 +482.174561 0.000000 3415.226318 0.000000 0.650020 0.000000 -0.759917 1.000000 1.000000 1.000000 +490.344025 0.000000 3401.860840 0.000000 0.334101 0.000000 0.942537 1.000000 1.000000 1.000000 +496.842804 0.000000 3434.487793 0.000000 0.999930 0.000000 -0.011824 1.000000 1.000000 1.000000 +500.465698 0.000000 3411.859863 0.000000 0.203983 0.000000 -0.978974 1.000000 1.000000 1.000000 +489.692383 0.000000 3399.820312 0.000000 0.338793 0.000000 -0.940861 1.000000 1.000000 1.000000 +489.580322 0.000000 3396.909668 0.000000 0.182760 0.000000 0.983158 1.000000 1.000000 1.000000 +502.065125 0.000000 3408.679688 0.000000 0.166052 0.000000 -0.986117 1.000000 1.000000 1.000000 +503.356903 0.000000 3415.448975 0.000000 0.574768 0.000000 0.818317 1.000000 1.000000 1.000000 +495.036133 0.000000 3436.639160 0.000000 0.966402 0.000000 -0.257035 1.000000 1.000000 1.000000 +484.939026 0.000000 3412.644043 0.000000 0.919384 0.000000 0.393361 1.000000 1.000000 1.000000 +503.909515 0.000000 3409.521484 0.000000 0.879064 0.000000 -0.476704 1.000000 1.000000 1.000000 +503.177826 0.000000 3412.174316 0.000000 0.921333 0.000000 -0.388775 1.000000 1.000000 1.000000 +483.322571 0.000000 3414.006348 0.000000 0.934200 0.000000 -0.356749 1.000000 1.000000 1.000000 +503.237030 0.000000 3434.085938 0.000000 0.970459 0.000000 -0.241268 1.000000 1.000000 1.000000 +483.715729 0.000000 3415.701660 0.000000 0.575256 0.000000 0.817973 1.000000 1.000000 1.000000 +495.169983 0.000000 3434.040771 0.000000 0.920461 0.000000 -0.390834 1.000000 1.000000 1.000000 +470.252258 0.000000 3408.376953 0.000000 0.768460 0.000000 0.639898 1.000000 1.000000 1.000000 +472.786469 0.000000 3409.923096 0.000000 0.974109 0.000000 0.226081 1.000000 1.000000 1.000000 +503.652283 0.000000 3413.446777 0.000000 0.979450 0.000000 0.201687 1.000000 1.000000 1.000000 +484.903015 0.000000 3415.910156 0.000000 0.903189 0.000000 0.429244 1.000000 1.000000 1.000000 +495.101044 0.000000 3435.146973 0.000000 0.612648 0.000000 0.790356 1.000000 1.000000 1.000000 +504.204468 0.000000 3411.255127 0.000000 0.155399 0.000000 0.987852 1.000000 1.000000 1.000000 +517.284912 0.000000 3400.623535 0.000000 0.986461 0.000000 -0.163994 1.000000 1.000000 1.000000 +513.132690 0.000000 3421.723145 0.000000 0.984964 0.000000 -0.172758 1.000000 1.000000 1.000000 +508.914001 0.000000 3420.411133 0.000000 0.673180 0.000000 0.739479 1.000000 1.000000 1.000000 +517.308838 0.000000 3397.086426 0.000000 0.731860 0.000000 0.681455 1.000000 1.000000 1.000000 +504.001099 0.000000 3414.748291 0.000000 0.977338 0.000000 0.211685 1.000000 1.000000 1.000000 +514.228455 0.000000 3397.994873 0.000000 0.980203 0.000000 -0.197996 1.000000 1.000000 1.000000 +510.408539 0.000000 3423.070068 0.000000 0.479004 0.000000 0.877813 1.000000 1.000000 1.000000 +506.748505 0.000000 3434.417480 0.000000 0.986785 0.000000 0.162038 1.000000 1.000000 1.000000 +504.828949 0.000000 3408.037598 0.000000 0.329995 0.000000 -0.943983 1.000000 1.000000 1.000000 +514.911804 0.000000 3400.241455 0.000000 0.575003 0.000000 0.818151 1.000000 1.000000 1.000000 +511.193726 0.000000 3420.869873 0.000000 0.212972 0.000000 0.977058 1.000000 1.000000 1.000000 +505.173523 0.000000 3413.111572 0.000000 0.553160 0.000000 0.833075 1.000000 1.000000 1.000000 +516.262512 0.000000 3398.785645 0.000000 0.681226 0.000000 0.732073 1.000000 1.000000 1.000000 +504.358765 0.000000 3437.653076 0.000000 0.854296 0.000000 -0.519787 1.000000 1.000000 1.000000 +505.171295 0.000000 3409.699707 0.000000 0.999439 0.000000 -0.033487 1.000000 1.000000 1.000000 +508.988251 0.000000 3422.062500 0.000000 0.119545 0.000000 0.992829 1.000000 1.000000 1.000000 +505.062866 0.000000 3434.023682 0.000000 0.710292 0.000000 0.703907 1.000000 1.000000 1.000000 +511.444153 0.000000 3422.189453 0.000000 0.945174 0.000000 -0.326566 1.000000 1.000000 1.000000 +505.548706 0.000000 3435.271729 0.000000 0.897988 0.000000 0.440019 1.000000 1.000000 1.000000 +503.962860 0.000000 3412.811279 0.000000 0.195343 0.000000 0.980735 1.000000 1.000000 1.000000 +987.524170 0.000000 2928.089600 0.000000 0.501129 0.000000 0.865372 1.000000 1.000000 1.000000 +980.727234 0.000000 2923.745361 0.000000 0.327947 0.000000 0.944696 1.000000 1.000000 1.000000 +961.466797 0.000000 2895.485352 0.000000 0.988062 0.000000 0.154058 1.000000 1.000000 1.000000 +983.833496 0.000000 2933.190674 0.000000 0.410740 0.000000 0.911752 1.000000 1.000000 1.000000 +990.171814 0.000000 2933.600342 0.000000 0.170906 0.000000 0.985287 1.000000 1.000000 1.000000 +964.344299 0.000000 2899.572266 0.000000 0.657755 0.000000 0.753232 1.000000 1.000000 1.000000 +1005.403015 0.000000 2897.899658 0.000000 0.648253 0.000000 0.761425 1.000000 1.000000 1.000000 +982.489258 0.000000 2918.113281 0.000000 0.607630 0.000000 -0.794220 1.000000 1.000000 1.000000 +959.276001 0.000000 2899.449707 0.000000 0.764400 0.000000 0.644742 1.000000 1.000000 1.000000 +986.959229 0.000000 2931.569824 0.000000 0.546936 0.000000 0.837174 1.000000 1.000000 1.000000 +1006.612976 0.000000 2894.440430 0.000000 0.936501 0.000000 0.350666 1.000000 1.000000 1.000000 +986.855713 0.000000 2934.994873 0.000000 0.142821 0.000000 -0.989749 1.000000 1.000000 1.000000 +961.759583 0.000000 2901.918213 0.000000 0.526569 0.000000 -0.850132 1.000000 1.000000 1.000000 +983.618225 0.000000 2921.376953 0.000000 0.427213 0.000000 0.904151 1.000000 1.000000 1.000000 +980.258362 0.000000 2920.502686 0.000000 0.140797 0.000000 0.990038 1.000000 1.000000 1.000000 +961.911255 0.000000 2898.263184 0.000000 0.606152 0.000000 0.795349 1.000000 1.000000 1.000000 +1002.712341 0.000000 2897.081299 0.000000 0.947221 0.000000 -0.320581 1.000000 1.000000 1.000000 +989.683350 0.000000 2931.098633 0.000000 0.930885 0.000000 0.365313 1.000000 1.000000 1.000000 +1007.707581 0.000000 2896.656250 0.000000 0.880804 0.000000 -0.473482 1.000000 1.000000 1.000000 +984.725525 0.000000 2935.495850 0.000000 0.995473 0.000000 -0.095049 1.000000 1.000000 1.000000 +983.024841 0.000000 2923.432129 0.000000 0.945106 0.000000 -0.326763 1.000000 1.000000 1.000000 +988.103516 0.000000 2933.333496 0.000000 0.022188 0.000000 0.999754 1.000000 1.000000 1.000000 +985.850891 0.000000 2933.235352 0.000000 0.170778 0.000000 0.985309 1.000000 1.000000 1.000000 +963.914978 0.000000 2897.454834 0.000000 0.163149 0.000000 0.986601 1.000000 1.000000 1.000000 +981.645691 0.000000 2921.877441 0.000000 0.017837 0.000000 0.999841 1.000000 1.000000 1.000000 +982.257019 0.000000 2920.028320 0.000000 0.885530 0.000000 -0.464582 1.000000 1.000000 1.000000 +1006.110474 0.000000 2896.378418 0.000000 0.499043 0.000000 0.866577 1.000000 1.000000 1.000000 +960.370972 0.000000 2898.325684 0.000000 0.073386 0.000000 -0.997304 1.000000 1.000000 1.000000 +1004.072388 0.000000 2897.417480 0.000000 0.805890 0.000000 0.592065 1.000000 1.000000 1.000000 +986.969727 0.000000 2932.813721 0.000000 0.027801 0.000000 -0.999613 1.000000 1.000000 1.000000 +985.954224 0.000000 2932.136719 0.000000 0.183336 0.000000 0.983050 1.000000 1.000000 1.000000 +899.135742 0.000000 3014.286621 0.000000 0.967178 0.000000 -0.254099 1.000000 1.000000 1.000000 +873.195251 0.000000 3000.289795 0.000000 0.553789 0.000000 -0.832657 1.000000 1.000000 1.000000 +921.479309 0.000000 3012.747314 0.000000 0.875658 0.000000 -0.482932 1.000000 1.000000 1.000000 +914.471619 0.000000 3016.860596 0.000000 0.859186 0.000000 0.511664 1.000000 1.000000 1.000000 +882.325195 0.000000 3021.270752 0.000000 0.865753 0.000000 0.500471 1.000000 1.000000 1.000000 +896.158569 0.000000 3010.321777 0.000000 0.834571 0.000000 0.550900 1.000000 1.000000 1.000000 +896.205261 0.000000 3017.395508 0.000000 0.191743 0.000000 0.981445 1.000000 1.000000 1.000000 +917.492249 0.000000 3013.839600 0.000000 0.755677 0.000000 -0.654945 1.000000 1.000000 1.000000 +869.833374 0.000000 2998.244141 0.000000 0.699631 0.000000 -0.714504 1.000000 1.000000 1.000000 +873.398376 0.000000 2996.277100 0.000000 0.881142 0.000000 -0.472852 1.000000 1.000000 1.000000 +867.826477 0.000000 3020.325928 0.000000 0.985654 0.000000 -0.168781 1.000000 1.000000 1.000000 +917.771423 0.000000 3017.314697 0.000000 0.918120 0.000000 -0.396303 1.000000 1.000000 1.000000 +899.365723 0.000000 3010.946289 0.000000 0.914443 0.000000 -0.404716 1.000000 1.000000 1.000000 +895.715820 0.000000 3013.258789 0.000000 0.992643 0.000000 -0.121076 1.000000 1.000000 1.000000 +919.959961 0.000000 3015.417969 0.000000 0.459241 0.000000 0.888312 1.000000 1.000000 1.000000 +915.543823 0.000000 3019.431396 0.000000 0.615341 0.000000 -0.788261 1.000000 1.000000 1.000000 +881.011536 0.000000 3016.254150 0.000000 0.350278 0.000000 -0.936646 1.000000 1.000000 1.000000 +871.467224 0.000000 3001.783203 0.000000 0.661883 0.000000 -0.749607 1.000000 1.000000 1.000000 +869.906311 0.000000 3019.455322 0.000000 0.793135 0.000000 0.609046 1.000000 1.000000 1.000000 +872.335938 0.000000 2998.236328 0.000000 0.509537 0.000000 0.860449 1.000000 1.000000 1.000000 +897.064514 0.000000 3015.029053 0.000000 0.190210 0.000000 0.981743 1.000000 1.000000 1.000000 +897.544067 0.000000 3012.068604 0.000000 0.385973 0.000000 -0.922510 1.000000 1.000000 1.000000 +919.411133 0.000000 3012.402832 0.000000 0.859675 0.000000 0.510841 1.000000 1.000000 1.000000 +880.500916 0.000000 3020.490723 0.000000 0.306148 0.000000 -0.951984 1.000000 1.000000 1.000000 +921.796875 0.000000 3014.697998 0.000000 0.994864 0.000000 -0.101225 1.000000 1.000000 1.000000 +870.675476 0.000000 3000.014893 0.000000 0.973972 0.000000 0.226668 1.000000 1.000000 1.000000 +918.167664 0.000000 3015.581055 0.000000 0.715247 0.000000 0.698872 1.000000 1.000000 1.000000 +916.019531 0.000000 3017.730957 0.000000 0.025627 0.000000 -0.999672 1.000000 1.000000 1.000000 +899.971985 0.000000 3012.782715 0.000000 0.348783 0.000000 0.937203 1.000000 1.000000 1.000000 +919.088501 0.000000 3014.015625 0.000000 0.405398 0.000000 -0.914140 1.000000 1.000000 1.000000 +897.789001 0.000000 3013.577393 0.000000 0.881850 0.000000 0.471531 1.000000 1.000000 1.000000 +916.711548 0.000000 3016.152832 0.000000 0.061403 0.000000 -0.998113 1.000000 1.000000 1.000000 +881.812317 0.000000 3019.896484 0.000000 0.244782 0.000000 -0.969578 1.000000 1.000000 1.000000 +872.040771 0.000000 2999.554199 0.000000 0.647515 0.000000 -0.762053 1.000000 1.000000 1.000000 +880.759949 0.000000 3019.146729 0.000000 0.892031 0.000000 0.451975 1.000000 1.000000 1.000000 +866.767212 0.000000 3016.843750 0.000000 0.186498 0.000000 -0.982455 1.000000 1.000000 1.000000 +867.445129 0.000000 3017.864746 0.000000 0.387692 0.000000 0.921789 1.000000 1.000000 1.000000 +938.121033 0.000000 2999.748535 0.000000 0.857959 0.000000 -0.513718 1.000000 1.000000 1.000000 +966.239624 0.000000 2998.391846 0.000000 0.325062 0.000000 -0.945693 1.000000 1.000000 1.000000 +945.529724 0.000000 3007.462646 0.000000 0.122936 0.000000 0.992415 1.000000 1.000000 1.000000 +967.965637 0.000000 3022.206787 0.000000 0.539218 0.000000 0.842166 1.000000 1.000000 1.000000 +945.187439 0.000000 3000.289795 0.000000 0.582481 0.000000 -0.812845 1.000000 1.000000 1.000000 +941.807739 0.000000 2994.146973 0.000000 0.996270 0.000000 -0.086290 1.000000 1.000000 1.000000 +940.687927 0.000000 3004.642090 0.000000 0.884204 0.000000 -0.467101 1.000000 1.000000 1.000000 +935.936523 0.000000 2995.011963 0.000000 0.944890 0.000000 -0.327387 1.000000 1.000000 1.000000 +941.825562 0.000000 2998.244141 0.000000 0.556479 0.000000 0.830862 1.000000 1.000000 1.000000 +975.169617 0.000000 3014.020508 0.000000 0.534433 0.000000 0.845211 1.000000 1.000000 1.000000 +944.429138 0.000000 3003.840332 0.000000 0.398764 0.000000 0.917054 1.000000 1.000000 1.000000 +938.668335 0.000000 2992.644775 0.000000 0.261726 0.000000 0.965142 1.000000 1.000000 1.000000 +939.057495 0.000000 2996.295654 0.000000 0.322647 0.000000 -0.946519 1.000000 1.000000 1.000000 +963.331909 0.000000 2999.746338 0.000000 0.641350 0.000000 0.767248 1.000000 1.000000 1.000000 +941.168335 0.000000 3001.447021 0.000000 0.245079 0.000000 -0.969503 1.000000 1.000000 1.000000 +964.615417 0.000000 2995.777100 0.000000 0.999199 0.000000 0.040024 1.000000 1.000000 1.000000 +936.133118 0.000000 2997.793701 0.000000 0.033788 0.000000 -0.999429 1.000000 1.000000 1.000000 +942.986877 0.000000 3005.787598 0.000000 0.905010 0.000000 0.425390 1.000000 1.000000 1.000000 +943.459412 0.000000 3001.783203 0.000000 0.725982 0.000000 -0.687714 1.000000 1.000000 1.000000 +963.919067 0.000000 2997.709473 0.000000 0.426933 0.000000 0.904283 1.000000 1.000000 1.000000 +940.089600 0.000000 2999.300293 0.000000 0.998951 0.000000 0.045782 1.000000 1.000000 1.000000 +939.735779 0.000000 2994.361084 0.000000 0.389294 0.000000 0.921114 1.000000 1.000000 1.000000 +942.176697 0.000000 3003.312012 0.000000 0.755169 0.000000 -0.655530 1.000000 1.000000 1.000000 +942.667664 0.000000 3000.014893 0.000000 0.939420 0.000000 0.342768 1.000000 1.000000 1.000000 +937.796936 0.000000 2994.449219 0.000000 0.977880 0.000000 -0.209169 1.000000 1.000000 1.000000 +941.053894 0.000000 2996.087158 0.000000 0.958437 0.000000 -0.285304 1.000000 1.000000 1.000000 +938.017151 0.000000 2997.860840 0.000000 0.827474 0.000000 0.561504 1.000000 1.000000 1.000000 +944.716187 0.000000 3005.835205 0.000000 0.997174 0.000000 0.075121 1.000000 1.000000 1.000000 +940.274109 0.000000 3003.013428 0.000000 0.025837 0.000000 -0.999666 1.000000 1.000000 1.000000 +945.032837 0.000000 3002.265869 0.000000 0.999811 0.000000 -0.019442 1.000000 1.000000 1.000000 +964.897949 0.000000 2999.314941 0.000000 0.829410 0.000000 -0.558640 1.000000 1.000000 1.000000 +965.867493 0.000000 2996.827637 0.000000 0.993877 0.000000 0.110496 1.000000 1.000000 1.000000 +945.940674 0.000000 3003.706543 0.000000 0.771571 0.000000 -0.636143 1.000000 1.000000 1.000000 +941.439453 0.000000 2999.507324 0.000000 0.631803 0.000000 0.775129 1.000000 1.000000 1.000000 +974.692383 0.000000 3011.267578 0.000000 0.923442 0.000000 -0.383738 1.000000 1.000000 1.000000 +943.424622 0.000000 3003.080078 0.000000 0.416831 0.000000 -0.908984 1.000000 1.000000 1.000000 +965.157593 0.000000 2997.826904 0.000000 0.999001 0.000000 -0.044693 1.000000 1.000000 1.000000 +942.220459 0.000000 3002.072754 0.000000 0.986072 0.000000 -0.166318 1.000000 1.000000 1.000000 +938.815369 0.000000 2995.142090 0.000000 0.320777 0.000000 0.947155 1.000000 1.000000 1.000000 +939.973633 0.000000 2995.640381 0.000000 0.999651 0.000000 0.026421 1.000000 1.000000 1.000000 +1009.580383 0.000000 2897.214355 0.000000 0.732047 0.000000 -0.681254 1.000000 1.000000 1.000000 +1059.240234 0.000000 2938.388916 0.000000 0.808075 0.000000 0.589080 1.000000 1.000000 1.000000 +1020.684753 0.000000 2921.910400 0.000000 0.895804 0.000000 -0.444450 1.000000 1.000000 1.000000 +1063.869629 0.000000 2894.542725 0.000000 0.604784 0.000000 0.796389 1.000000 1.000000 1.000000 +1065.463745 0.000000 2940.762939 0.000000 0.603461 0.000000 -0.797393 1.000000 1.000000 1.000000 +1032.080688 0.000000 2908.923096 0.000000 0.960964 0.000000 -0.276673 1.000000 1.000000 1.000000 +1020.458862 0.000000 2907.581055 0.000000 0.741627 0.000000 0.670813 1.000000 1.000000 1.000000 +1060.285522 0.000000 2898.873047 0.000000 0.224670 0.000000 0.974435 1.000000 1.000000 1.000000 +1058.103760 0.000000 2893.616699 0.000000 0.296530 0.000000 -0.955024 1.000000 1.000000 1.000000 +1023.188110 0.000000 2902.757324 0.000000 0.993113 0.000000 -0.117162 1.000000 1.000000 1.000000 +1020.941101 0.000000 2926.154785 0.000000 0.764569 0.000000 -0.644542 1.000000 1.000000 1.000000 +1061.476562 0.000000 2941.855225 0.000000 0.947659 0.000000 -0.319285 1.000000 1.000000 1.000000 +1017.382751 0.000000 2924.292725 0.000000 0.915564 0.000000 0.402172 1.000000 1.000000 1.000000 +1035.474731 0.000000 2907.854248 0.000000 0.718014 0.000000 0.696029 1.000000 1.000000 1.000000 +1023.688843 0.000000 2907.009277 0.000000 0.073413 0.000000 -0.997302 1.000000 1.000000 1.000000 +1061.294922 0.000000 2892.622314 0.000000 0.971672 0.000000 0.236334 1.000000 1.000000 1.000000 +1063.697998 0.000000 2897.710449 0.000000 0.373468 0.000000 -0.927643 1.000000 1.000000 1.000000 +1020.509583 0.000000 2904.415527 0.000000 0.825944 0.000000 0.563752 1.000000 1.000000 1.000000 +1060.866333 0.000000 2895.839844 0.000000 0.359758 0.000000 0.933046 1.000000 1.000000 1.000000 +1022.717224 0.000000 2909.825195 0.000000 0.970432 0.000000 0.241373 1.000000 1.000000 1.000000 +1063.944336 0.000000 2943.433594 0.000000 0.259773 0.000000 -0.965670 1.000000 1.000000 1.000000 +1018.575378 0.000000 2926.337402 0.000000 0.871035 0.000000 0.491220 1.000000 1.000000 1.000000 +1019.821777 0.000000 2924.122559 0.000000 0.846268 0.000000 0.532758 1.000000 1.000000 1.000000 +1024.420532 0.000000 2904.792969 0.000000 0.968032 0.000000 0.250825 1.000000 1.000000 1.000000 +1063.395508 0.000000 2940.418457 0.000000 0.634978 0.000000 -0.772530 1.000000 1.000000 1.000000 +1018.625488 0.000000 2922.363525 0.000000 0.505541 0.000000 0.862803 1.000000 1.000000 1.000000 +1021.922913 0.000000 2905.910400 0.000000 0.100627 0.000000 0.994924 1.000000 1.000000 1.000000 +1034.192505 0.000000 2909.448975 0.000000 0.559976 0.000000 -0.828509 1.000000 1.000000 1.000000 +1033.558716 0.000000 2907.357666 0.000000 0.999602 0.000000 -0.028211 1.000000 1.000000 1.000000 +1060.035034 0.000000 2894.069092 0.000000 0.687177 0.000000 -0.726490 1.000000 1.000000 1.000000 +1059.492188 0.000000 2897.166016 0.000000 0.191499 0.000000 -0.981493 1.000000 1.000000 1.000000 +1061.997925 0.000000 2894.337891 0.000000 0.643349 0.000000 -0.765573 1.000000 1.000000 1.000000 +1021.933777 0.000000 2924.610840 0.000000 0.951622 0.000000 -0.307272 1.000000 1.000000 1.000000 +1058.690063 0.000000 2895.337646 0.000000 0.104011 0.000000 -0.994576 1.000000 1.000000 1.000000 +1062.152100 0.000000 2943.596680 0.000000 0.531964 0.000000 -0.846767 1.000000 1.000000 1.000000 +1061.692505 0.000000 2897.415771 0.000000 0.960152 0.000000 -0.279478 1.000000 1.000000 1.000000 +1035.954712 0.000000 2909.593750 0.000000 0.618851 0.000000 0.785509 1.000000 1.000000 1.000000 +1022.475647 0.000000 2904.321533 0.000000 0.892993 0.000000 -0.450070 1.000000 1.000000 1.000000 +1063.072876 0.000000 2942.031250 0.000000 0.722676 0.000000 -0.691187 1.000000 1.000000 1.000000 +1023.335327 0.000000 2905.683350 0.000000 0.925669 0.000000 -0.378335 1.000000 1.000000 1.000000 +1019.713501 0.000000 2925.575684 0.000000 0.910944 0.000000 0.412529 1.000000 1.000000 1.000000 +1018.507080 0.000000 2924.979492 0.000000 0.619590 0.000000 0.784926 1.000000 1.000000 1.000000 +1020.694458 0.000000 2952.245117 0.000000 0.999994 0.000000 0.003519 1.000000 1.000000 1.000000 +1021.506348 0.000000 2957.666992 0.000000 0.998763 0.000000 -0.049729 1.000000 1.000000 1.000000 +1018.759644 0.000000 2955.838135 0.000000 0.330608 0.000000 0.943768 1.000000 1.000000 1.000000 +1021.704346 0.000000 2954.781982 0.000000 0.464148 0.000000 0.885757 1.000000 1.000000 1.000000 +1019.567078 0.000000 2957.715088 0.000000 0.513300 0.000000 0.858209 1.000000 1.000000 1.000000 +870.162903 0.000000 3089.220947 0.000000 0.681389 0.000000 0.731921 1.000000 1.000000 1.000000 +912.264893 0.000000 3032.284424 0.000000 0.859175 0.000000 -0.511682 1.000000 1.000000 1.000000 +929.618958 0.000000 3038.560303 0.000000 0.994603 0.000000 -0.103753 1.000000 1.000000 1.000000 +926.199951 0.000000 3046.436279 0.000000 0.353468 0.000000 0.935447 1.000000 1.000000 1.000000 +898.461975 0.000000 3063.629883 0.000000 0.858782 0.000000 0.512341 1.000000 1.000000 1.000000 +892.489624 0.000000 3064.666992 0.000000 0.814184 0.000000 0.580607 1.000000 1.000000 1.000000 +869.431519 0.000000 3083.443848 0.000000 0.321868 0.000000 -0.946785 1.000000 1.000000 1.000000 +865.368530 0.000000 3086.959717 0.000000 0.558192 0.000000 -0.829712 1.000000 1.000000 1.000000 +898.868103 0.000000 3036.183350 0.000000 0.981832 0.000000 -0.189752 1.000000 1.000000 1.000000 +925.439758 0.000000 3036.015869 0.000000 0.985248 0.000000 0.171130 1.000000 1.000000 1.000000 +915.120728 0.000000 3028.885986 0.000000 0.219000 0.000000 0.975725 1.000000 1.000000 1.000000 +929.272583 0.000000 3043.359619 0.000000 0.903153 0.000000 0.429318 1.000000 1.000000 1.000000 +897.764282 0.000000 3067.864258 0.000000 0.371907 0.000000 -0.928270 1.000000 1.000000 1.000000 +894.651001 0.000000 3036.723633 0.000000 0.710643 0.000000 -0.703553 1.000000 1.000000 1.000000 +927.477417 0.000000 3032.561279 0.000000 0.625539 0.000000 0.780193 1.000000 1.000000 1.000000 +895.737305 0.000000 3065.342773 0.000000 0.708959 0.000000 0.705250 1.000000 1.000000 1.000000 +871.247803 0.000000 3086.210693 0.000000 0.890061 0.000000 0.455841 1.000000 1.000000 1.000000 +868.232422 0.000000 3086.212891 0.000000 0.253143 0.000000 -0.967429 1.000000 1.000000 1.000000 +895.755249 0.000000 3062.400391 0.000000 0.940189 0.000000 -0.340653 1.000000 1.000000 1.000000 +924.289856 0.000000 3044.054688 0.000000 0.300705 0.000000 0.953717 1.000000 1.000000 1.000000 +915.211792 0.000000 3031.692627 0.000000 0.988852 0.000000 0.148905 1.000000 1.000000 1.000000 +896.495117 0.000000 3034.710938 0.000000 0.257299 0.000000 0.966332 1.000000 1.000000 1.000000 +883.733582 0.000000 3076.568359 0.000000 0.886731 0.000000 -0.462285 1.000000 1.000000 1.000000 +927.923706 0.000000 3036.439453 0.000000 0.983675 0.000000 -0.179956 1.000000 1.000000 1.000000 +912.497314 0.000000 3028.867920 0.000000 0.500083 0.000000 -0.865978 1.000000 1.000000 1.000000 +926.883057 0.000000 3044.062012 0.000000 0.486010 0.000000 -0.873953 1.000000 1.000000 1.000000 +896.284912 0.000000 3038.255615 0.000000 0.983650 0.000000 0.180090 1.000000 1.000000 1.000000 +897.903809 0.000000 3065.730225 0.000000 0.613113 0.000000 0.789995 1.000000 1.000000 1.000000 +926.906616 0.000000 3034.542236 0.000000 0.679730 0.000000 0.733463 1.000000 1.000000 1.000000 +928.126770 0.000000 3045.790771 0.000000 0.926280 0.000000 -0.376835 1.000000 1.000000 1.000000 +913.508118 0.000000 3030.612305 0.000000 0.947765 0.000000 -0.318969 1.000000 1.000000 1.000000 +926.027466 0.000000 3042.457764 0.000000 0.905726 0.000000 0.423864 1.000000 1.000000 1.000000 +869.559082 0.000000 3087.474854 0.000000 0.572763 0.000000 0.819721 1.000000 1.000000 1.000000 +896.924011 0.000000 3036.517822 0.000000 0.877863 0.000000 -0.478912 1.000000 1.000000 1.000000 +866.613953 0.000000 3085.459717 0.000000 0.999753 0.000000 0.022221 1.000000 1.000000 1.000000 +869.672607 0.000000 3085.188477 0.000000 0.560843 0.000000 0.827922 1.000000 1.000000 1.000000 +894.212769 0.000000 3064.257812 0.000000 0.805348 0.000000 -0.592802 1.000000 1.000000 1.000000 +868.158875 0.000000 3084.543945 0.000000 0.956639 0.000000 -0.291276 1.000000 1.000000 1.000000 +883.943237 0.000000 3074.759766 0.000000 0.302657 0.000000 0.953099 1.000000 1.000000 1.000000 +927.774536 0.000000 3042.826904 0.000000 0.550877 0.000000 0.834587 1.000000 1.000000 1.000000 +899.869385 0.000000 3037.382324 0.000000 1.000000 0.000000 0.000061 1.000000 1.000000 1.000000 +928.250183 0.000000 3044.299561 0.000000 0.898789 0.000000 -0.438382 1.000000 1.000000 1.000000 +926.578125 0.000000 3036.787842 0.000000 0.072737 0.000000 0.997351 1.000000 1.000000 1.000000 +929.323120 0.000000 3045.200195 0.000000 0.844760 0.000000 -0.535145 1.000000 1.000000 1.000000 +882.950256 0.000000 3075.465332 0.000000 0.971977 0.000000 0.235077 1.000000 1.000000 1.000000 +912.352783 0.000000 3031.044434 0.000000 0.946383 0.000000 0.323048 1.000000 1.000000 1.000000 +913.413879 0.000000 3031.866943 0.000000 0.952625 0.000000 0.304147 1.000000 1.000000 1.000000 +926.837280 0.000000 3035.664062 0.000000 0.142634 0.000000 0.989776 1.000000 1.000000 1.000000 +955.097839 0.000000 3042.939453 0.000000 0.987284 0.000000 0.158965 1.000000 1.000000 1.000000 +960.169434 0.000000 3023.742432 0.000000 0.849989 0.000000 0.526800 1.000000 1.000000 1.000000 +968.267456 0.000000 3040.569092 0.000000 0.775705 0.000000 0.631096 1.000000 1.000000 1.000000 +995.156616 0.000000 3075.454346 0.000000 0.717501 0.000000 0.696558 1.000000 1.000000 1.000000 +938.504944 0.000000 3033.989014 0.000000 0.995565 0.000000 0.094072 1.000000 1.000000 1.000000 +969.091003 0.000000 3025.283447 0.000000 0.319935 0.000000 -0.947439 1.000000 1.000000 1.000000 +1005.837280 0.000000 3080.817383 0.000000 0.119681 0.000000 -0.992812 1.000000 1.000000 1.000000 +951.195923 0.000000 3046.726074 0.000000 0.446659 0.000000 -0.894704 1.000000 1.000000 1.000000 +990.171814 0.000000 3077.569092 0.000000 0.986409 0.000000 -0.164310 1.000000 1.000000 1.000000 +965.361877 0.000000 3054.664062 0.000000 0.633013 0.000000 -0.774141 1.000000 1.000000 1.000000 +994.253357 0.000000 3070.264893 0.000000 0.914484 0.000000 -0.404623 1.000000 1.000000 1.000000 +970.860291 0.000000 3036.183350 0.000000 0.832213 0.000000 0.554456 1.000000 1.000000 1.000000 +1002.481384 0.000000 3085.851807 0.000000 0.096787 0.000000 -0.995305 1.000000 1.000000 1.000000 +964.538757 0.000000 3025.214600 0.000000 0.919203 0.000000 -0.393785 1.000000 1.000000 1.000000 +966.643188 0.000000 3036.723633 0.000000 0.474221 0.000000 0.880406 1.000000 1.000000 1.000000 +954.582703 0.000000 3049.242432 0.000000 0.945871 0.000000 0.324544 1.000000 1.000000 1.000000 +958.807373 0.000000 3027.428711 0.000000 0.506898 0.000000 0.862006 1.000000 1.000000 1.000000 +998.033386 0.000000 3050.098633 0.000000 0.869246 0.000000 -0.494379 1.000000 1.000000 1.000000 +1002.439697 0.000000 3080.412354 0.000000 0.835862 0.000000 0.548939 1.000000 1.000000 1.000000 +964.927673 0.000000 3039.694824 0.000000 0.982032 0.000000 -0.188715 1.000000 1.000000 1.000000 +955.069885 0.000000 3046.111816 0.000000 0.615855 0.000000 0.787860 1.000000 1.000000 1.000000 +1004.387268 0.000000 3083.490234 0.000000 0.647181 0.000000 0.762336 1.000000 1.000000 1.000000 +993.126038 0.000000 3077.625244 0.000000 0.999786 0.000000 -0.020702 1.000000 1.000000 1.000000 +961.841309 0.000000 3026.398682 0.000000 0.905748 0.000000 0.423817 1.000000 1.000000 1.000000 +995.798035 0.000000 3072.680176 0.000000 0.607811 0.000000 -0.794082 1.000000 1.000000 1.000000 +966.719299 0.000000 3023.480225 0.000000 0.998917 0.000000 0.046528 1.000000 1.000000 1.000000 +970.448914 0.000000 3038.893311 0.000000 0.804773 0.000000 -0.593583 1.000000 1.000000 1.000000 +1006.894470 0.000000 3083.905029 0.000000 0.404822 0.000000 -0.914396 1.000000 1.000000 1.000000 +1002.001831 0.000000 3082.881104 0.000000 0.994250 0.000000 -0.107087 1.000000 1.000000 1.000000 +966.869995 0.000000 3026.130859 0.000000 0.967779 0.000000 -0.251801 1.000000 1.000000 1.000000 +952.908630 0.000000 3045.111816 0.000000 0.013083 0.000000 -0.999914 1.000000 1.000000 1.000000 +940.956787 0.000000 3034.209961 0.000000 0.318818 0.000000 -0.947816 1.000000 1.000000 1.000000 +992.856750 0.000000 3075.325928 0.000000 0.499122 0.000000 0.866532 1.000000 1.000000 1.000000 +1004.968262 0.000000 3085.815430 0.000000 0.685041 0.000000 -0.728505 1.000000 1.000000 1.000000 +938.166504 0.000000 3036.365234 0.000000 0.949526 0.000000 -0.313690 1.000000 1.000000 1.000000 +968.277100 0.000000 3038.255615 0.000000 0.394230 0.000000 -0.919012 1.000000 1.000000 1.000000 +1004.411011 0.000000 3051.937988 0.000000 0.500536 0.000000 0.865716 1.000000 1.000000 1.000000 +952.428345 0.000000 3048.761719 0.000000 0.143950 0.000000 0.989585 1.000000 1.000000 1.000000 +1000.575989 0.000000 3053.927490 0.000000 0.395714 0.000000 -0.918374 1.000000 1.000000 1.000000 +965.481934 0.000000 3052.641113 0.000000 0.202183 0.000000 -0.979348 1.000000 1.000000 1.000000 +962.200256 0.000000 3053.417725 0.000000 0.993377 0.000000 -0.114901 1.000000 1.000000 1.000000 +959.084106 0.000000 3025.437012 0.000000 0.866501 0.000000 0.499175 1.000000 1.000000 1.000000 +953.349792 0.000000 3046.954590 0.000000 0.575517 0.000000 0.817790 1.000000 1.000000 1.000000 +966.754517 0.000000 3039.320068 0.000000 0.938635 0.000000 -0.344913 1.000000 1.000000 1.000000 +964.414307 0.000000 3050.260498 0.000000 0.941123 0.000000 -0.338065 1.000000 1.000000 1.000000 +968.916199 0.000000 3036.517822 0.000000 0.107919 0.000000 0.994160 1.000000 1.000000 1.000000 +964.076721 0.000000 3055.867432 0.000000 0.650921 0.000000 0.759145 1.000000 1.000000 1.000000 +994.239136 0.000000 3073.983398 0.000000 0.999992 0.000000 0.003999 1.000000 1.000000 1.000000 +961.711975 0.000000 3024.770508 0.000000 0.361613 0.000000 -0.932328 1.000000 1.000000 1.000000 +939.523438 0.000000 3035.179688 0.000000 0.017833 0.000000 0.999841 1.000000 1.000000 1.000000 +1005.525635 0.000000 3082.397217 0.000000 0.136747 0.000000 0.990606 1.000000 1.000000 1.000000 +960.274170 0.000000 3026.693604 0.000000 0.543987 0.000000 0.839093 1.000000 1.000000 1.000000 +967.628723 0.000000 3024.788574 0.000000 0.632810 0.000000 0.774307 1.000000 1.000000 1.000000 +1001.216003 0.000000 3050.593018 0.000000 0.826834 0.000000 -0.562446 1.000000 1.000000 1.000000 +953.142883 0.000000 3049.947266 0.000000 0.109047 0.000000 -0.994037 1.000000 1.000000 1.000000 +960.450378 0.000000 3025.362305 0.000000 0.998896 0.000000 0.046979 1.000000 1.000000 1.000000 +992.888855 0.000000 3073.740723 0.000000 0.982705 0.000000 0.185176 1.000000 1.000000 1.000000 +939.730713 0.000000 3033.497314 0.000000 0.111803 0.000000 0.993730 1.000000 1.000000 1.000000 +953.591248 0.000000 3048.401367 0.000000 0.093243 0.000000 0.995643 1.000000 1.000000 1.000000 +952.180237 0.000000 3047.550293 0.000000 0.241829 0.000000 0.970319 1.000000 1.000000 1.000000 +969.259277 0.000000 3038.949463 0.000000 0.892317 0.000000 0.451410 1.000000 1.000000 1.000000 +952.334595 0.000000 3046.277832 0.000000 0.364236 0.000000 -0.931307 1.000000 1.000000 1.000000 +1003.774902 0.000000 3050.834473 0.000000 0.035901 0.000000 -0.999355 1.000000 1.000000 1.000000 +964.429871 0.000000 3052.576660 0.000000 0.920280 0.000000 0.391260 1.000000 1.000000 1.000000 +965.037659 0.000000 3053.648193 0.000000 0.999652 0.000000 -0.026377 1.000000 1.000000 1.000000 +1053.252563 0.000000 3093.029297 0.000000 0.446526 0.000000 -0.894771 1.000000 1.000000 1.000000 +1045.903564 0.000000 3046.870605 0.000000 0.698395 0.000000 -0.715712 1.000000 1.000000 1.000000 +1076.011230 0.000000 3091.656494 0.000000 0.991744 0.000000 0.128232 1.000000 1.000000 1.000000 +1020.684753 0.000000 3065.879150 0.000000 0.376644 0.000000 0.926358 1.000000 1.000000 1.000000 +1017.521912 0.000000 3079.447021 0.000000 0.903532 0.000000 -0.428520 1.000000 1.000000 1.000000 +1059.795898 0.000000 3057.416992 0.000000 0.528583 0.000000 0.848882 1.000000 1.000000 1.000000 +1061.384766 0.000000 3024.950928 0.000000 0.995374 0.000000 0.096073 1.000000 1.000000 1.000000 +1052.719360 0.000000 3067.714111 0.000000 0.988843 0.000000 0.148961 1.000000 1.000000 1.000000 +1017.179626 0.000000 3072.274170 0.000000 0.635151 0.000000 -0.772388 1.000000 1.000000 1.000000 +1032.713867 0.000000 3073.545898 0.000000 0.332338 0.000000 -0.943160 1.000000 1.000000 1.000000 +1070.502197 0.000000 3088.314697 0.000000 0.274560 0.000000 -0.961570 1.000000 1.000000 1.000000 +1020.458862 0.000000 3051.549805 0.000000 0.868492 0.000000 0.495704 1.000000 1.000000 1.000000 +1012.680115 0.000000 3076.626465 0.000000 0.164158 0.000000 0.986434 1.000000 1.000000 1.000000 +1023.188110 0.000000 3046.726074 0.000000 0.738163 0.000000 0.674623 1.000000 1.000000 1.000000 +1041.156738 0.000000 3049.932129 0.000000 0.545034 0.000000 0.838414 1.000000 1.000000 1.000000 +1058.989380 0.000000 3052.448730 0.000000 0.911387 0.000000 0.411551 1.000000 1.000000 1.000000 +1042.852417 0.000000 3036.183350 0.000000 0.979764 0.000000 0.200158 1.000000 1.000000 1.000000 +1065.512939 0.000000 3027.224121 0.000000 0.680183 0.000000 -0.733042 1.000000 1.000000 1.000000 +1063.802856 0.000000 3055.276367 0.000000 0.576762 0.000000 -0.816912 1.000000 1.000000 1.000000 +1068.628784 0.000000 3093.170166 0.000000 0.621895 0.000000 -0.783100 1.000000 1.000000 1.000000 +1049.833740 0.000000 3070.909424 0.000000 0.261575 0.000000 0.965183 1.000000 1.000000 1.000000 +1071.461792 0.000000 3032.561279 0.000000 0.357357 0.000000 -0.933968 1.000000 1.000000 1.000000 +1016.421326 0.000000 3075.824707 0.000000 0.520137 0.000000 -0.854083 1.000000 1.000000 1.000000 +1063.079956 0.000000 3029.815186 0.000000 0.614099 0.000000 0.789229 1.000000 1.000000 1.000000 +1025.281982 0.000000 3084.229004 0.000000 0.999977 0.000000 -0.006720 1.000000 1.000000 1.000000 +1046.986694 0.000000 3072.877686 0.000000 0.974442 0.000000 0.224639 1.000000 1.000000 1.000000 +1049.891113 0.000000 3092.454590 0.000000 0.987709 0.000000 0.156302 1.000000 1.000000 1.000000 +1044.556274 0.000000 3050.210449 0.000000 0.983953 0.000000 -0.178428 1.000000 1.000000 1.000000 +1052.250488 0.000000 3064.471436 0.000000 0.835430 0.000000 0.549597 1.000000 1.000000 1.000000 +1020.711304 0.000000 3044.489502 0.000000 0.298264 0.000000 0.954483 1.000000 1.000000 1.000000 +1076.767090 0.000000 3088.358398 0.000000 0.994097 0.000000 -0.108493 1.000000 1.000000 1.000000 +1048.910645 0.000000 3068.059814 0.000000 0.544755 0.000000 -0.838596 1.000000 1.000000 1.000000 +1060.875122 0.000000 3054.645264 0.000000 0.973132 0.000000 -0.230250 1.000000 1.000000 1.000000 +1070.879639 0.000000 3091.184326 0.000000 0.973265 0.000000 0.229686 1.000000 1.000000 1.000000 +1042.897461 0.000000 3047.489746 0.000000 0.594424 0.000000 -0.804152 1.000000 1.000000 1.000000 +1023.155457 0.000000 3067.165283 0.000000 0.901571 0.000000 -0.432631 1.000000 1.000000 1.000000 +1025.513184 0.000000 3081.508789 0.000000 0.951348 0.000000 0.308117 1.000000 1.000000 1.000000 +1051.685791 0.000000 3073.051514 0.000000 0.606567 0.000000 0.795032 1.000000 1.000000 1.000000 +1067.190918 0.000000 3090.937500 0.000000 0.172904 0.000000 -0.984939 1.000000 1.000000 1.000000 +1058.112061 0.000000 3055.304443 0.000000 0.986042 0.000000 -0.166496 1.000000 1.000000 1.000000 +1061.556152 0.000000 3027.737549 0.000000 0.795789 0.000000 -0.605574 1.000000 1.000000 1.000000 +1069.015991 0.000000 3033.494385 0.000000 0.980593 0.000000 -0.196053 1.000000 1.000000 1.000000 +1063.790161 0.000000 3024.085938 0.000000 0.545354 0.000000 -0.838206 1.000000 1.000000 1.000000 +1065.512573 0.000000 3029.808594 0.000000 0.181584 0.000000 0.983375 1.000000 1.000000 1.000000 +1014.979065 0.000000 3077.771973 0.000000 0.482491 0.000000 -0.875901 1.000000 1.000000 1.000000 +1078.396362 0.000000 3091.384766 0.000000 0.758032 0.000000 -0.652217 1.000000 1.000000 1.000000 +1079.025024 0.000000 3058.890381 0.000000 0.954055 0.000000 -0.299632 1.000000 1.000000 1.000000 +1037.242432 0.000000 3073.056641 0.000000 0.722436 0.000000 0.691438 1.000000 1.000000 1.000000 +1063.271973 0.000000 3026.275879 0.000000 0.936849 0.000000 0.349734 1.000000 1.000000 1.000000 +1073.637451 0.000000 3032.423340 0.000000 0.678545 0.000000 -0.734559 1.000000 1.000000 1.000000 +1047.630249 0.000000 3070.681641 0.000000 0.941513 0.000000 0.336977 1.000000 1.000000 1.000000 +1049.131958 0.000000 3072.957275 0.000000 0.876813 0.000000 0.480832 1.000000 1.000000 1.000000 +1055.017090 0.000000 3067.400879 0.000000 0.967642 0.000000 -0.252329 1.000000 1.000000 1.000000 +1069.132080 0.000000 3090.028076 0.000000 0.416473 0.000000 -0.909148 1.000000 1.000000 1.000000 +1050.881348 0.000000 3068.706787 0.000000 0.895048 0.000000 -0.445971 1.000000 1.000000 1.000000 +1070.890991 0.000000 3034.542236 0.000000 0.968239 0.000000 -0.250027 1.000000 1.000000 1.000000 +1035.911255 0.000000 3069.693848 0.000000 0.785321 0.000000 0.619089 1.000000 1.000000 1.000000 +1014.168884 0.000000 3075.296387 0.000000 0.603239 0.000000 -0.797561 1.000000 1.000000 1.000000 +1023.696716 0.000000 3065.261475 0.000000 0.959680 0.000000 -0.281095 1.000000 1.000000 1.000000 +1053.637817 0.000000 3065.846191 0.000000 0.978150 0.000000 0.207901 1.000000 1.000000 1.000000 +1062.492798 0.000000 3053.586914 0.000000 0.248980 0.000000 0.968509 1.000000 1.000000 1.000000 +1025.342041 0.000000 3046.954590 0.000000 0.998544 0.000000 -0.053943 1.000000 1.000000 1.000000 +1051.284058 0.000000 3093.733887 0.000000 0.774958 0.000000 -0.632012 1.000000 1.000000 1.000000 +1063.857422 0.000000 3028.117188 0.000000 0.721055 0.000000 -0.692877 1.000000 1.000000 1.000000 +1044.646729 0.000000 3048.285400 0.000000 0.180950 0.000000 -0.983492 1.000000 1.000000 1.000000 +1060.876587 0.000000 3052.722168 0.000000 0.480931 0.000000 -0.876759 1.000000 1.000000 1.000000 +1042.876587 0.000000 3049.376709 0.000000 0.971230 0.000000 0.238145 1.000000 1.000000 1.000000 +1022.475647 0.000000 3048.290283 0.000000 0.023114 0.000000 -0.999733 1.000000 1.000000 1.000000 +1021.552612 0.000000 3046.916992 0.000000 0.874214 0.000000 0.485540 1.000000 1.000000 1.000000 +1069.243286 0.000000 3091.655762 0.000000 0.378961 0.000000 -0.925413 1.000000 1.000000 1.000000 +1034.253174 0.000000 3072.993408 0.000000 0.341676 0.000000 0.939818 1.000000 1.000000 1.000000 +1036.890137 0.000000 3071.299316 0.000000 0.048556 0.000000 -0.998820 1.000000 1.000000 1.000000 +1051.830811 0.000000 3092.136963 0.000000 0.818939 0.000000 -0.573880 1.000000 1.000000 1.000000 +1021.085022 0.000000 3067.370117 0.000000 0.996730 0.000000 0.080805 1.000000 1.000000 1.000000 +1052.233398 0.000000 3066.300537 0.000000 0.980438 0.000000 -0.196829 1.000000 1.000000 1.000000 +1048.592896 0.000000 3071.698975 0.000000 0.967364 0.000000 -0.253391 1.000000 1.000000 1.000000 +1044.968506 0.000000 3035.597412 0.000000 0.599776 0.000000 -0.800168 1.000000 1.000000 1.000000 +1051.322632 0.000000 3067.454102 0.000000 0.982962 0.000000 0.183807 1.000000 1.000000 1.000000 +1070.067139 0.000000 3032.603760 0.000000 0.024389 0.000000 -0.999703 1.000000 1.000000 1.000000 +1074.725708 0.000000 3090.801270 0.000000 0.642448 0.000000 -0.766330 1.000000 1.000000 1.000000 +1076.614136 0.000000 3090.507080 0.000000 0.971307 0.000000 0.237830 1.000000 1.000000 1.000000 +1025.556274 0.000000 3082.936768 0.000000 0.171079 0.000000 0.985257 1.000000 1.000000 1.000000 +1053.573486 0.000000 3066.968262 0.000000 0.982934 0.000000 0.183956 1.000000 1.000000 1.000000 +1068.191895 0.000000 3091.435303 0.000000 0.780989 0.000000 -0.624545 1.000000 1.000000 1.000000 +1069.881592 0.000000 3090.827393 0.000000 0.651999 0.000000 -0.758220 1.000000 1.000000 1.000000 +1082.105469 0.000000 3071.732910 0.000000 0.739928 0.000000 0.672687 1.000000 1.000000 1.000000 +1086.139526 0.000000 3089.220947 0.000000 0.815945 0.000000 -0.578129 1.000000 1.000000 1.000000 +1080.685669 0.000000 3061.781250 0.000000 0.418398 0.000000 -0.908264 1.000000 1.000000 1.000000 +1079.997314 0.000000 3092.051270 0.000000 0.273938 0.000000 0.961747 1.000000 1.000000 1.000000 +1082.990356 0.000000 3056.579834 0.000000 0.451383 0.000000 -0.892330 1.000000 1.000000 1.000000 +1089.901855 0.000000 3089.322998 0.000000 0.735815 0.000000 0.677182 1.000000 1.000000 1.000000 +1079.966797 0.000000 3058.304688 0.000000 0.965350 0.000000 0.260960 1.000000 1.000000 1.000000 +1088.885254 0.000000 3052.731689 0.000000 0.147718 0.000000 -0.989030 1.000000 1.000000 1.000000 +1089.566284 0.000000 3049.566650 0.000000 0.998948 0.000000 0.045855 1.000000 1.000000 1.000000 +1095.294312 0.000000 3094.068115 0.000000 0.944378 0.000000 0.328860 1.000000 1.000000 1.000000 +1087.224365 0.000000 3086.210693 0.000000 0.605653 0.000000 0.795729 1.000000 1.000000 1.000000 +1084.208984 0.000000 3086.212891 0.000000 0.680118 0.000000 -0.733103 1.000000 1.000000 1.000000 +1082.686035 0.000000 3074.495605 0.000000 0.985799 0.000000 -0.167932 1.000000 1.000000 1.000000 +1082.458740 0.000000 3059.262695 0.000000 0.758957 0.000000 0.651141 1.000000 1.000000 1.000000 +1089.246338 0.000000 3087.174316 0.000000 0.315006 0.000000 0.949090 1.000000 1.000000 1.000000 +1092.900146 0.000000 3094.195557 0.000000 0.893073 0.000000 -0.449912 1.000000 1.000000 1.000000 +1087.778687 0.000000 3088.249756 0.000000 0.869562 0.000000 -0.493825 1.000000 1.000000 1.000000 +1085.535645 0.000000 3087.474854 0.000000 0.953984 0.000000 -0.299857 1.000000 1.000000 1.000000 +1080.626587 0.000000 3059.978516 0.000000 0.813769 0.000000 -0.581188 1.000000 1.000000 1.000000 +1091.293335 0.000000 3052.904541 0.000000 0.462081 0.000000 -0.886838 1.000000 1.000000 1.000000 +1084.258423 0.000000 3074.997803 0.000000 0.906376 0.000000 0.422471 1.000000 1.000000 1.000000 +1081.213989 0.000000 3058.832520 0.000000 0.436480 0.000000 0.899714 1.000000 1.000000 1.000000 +1086.879150 0.000000 3087.424072 0.000000 0.580143 0.000000 -0.814515 1.000000 1.000000 1.000000 +1039.803467 0.000000 3103.951660 0.000000 0.795085 0.000000 0.606498 1.000000 1.000000 1.000000 +1054.625122 0.000000 3113.792725 0.000000 0.999921 0.000000 -0.012603 1.000000 1.000000 1.000000 +1075.013672 0.000000 3102.502930 0.000000 0.933644 0.000000 -0.358203 1.000000 1.000000 1.000000 +1033.458984 0.000000 3111.438477 0.000000 0.513559 0.000000 -0.858055 1.000000 1.000000 1.000000 +1044.672607 0.000000 3102.129639 0.000000 0.249121 0.000000 0.968472 1.000000 1.000000 1.000000 +1028.561890 0.000000 3110.300537 0.000000 0.742618 0.000000 -0.669716 1.000000 1.000000 1.000000 +1070.784180 0.000000 3100.451904 0.000000 0.893557 0.000000 -0.448950 1.000000 1.000000 1.000000 +1053.643066 0.000000 3101.279297 0.000000 0.397808 0.000000 -0.917469 1.000000 1.000000 1.000000 +1050.836548 0.000000 3098.156738 0.000000 0.930492 0.000000 0.366313 1.000000 1.000000 1.000000 +1057.063965 0.000000 3116.340576 0.000000 0.335878 0.000000 0.941906 1.000000 1.000000 1.000000 +1031.940186 0.000000 3108.407715 0.000000 0.671296 0.000000 0.741189 1.000000 1.000000 1.000000 +1041.802979 0.000000 3100.564453 0.000000 0.169822 0.000000 -0.985475 1.000000 1.000000 1.000000 +1043.329712 0.000000 3104.994873 0.000000 0.608530 0.000000 0.793531 1.000000 1.000000 1.000000 +1054.215454 0.000000 3117.763916 0.000000 0.516304 0.000000 0.856406 1.000000 1.000000 1.000000 +1057.660156 0.000000 3112.805908 0.000000 0.927366 0.000000 -0.374154 1.000000 1.000000 1.000000 +1052.249634 0.000000 3095.389160 0.000000 0.849116 0.000000 -0.528206 1.000000 1.000000 1.000000 +1073.616943 0.000000 3100.162598 0.000000 0.146281 0.000000 -0.989243 1.000000 1.000000 1.000000 +1031.009644 0.000000 3110.704102 0.000000 0.975415 0.000000 -0.220376 1.000000 1.000000 1.000000 +1068.437622 0.000000 3101.301270 0.000000 0.502616 0.000000 0.864510 1.000000 1.000000 1.000000 +1053.637085 0.000000 3103.889160 0.000000 0.999167 0.000000 -0.040802 1.000000 1.000000 1.000000 +1029.505981 0.000000 3108.022705 0.000000 0.898723 0.000000 -0.438516 1.000000 1.000000 1.000000 +1042.154053 0.000000 3102.868164 0.000000 0.997171 0.000000 0.075172 1.000000 1.000000 1.000000 +1052.775146 0.000000 3099.164062 0.000000 0.933601 0.000000 -0.358313 1.000000 1.000000 1.000000 +1054.080444 0.000000 3115.733887 0.000000 0.887493 0.000000 -0.460820 1.000000 1.000000 1.000000 +1033.847778 0.000000 3108.237793 0.000000 0.860590 0.000000 -0.509299 1.000000 1.000000 1.000000 +1056.104614 0.000000 3117.974609 0.000000 0.461955 0.000000 -0.886903 1.000000 1.000000 1.000000 +1041.446777 0.000000 3104.818359 0.000000 0.650392 0.000000 -0.759599 1.000000 1.000000 1.000000 +1056.447510 0.000000 3114.317871 0.000000 0.782219 0.000000 0.623004 1.000000 1.000000 1.000000 +1032.853149 0.000000 3109.834229 0.000000 0.927410 0.000000 0.374045 1.000000 1.000000 1.000000 +1043.653809 0.000000 3103.434082 0.000000 0.007255 0.000000 -0.999974 1.000000 1.000000 1.000000 +1072.245361 0.000000 3100.876221 0.000000 0.762387 0.000000 -0.647122 1.000000 1.000000 1.000000 +1030.643555 0.000000 3109.193848 0.000000 0.517179 0.000000 -0.855877 1.000000 1.000000 1.000000 +1073.866943 0.000000 3101.639648 0.000000 0.117784 0.000000 0.993039 1.000000 1.000000 1.000000 +1055.331177 0.000000 3115.165527 0.000000 0.540755 0.000000 0.841180 1.000000 1.000000 1.000000 +1040.805542 0.000000 3102.884521 0.000000 0.970396 0.000000 -0.241518 1.000000 1.000000 1.000000 +1052.679321 0.000000 3100.360107 0.000000 0.729643 0.000000 0.683828 1.000000 1.000000 1.000000 +1052.286865 0.000000 3101.501221 0.000000 0.985345 0.000000 -0.170576 1.000000 1.000000 1.000000 +1057.204102 0.000000 3115.185303 0.000000 0.729744 0.000000 0.683720 1.000000 1.000000 1.000000 +1031.731812 0.000000 3109.593750 0.000000 0.976546 0.000000 -0.215310 1.000000 1.000000 1.000000 +1092.686646 0.000000 3096.213867 0.000000 0.683441 0.000000 -0.730005 1.000000 1.000000 1.000000 +1096.090698 0.000000 3097.092529 0.000000 0.198475 0.000000 0.980106 1.000000 1.000000 1.000000 +1093.696533 0.000000 3098.750732 0.000000 0.634318 0.000000 0.773072 1.000000 1.000000 1.000000 +1094.661987 0.000000 3095.388672 0.000000 0.870760 0.000000 -0.491708 1.000000 1.000000 1.000000 +1094.129761 0.000000 3097.088623 0.000000 0.300376 0.000000 0.953821 1.000000 1.000000 1.000000 +1092.875854 0.000000 3097.527100 0.000000 0.572509 0.000000 -0.819898 1.000000 1.000000 1.000000 +765.283813 0.000000 3308.982422 0.000000 0.975836 0.000000 0.218505 1.000000 1.000000 1.000000 +767.087036 0.000000 3311.221924 0.000000 0.880026 0.000000 0.474925 1.000000 1.000000 1.000000 +767.521118 0.000000 3309.123779 0.000000 0.980986 0.000000 0.194077 1.000000 1.000000 1.000000 +766.205872 0.000000 3310.089844 0.000000 0.996320 0.000000 0.085716 1.000000 1.000000 1.000000 +699.834961 0.000000 3345.354492 0.000000 0.999852 0.000000 0.017201 1.000000 1.000000 1.000000 +692.848633 0.000000 3340.063965 0.000000 0.376889 0.000000 0.926259 1.000000 1.000000 1.000000 +708.139587 0.000000 3345.283203 0.000000 0.903681 0.000000 0.428207 1.000000 1.000000 1.000000 +713.521729 0.000000 3347.270020 0.000000 0.486734 0.000000 -0.873550 1.000000 1.000000 1.000000 +694.233459 0.000000 3345.206543 0.000000 0.114845 0.000000 0.993383 1.000000 1.000000 1.000000 +718.421875 0.000000 3338.637451 0.000000 0.276608 0.000000 -0.960983 1.000000 1.000000 1.000000 +695.829407 0.000000 3342.148193 0.000000 0.941666 0.000000 -0.336549 1.000000 1.000000 1.000000 +712.868774 0.000000 3344.102539 0.000000 0.989216 0.000000 0.146466 1.000000 1.000000 1.000000 +710.396362 0.000000 3347.738525 0.000000 0.952681 0.000000 -0.303972 1.000000 1.000000 1.000000 +718.233337 0.000000 3341.720703 0.000000 0.955168 0.000000 0.296066 1.000000 1.000000 1.000000 +696.976440 0.000000 3345.761230 0.000000 0.195165 0.000000 -0.980770 1.000000 1.000000 1.000000 +710.622192 0.000000 3345.175293 0.000000 0.172942 0.000000 -0.984932 1.000000 1.000000 1.000000 +715.792847 0.000000 3346.510986 0.000000 0.727067 0.000000 -0.686567 1.000000 1.000000 1.000000 +719.738831 0.000000 3328.562500 0.000000 0.187988 0.000000 0.982171 1.000000 1.000000 1.000000 +712.265015 0.000000 3349.245850 0.000000 0.851307 0.000000 -0.524668 1.000000 1.000000 1.000000 +695.932617 0.000000 3344.166504 0.000000 0.956160 0.000000 -0.292846 1.000000 1.000000 1.000000 +694.264648 0.000000 3343.274658 0.000000 0.993391 0.000000 -0.114779 1.000000 1.000000 1.000000 +711.973633 0.000000 3346.362549 0.000000 0.784720 0.000000 -0.619851 1.000000 1.000000 1.000000 +719.154358 0.000000 3340.189941 0.000000 0.872695 0.000000 0.488265 1.000000 1.000000 1.000000 +697.257263 0.000000 3342.130127 0.000000 0.968920 0.000000 -0.247374 1.000000 1.000000 1.000000 +712.226196 0.000000 3347.774170 0.000000 0.437821 0.000000 0.899062 1.000000 1.000000 1.000000 +719.628845 0.000000 3341.462402 0.000000 0.359620 0.000000 0.933099 1.000000 1.000000 1.000000 +632.595032 0.000000 3451.208984 0.000000 0.201562 0.000000 0.979476 1.000000 1.000000 1.000000 +608.004700 0.000000 3454.113037 0.000000 0.309108 0.000000 0.951027 1.000000 1.000000 1.000000 +629.609619 0.000000 3453.243896 0.000000 0.461044 0.000000 -0.887377 1.000000 1.000000 1.000000 +634.851257 0.000000 3448.310059 0.000000 0.918854 0.000000 -0.394597 1.000000 1.000000 1.000000 +629.802673 0.000000 3449.220947 0.000000 0.998994 0.000000 0.044851 1.000000 1.000000 1.000000 +623.102661 0.000000 3455.190674 0.000000 0.918529 0.000000 0.395354 1.000000 1.000000 1.000000 +619.770752 0.000000 3450.451172 0.000000 0.460824 0.000000 -0.887492 1.000000 1.000000 1.000000 +631.854614 0.000000 3453.213379 0.000000 0.604702 0.000000 -0.796451 1.000000 1.000000 1.000000 +630.446350 0.000000 3451.397705 0.000000 0.169685 0.000000 -0.985498 1.000000 1.000000 1.000000 +619.330872 0.000000 3453.655762 0.000000 0.764922 0.000000 0.644122 1.000000 1.000000 1.000000 +631.416016 0.000000 3449.815430 0.000000 0.202155 0.000000 0.979354 1.000000 1.000000 1.000000 +620.824585 0.000000 3454.564697 0.000000 0.656144 0.000000 -0.754636 1.000000 1.000000 1.000000 +619.877625 0.000000 3452.058838 0.000000 0.999347 0.000000 0.036125 1.000000 1.000000 1.000000 +633.975281 0.000000 3451.587891 0.000000 0.975815 0.000000 0.218599 1.000000 1.000000 1.000000 +619.035339 0.000000 3454.893799 0.000000 0.987371 0.000000 0.158425 1.000000 1.000000 1.000000 +631.564087 0.000000 3451.941406 0.000000 0.671077 0.000000 0.741388 1.000000 1.000000 1.000000 +630.328857 0.000000 3450.256104 0.000000 0.732721 0.000000 0.680529 1.000000 1.000000 1.000000 +761.938477 0.000000 3348.554199 0.000000 0.999365 0.000000 -0.035625 1.000000 1.000000 1.000000 +786.600708 0.000000 3341.199463 0.000000 0.216569 0.000000 -0.976267 1.000000 1.000000 1.000000 +787.937317 0.000000 3360.568359 0.000000 0.992484 0.000000 0.122374 1.000000 1.000000 1.000000 +720.181030 0.000000 3339.270752 0.000000 0.333099 0.000000 -0.942892 1.000000 1.000000 1.000000 +779.180054 0.000000 3363.391846 0.000000 0.710177 0.000000 0.704024 1.000000 1.000000 1.000000 +744.111938 0.000000 3340.829346 0.000000 0.558838 0.000000 -0.829277 1.000000 1.000000 1.000000 +749.385315 0.000000 3342.601562 0.000000 0.951416 0.000000 0.307908 1.000000 1.000000 1.000000 +747.247131 0.000000 3322.446045 0.000000 0.970116 0.000000 -0.242640 1.000000 1.000000 1.000000 +766.512695 0.000000 3350.019531 0.000000 0.862363 0.000000 0.506290 1.000000 1.000000 1.000000 +790.021667 0.000000 3356.446045 0.000000 0.481845 0.000000 -0.876257 1.000000 1.000000 1.000000 +745.807251 0.000000 3356.889404 0.000000 0.632932 0.000000 -0.774207 1.000000 1.000000 1.000000 +769.199219 0.000000 3356.371094 0.000000 0.245809 0.000000 -0.969318 1.000000 1.000000 1.000000 +741.018433 0.000000 3358.936035 0.000000 0.999825 0.000000 0.018714 1.000000 1.000000 1.000000 +737.677124 0.000000 3352.793213 0.000000 0.111612 0.000000 -0.993752 1.000000 1.000000 1.000000 +782.492554 0.000000 3341.835938 0.000000 0.149349 0.000000 -0.988785 1.000000 1.000000 1.000000 +750.666626 0.000000 3324.661133 0.000000 0.992049 0.000000 0.125854 1.000000 1.000000 1.000000 +769.777527 0.000000 3311.453857 0.000000 0.775085 0.000000 -0.631857 1.000000 1.000000 1.000000 +723.256775 0.000000 3341.002686 0.000000 0.786780 0.000000 0.617234 1.000000 1.000000 1.000000 +719.977661 0.000000 3342.763916 0.000000 0.999997 0.000000 -0.002288 1.000000 1.000000 1.000000 +781.526062 0.000000 3365.873291 0.000000 0.278038 0.000000 -0.960570 1.000000 1.000000 1.000000 +746.151001 0.000000 3343.384033 0.000000 0.828466 0.000000 0.560039 1.000000 1.000000 1.000000 +784.860962 0.000000 3344.102539 0.000000 0.503967 0.000000 -0.863723 1.000000 1.000000 1.000000 +734.737671 0.000000 3351.335938 0.000000 0.813140 0.000000 -0.582069 1.000000 1.000000 1.000000 +791.494629 0.000000 3360.456055 0.000000 0.801680 0.000000 0.597753 1.000000 1.000000 1.000000 +748.716675 0.000000 3319.510254 0.000000 0.605563 0.000000 0.795797 1.000000 1.000000 1.000000 +724.683777 0.000000 3329.162842 0.000000 0.394450 0.000000 -0.918918 1.000000 1.000000 1.000000 +748.621765 0.000000 3345.560059 0.000000 0.279136 0.000000 -0.960252 1.000000 1.000000 1.000000 +764.280945 0.000000 3311.342285 0.000000 0.836731 0.000000 0.547614 1.000000 1.000000 1.000000 +777.149475 0.000000 3365.562744 0.000000 0.695703 0.000000 0.718329 1.000000 1.000000 1.000000 +768.722351 0.000000 3361.855469 0.000000 0.793762 0.000000 -0.608228 1.000000 1.000000 1.000000 +723.040955 0.000000 3331.687012 0.000000 0.960186 0.000000 0.279360 1.000000 1.000000 1.000000 +752.510742 0.000000 3322.648438 0.000000 0.997533 0.000000 0.070195 1.000000 1.000000 1.000000 +743.753906 0.000000 3358.933594 0.000000 0.007654 0.000000 0.999971 1.000000 1.000000 1.000000 +766.773193 0.000000 3357.479736 0.000000 0.998688 0.000000 0.051218 1.000000 1.000000 1.000000 +749.805298 0.000000 3322.094238 0.000000 0.211068 0.000000 -0.977471 1.000000 1.000000 1.000000 +787.519165 0.000000 3343.580811 0.000000 0.224340 0.000000 0.974511 1.000000 1.000000 1.000000 +743.021545 0.000000 3356.585205 0.000000 0.531270 0.000000 -0.847202 1.000000 1.000000 1.000000 +764.396240 0.000000 3348.746582 0.000000 0.822919 0.000000 -0.568159 1.000000 1.000000 1.000000 +788.320862 0.000000 3358.168701 0.000000 0.924806 0.000000 0.380439 1.000000 1.000000 1.000000 +739.310669 0.000000 3328.209229 0.000000 0.797809 0.000000 -0.602911 1.000000 1.000000 1.000000 +776.854431 0.000000 3367.709473 0.000000 0.504118 0.000000 -0.863635 1.000000 1.000000 1.000000 +721.645386 0.000000 3326.806885 0.000000 0.246719 0.000000 -0.969087 1.000000 1.000000 1.000000 +779.183838 0.000000 3365.885010 0.000000 0.823581 0.000000 0.567198 1.000000 1.000000 1.000000 +784.599426 0.000000 3341.864990 0.000000 0.793987 0.000000 0.607935 1.000000 1.000000 1.000000 +749.505371 0.000000 3340.578613 0.000000 0.765038 0.000000 -0.643985 1.000000 1.000000 1.000000 +721.150085 0.000000 3341.127197 0.000000 0.281585 0.000000 0.959536 1.000000 1.000000 1.000000 +746.223694 0.000000 3341.355225 0.000000 0.950968 0.000000 -0.309289 1.000000 1.000000 1.000000 +748.752502 0.000000 3323.765381 0.000000 0.241901 0.000000 0.970301 1.000000 1.000000 1.000000 +790.194336 0.000000 3358.905029 0.000000 0.822647 0.000000 0.568553 1.000000 1.000000 1.000000 +741.043579 0.000000 3331.090088 0.000000 0.957481 0.000000 0.288497 1.000000 1.000000 1.000000 +723.232422 0.000000 3327.888184 0.000000 0.409737 0.000000 -0.912204 1.000000 1.000000 1.000000 +766.070190 0.000000 3311.900879 0.000000 0.784206 0.000000 -0.620501 1.000000 1.000000 1.000000 +748.100159 0.000000 3343.804932 0.000000 0.956162 0.000000 -0.292839 1.000000 1.000000 1.000000 +747.986023 0.000000 3341.500000 0.000000 0.271699 0.000000 -0.962382 1.000000 1.000000 1.000000 +723.135071 0.000000 3329.915039 0.000000 0.615273 0.000000 0.788314 1.000000 1.000000 1.000000 +720.053711 0.000000 3329.926025 0.000000 0.380402 0.000000 0.924821 1.000000 1.000000 1.000000 +785.952881 0.000000 3342.824951 0.000000 0.412500 0.000000 0.910957 1.000000 1.000000 1.000000 +750.118469 0.000000 3320.460449 0.000000 0.182348 0.000000 -0.983234 1.000000 1.000000 1.000000 +765.964600 0.000000 3348.490723 0.000000 0.803509 0.000000 0.595292 1.000000 1.000000 1.000000 +744.378967 0.000000 3357.494385 0.000000 0.415562 0.000000 -0.909565 1.000000 1.000000 1.000000 +750.969177 0.000000 3323.113525 0.000000 0.740917 0.000000 0.671597 1.000000 1.000000 1.000000 +751.323730 0.000000 3321.388672 0.000000 0.999924 0.000000 -0.012319 1.000000 1.000000 1.000000 +767.519165 0.000000 3358.984131 0.000000 0.437020 0.000000 0.899452 1.000000 1.000000 1.000000 +734.181152 0.000000 3353.429932 0.000000 0.560766 0.000000 0.827974 1.000000 1.000000 1.000000 +778.013794 0.000000 3364.346436 0.000000 0.357318 0.000000 -0.933983 1.000000 1.000000 1.000000 +778.049744 0.000000 3366.814453 0.000000 0.575645 0.000000 0.817700 1.000000 1.000000 1.000000 +788.895935 0.000000 3359.553711 0.000000 0.479178 0.000000 0.877718 1.000000 1.000000 1.000000 +738.629028 0.000000 3329.426514 0.000000 0.068009 0.000000 0.997685 1.000000 1.000000 1.000000 +747.387939 0.000000 3342.697510 0.000000 0.028963 0.000000 0.999580 1.000000 1.000000 1.000000 +765.262512 0.000000 3349.629639 0.000000 0.779043 0.000000 0.626970 1.000000 1.000000 1.000000 +791.424072 0.000000 3358.818115 0.000000 0.149281 0.000000 -0.988795 1.000000 1.000000 1.000000 +721.105164 0.000000 3328.008057 0.000000 0.666930 0.000000 0.745121 1.000000 1.000000 1.000000 +784.376343 0.000000 3342.991211 0.000000 0.794149 0.000000 -0.607723 1.000000 1.000000 1.000000 +804.708191 0.000000 3353.816650 0.000000 0.863370 0.000000 -0.504572 1.000000 1.000000 1.000000 +818.544128 0.000000 3368.000244 0.000000 0.383749 0.000000 0.923438 1.000000 1.000000 1.000000 +823.981262 0.000000 3382.128662 0.000000 0.974147 0.000000 -0.225916 1.000000 1.000000 1.000000 +808.495605 0.000000 3323.842773 0.000000 0.923403 0.000000 0.383831 1.000000 1.000000 1.000000 +801.101440 0.000000 3349.738770 0.000000 0.995751 0.000000 0.092090 1.000000 1.000000 1.000000 +807.211548 0.000000 3334.663574 0.000000 0.442244 0.000000 -0.896895 1.000000 1.000000 1.000000 +816.406372 0.000000 3372.422363 0.000000 0.997523 0.000000 -0.070344 1.000000 1.000000 1.000000 +807.571533 0.000000 3331.064941 0.000000 0.460023 0.000000 -0.887907 1.000000 1.000000 1.000000 +820.790955 0.000000 3370.560547 0.000000 0.912261 0.000000 0.409609 1.000000 1.000000 1.000000 +800.930054 0.000000 3353.012451 0.000000 0.534014 0.000000 -0.845476 1.000000 1.000000 1.000000 +804.734741 0.000000 3332.427002 0.000000 0.735533 0.000000 0.677489 1.000000 1.000000 1.000000 +803.608704 0.000000 3351.179443 0.000000 0.889686 0.000000 0.456573 1.000000 1.000000 1.000000 +819.013367 0.000000 3372.364258 0.000000 0.539004 0.000000 -0.842303 1.000000 1.000000 1.000000 +817.668030 0.000000 3370.298096 0.000000 0.131491 0.000000 -0.991317 1.000000 1.000000 1.000000 +808.924255 0.000000 3333.049316 0.000000 0.183522 0.000000 0.983016 1.000000 1.000000 1.000000 +807.683655 0.000000 3319.395996 0.000000 0.697908 0.000000 0.716187 1.000000 1.000000 1.000000 +808.524292 0.000000 3321.484863 0.000000 0.771306 0.000000 0.636465 1.000000 1.000000 1.000000 +803.026001 0.000000 3348.781250 0.000000 0.897783 0.000000 0.440437 1.000000 1.000000 1.000000 +802.648926 0.000000 3354.269775 0.000000 0.970664 0.000000 0.240440 1.000000 1.000000 1.000000 +800.162659 0.000000 3318.701416 0.000000 0.980895 0.000000 0.194540 1.000000 1.000000 1.000000 +803.590515 0.000000 3317.636963 0.000000 0.916210 0.000000 -0.400699 1.000000 1.000000 1.000000 +803.035034 0.000000 3320.877686 0.000000 0.977214 0.000000 -0.212256 1.000000 1.000000 1.000000 +806.720825 0.000000 3332.851318 0.000000 0.999806 0.000000 0.019692 1.000000 1.000000 1.000000 +801.807556 0.000000 3351.413086 0.000000 0.261618 0.000000 0.965171 1.000000 1.000000 1.000000 +819.287964 0.000000 3369.616699 0.000000 0.954358 0.000000 -0.298666 1.000000 1.000000 1.000000 +800.160645 0.000000 3351.380371 0.000000 0.991056 0.000000 0.133450 1.000000 1.000000 1.000000 +803.068298 0.000000 3352.740479 0.000000 0.652404 0.000000 -0.757871 1.000000 1.000000 1.000000 +807.315674 0.000000 3320.757080 0.000000 0.359155 0.000000 -0.933278 1.000000 1.000000 1.000000 +802.646606 0.000000 3350.132324 0.000000 0.785217 0.000000 -0.619221 1.000000 1.000000 1.000000 +819.325500 0.000000 3371.014893 0.000000 0.823505 0.000000 0.567309 1.000000 1.000000 1.000000 +804.272156 0.000000 3321.206055 0.000000 0.300367 0.000000 0.953824 1.000000 1.000000 1.000000 +807.927490 0.000000 3332.287842 0.000000 0.295554 0.000000 0.955326 1.000000 1.000000 1.000000 +803.451294 0.000000 3318.892822 0.000000 0.973420 0.000000 0.229028 1.000000 1.000000 1.000000 +807.674133 0.000000 3333.408691 0.000000 0.505971 0.000000 0.862550 1.000000 1.000000 1.000000 +788.042480 0.000000 3451.578369 0.000000 0.449378 0.000000 0.893342 1.000000 1.000000 1.000000 +787.044983 0.000000 3390.440430 0.000000 0.940576 0.000000 -0.339584 1.000000 1.000000 1.000000 +791.201233 0.000000 3446.345947 0.000000 0.104772 0.000000 -0.994496 1.000000 1.000000 1.000000 +789.688721 0.000000 3394.817139 0.000000 0.364096 0.000000 0.931361 1.000000 1.000000 1.000000 +786.275208 0.000000 3395.138184 0.000000 0.648175 0.000000 -0.761491 1.000000 1.000000 1.000000 +785.796326 0.000000 3448.999023 0.000000 0.461953 0.000000 0.886905 1.000000 1.000000 1.000000 +784.860962 0.000000 3416.086914 0.000000 0.745083 0.000000 -0.666972 1.000000 1.000000 1.000000 +782.388550 0.000000 3419.722900 0.000000 0.679030 0.000000 0.734111 1.000000 1.000000 1.000000 +788.798340 0.000000 3448.280273 0.000000 0.991734 0.000000 0.128309 1.000000 1.000000 1.000000 +791.508423 0.000000 3449.100830 0.000000 0.917287 0.000000 -0.398226 1.000000 1.000000 1.000000 +788.113098 0.000000 3397.265381 0.000000 0.646597 0.000000 -0.762832 1.000000 1.000000 1.000000 +787.840088 0.000000 3392.929443 0.000000 0.680208 0.000000 -0.733019 1.000000 1.000000 1.000000 +788.570557 0.000000 3399.611816 0.000000 0.959389 0.000000 -0.282085 1.000000 1.000000 1.000000 +780.747559 0.000000 3415.123291 0.000000 0.959857 0.000000 -0.280490 1.000000 1.000000 1.000000 +769.148621 0.000000 3412.692871 0.000000 0.636853 0.000000 -0.770985 1.000000 1.000000 1.000000 +787.553101 0.000000 3449.708008 0.000000 0.917625 0.000000 0.397448 1.000000 1.000000 1.000000 +783.965820 0.000000 3418.346924 0.000000 0.393137 0.000000 -0.919480 1.000000 1.000000 1.000000 +789.758667 0.000000 3449.719727 0.000000 0.935107 0.000000 0.354366 1.000000 1.000000 1.000000 +786.144043 0.000000 3396.823730 0.000000 0.345977 0.000000 0.938243 1.000000 1.000000 1.000000 +788.058044 0.000000 3395.445557 0.000000 0.877689 0.000000 -0.479230 1.000000 1.000000 1.000000 +787.135559 0.000000 3398.954346 0.000000 0.657361 0.000000 -0.753576 1.000000 1.000000 1.000000 +771.684509 0.000000 3415.701660 0.000000 0.591399 0.000000 -0.806379 1.000000 1.000000 1.000000 +786.444580 0.000000 3393.622314 0.000000 0.556987 0.000000 0.830521 1.000000 1.000000 1.000000 +781.278442 0.000000 3416.444092 0.000000 0.065670 0.000000 -0.997841 1.000000 1.000000 1.000000 +786.934937 0.000000 3397.757812 0.000000 0.615420 0.000000 0.788200 1.000000 1.000000 1.000000 +787.372925 0.000000 3394.415283 0.000000 0.999769 0.000000 -0.021512 1.000000 1.000000 1.000000 +770.201904 0.000000 3413.382080 0.000000 0.920892 0.000000 -0.389818 1.000000 1.000000 1.000000 +787.288025 0.000000 3396.379150 0.000000 0.414753 0.000000 -0.909934 1.000000 1.000000 1.000000 +837.276001 0.000000 3452.951172 0.000000 0.988623 0.000000 -0.150414 1.000000 1.000000 1.000000 +807.020264 0.000000 3446.771484 0.000000 0.573233 0.000000 -0.819392 1.000000 1.000000 1.000000 +813.992737 0.000000 3426.263672 0.000000 0.610697 0.000000 -0.791864 1.000000 1.000000 1.000000 +825.106628 0.000000 3385.205322 0.000000 0.667086 0.000000 -0.744981 1.000000 1.000000 1.000000 +842.479431 0.000000 3448.766846 0.000000 0.553713 0.000000 -0.832707 1.000000 1.000000 1.000000 +820.832031 0.000000 3446.033203 0.000000 0.290133 0.000000 -0.956986 1.000000 1.000000 1.000000 +798.188416 0.000000 3455.197998 0.000000 0.974889 0.000000 0.222690 1.000000 1.000000 1.000000 +863.193420 0.000000 3446.345947 0.000000 0.967817 0.000000 -0.251656 1.000000 1.000000 1.000000 +797.439331 0.000000 3443.365723 0.000000 0.564874 0.000000 0.825177 1.000000 1.000000 1.000000 +806.095947 0.000000 3416.604736 0.000000 0.993524 0.000000 -0.113624 1.000000 1.000000 1.000000 +820.259521 0.000000 3450.863281 0.000000 0.762630 0.000000 0.646835 1.000000 1.000000 1.000000 +858.497009 0.000000 3445.773682 0.000000 0.678772 0.000000 0.734349 1.000000 1.000000 1.000000 +817.799438 0.000000 3428.873779 0.000000 0.951626 0.000000 -0.307259 1.000000 1.000000 1.000000 +820.554382 0.000000 3385.136475 0.000000 0.370497 0.000000 0.928834 1.000000 1.000000 1.000000 +805.170349 0.000000 3420.580078 0.000000 0.194766 0.000000 0.980850 1.000000 1.000000 1.000000 +807.237549 0.000000 3450.790283 0.000000 0.807486 0.000000 0.589886 1.000000 1.000000 1.000000 +838.311523 0.000000 3449.566895 0.000000 0.606474 0.000000 -0.795103 1.000000 1.000000 1.000000 +800.073669 0.000000 3452.226074 0.000000 0.024439 0.000000 -0.999701 1.000000 1.000000 1.000000 +860.402893 0.000000 3443.412109 0.000000 0.454463 0.000000 0.890766 1.000000 1.000000 1.000000 +796.240234 0.000000 3446.134766 0.000000 0.216131 0.000000 0.976364 1.000000 1.000000 1.000000 +802.938477 0.000000 3418.607666 0.000000 0.066449 0.000000 -0.997790 1.000000 1.000000 1.000000 +822.734924 0.000000 3383.402100 0.000000 0.144030 0.000000 -0.989573 1.000000 1.000000 1.000000 +815.746094 0.000000 3430.917969 0.000000 0.860712 0.000000 -0.509091 1.000000 1.000000 1.000000 +821.721802 0.000000 3448.633789 0.000000 0.998173 0.000000 0.060416 1.000000 1.000000 1.000000 +807.446960 0.000000 3418.725586 0.000000 0.478261 0.000000 -0.878218 1.000000 1.000000 1.000000 +801.564575 0.000000 3454.253662 0.000000 0.582131 0.000000 0.813095 1.000000 1.000000 1.000000 +815.013733 0.000000 3428.569580 0.000000 0.104530 0.000000 0.994522 1.000000 1.000000 1.000000 +809.019348 0.000000 3448.160400 0.000000 0.979985 0.000000 -0.199071 1.000000 1.000000 1.000000 +822.885620 0.000000 3386.052734 0.000000 0.885552 0.000000 -0.464539 1.000000 1.000000 1.000000 +791.915649 0.000000 3448.954834 0.000000 0.176095 0.000000 0.984373 1.000000 1.000000 1.000000 +860.983887 0.000000 3445.737305 0.000000 0.407363 0.000000 -0.913266 1.000000 1.000000 1.000000 +809.958191 0.000000 3446.210938 0.000000 0.627132 0.000000 0.778913 1.000000 1.000000 1.000000 +839.513306 0.000000 3453.092529 0.000000 0.141346 0.000000 -0.989960 1.000000 1.000000 1.000000 +806.132690 0.000000 3448.886719 0.000000 0.913266 0.000000 -0.407363 1.000000 1.000000 1.000000 +823.001221 0.000000 3447.065674 0.000000 0.966356 0.000000 0.257207 1.000000 1.000000 1.000000 +805.283936 0.000000 3418.563721 0.000000 0.774095 0.000000 -0.633070 1.000000 1.000000 1.000000 +804.231262 0.000000 3398.785645 0.000000 0.251718 0.000000 0.967801 1.000000 1.000000 1.000000 +799.222412 0.000000 3444.177490 0.000000 0.581651 0.000000 0.813438 1.000000 1.000000 1.000000 +813.088562 0.000000 3428.135742 0.000000 0.855187 0.000000 -0.518320 1.000000 1.000000 1.000000 +838.346375 0.000000 3451.439453 0.000000 0.373750 0.000000 0.927529 1.000000 1.000000 1.000000 +797.680420 0.000000 3445.110352 0.000000 0.338234 0.000000 0.941062 1.000000 1.000000 1.000000 +799.833557 0.000000 3454.311035 0.000000 0.889078 0.000000 -0.457757 1.000000 1.000000 1.000000 +796.166687 0.000000 3444.465820 0.000000 0.130279 0.000000 0.991477 1.000000 1.000000 1.000000 +808.583069 0.000000 3449.760010 0.000000 0.127347 0.000000 0.991858 1.000000 1.000000 1.000000 +822.521118 0.000000 3450.138672 0.000000 0.407401 0.000000 -0.913249 1.000000 1.000000 1.000000 +814.373962 0.000000 3430.045410 0.000000 0.205860 0.000000 -0.978582 1.000000 1.000000 1.000000 +823.644348 0.000000 3384.710449 0.000000 0.960572 0.000000 -0.278032 1.000000 1.000000 1.000000 +822.008606 0.000000 3384.737061 0.000000 0.967210 0.000000 0.253978 1.000000 1.000000 1.000000 +807.548035 0.000000 3448.490723 0.000000 0.997712 0.000000 -0.067612 1.000000 1.000000 1.000000 +839.621094 0.000000 3450.273926 0.000000 0.782039 0.000000 -0.623230 1.000000 1.000000 1.000000 +804.091431 0.000000 3419.644531 0.000000 0.975909 0.000000 -0.218178 1.000000 1.000000 1.000000 +804.696106 0.000000 3417.159424 0.000000 0.609385 0.000000 -0.792875 1.000000 1.000000 1.000000 +861.624390 0.000000 3444.406982 0.000000 0.992484 0.000000 -0.122376 1.000000 1.000000 1.000000 +820.684753 0.000000 3434.226807 0.000000 0.999499 0.000000 0.031661 1.000000 1.000000 1.000000 +814.473816 0.000000 3431.329590 0.000000 0.590632 0.000000 -0.806941 1.000000 1.000000 1.000000 +860.037598 0.000000 3444.842773 0.000000 0.827088 0.000000 0.562073 1.000000 1.000000 1.000000 +823.015564 0.000000 3448.799805 0.000000 0.254112 0.000000 -0.967175 1.000000 1.000000 1.000000 +839.530090 0.000000 3451.876953 0.000000 0.994082 0.000000 0.108629 1.000000 1.000000 1.000000 +818.719543 0.000000 3435.454346 0.000000 0.001659 0.000000 -0.999999 1.000000 1.000000 1.000000 +805.212952 0.000000 3398.260010 0.000000 0.846049 0.000000 -0.533104 1.000000 1.000000 1.000000 +889.751709 0.000000 3274.658936 0.000000 0.176869 0.000000 -0.984234 1.000000 1.000000 1.000000 +922.065674 0.000000 3280.736816 0.000000 0.867152 0.000000 -0.498043 1.000000 1.000000 1.000000 +873.807312 0.000000 3262.166992 0.000000 0.626875 0.000000 0.779120 1.000000 1.000000 1.000000 +907.727844 0.000000 3298.235596 0.000000 0.963361 0.000000 0.268209 1.000000 1.000000 1.000000 +927.687683 0.000000 3283.843994 0.000000 0.967378 0.000000 0.253338 1.000000 1.000000 1.000000 +911.841309 0.000000 3293.112549 0.000000 0.177501 0.000000 -0.984121 1.000000 1.000000 1.000000 +876.474487 0.000000 3267.502930 0.000000 0.547701 0.000000 -0.836674 1.000000 1.000000 1.000000 +914.119385 0.000000 3253.538574 0.000000 0.635717 0.000000 -0.771922 1.000000 1.000000 1.000000 +902.644226 0.000000 3297.792725 0.000000 0.340863 0.000000 -0.940113 1.000000 1.000000 1.000000 +926.656555 0.000000 3279.000977 0.000000 0.380293 0.000000 -0.924866 1.000000 1.000000 1.000000 +904.577759 0.000000 3294.394531 0.000000 0.985870 0.000000 0.167511 1.000000 1.000000 1.000000 +914.967041 0.000000 3291.491699 0.000000 0.705139 0.000000 0.709069 1.000000 1.000000 1.000000 +924.245667 0.000000 3283.457520 0.000000 0.995631 0.000000 0.093377 1.000000 1.000000 1.000000 +873.589722 0.000000 3265.519775 0.000000 0.321257 0.000000 -0.946992 1.000000 1.000000 1.000000 +917.310486 0.000000 3252.544189 0.000000 0.049142 0.000000 -0.998792 1.000000 1.000000 1.000000 +876.525208 0.000000 3264.337402 0.000000 0.976723 0.000000 -0.214506 1.000000 1.000000 1.000000 +888.706726 0.000000 3277.247559 0.000000 0.666601 0.000000 0.745414 1.000000 1.000000 1.000000 +886.967041 0.000000 3274.971680 0.000000 0.937413 0.000000 0.348220 1.000000 1.000000 1.000000 +928.192505 0.000000 3281.217529 0.000000 0.999552 0.000000 -0.029921 1.000000 1.000000 1.000000 +905.255005 0.000000 3297.114258 0.000000 0.741767 0.000000 0.670657 1.000000 1.000000 1.000000 +924.643860 0.000000 3280.928223 0.000000 0.627728 0.000000 -0.778433 1.000000 1.000000 1.000000 +887.744690 0.000000 3272.374268 0.000000 0.603874 0.000000 -0.797079 1.000000 1.000000 1.000000 +904.031494 0.000000 3299.726562 0.000000 0.752532 0.000000 -0.658555 1.000000 1.000000 1.000000 +926.333496 0.000000 3282.218262 0.000000 0.051895 0.000000 0.998653 1.000000 1.000000 1.000000 +913.858704 0.000000 3293.157227 0.000000 0.925538 0.000000 -0.378656 1.000000 1.000000 1.000000 +874.558411 0.000000 3267.267578 0.000000 0.721556 0.000000 -0.692357 1.000000 1.000000 1.000000 +905.912476 0.000000 3298.970215 0.000000 0.514189 0.000000 -0.857677 1.000000 1.000000 1.000000 +916.050598 0.000000 3253.990967 0.000000 0.912539 0.000000 0.408991 1.000000 1.000000 1.000000 +875.514587 0.000000 3265.797852 0.000000 0.058182 0.000000 0.998306 1.000000 1.000000 1.000000 +912.912720 0.000000 3291.689941 0.000000 0.943140 0.000000 -0.332394 1.000000 1.000000 1.000000 +888.346069 0.000000 3273.870361 0.000000 0.178900 0.000000 0.983867 1.000000 1.000000 1.000000 +888.425598 0.000000 3275.518066 0.000000 0.989668 0.000000 -0.143380 1.000000 1.000000 1.000000 +926.255127 0.000000 3280.536133 0.000000 0.999353 0.000000 -0.035977 1.000000 1.000000 1.000000 +889.321167 0.000000 3272.694336 0.000000 0.289266 0.000000 0.957249 1.000000 1.000000 1.000000 +913.962036 0.000000 3292.058594 0.000000 0.972772 0.000000 0.231765 1.000000 1.000000 1.000000 +994.057861 0.000000 3280.736816 0.000000 0.943908 0.000000 -0.330207 1.000000 1.000000 1.000000 +1002.577271 0.000000 3269.215088 0.000000 0.926379 0.000000 -0.376592 1.000000 1.000000 1.000000 +945.529724 0.000000 3295.400146 0.000000 0.482493 0.000000 0.875900 1.000000 1.000000 1.000000 +936.701355 0.000000 3277.734375 0.000000 0.466401 0.000000 -0.884574 1.000000 1.000000 1.000000 +980.727234 0.000000 3283.667236 0.000000 0.824998 0.000000 -0.565136 1.000000 1.000000 1.000000 +999.679871 0.000000 3283.843994 0.000000 0.786041 0.000000 -0.618175 1.000000 1.000000 1.000000 +949.238037 0.000000 3256.654785 0.000000 0.859356 0.000000 -0.511378 1.000000 1.000000 1.000000 +994.253357 0.000000 3286.218018 0.000000 0.957401 0.000000 0.288762 1.000000 1.000000 1.000000 +982.427551 0.000000 3288.262451 0.000000 0.977089 0.000000 0.212830 1.000000 1.000000 1.000000 +949.464233 0.000000 3290.659180 0.000000 0.923473 0.000000 0.383663 1.000000 1.000000 1.000000 +1005.666748 0.000000 3272.937012 0.000000 0.943604 0.000000 0.331076 1.000000 1.000000 1.000000 +973.121094 0.000000 3275.589844 0.000000 0.952691 0.000000 -0.303940 1.000000 1.000000 1.000000 +985.175781 0.000000 3284.386719 0.000000 0.777801 0.000000 -0.628511 1.000000 1.000000 1.000000 +940.867126 0.000000 3276.442383 0.000000 0.837970 0.000000 0.545716 1.000000 1.000000 1.000000 +974.157959 0.000000 3272.110840 0.000000 0.999899 0.000000 0.014196 1.000000 1.000000 1.000000 +996.237854 0.000000 3283.457520 0.000000 0.285499 0.000000 0.958379 1.000000 1.000000 1.000000 +961.759583 0.000000 3261.840088 0.000000 0.409535 0.000000 -0.912295 1.000000 1.000000 1.000000 +948.437500 0.000000 3293.861084 0.000000 0.618391 0.000000 -0.785871 1.000000 1.000000 1.000000 +951.972839 0.000000 3292.220215 0.000000 0.494614 0.000000 0.869113 1.000000 1.000000 1.000000 +997.313416 0.000000 3286.278076 0.000000 0.971156 0.000000 -0.238445 1.000000 1.000000 1.000000 +975.881165 0.000000 3274.447021 0.000000 0.665127 0.000000 -0.746731 1.000000 1.000000 1.000000 +982.749756 0.000000 3285.495361 0.000000 0.841411 0.000000 0.540396 1.000000 1.000000 1.000000 +985.001099 0.000000 3287.221191 0.000000 0.943088 0.000000 -0.332545 1.000000 1.000000 1.000000 +938.474365 0.000000 3275.215820 0.000000 0.842729 0.000000 0.538338 1.000000 1.000000 1.000000 +946.689575 0.000000 3290.372314 0.000000 0.647252 0.000000 0.762276 1.000000 1.000000 1.000000 +965.781860 0.000000 3250.109863 0.000000 0.565013 0.000000 0.825082 1.000000 1.000000 1.000000 +980.324463 0.000000 3286.306396 0.000000 0.061177 0.000000 0.998127 1.000000 1.000000 1.000000 +1003.495728 0.000000 3271.596436 0.000000 0.439711 0.000000 0.898139 1.000000 1.000000 1.000000 +939.306335 0.000000 3278.306396 0.000000 0.227234 0.000000 -0.973840 1.000000 1.000000 1.000000 +975.886414 0.000000 3270.415039 0.000000 0.456884 0.000000 -0.889526 1.000000 1.000000 1.000000 +946.864929 0.000000 3256.272705 0.000000 0.880962 0.000000 0.473187 1.000000 1.000000 1.000000 +972.157532 0.000000 3273.442139 0.000000 0.142771 0.000000 0.989756 1.000000 1.000000 1.000000 +946.297729 0.000000 3293.076416 0.000000 0.935843 0.000000 0.352418 1.000000 1.000000 1.000000 +960.386353 0.000000 3263.455811 0.000000 0.935323 0.000000 -0.353794 1.000000 1.000000 1.000000 +948.383545 0.000000 3258.478271 0.000000 0.783402 0.000000 0.621515 1.000000 1.000000 1.000000 +964.729065 0.000000 3251.781006 0.000000 0.501788 0.000000 -0.864991 1.000000 1.000000 1.000000 +997.884644 0.000000 3284.494873 0.000000 0.986107 0.000000 -0.166112 1.000000 1.000000 1.000000 +994.781372 0.000000 3284.510986 0.000000 0.836388 0.000000 0.548137 1.000000 1.000000 1.000000 +974.018921 0.000000 3273.995850 0.000000 0.982055 0.000000 0.188594 1.000000 1.000000 1.000000 +977.584045 0.000000 3273.782715 0.000000 0.600881 0.000000 -0.799339 1.000000 1.000000 1.000000 +976.186951 0.000000 3272.633057 0.000000 0.050236 0.000000 0.998737 1.000000 1.000000 1.000000 +938.241821 0.000000 3276.926514 0.000000 0.201470 0.000000 -0.979495 1.000000 1.000000 1.000000 +1005.428772 0.000000 3271.240723 0.000000 0.198383 0.000000 -0.980125 1.000000 1.000000 1.000000 +996.153076 0.000000 3285.225830 0.000000 0.288462 0.000000 -0.957491 1.000000 1.000000 1.000000 +966.945740 0.000000 3251.129150 0.000000 0.999372 0.000000 -0.035442 1.000000 1.000000 1.000000 +1004.153259 0.000000 3273.050537 0.000000 0.957602 0.000000 -0.288094 1.000000 1.000000 1.000000 +983.495728 0.000000 3286.999756 0.000000 0.696193 0.000000 -0.717855 1.000000 1.000000 1.000000 +983.791138 0.000000 3284.548584 0.000000 0.978153 0.000000 0.207885 1.000000 1.000000 1.000000 +939.502686 0.000000 3276.312012 0.000000 0.312249 0.000000 0.950000 1.000000 1.000000 1.000000 +966.961487 0.000000 3253.950684 0.000000 0.868783 0.000000 -0.495193 1.000000 1.000000 1.000000 +947.396240 0.000000 3259.325195 0.000000 0.723507 0.000000 0.690317 1.000000 1.000000 1.000000 +975.169006 0.000000 3273.394287 0.000000 0.994424 0.000000 -0.105453 1.000000 1.000000 1.000000 +960.593445 0.000000 3262.252686 0.000000 0.919783 0.000000 -0.392427 1.000000 1.000000 1.000000 +967.913696 0.000000 3251.857178 0.000000 0.641035 0.000000 0.767512 1.000000 1.000000 1.000000 +961.526367 0.000000 3262.981689 0.000000 0.002157 0.000000 0.999998 1.000000 1.000000 1.000000 +1007.946411 0.000000 3270.779541 0.000000 0.950177 0.000000 -0.311710 1.000000 1.000000 1.000000 +1135.861816 0.000000 3254.464600 0.000000 0.838586 0.000000 -0.544769 1.000000 1.000000 1.000000 +1140.760010 0.000000 3257.050781 0.000000 0.864298 0.000000 -0.502980 1.000000 1.000000 1.000000 +1135.690186 0.000000 3257.632324 0.000000 0.198933 0.000000 -0.980013 1.000000 1.000000 1.000000 +1131.460083 0.000000 3262.426270 0.000000 0.559225 0.000000 0.829016 1.000000 1.000000 1.000000 +1130.910889 0.000000 3265.476562 0.000000 0.002707 0.000000 0.999996 1.000000 1.000000 1.000000 +1138.273682 0.000000 3257.892090 0.000000 0.762208 0.000000 -0.647333 1.000000 1.000000 1.000000 +1133.037964 0.000000 3265.938477 0.000000 0.992685 0.000000 -0.120736 1.000000 1.000000 1.000000 +1132.299438 0.000000 3264.156738 0.000000 0.994684 0.000000 0.102972 1.000000 1.000000 1.000000 +1133.325073 0.000000 3262.463135 0.000000 0.488378 0.000000 0.872632 1.000000 1.000000 1.000000 +1139.221191 0.000000 3256.388672 0.000000 0.999480 0.000000 0.032252 1.000000 1.000000 1.000000 +1136.242310 0.000000 3256.073242 0.000000 0.362264 0.000000 0.932076 1.000000 1.000000 1.000000 +1137.243530 0.000000 3257.110352 0.000000 0.984399 0.000000 -0.175951 1.000000 1.000000 1.000000 +895.819092 0.000000 3319.904785 0.000000 0.998569 0.000000 -0.053487 1.000000 1.000000 1.000000 +929.618958 0.000000 3326.497803 0.000000 0.593412 0.000000 -0.804899 1.000000 1.000000 1.000000 +903.839111 0.000000 3311.914551 0.000000 0.645931 0.000000 -0.763396 1.000000 1.000000 1.000000 +926.199951 0.000000 3334.373779 0.000000 0.811444 0.000000 0.584431 1.000000 1.000000 1.000000 +924.116150 0.000000 3345.283203 0.000000 0.446512 0.000000 -0.894778 1.000000 1.000000 1.000000 +924.783447 0.000000 3329.035156 0.000000 0.952629 0.000000 -0.304133 1.000000 1.000000 1.000000 +921.342590 0.000000 3332.353027 0.000000 0.196376 0.000000 0.980529 1.000000 1.000000 1.000000 +929.272583 0.000000 3331.297119 0.000000 0.273708 0.000000 -0.961813 1.000000 1.000000 1.000000 +894.310486 0.000000 3316.397217 0.000000 0.916933 0.000000 0.399040 1.000000 1.000000 1.000000 +903.259460 0.000000 3315.450684 0.000000 0.653995 0.000000 0.756499 1.000000 1.000000 1.000000 +922.646484 0.000000 3335.727539 0.000000 0.921531 0.000000 -0.388304 1.000000 1.000000 1.000000 +900.553833 0.000000 3313.312988 0.000000 0.999290 0.000000 0.037680 1.000000 1.000000 1.000000 +906.229248 0.000000 3337.830322 0.000000 0.347660 0.000000 -0.937620 1.000000 1.000000 1.000000 +897.818604 0.000000 3316.517578 0.000000 0.981877 0.000000 0.189520 1.000000 1.000000 1.000000 +926.372925 0.000000 3347.738525 0.000000 0.690051 0.000000 0.723761 1.000000 1.000000 1.000000 +924.289856 0.000000 3331.992188 0.000000 0.527596 0.000000 -0.849496 1.000000 1.000000 1.000000 +927.704163 0.000000 3329.174561 0.000000 0.303174 0.000000 0.952935 1.000000 1.000000 1.000000 +926.883057 0.000000 3331.999512 0.000000 0.979532 0.000000 -0.201289 1.000000 1.000000 1.000000 +926.598755 0.000000 3345.175293 0.000000 0.385934 0.000000 0.922526 1.000000 1.000000 1.000000 +900.317444 0.000000 3315.615967 0.000000 0.519029 0.000000 0.854757 1.000000 1.000000 1.000000 +903.738037 0.000000 3317.693359 0.000000 0.496015 0.000000 -0.868314 1.000000 1.000000 1.000000 +895.959106 0.000000 3317.754395 0.000000 0.964623 0.000000 -0.263634 1.000000 1.000000 1.000000 +905.355713 0.000000 3315.750244 0.000000 0.418452 0.000000 0.908239 1.000000 1.000000 1.000000 +923.140991 0.000000 3333.737793 0.000000 0.394844 0.000000 -0.918748 1.000000 1.000000 1.000000 +902.498047 0.000000 3313.650879 0.000000 0.928818 0.000000 -0.370536 1.000000 1.000000 1.000000 +908.072754 0.000000 3338.344482 0.000000 0.412543 0.000000 0.910938 1.000000 1.000000 1.000000 +894.424255 0.000000 3318.741699 0.000000 0.613985 0.000000 0.789318 1.000000 1.000000 1.000000 +926.027466 0.000000 3330.395264 0.000000 0.928460 0.000000 -0.371433 1.000000 1.000000 1.000000 +927.950195 0.000000 3346.362549 0.000000 0.746087 0.000000 -0.665848 1.000000 1.000000 1.000000 +924.558960 0.000000 3347.805908 0.000000 0.944232 0.000000 0.329282 1.000000 1.000000 1.000000 +907.085876 0.000000 3339.826416 0.000000 0.072987 0.000000 0.997333 1.000000 1.000000 1.000000 +929.164185 0.000000 3328.115234 0.000000 0.736721 0.000000 -0.676197 1.000000 1.000000 1.000000 +925.434937 0.000000 3346.352051 0.000000 0.257635 0.000000 -0.966242 1.000000 1.000000 1.000000 +907.643921 0.000000 3341.383301 0.000000 0.878125 0.000000 0.478431 1.000000 1.000000 1.000000 +925.586548 0.000000 3332.901611 0.000000 0.713547 0.000000 -0.700608 1.000000 1.000000 1.000000 +929.360046 0.000000 3329.676514 0.000000 0.711165 0.000000 -0.703025 1.000000 1.000000 1.000000 +927.774536 0.000000 3330.764404 0.000000 0.927821 0.000000 0.373027 1.000000 1.000000 1.000000 +925.262817 0.000000 3344.459717 0.000000 0.618387 0.000000 0.785874 1.000000 1.000000 1.000000 +924.121399 0.000000 3346.649414 0.000000 0.814422 0.000000 0.580273 1.000000 1.000000 1.000000 +924.381836 0.000000 3333.176758 0.000000 0.936669 0.000000 -0.350216 1.000000 1.000000 1.000000 +903.477112 0.000000 3314.227783 0.000000 0.382883 0.000000 0.923797 1.000000 1.000000 1.000000 +913.500671 0.000000 3329.915283 0.000000 0.840434 0.000000 0.541915 1.000000 1.000000 1.000000 +1001.611145 0.000000 3326.497803 0.000000 0.499631 0.000000 -0.866238 1.000000 1.000000 1.000000 +936.316833 0.000000 3314.986572 0.000000 0.820823 0.000000 0.571183 1.000000 1.000000 1.000000 +999.679871 0.000000 3355.828369 0.000000 0.999999 0.000000 0.001314 1.000000 1.000000 1.000000 +994.906982 0.000000 3339.522705 0.000000 0.007062 0.000000 -0.999975 1.000000 1.000000 1.000000 +945.085815 0.000000 3349.738770 0.000000 0.959454 0.000000 -0.281864 1.000000 1.000000 1.000000 +994.253357 0.000000 3358.202393 0.000000 0.571028 0.000000 -0.820930 1.000000 1.000000 1.000000 +1001.264771 0.000000 3331.297119 0.000000 0.740071 0.000000 -0.672529 1.000000 1.000000 1.000000 +996.237854 0.000000 3355.441895 0.000000 0.812084 0.000000 -0.583541 1.000000 1.000000 1.000000 +942.568909 0.000000 3345.861816 0.000000 0.980658 0.000000 0.195728 1.000000 1.000000 1.000000 +997.313416 0.000000 3358.262451 0.000000 0.925237 0.000000 -0.379389 1.000000 1.000000 1.000000 +994.624573 0.000000 3342.441895 0.000000 0.034316 0.000000 0.999411 1.000000 1.000000 1.000000 +1002.712341 0.000000 3328.987549 0.000000 0.398323 0.000000 -0.917245 1.000000 1.000000 1.000000 +999.696350 0.000000 3329.174561 0.000000 0.641150 0.000000 0.767416 1.000000 1.000000 1.000000 +978.641724 0.000000 3323.810791 0.000000 0.273490 0.000000 -0.961875 1.000000 1.000000 1.000000 +992.684082 0.000000 3340.737061 0.000000 0.383270 0.000000 0.923636 1.000000 1.000000 1.000000 +938.783752 0.000000 3314.565674 0.000000 0.999746 0.000000 0.022544 1.000000 1.000000 1.000000 +981.644897 0.000000 3319.842285 0.000000 0.183809 0.000000 0.982962 1.000000 1.000000 1.000000 +997.054810 0.000000 3340.055664 0.000000 0.942727 0.000000 -0.333566 1.000000 1.000000 1.000000 +999.381348 0.000000 3357.835693 0.000000 0.009803 0.000000 0.999952 1.000000 1.000000 1.000000 +997.884644 0.000000 3356.479248 0.000000 0.612506 0.000000 -0.790466 1.000000 1.000000 1.000000 +994.781372 0.000000 3356.495361 0.000000 0.578701 0.000000 -0.815540 1.000000 1.000000 1.000000 +943.259827 0.000000 3344.220703 0.000000 0.089317 0.000000 -0.996003 1.000000 1.000000 1.000000 +1001.156372 0.000000 3328.115234 0.000000 0.226910 0.000000 -0.973916 1.000000 1.000000 1.000000 +995.995789 0.000000 3341.373047 0.000000 0.699488 0.000000 -0.714645 1.000000 1.000000 1.000000 +942.134033 0.000000 3347.430176 0.000000 0.283377 0.000000 0.959009 1.000000 1.000000 1.000000 +945.480042 0.000000 3345.881836 0.000000 0.070682 0.000000 0.997499 1.000000 1.000000 1.000000 +996.153076 0.000000 3357.210205 0.000000 0.921709 0.000000 0.387882 1.000000 1.000000 1.000000 +957.650024 0.000000 3327.454834 0.000000 0.123833 0.000000 0.992303 1.000000 1.000000 1.000000 +1001.352234 0.000000 3329.676514 0.000000 0.502667 0.000000 -0.864480 1.000000 1.000000 1.000000 +994.338745 0.000000 3340.960938 0.000000 0.060485 0.000000 -0.998169 1.000000 1.000000 1.000000 +979.188599 0.000000 3319.832275 0.000000 0.996419 0.000000 -0.084553 1.000000 1.000000 1.000000 +937.966736 0.000000 3315.704102 0.000000 0.777313 0.000000 -0.629114 1.000000 1.000000 1.000000 +978.309448 0.000000 3320.989014 0.000000 0.107171 0.000000 0.994241 1.000000 1.000000 1.000000 +956.336182 0.000000 3327.477295 0.000000 0.518762 0.000000 0.854919 1.000000 1.000000 1.000000 +978.679077 0.000000 3318.745361 0.000000 0.311014 0.000000 -0.950405 1.000000 1.000000 1.000000 +995.888916 0.000000 3340.156494 0.000000 0.527090 0.000000 0.849810 1.000000 1.000000 1.000000 +957.839417 0.000000 3326.301270 0.000000 0.922386 0.000000 0.386270 1.000000 1.000000 1.000000 +1009.580383 0.000000 3329.120605 0.000000 0.941232 0.000000 -0.337760 1.000000 1.000000 1.000000 +1020.684753 0.000000 3353.816650 0.000000 0.256729 0.000000 0.966483 1.000000 1.000000 1.000000 +1026.122314 0.000000 3341.193359 0.000000 0.998486 0.000000 0.055014 1.000000 1.000000 1.000000 +1015.567688 0.000000 3328.048584 0.000000 0.285493 0.000000 -0.958381 1.000000 1.000000 1.000000 +1017.078003 0.000000 3349.738770 0.000000 0.384054 0.000000 -0.923311 1.000000 1.000000 1.000000 +1026.574951 0.000000 3337.179932 0.000000 0.838857 0.000000 0.544352 1.000000 1.000000 1.000000 +1011.653992 0.000000 3325.977539 0.000000 0.856960 0.000000 -0.515383 1.000000 1.000000 1.000000 +1023.688843 0.000000 3338.915527 0.000000 0.771493 0.000000 0.636238 1.000000 1.000000 1.000000 +1016.906616 0.000000 3353.012451 0.000000 0.769474 0.000000 -0.638679 1.000000 1.000000 1.000000 +1012.652527 0.000000 3329.162842 0.000000 0.262571 0.000000 -0.964913 1.000000 1.000000 1.000000 +1014.353821 0.000000 3351.085693 0.000000 0.392701 0.000000 0.919666 1.000000 1.000000 1.000000 +1022.717224 0.000000 3341.731445 0.000000 0.679473 0.000000 -0.733701 1.000000 1.000000 1.000000 +1019.585266 0.000000 3351.179443 0.000000 0.044819 0.000000 -0.998995 1.000000 1.000000 1.000000 +1014.048401 0.000000 3326.229004 0.000000 0.890761 0.000000 0.454472 1.000000 1.000000 1.000000 +1025.796387 0.000000 3339.096924 0.000000 0.995435 0.000000 -0.095443 1.000000 1.000000 1.000000 +1011.201172 0.000000 3327.888184 0.000000 0.989890 0.000000 0.141835 1.000000 1.000000 1.000000 +1024.375488 0.000000 3340.689453 0.000000 0.817990 0.000000 -0.575233 1.000000 1.000000 1.000000 +1017.784119 0.000000 3351.413086 0.000000 0.999166 0.000000 -0.040821 1.000000 1.000000 1.000000 +1012.853882 0.000000 3327.452637 0.000000 0.140339 0.000000 -0.990103 1.000000 1.000000 1.000000 +1016.137207 0.000000 3351.380371 0.000000 0.994240 0.000000 -0.107178 1.000000 1.000000 1.000000 +1018.623169 0.000000 3350.132324 0.000000 0.867316 0.000000 -0.497758 1.000000 1.000000 1.000000 +1227.787354 0.000000 2804.372803 0.000000 0.671032 0.000000 -0.741428 1.000000 1.000000 1.000000 +1225.842285 0.000000 2806.352539 0.000000 0.056959 0.000000 0.998376 1.000000 1.000000 1.000000 +1227.988770 0.000000 2806.677979 0.000000 0.390671 0.000000 0.920530 1.000000 1.000000 1.000000 +1193.891602 0.000000 2844.663574 0.000000 0.908637 0.000000 0.417588 1.000000 1.000000 1.000000 +1218.553833 0.000000 2837.308838 0.000000 0.111255 0.000000 -0.993792 1.000000 1.000000 1.000000 +1198.609497 0.000000 2825.855225 0.000000 0.840322 0.000000 0.542087 1.000000 1.000000 1.000000 +1212.084839 0.000000 2841.392578 0.000000 0.350259 0.000000 -0.936653 1.000000 1.000000 1.000000 +1215.656372 0.000000 2851.937744 0.000000 0.816986 0.000000 -0.576657 1.000000 1.000000 1.000000 +1200.483521 0.000000 2831.893799 0.000000 0.982753 0.000000 0.184925 1.000000 1.000000 1.000000 +1195.172485 0.000000 2830.649170 0.000000 0.841777 0.000000 -0.539826 1.000000 1.000000 1.000000 +1221.643311 0.000000 2841.030762 0.000000 0.541242 0.000000 0.840867 1.000000 1.000000 1.000000 +1192.391113 0.000000 2849.175293 0.000000 0.626109 0.000000 -0.779735 1.000000 1.000000 1.000000 +1214.625366 0.000000 2847.094727 0.000000 0.737575 0.000000 -0.675265 1.000000 1.000000 1.000000 +1188.620239 0.000000 2824.720459 0.000000 0.990608 0.000000 0.136735 1.000000 1.000000 1.000000 +1197.627441 0.000000 2813.341797 0.000000 0.822035 0.000000 0.569437 1.000000 1.000000 1.000000 +1212.214355 0.000000 2851.551270 0.000000 0.106888 0.000000 0.994271 1.000000 1.000000 1.000000 +1218.746460 0.000000 2850.840332 0.000000 0.528127 0.000000 -0.849165 1.000000 1.000000 1.000000 +1216.814087 0.000000 2840.211914 0.000000 0.949388 0.000000 0.314106 1.000000 1.000000 1.000000 +1190.179077 0.000000 2846.787842 0.000000 0.978558 0.000000 -0.205971 1.000000 1.000000 1.000000 +1195.718628 0.000000 2827.471436 0.000000 0.108058 0.000000 -0.994145 1.000000 1.000000 1.000000 +1217.824951 0.000000 2846.984619 0.000000 0.116022 0.000000 -0.993247 1.000000 1.000000 1.000000 +1198.199829 0.000000 2829.826416 0.000000 0.390990 0.000000 0.920395 1.000000 1.000000 1.000000 +1201.644531 0.000000 2824.868408 0.000000 0.995475 0.000000 -0.095020 1.000000 1.000000 1.000000 +1191.044922 0.000000 2823.138428 0.000000 0.213486 0.000000 0.976946 1.000000 1.000000 1.000000 +1210.601074 0.000000 2838.551270 0.000000 0.649387 0.000000 -0.760458 1.000000 1.000000 1.000000 +1222.178711 0.000000 2837.830078 0.000000 0.619439 0.000000 0.785044 1.000000 1.000000 1.000000 +1209.359131 0.000000 2841.748779 0.000000 0.859367 0.000000 -0.511360 1.000000 1.000000 1.000000 +1186.425537 0.000000 2822.940186 0.000000 0.985738 0.000000 0.168289 1.000000 1.000000 1.000000 +1216.161255 0.000000 2849.311279 0.000000 0.706447 0.000000 -0.707766 1.000000 1.000000 1.000000 +1189.342773 0.000000 2820.980225 0.000000 0.999612 0.000000 -0.027868 1.000000 1.000000 1.000000 +1200.466064 0.000000 2812.914795 0.000000 0.290953 0.000000 -0.956737 1.000000 1.000000 1.000000 +1219.472290 0.000000 2839.690186 0.000000 0.540853 0.000000 0.841117 1.000000 1.000000 1.000000 +1194.071045 0.000000 2847.324463 0.000000 0.659373 0.000000 -0.751816 1.000000 1.000000 1.000000 +1220.387573 0.000000 2835.984863 0.000000 0.499509 0.000000 -0.866309 1.000000 1.000000 1.000000 +1210.900269 0.000000 2843.273193 0.000000 0.077869 0.000000 0.996964 1.000000 1.000000 1.000000 +1214.302246 0.000000 2850.312012 0.000000 0.137896 0.000000 -0.990447 1.000000 1.000000 1.000000 +1190.526123 0.000000 2825.617432 0.000000 0.854132 0.000000 0.520057 1.000000 1.000000 1.000000 +1215.357910 0.000000 2853.945068 0.000000 0.999421 0.000000 0.034012 1.000000 1.000000 1.000000 +1198.064819 0.000000 2827.796387 0.000000 0.961489 0.000000 0.274843 1.000000 1.000000 1.000000 +1192.220825 0.000000 2846.620605 0.000000 0.823556 0.000000 -0.567235 1.000000 1.000000 1.000000 +1199.263672 0.000000 2814.530029 0.000000 0.989129 0.000000 0.147050 1.000000 1.000000 1.000000 +1188.585693 0.000000 2822.762695 0.000000 0.417965 0.000000 0.908463 1.000000 1.000000 1.000000 +1218.215332 0.000000 2841.491211 0.000000 0.112534 0.000000 0.993648 1.000000 1.000000 1.000000 +1220.343506 0.000000 2838.011963 0.000000 0.873956 0.000000 0.486004 1.000000 1.000000 1.000000 +1196.453979 0.000000 2829.197266 0.000000 0.861470 0.000000 -0.507809 1.000000 1.000000 1.000000 +1195.851318 0.000000 2846.631104 0.000000 0.235897 0.000000 -0.971778 1.000000 1.000000 1.000000 +1198.691162 0.000000 2831.707275 0.000000 0.695770 0.000000 0.718264 1.000000 1.000000 1.000000 +1216.999756 0.000000 2850.842041 0.000000 0.822378 0.000000 -0.568941 1.000000 1.000000 1.000000 +1210.493530 0.000000 2840.326904 0.000000 0.221616 0.000000 -0.975134 1.000000 1.000000 1.000000 +1199.922974 0.000000 2824.642578 0.000000 0.762360 0.000000 -0.647153 1.000000 1.000000 1.000000 +1221.405273 0.000000 2839.334473 0.000000 0.954959 0.000000 0.296738 1.000000 1.000000 1.000000 +1199.498169 0.000000 2828.580322 0.000000 0.898393 0.000000 0.439193 1.000000 1.000000 1.000000 +1198.439575 0.000000 2824.056152 0.000000 0.994484 0.000000 0.104892 1.000000 1.000000 1.000000 +1213.231567 0.000000 2840.569092 0.000000 0.614727 0.000000 0.788740 1.000000 1.000000 1.000000 +1217.330444 0.000000 2848.576172 0.000000 0.475182 0.000000 -0.879887 1.000000 1.000000 1.000000 +1199.027710 0.000000 2813.179688 0.000000 0.974543 0.000000 -0.224199 1.000000 1.000000 1.000000 +1221.774658 0.000000 2836.031982 0.000000 0.933376 0.000000 0.358900 1.000000 1.000000 1.000000 +1189.885254 0.000000 2822.368164 0.000000 0.323778 0.000000 -0.946133 1.000000 1.000000 1.000000 +1199.315552 0.000000 2827.228027 0.000000 0.996168 0.000000 -0.087457 1.000000 1.000000 1.000000 +1210.751099 0.000000 2841.711914 0.000000 0.074679 0.000000 -0.997208 1.000000 1.000000 1.000000 +1217.808716 0.000000 2849.786621 0.000000 0.545838 0.000000 0.837890 1.000000 1.000000 1.000000 +1215.592896 0.000000 2850.499268 0.000000 0.545076 0.000000 -0.838387 1.000000 1.000000 1.000000 +1219.147705 0.000000 2838.480713 0.000000 0.299849 0.000000 0.953987 1.000000 1.000000 1.000000 +1221.076660 0.000000 2837.072754 0.000000 0.654098 0.000000 0.756410 1.000000 1.000000 1.000000 +1214.578857 0.000000 2851.549561 0.000000 0.761952 0.000000 0.647634 1.000000 1.000000 1.000000 +1233.054932 0.000000 2840.381592 0.000000 0.931020 0.000000 -0.364967 1.000000 1.000000 1.000000 +1224.285522 0.000000 2811.095947 0.000000 0.011863 0.000000 -0.999930 1.000000 1.000000 1.000000 +1224.126343 0.000000 2835.380127 0.000000 0.216275 0.000000 0.976332 1.000000 1.000000 1.000000 +1229.898315 0.000000 2834.758789 0.000000 0.935844 0.000000 0.352413 1.000000 1.000000 1.000000 +1233.054565 0.000000 2845.848145 0.000000 0.368579 0.000000 0.929597 1.000000 1.000000 1.000000 +1226.505005 0.000000 2830.542236 0.000000 0.683021 0.000000 0.730398 1.000000 1.000000 1.000000 +1228.556519 0.000000 2808.801514 0.000000 0.331814 0.000000 -0.943345 1.000000 1.000000 1.000000 +1227.557495 0.000000 2813.996582 0.000000 0.668137 0.000000 -0.744038 1.000000 1.000000 1.000000 +1237.123535 0.000000 2844.705078 0.000000 0.232078 0.000000 0.972697 1.000000 1.000000 1.000000 +1224.464722 0.000000 2807.559570 0.000000 0.947680 0.000000 -0.319221 1.000000 1.000000 1.000000 +1230.679565 0.000000 2831.511963 0.000000 0.008452 0.000000 -0.999964 1.000000 1.000000 1.000000 +1223.922974 0.000000 2838.873291 0.000000 0.555635 0.000000 -0.831426 1.000000 1.000000 1.000000 +1226.802246 0.000000 2833.604980 0.000000 0.885196 0.000000 -0.465218 1.000000 1.000000 1.000000 +1234.891602 0.000000 2842.732666 0.000000 0.925501 0.000000 -0.378746 1.000000 1.000000 1.000000 +1228.966309 0.000000 2811.647217 0.000000 0.633037 0.000000 -0.774122 1.000000 1.000000 1.000000 +1226.752441 0.000000 2810.675049 0.000000 0.982483 0.000000 0.186354 1.000000 1.000000 1.000000 +1232.620728 0.000000 2843.525391 0.000000 0.085718 0.000000 0.996319 1.000000 1.000000 1.000000 +1224.750854 0.000000 2832.162598 0.000000 0.814325 0.000000 0.580410 1.000000 1.000000 1.000000 +1228.402588 0.000000 2831.932617 0.000000 0.010871 0.000000 -0.999941 1.000000 1.000000 1.000000 +1226.542603 0.000000 2808.073975 0.000000 0.493365 0.000000 -0.869822 1.000000 1.000000 1.000000 +1234.979126 0.000000 2844.890625 0.000000 0.723205 0.000000 -0.690634 1.000000 1.000000 1.000000 +1237.237061 0.000000 2842.688721 0.000000 0.317197 0.000000 0.948360 1.000000 1.000000 1.000000 +1224.563232 0.000000 2830.128662 0.000000 0.996071 0.000000 -0.088558 1.000000 1.000000 1.000000 +1225.170898 0.000000 2809.414551 0.000000 0.950622 0.000000 -0.310350 1.000000 1.000000 1.000000 +1228.531250 0.000000 2833.647217 0.000000 0.210342 0.000000 -0.977628 1.000000 1.000000 1.000000 +1226.369995 0.000000 2832.151367 0.000000 0.397410 0.000000 0.917641 1.000000 1.000000 1.000000 +1229.687622 0.000000 2832.692383 0.000000 0.072028 0.000000 0.997403 1.000000 1.000000 1.000000 +1236.044556 0.000000 2843.769531 0.000000 0.486106 0.000000 -0.873900 1.000000 1.000000 1.000000 +1227.803833 0.000000 2807.405762 0.000000 0.236401 0.000000 -0.971656 1.000000 1.000000 1.000000 +1227.239502 0.000000 2809.335449 0.000000 0.427089 0.000000 -0.904210 1.000000 1.000000 1.000000 +1229.399536 0.000000 2830.894043 0.000000 0.708741 0.000000 -0.705469 1.000000 1.000000 1.000000 +1225.935547 0.000000 2811.813477 0.000000 0.724547 0.000000 0.689225 1.000000 1.000000 1.000000 +1227.774048 0.000000 2830.687500 0.000000 0.003185 0.000000 -0.999995 1.000000 1.000000 1.000000 +1347.208984 0.000000 3010.373291 0.000000 0.764536 0.000000 -0.644580 1.000000 1.000000 1.000000 +1340.778320 0.000000 2980.142090 0.000000 0.604954 0.000000 0.796260 1.000000 1.000000 1.000000 +1356.069214 0.000000 2985.361328 0.000000 0.437439 0.000000 0.899248 1.000000 1.000000 1.000000 +1354.214355 0.000000 2998.280518 0.000000 0.907842 0.000000 -0.419312 1.000000 1.000000 1.000000 +1362.442383 0.000000 3013.867432 0.000000 0.700185 0.000000 -0.713962 1.000000 1.000000 1.000000 +1342.764404 0.000000 3013.866211 0.000000 0.732897 0.000000 -0.680340 1.000000 1.000000 1.000000 +1359.184082 0.000000 3000.588623 0.000000 0.998949 0.000000 0.045843 1.000000 1.000000 1.000000 +1355.390625 0.000000 2989.400146 0.000000 0.865988 0.000000 0.500064 1.000000 1.000000 1.000000 +1342.256836 0.000000 3017.660645 0.000000 0.177962 0.000000 0.984037 1.000000 1.000000 1.000000 +1338.182373 0.000000 2977.908447 0.000000 0.989424 0.000000 0.145051 1.000000 1.000000 1.000000 +1361.733887 0.000000 3017.092773 0.000000 0.238003 0.000000 -0.971264 1.000000 1.000000 1.000000 +1346.065430 0.000000 3013.537842 0.000000 0.257599 0.000000 -0.966252 1.000000 1.000000 1.000000 +1341.395020 0.000000 2976.876953 0.000000 0.952760 0.000000 0.303723 1.000000 1.000000 1.000000 +1357.274414 0.000000 2998.340576 0.000000 0.992546 0.000000 -0.121867 1.000000 1.000000 1.000000 +1344.426636 0.000000 3011.678955 0.000000 0.673213 0.000000 -0.739449 1.000000 1.000000 1.000000 +1344.182129 0.000000 3015.901123 0.000000 0.907163 0.000000 -0.420779 1.000000 1.000000 1.000000 +1340.344727 0.000000 3014.198486 0.000000 0.961997 0.000000 0.273062 1.000000 1.000000 1.000000 +1360.656128 0.000000 3015.185791 0.000000 0.215838 0.000000 -0.976429 1.000000 1.000000 1.000000 +1354.884644 0.000000 2987.241943 0.000000 0.999621 0.000000 -0.027541 1.000000 1.000000 1.000000 +1340.025879 0.000000 2978.422607 0.000000 0.092434 0.000000 -0.995719 1.000000 1.000000 1.000000 +1363.490601 0.000000 3017.801758 0.000000 0.650341 0.000000 0.759642 1.000000 1.000000 1.000000 +1357.845581 0.000000 2996.557373 0.000000 0.831553 0.000000 0.555445 1.000000 1.000000 1.000000 +1362.995972 0.000000 3015.685059 0.000000 0.941787 0.000000 0.336210 1.000000 1.000000 1.000000 +1342.330811 0.000000 3015.689941 0.000000 0.179639 0.000000 0.983733 1.000000 1.000000 1.000000 +1356.512085 0.000000 2987.884033 0.000000 0.854175 0.000000 0.519986 1.000000 1.000000 1.000000 +1339.039062 0.000000 2979.904541 0.000000 0.567096 0.000000 -0.823652 1.000000 1.000000 1.000000 +1354.477905 0.000000 2984.295654 0.000000 0.026331 0.000000 0.999653 1.000000 1.000000 1.000000 +1345.746460 0.000000 3015.186279 0.000000 0.982810 0.000000 -0.184622 1.000000 1.000000 1.000000 +1344.371094 0.000000 3013.492676 0.000000 0.840806 0.000000 0.541336 1.000000 1.000000 1.000000 +1358.507202 0.000000 2999.263672 0.000000 0.999982 0.000000 0.005933 1.000000 1.000000 1.000000 +1343.107788 0.000000 3012.319580 0.000000 0.011919 0.000000 -0.999929 1.000000 1.000000 1.000000 +1356.900513 0.000000 2999.758545 0.000000 0.579790 0.000000 0.814766 1.000000 1.000000 1.000000 +1343.761963 0.000000 3014.676025 0.000000 0.495535 0.000000 0.868588 1.000000 1.000000 1.000000 +1345.242310 0.000000 3012.608887 0.000000 0.672071 0.000000 -0.740486 1.000000 1.000000 1.000000 +1363.676514 0.000000 3014.043213 0.000000 0.052844 0.000000 0.998603 1.000000 1.000000 1.000000 +1338.281494 0.000000 2979.035156 0.000000 0.995576 0.000000 -0.093960 1.000000 1.000000 1.000000 +1354.081177 0.000000 2986.535645 0.000000 0.175543 0.000000 0.984472 1.000000 1.000000 1.000000 +1370.621460 0.000000 2992.644775 0.000000 0.924877 0.000000 0.380266 1.000000 1.000000 1.000000 +1379.389893 0.000000 3009.629639 0.000000 0.978116 0.000000 0.208061 1.000000 1.000000 1.000000 +1378.250854 0.000000 3005.138916 0.000000 0.635816 0.000000 -0.771841 1.000000 1.000000 1.000000 +1379.833740 0.000000 3004.031250 0.000000 0.815272 0.000000 0.579078 1.000000 1.000000 1.000000 +1369.328735 0.000000 2991.500000 0.000000 0.721759 0.000000 0.692144 1.000000 1.000000 1.000000 +1378.474487 0.000000 3006.521973 0.000000 0.099867 0.000000 -0.995001 1.000000 1.000000 1.000000 +1370.564087 0.000000 2991.394287 0.000000 0.976096 0.000000 0.217341 1.000000 1.000000 1.000000 +1379.506592 0.000000 3006.541260 0.000000 0.480076 0.000000 -0.877227 1.000000 1.000000 1.000000 +1365.798218 0.000000 3080.817383 0.000000 0.972291 0.000000 -0.233773 1.000000 1.000000 1.000000 +1367.138672 0.000000 3086.424072 0.000000 0.984374 0.000000 0.176089 1.000000 1.000000 1.000000 +1362.442383 0.000000 3085.851807 0.000000 0.806611 0.000000 0.591083 1.000000 1.000000 1.000000 +1364.735840 0.000000 3088.358398 0.000000 0.371971 0.000000 -0.928244 1.000000 1.000000 1.000000 +1364.348267 0.000000 3083.490234 0.000000 0.999376 0.000000 -0.035318 1.000000 1.000000 1.000000 +1366.855469 0.000000 3083.905029 0.000000 0.964583 0.000000 -0.263781 1.000000 1.000000 1.000000 +1364.929199 0.000000 3085.815430 0.000000 0.001471 0.000000 0.999999 1.000000 1.000000 1.000000 +1360.656128 0.000000 3087.170166 0.000000 0.555506 0.000000 0.831513 1.000000 1.000000 1.000000 +1363.490601 0.000000 3089.786133 0.000000 0.318362 0.000000 -0.947969 1.000000 1.000000 1.000000 +1367.093628 0.000000 3082.100342 0.000000 0.997830 0.000000 0.065842 1.000000 1.000000 1.000000 +1362.995972 0.000000 3087.669434 0.000000 0.598873 0.000000 0.800844 1.000000 1.000000 1.000000 +1365.569702 0.000000 3084.485107 0.000000 0.876546 0.000000 0.481319 1.000000 1.000000 1.000000 +1364.242676 0.000000 3087.027588 0.000000 0.051523 0.000000 -0.998672 1.000000 1.000000 1.000000 +1366.705200 0.000000 3085.235107 0.000000 0.841863 0.000000 -0.539692 1.000000 1.000000 1.000000 +1363.676514 0.000000 3086.027588 0.000000 0.827878 0.000000 0.560909 1.000000 1.000000 1.000000 +1386.347778 0.000000 3074.373047 0.000000 0.898493 0.000000 0.438988 1.000000 1.000000 1.000000 +1419.201172 0.000000 3082.357666 0.000000 0.822127 0.000000 -0.569304 1.000000 1.000000 1.000000 +1424.509033 0.000000 3091.287109 0.000000 0.845653 0.000000 0.533733 1.000000 1.000000 1.000000 +1394.481567 0.000000 3080.062744 0.000000 0.965387 0.000000 0.260822 1.000000 1.000000 1.000000 +1419.477295 0.000000 3072.058350 0.000000 0.238345 0.000000 0.971181 1.000000 1.000000 1.000000 +1419.756836 0.000000 3057.416992 0.000000 0.707599 0.000000 -0.706614 1.000000 1.000000 1.000000 +1368.414917 0.000000 3080.851562 0.000000 0.474794 0.000000 -0.880097 1.000000 1.000000 1.000000 +1382.957764 0.000000 3086.849609 0.000000 0.627740 0.000000 -0.778423 1.000000 1.000000 1.000000 +1430.145264 0.000000 3046.436279 0.000000 0.569352 0.000000 -0.822094 1.000000 1.000000 1.000000 +1436.960693 0.000000 3046.771240 0.000000 0.866122 0.000000 0.499833 1.000000 1.000000 1.000000 +1396.434937 0.000000 3064.666992 0.000000 0.160368 0.000000 -0.987057 1.000000 1.000000 1.000000 +1385.141235 0.000000 3069.087402 0.000000 0.915203 0.000000 -0.402994 1.000000 1.000000 1.000000 +1369.313843 0.000000 3086.959717 0.000000 0.538461 0.000000 -0.842650 1.000000 1.000000 1.000000 +1400.103882 0.000000 3082.306152 0.000000 0.582187 0.000000 0.813055 1.000000 1.000000 1.000000 +1433.217896 0.000000 3043.359619 0.000000 0.981057 0.000000 0.193717 1.000000 1.000000 1.000000 +1380.902100 0.000000 3070.123535 0.000000 0.176900 0.000000 -0.984229 1.000000 1.000000 1.000000 +1433.504517 0.000000 3049.153076 0.000000 0.939654 0.000000 -0.342126 1.000000 1.000000 1.000000 +1425.061646 0.000000 3095.317627 0.000000 0.377725 0.000000 0.925918 1.000000 1.000000 1.000000 +1392.847534 0.000000 3064.146729 0.000000 0.362420 0.000000 0.932015 1.000000 1.000000 1.000000 +1398.166138 0.000000 3079.034180 0.000000 0.944211 0.000000 0.329340 1.000000 1.000000 1.000000 +1417.762085 0.000000 3060.551270 0.000000 0.618495 0.000000 -0.785789 1.000000 1.000000 1.000000 +1385.242920 0.000000 3084.229004 0.000000 0.783726 0.000000 0.621107 1.000000 1.000000 1.000000 +1418.912354 0.000000 3075.538574 0.000000 0.453776 0.000000 0.891116 1.000000 1.000000 1.000000 +1418.808838 0.000000 3078.963623 0.000000 0.428288 0.000000 0.903642 1.000000 1.000000 1.000000 +1383.632812 0.000000 3072.149170 0.000000 0.982114 0.000000 -0.188286 1.000000 1.000000 1.000000 +1396.728516 0.000000 3082.623047 0.000000 0.944028 0.000000 0.329864 1.000000 1.000000 1.000000 +1369.689941 0.000000 3083.780029 0.000000 0.290503 0.000000 0.956874 1.000000 1.000000 1.000000 +1420.944336 0.000000 3060.601807 0.000000 0.974987 0.000000 -0.222263 1.000000 1.000000 1.000000 +1434.073853 0.000000 3046.231445 0.000000 0.840528 0.000000 0.541768 1.000000 1.000000 1.000000 +1435.945312 0.000000 3044.316162 0.000000 0.998089 0.000000 -0.061800 1.000000 1.000000 1.000000 +1394.163696 0.000000 3066.426270 0.000000 0.923656 0.000000 -0.383224 1.000000 1.000000 1.000000 +1421.022339 0.000000 3080.116211 0.000000 0.995091 0.000000 0.098968 1.000000 1.000000 1.000000 +1421.636475 0.000000 3075.067383 0.000000 0.633734 0.000000 -0.773551 1.000000 1.000000 1.000000 +1380.195190 0.000000 3072.479248 0.000000 0.083341 0.000000 -0.996521 1.000000 1.000000 1.000000 +1430.828369 0.000000 3044.062012 0.000000 0.814574 0.000000 -0.580059 1.000000 1.000000 1.000000 +1384.956787 0.000000 3088.238525 0.000000 0.997550 0.000000 -0.069953 1.000000 1.000000 1.000000 +1423.768677 0.000000 3093.291504 0.000000 0.945087 0.000000 0.326820 1.000000 1.000000 1.000000 +1385.895752 0.000000 3086.289062 0.000000 0.926600 0.000000 -0.376049 1.000000 1.000000 1.000000 +1421.494507 0.000000 3072.624756 0.000000 0.959718 0.000000 0.280964 1.000000 1.000000 1.000000 +1383.108398 0.000000 3070.064209 0.000000 0.414070 0.000000 -0.910245 1.000000 1.000000 1.000000 +1396.611328 0.000000 3080.442627 0.000000 0.999058 0.000000 0.043406 1.000000 1.000000 1.000000 +1420.056641 0.000000 3077.302246 0.000000 0.112449 0.000000 0.993658 1.000000 1.000000 1.000000 +1432.072144 0.000000 3045.790771 0.000000 0.712602 0.000000 0.701569 1.000000 1.000000 1.000000 +1419.385742 0.000000 3059.396729 0.000000 0.160537 0.000000 0.987030 1.000000 1.000000 1.000000 +1417.599854 0.000000 3081.178467 0.000000 0.587928 0.000000 -0.808913 1.000000 1.000000 1.000000 +1398.435547 0.000000 3081.140381 0.000000 0.880973 0.000000 0.473167 1.000000 1.000000 1.000000 +1422.060547 0.000000 3095.180176 0.000000 0.968967 0.000000 0.247192 1.000000 1.000000 1.000000 +1435.184448 0.000000 3047.797852 0.000000 0.938680 0.000000 -0.344789 1.000000 1.000000 1.000000 +1368.255737 0.000000 3085.145752 0.000000 0.152273 0.000000 -0.988338 1.000000 1.000000 1.000000 +1367.913940 0.000000 3083.166992 0.000000 0.111665 0.000000 -0.993746 1.000000 1.000000 1.000000 +1418.117188 0.000000 3083.729248 0.000000 0.808043 0.000000 -0.589123 1.000000 1.000000 1.000000 +1419.367310 0.000000 3080.653076 0.000000 0.610228 0.000000 0.792226 1.000000 1.000000 1.000000 +1433.025757 0.000000 3047.545410 0.000000 0.306707 0.000000 -0.951804 1.000000 1.000000 1.000000 +1369.874146 0.000000 3082.084473 0.000000 0.979114 0.000000 0.203310 1.000000 1.000000 1.000000 +1385.258423 0.000000 3072.859375 0.000000 0.770711 0.000000 0.637185 1.000000 1.000000 1.000000 +1382.319458 0.000000 3073.272949 0.000000 0.997450 0.000000 -0.071368 1.000000 1.000000 1.000000 +1384.520508 0.000000 3089.838135 0.000000 0.791299 0.000000 0.611429 1.000000 1.000000 1.000000 +1416.096558 0.000000 3061.358643 0.000000 0.726041 0.000000 0.687651 1.000000 1.000000 1.000000 +1398.532349 0.000000 3082.724365 0.000000 0.837984 0.000000 -0.545695 1.000000 1.000000 1.000000 +1419.443604 0.000000 3061.105713 0.000000 0.372575 0.000000 -0.928002 1.000000 1.000000 1.000000 +1394.379639 0.000000 3064.763916 0.000000 0.903295 0.000000 -0.429021 1.000000 1.000000 1.000000 +1420.361816 0.000000 3075.760742 0.000000 0.884495 0.000000 -0.466549 1.000000 1.000000 1.000000 +1392.815430 0.000000 3065.634033 0.000000 0.933045 0.000000 0.359759 1.000000 1.000000 1.000000 +1432.195557 0.000000 3044.299561 0.000000 0.441340 0.000000 -0.897340 1.000000 1.000000 1.000000 +1425.010376 0.000000 3093.884521 0.000000 0.044542 0.000000 -0.999008 1.000000 1.000000 1.000000 +1421.533813 0.000000 3076.410156 0.000000 0.932697 0.000000 -0.360661 1.000000 1.000000 1.000000 +1433.268433 0.000000 3045.200195 0.000000 0.619870 0.000000 0.784704 1.000000 1.000000 1.000000 +1365.626221 0.000000 3106.879639 0.000000 0.623955 0.000000 0.781461 1.000000 1.000000 1.000000 +1366.037231 0.000000 3104.911621 0.000000 0.642485 0.000000 0.766298 1.000000 1.000000 1.000000 +1367.217529 0.000000 3106.128174 0.000000 0.029130 0.000000 0.999576 1.000000 1.000000 1.000000 +1419.477295 0.000000 3144.042725 0.000000 0.674320 0.000000 -0.738439 1.000000 1.000000 1.000000 +1389.944946 0.000000 3105.480225 0.000000 0.994430 0.000000 0.105402 1.000000 1.000000 1.000000 +1419.756836 0.000000 3129.401367 0.000000 0.813319 0.000000 0.581818 1.000000 1.000000 1.000000 +1377.752686 0.000000 3118.198242 0.000000 0.549566 0.000000 -0.835450 1.000000 1.000000 1.000000 +1370.458130 0.000000 3105.973389 0.000000 0.611950 0.000000 0.790897 1.000000 1.000000 1.000000 +1377.140625 0.000000 3144.258545 0.000000 0.374138 0.000000 -0.927373 1.000000 1.000000 1.000000 +1405.728027 0.000000 3141.306641 0.000000 0.717758 0.000000 -0.696293 1.000000 1.000000 1.000000 +1396.769531 0.000000 3158.095703 0.000000 0.508183 0.000000 -0.861249 1.000000 1.000000 1.000000 +1415.786621 0.000000 3149.143799 0.000000 0.958158 0.000000 -0.286241 1.000000 1.000000 1.000000 +1407.333374 0.000000 3124.139648 0.000000 0.045873 0.000000 -0.998947 1.000000 1.000000 1.000000 +1414.380737 0.000000 3144.293701 0.000000 0.788369 0.000000 0.615202 1.000000 1.000000 1.000000 +1396.197021 0.000000 3162.925781 0.000000 0.665361 0.000000 0.746522 1.000000 1.000000 1.000000 +1408.367676 0.000000 3137.112793 0.000000 0.485867 0.000000 0.874033 1.000000 1.000000 1.000000 +1423.763794 0.000000 3127.260742 0.000000 0.027944 0.000000 -0.999609 1.000000 1.000000 1.000000 +1367.986816 0.000000 3109.377441 0.000000 0.988193 0.000000 -0.153212 1.000000 1.000000 1.000000 +1376.382202 0.000000 3147.809082 0.000000 0.989388 0.000000 0.145298 1.000000 1.000000 1.000000 +1418.912354 0.000000 3147.522949 0.000000 0.813366 0.000000 0.581753 1.000000 1.000000 1.000000 +1426.285278 0.000000 3095.819336 0.000000 0.581255 0.000000 0.813721 1.000000 1.000000 1.000000 +1410.174561 0.000000 3121.877197 0.000000 0.960643 0.000000 0.277786 1.000000 1.000000 1.000000 +1388.934326 0.000000 3102.126953 0.000000 0.449543 0.000000 0.893259 1.000000 1.000000 1.000000 +1380.470459 0.000000 3120.368652 0.000000 0.850914 0.000000 0.525305 1.000000 1.000000 1.000000 +1408.871582 0.000000 3140.044189 0.000000 0.738471 0.000000 -0.674285 1.000000 1.000000 1.000000 +1420.836060 0.000000 3126.629639 0.000000 0.957348 0.000000 -0.288938 1.000000 1.000000 1.000000 +1416.651978 0.000000 3145.902344 0.000000 0.250022 0.000000 0.968240 1.000000 1.000000 1.000000 +1409.916748 0.000000 3125.185303 0.000000 0.626404 0.000000 0.779498 1.000000 1.000000 1.000000 +1422.436035 0.000000 3129.727539 0.000000 0.945519 0.000000 -0.325566 1.000000 1.000000 1.000000 +1378.642700 0.000000 3146.403564 0.000000 0.688335 0.000000 0.725393 1.000000 1.000000 1.000000 +1418.072998 0.000000 3127.288818 0.000000 0.714060 0.000000 0.700084 1.000000 1.000000 1.000000 +1398.614868 0.000000 3163.839844 0.000000 0.805621 0.000000 -0.592431 1.000000 1.000000 1.000000 +1397.659302 0.000000 3160.696289 0.000000 0.204749 0.000000 0.978815 1.000000 1.000000 1.000000 +1367.932129 0.000000 3105.733398 0.000000 0.057471 0.000000 -0.998347 1.000000 1.000000 1.000000 +1406.777832 0.000000 3139.275146 0.000000 0.002720 0.000000 0.999996 1.000000 1.000000 1.000000 +1395.508301 0.000000 3160.859375 0.000000 0.943136 0.000000 0.332408 1.000000 1.000000 1.000000 +1379.815186 0.000000 3118.383789 0.000000 0.985135 0.000000 0.171783 1.000000 1.000000 1.000000 +1417.803955 0.000000 3149.188477 0.000000 0.606214 0.000000 0.795302 1.000000 1.000000 1.000000 +1390.458740 0.000000 3103.531494 0.000000 0.985413 0.000000 0.170181 1.000000 1.000000 1.000000 +1378.531738 0.000000 3119.920898 0.000000 0.190626 0.000000 0.981663 1.000000 1.000000 1.000000 +1406.331055 0.000000 3136.660156 0.000000 0.790984 0.000000 0.611837 1.000000 1.000000 1.000000 +1409.099976 0.000000 3123.471191 0.000000 0.668249 0.000000 0.743937 1.000000 1.000000 1.000000 +1368.408447 0.000000 3107.520996 0.000000 0.950907 0.000000 0.309477 1.000000 1.000000 1.000000 +1416.858032 0.000000 3147.721191 0.000000 0.080382 0.000000 0.996764 1.000000 1.000000 1.000000 +1411.031250 0.000000 3123.873291 0.000000 0.584572 0.000000 0.811342 1.000000 1.000000 1.000000 +1381.513550 0.000000 3118.901367 0.000000 0.985635 0.000000 -0.168889 1.000000 1.000000 1.000000 +1376.985962 0.000000 3146.234619 0.000000 0.994241 0.000000 -0.107166 1.000000 1.000000 1.000000 +1409.216309 0.000000 3138.495361 0.000000 0.475929 0.000000 0.879484 1.000000 1.000000 1.000000 +1388.961548 0.000000 3103.756104 0.000000 0.334204 0.000000 0.942501 1.000000 1.000000 1.000000 +1377.893799 0.000000 3147.675293 0.000000 0.632929 0.000000 -0.774210 1.000000 1.000000 1.000000 +1421.129883 0.000000 3129.134277 0.000000 0.789473 0.000000 -0.613785 1.000000 1.000000 1.000000 +1417.796387 0.000000 3146.697510 0.000000 0.694607 0.000000 -0.719389 1.000000 1.000000 1.000000 +1396.717407 0.000000 3161.678467 0.000000 0.062440 0.000000 0.998049 1.000000 1.000000 1.000000 +1397.459229 0.000000 3163.251221 0.000000 0.506312 0.000000 -0.862350 1.000000 1.000000 1.000000 +1406.023926 0.000000 3138.367188 0.000000 0.759417 0.000000 0.650604 1.000000 1.000000 1.000000 +1440.407104 0.000000 3008.867188 0.000000 0.919643 0.000000 -0.392755 1.000000 1.000000 1.000000 +1508.773193 0.000000 2992.031494 0.000000 0.932392 0.000000 -0.361449 1.000000 1.000000 1.000000 +1490.711792 0.000000 2992.298828 0.000000 0.739039 0.000000 -0.673663 1.000000 1.000000 1.000000 +1452.411987 0.000000 2979.565430 0.000000 0.997887 0.000000 0.064976 1.000000 1.000000 1.000000 +1445.369019 0.000000 3011.459473 0.000000 0.959724 0.000000 0.280946 1.000000 1.000000 1.000000 +1457.133423 0.000000 2997.103027 0.000000 0.179623 0.000000 -0.983735 1.000000 1.000000 1.000000 +1494.039917 0.000000 2995.740479 0.000000 0.820566 0.000000 -0.571551 1.000000 1.000000 1.000000 +1489.121094 0.000000 2996.449219 0.000000 0.728398 0.000000 0.685155 1.000000 1.000000 1.000000 +1445.928589 0.000000 3007.940918 0.000000 0.930504 0.000000 -0.366283 1.000000 1.000000 1.000000 +1455.625000 0.000000 3000.164795 0.000000 0.996453 0.000000 -0.084152 1.000000 1.000000 1.000000 +1455.641968 0.000000 2978.993652 0.000000 0.784463 0.000000 -0.620176 1.000000 1.000000 1.000000 +1441.682129 0.000000 3011.795654 0.000000 0.054774 0.000000 0.998499 1.000000 1.000000 1.000000 +1452.462646 0.000000 2976.399902 0.000000 0.284078 0.000000 0.958801 1.000000 1.000000 1.000000 +1454.670288 0.000000 2981.809570 0.000000 0.426152 0.000000 -0.904652 1.000000 1.000000 1.000000 +1443.181152 0.000000 3009.002441 0.000000 0.786992 0.000000 0.616963 1.000000 1.000000 1.000000 +1491.673340 0.000000 2997.358643 0.000000 0.352016 0.000000 -0.935994 1.000000 1.000000 1.000000 +1511.732056 0.000000 2992.263428 0.000000 0.439463 0.000000 -0.898261 1.000000 1.000000 1.000000 +1491.131104 0.000000 2994.886475 0.000000 0.995512 0.000000 -0.094635 1.000000 1.000000 1.000000 +1452.187378 0.000000 3000.494873 0.000000 0.389406 0.000000 -0.921066 1.000000 1.000000 1.000000 +1510.140747 0.000000 2994.134521 0.000000 0.896014 0.000000 -0.444025 1.000000 1.000000 1.000000 +1455.100586 0.000000 2998.079834 0.000000 0.535831 0.000000 -0.844326 1.000000 1.000000 1.000000 +1443.507568 0.000000 3010.909912 0.000000 0.811868 0.000000 -0.583841 1.000000 1.000000 1.000000 +1453.799805 0.000000 2999.686768 0.000000 0.279176 0.000000 -0.960240 1.000000 1.000000 1.000000 +1454.203247 0.000000 2980.082520 0.000000 0.613720 0.000000 -0.789524 1.000000 1.000000 1.000000 +1444.758057 0.000000 3009.727295 0.000000 0.997968 0.000000 -0.063710 1.000000 1.000000 1.000000 +1452.964722 0.000000 2981.497559 0.000000 0.666829 0.000000 -0.745211 1.000000 1.000000 1.000000 +1490.084839 0.000000 2997.954346 0.000000 0.886511 0.000000 -0.462707 1.000000 1.000000 1.000000 +1493.351562 0.000000 2997.416504 0.000000 0.999304 0.000000 -0.037302 1.000000 1.000000 1.000000 +1508.137695 0.000000 2993.595703 0.000000 0.994053 0.000000 0.108899 1.000000 1.000000 1.000000 +1454.311646 0.000000 3001.288574 0.000000 0.610070 0.000000 -0.792348 1.000000 1.000000 1.000000 +1492.396606 0.000000 2995.905273 0.000000 0.999923 0.000000 0.012373 1.000000 1.000000 1.000000 +1490.639160 0.000000 2996.285645 0.000000 0.941397 0.000000 0.337300 1.000000 1.000000 1.000000 +1509.996826 0.000000 2992.728271 0.000000 0.371120 0.000000 -0.928585 1.000000 1.000000 1.000000 +1511.308960 0.000000 2993.521973 0.000000 0.964389 0.000000 -0.264489 1.000000 1.000000 1.000000 +1454.883545 0.000000 2999.223877 0.000000 0.221866 0.000000 0.975077 1.000000 1.000000 1.000000 +1511.874023 0.000000 2995.011963 0.000000 0.076102 0.000000 0.997100 1.000000 1.000000 1.000000 +1511.876709 0.000000 2992.588379 0.000000 0.009434 0.000000 -0.999955 1.000000 1.000000 1.000000 +1442.066406 0.000000 3071.732910 0.000000 0.988157 0.000000 0.153449 1.000000 1.000000 1.000000 +1483.665283 0.000000 3082.282471 0.000000 0.668408 0.000000 0.743795 1.000000 1.000000 1.000000 +1445.753052 0.000000 3066.131348 0.000000 0.801486 0.000000 -0.598013 1.000000 1.000000 1.000000 +1487.496216 0.000000 3081.310547 0.000000 0.577437 0.000000 0.816435 1.000000 1.000000 1.000000 +1481.192505 0.000000 3081.161133 0.000000 0.951355 0.000000 -0.308097 1.000000 1.000000 1.000000 +1485.973755 0.000000 3083.322266 0.000000 0.165591 0.000000 0.986195 1.000000 1.000000 1.000000 +1446.968506 0.000000 3068.179688 0.000000 0.547144 0.000000 0.837038 1.000000 1.000000 1.000000 +1483.003540 0.000000 3080.023682 0.000000 0.997943 0.000000 0.064102 1.000000 1.000000 1.000000 +1485.188965 0.000000 3080.918701 0.000000 0.999953 0.000000 -0.009726 1.000000 1.000000 1.000000 +1444.999268 0.000000 3068.071533 0.000000 0.970965 0.000000 0.239220 1.000000 1.000000 1.000000 +1444.096558 0.000000 3069.613525 0.000000 0.944987 0.000000 0.327108 1.000000 1.000000 1.000000 +1482.647217 0.000000 3081.365234 0.000000 0.639180 0.000000 0.769057 1.000000 1.000000 1.000000 +1446.982544 0.000000 3069.620361 0.000000 0.292980 0.000000 -0.956119 1.000000 1.000000 1.000000 +1483.874634 0.000000 3080.944824 0.000000 0.203982 0.000000 0.978975 1.000000 1.000000 1.000000 +1445.918701 0.000000 3068.936523 0.000000 0.008477 0.000000 -0.999964 1.000000 1.000000 1.000000 +1484.762695 0.000000 3124.110840 0.000000 0.194757 0.000000 -0.980852 1.000000 1.000000 1.000000 +1464.666992 0.000000 3145.530273 0.000000 0.899248 0.000000 0.437439 1.000000 1.000000 1.000000 +1490.056885 0.000000 3109.569824 0.000000 0.807102 0.000000 0.590413 1.000000 1.000000 1.000000 +1479.325562 0.000000 3124.139648 0.000000 0.799371 0.000000 -0.600837 1.000000 1.000000 1.000000 +1481.791504 0.000000 3127.999023 0.000000 0.995932 0.000000 0.090105 1.000000 1.000000 1.000000 +1456.893677 0.000000 3111.786865 0.000000 0.237905 0.000000 0.971288 1.000000 1.000000 1.000000 +1465.811768 0.000000 3148.737549 0.000000 0.468200 0.000000 -0.883623 1.000000 1.000000 1.000000 +1461.482056 0.000000 3146.589600 0.000000 0.977836 0.000000 0.209371 1.000000 1.000000 1.000000 +1484.358276 0.000000 3126.897705 0.000000 0.006982 0.000000 -0.999976 1.000000 1.000000 1.000000 +1481.908936 0.000000 3125.185303 0.000000 0.134681 0.000000 -0.990889 1.000000 1.000000 1.000000 +1484.814087 0.000000 3111.625732 0.000000 0.089295 0.000000 -0.996005 1.000000 1.000000 1.000000 +1479.831787 0.000000 3126.446289 0.000000 0.998859 0.000000 0.047765 1.000000 1.000000 1.000000 +1458.280396 0.000000 3109.423096 0.000000 0.203006 0.000000 -0.979177 1.000000 1.000000 1.000000 +1455.434692 0.000000 3109.989746 0.000000 0.112899 0.000000 -0.993606 1.000000 1.000000 1.000000 +1462.477539 0.000000 3144.706299 0.000000 0.337701 0.000000 -0.941254 1.000000 1.000000 1.000000 +1488.989746 0.000000 3111.247559 0.000000 0.607122 0.000000 -0.794609 1.000000 1.000000 1.000000 +1463.217773 0.000000 3146.157715 0.000000 0.957878 0.000000 -0.287175 1.000000 1.000000 1.000000 +1486.408325 0.000000 3111.993652 0.000000 0.509909 0.000000 -0.860228 1.000000 1.000000 1.000000 +1482.623535 0.000000 3126.666504 0.000000 0.995278 0.000000 0.097060 1.000000 1.000000 1.000000 +1456.795654 0.000000 3109.305420 0.000000 0.998885 0.000000 0.047210 1.000000 1.000000 1.000000 +1481.210083 0.000000 3126.673584 0.000000 0.026162 0.000000 0.999658 1.000000 1.000000 1.000000 +1483.406982 0.000000 3127.739014 0.000000 0.306524 0.000000 -0.951863 1.000000 1.000000 1.000000 +1462.498657 0.000000 3147.281006 0.000000 0.871681 0.000000 -0.490074 1.000000 1.000000 1.000000 +1488.993164 0.000000 3110.072998 0.000000 0.969715 0.000000 -0.244240 1.000000 1.000000 1.000000 +1521.467285 0.000000 3151.431396 0.000000 0.931303 0.000000 0.364244 1.000000 1.000000 1.000000 +1521.737061 0.000000 3118.198242 0.000000 0.999403 0.000000 0.034555 1.000000 1.000000 1.000000 +1524.404175 0.000000 3123.534180 0.000000 0.914623 0.000000 0.404307 1.000000 1.000000 1.000000 +1525.451660 0.000000 3101.635742 0.000000 0.326712 0.000000 0.945124 1.000000 1.000000 1.000000 +1522.254395 0.000000 3157.009766 0.000000 0.810095 0.000000 0.586299 1.000000 1.000000 1.000000 +1525.907837 0.000000 3154.830566 0.000000 0.782981 0.000000 -0.622046 1.000000 1.000000 1.000000 +1522.208862 0.000000 3103.091064 0.000000 0.274587 0.000000 -0.961562 1.000000 1.000000 1.000000 +1525.882080 0.000000 3105.304688 0.000000 0.894800 0.000000 -0.446467 1.000000 1.000000 1.000000 +1521.519409 0.000000 3121.551025 0.000000 0.525434 0.000000 0.850835 1.000000 1.000000 1.000000 +1524.454834 0.000000 3120.368652 0.000000 0.894854 0.000000 0.446358 1.000000 1.000000 1.000000 +1520.319214 0.000000 3154.514160 0.000000 0.975992 0.000000 0.217808 1.000000 1.000000 1.000000 +1523.374268 0.000000 3153.598389 0.000000 0.885339 0.000000 -0.464947 1.000000 1.000000 1.000000 +1525.649658 0.000000 3098.750732 0.000000 0.261776 0.000000 -0.965129 1.000000 1.000000 1.000000 +1527.605591 0.000000 3103.442871 0.000000 0.841870 0.000000 0.539681 1.000000 1.000000 1.000000 +1524.394043 0.000000 3103.651855 0.000000 0.876691 0.000000 -0.481054 1.000000 1.000000 1.000000 +1522.488037 0.000000 3123.298828 0.000000 0.999901 0.000000 -0.014067 1.000000 1.000000 1.000000 +1523.927612 0.000000 3155.464355 0.000000 0.410236 0.000000 -0.911979 1.000000 1.000000 1.000000 +1522.116089 0.000000 3155.018311 0.000000 0.565853 0.000000 -0.824506 1.000000 1.000000 1.000000 +1524.487183 0.000000 3100.105957 0.000000 0.999866 0.000000 -0.016364 1.000000 1.000000 1.000000 +1523.444336 0.000000 3121.829102 0.000000 0.720505 0.000000 -0.693449 1.000000 1.000000 1.000000 +1525.950928 0.000000 3103.317139 0.000000 0.148241 0.000000 0.988951 1.000000 1.000000 1.000000 +1524.490845 0.000000 3102.419678 0.000000 0.284062 0.000000 -0.958806 1.000000 1.000000 1.000000 +1723.940918 0.000000 3163.640869 0.000000 0.761554 0.000000 -0.648102 1.000000 1.000000 1.000000 +1723.835815 0.000000 3144.615234 0.000000 0.411917 0.000000 -0.911221 1.000000 1.000000 1.000000 +1707.446045 0.000000 3144.042725 0.000000 0.234478 0.000000 -0.972122 1.000000 1.000000 1.000000 +1707.725586 0.000000 3129.401367 0.000000 0.996436 0.000000 -0.084353 1.000000 1.000000 1.000000 +1695.783447 0.000000 3107.866943 0.000000 0.919833 0.000000 -0.392310 1.000000 1.000000 1.000000 +1718.114014 0.000000 3118.420654 0.000000 0.590025 0.000000 0.807385 1.000000 1.000000 1.000000 +1713.393433 0.000000 3156.716064 0.000000 0.973106 0.000000 -0.230357 1.000000 1.000000 1.000000 +1703.755371 0.000000 3149.143799 0.000000 0.962975 0.000000 -0.269589 1.000000 1.000000 1.000000 +1696.645508 0.000000 3113.947754 0.000000 0.959076 0.000000 -0.283150 1.000000 1.000000 1.000000 +1665.007690 0.000000 3133.785645 0.000000 0.413567 0.000000 -0.910474 1.000000 1.000000 1.000000 +1711.959595 0.000000 3132.101074 0.000000 0.927113 0.000000 0.374782 1.000000 1.000000 1.000000 +1727.358765 0.000000 3148.036377 0.000000 0.909771 0.000000 0.415110 1.000000 1.000000 1.000000 +1722.403320 0.000000 3157.836182 0.000000 0.929725 0.000000 -0.368255 1.000000 1.000000 1.000000 +1725.920044 0.000000 3140.492920 0.000000 0.908131 0.000000 0.418686 1.000000 1.000000 1.000000 +1692.565552 0.000000 3112.657959 0.000000 0.488618 0.000000 -0.872498 1.000000 1.000000 1.000000 +1660.789062 0.000000 3132.473633 0.000000 0.803028 0.000000 0.595941 1.000000 1.000000 1.000000 +1726.312500 0.000000 3122.684326 0.000000 0.599987 0.000000 -0.800010 1.000000 1.000000 1.000000 +1710.407227 0.000000 3135.649658 0.000000 0.965700 0.000000 0.259662 1.000000 1.000000 1.000000 +1706.881104 0.000000 3147.522949 0.000000 0.967701 0.000000 0.252099 1.000000 1.000000 1.000000 +1724.323975 0.000000 3149.693848 0.000000 0.987887 0.000000 0.155175 1.000000 1.000000 1.000000 +1706.777588 0.000000 3150.947998 0.000000 0.058359 0.000000 0.998296 1.000000 1.000000 1.000000 +1721.694824 0.000000 3161.061523 0.000000 0.869410 0.000000 0.494091 1.000000 1.000000 1.000000 +1727.393066 0.000000 3144.502930 0.000000 0.393954 0.000000 -0.919130 1.000000 1.000000 1.000000 +1724.696777 0.000000 3160.342773 0.000000 0.562971 0.000000 0.826476 1.000000 1.000000 1.000000 +1708.913086 0.000000 3132.586182 0.000000 0.640694 0.000000 0.767796 1.000000 1.000000 1.000000 +1724.309204 0.000000 3155.474609 0.000000 0.557238 0.000000 -0.830353 1.000000 1.000000 1.000000 +1710.256958 0.000000 3117.061279 0.000000 0.721007 0.000000 -0.692928 1.000000 1.000000 1.000000 +1694.990234 0.000000 3111.075928 0.000000 0.703923 0.000000 -0.710276 1.000000 1.000000 1.000000 +1716.203979 0.000000 3116.039062 0.000000 0.766560 0.000000 0.642173 1.000000 1.000000 1.000000 +1704.620728 0.000000 3145.902344 0.000000 0.976498 0.000000 0.215525 1.000000 1.000000 1.000000 +1687.519653 0.000000 3144.830811 0.000000 0.777837 0.000000 -0.628466 1.000000 1.000000 1.000000 +1723.013062 0.000000 3147.293457 0.000000 0.681220 0.000000 0.732079 1.000000 1.000000 1.000000 +1689.025757 0.000000 3142.492432 0.000000 0.571332 0.000000 0.820719 1.000000 1.000000 1.000000 +1716.777100 0.000000 3154.219727 0.000000 0.861179 0.000000 0.508302 1.000000 1.000000 1.000000 +1722.634277 0.000000 3113.034424 0.000000 0.874371 0.000000 0.485258 1.000000 1.000000 1.000000 +1708.991089 0.000000 3152.100586 0.000000 0.618549 0.000000 0.785747 1.000000 1.000000 1.000000 +1709.605225 0.000000 3147.051758 0.000000 0.415606 0.000000 0.909545 1.000000 1.000000 1.000000 +1725.432861 0.000000 3146.486328 0.000000 0.845875 0.000000 0.533381 1.000000 1.000000 1.000000 +1724.219360 0.000000 3142.215576 0.000000 0.739781 0.000000 -0.672848 1.000000 1.000000 1.000000 +1687.056519 0.000000 3139.724365 0.000000 0.553452 0.000000 0.832881 1.000000 1.000000 1.000000 +1713.508667 0.000000 3154.218262 0.000000 0.279064 0.000000 -0.960273 1.000000 1.000000 1.000000 +1724.890137 0.000000 3157.799805 0.000000 0.601885 0.000000 -0.798582 1.000000 1.000000 1.000000 +1721.517456 0.000000 3163.394043 0.000000 0.979366 0.000000 -0.202096 1.000000 1.000000 1.000000 +1708.367432 0.000000 3134.760986 0.000000 0.021427 0.000000 -0.999770 1.000000 1.000000 1.000000 +1720.617065 0.000000 3159.154541 0.000000 0.500582 0.000000 -0.865689 1.000000 1.000000 1.000000 +1704.647461 0.000000 3151.448975 0.000000 0.289188 0.000000 -0.957272 1.000000 1.000000 1.000000 +1666.932251 0.000000 3132.828125 0.000000 0.989530 0.000000 -0.144329 1.000000 1.000000 1.000000 +1715.232910 0.000000 3155.641602 0.000000 0.185378 0.000000 -0.982667 1.000000 1.000000 1.000000 +1663.068726 0.000000 3132.932373 0.000000 0.845778 0.000000 0.533535 1.000000 1.000000 1.000000 +1694.471436 0.000000 3113.554932 0.000000 0.341001 0.000000 0.940063 1.000000 1.000000 1.000000 +1667.232056 0.000000 3128.652832 0.000000 0.858702 0.000000 0.512475 1.000000 1.000000 1.000000 +1669.190186 0.000000 3130.626221 0.000000 0.539560 0.000000 0.841947 1.000000 1.000000 1.000000 +1705.772705 0.000000 3149.188477 0.000000 0.777801 0.000000 -0.628511 1.000000 1.000000 1.000000 +1726.092773 0.000000 3142.951904 0.000000 0.954669 0.000000 0.297668 1.000000 1.000000 1.000000 +1692.531006 0.000000 3110.700195 0.000000 0.261776 0.000000 -0.965129 1.000000 1.000000 1.000000 +1707.940552 0.000000 3145.944336 0.000000 0.333907 0.000000 -0.942606 1.000000 1.000000 1.000000 +1723.451538 0.000000 3161.770508 0.000000 0.294900 0.000000 0.955528 1.000000 1.000000 1.000000 +1722.956909 0.000000 3159.653809 0.000000 0.800648 0.000000 0.599136 1.000000 1.000000 1.000000 +1717.941528 0.000000 3114.442139 0.000000 0.958370 0.000000 0.285531 1.000000 1.000000 1.000000 +1709.033447 0.000000 3130.845215 0.000000 0.998833 0.000000 0.048288 1.000000 1.000000 1.000000 +1704.826782 0.000000 3147.721191 0.000000 0.992222 0.000000 0.124480 1.000000 1.000000 1.000000 +1708.815552 0.000000 3142.961914 0.000000 0.458101 0.000000 0.888900 1.000000 1.000000 1.000000 +1706.231079 0.000000 3145.362549 0.000000 0.997286 0.000000 -0.073628 1.000000 1.000000 1.000000 +1725.754272 0.000000 3144.607666 0.000000 0.818273 0.000000 -0.574830 1.000000 1.000000 1.000000 +1722.838135 0.000000 3156.239502 0.000000 0.139796 0.000000 0.990180 1.000000 1.000000 1.000000 +1715.773926 0.000000 3114.453613 0.000000 0.410108 0.000000 0.912037 1.000000 1.000000 1.000000 +1726.032349 0.000000 3112.331543 0.000000 0.994325 0.000000 -0.106381 1.000000 1.000000 1.000000 +1684.819824 0.000000 3143.283691 0.000000 0.998964 0.000000 -0.045508 1.000000 1.000000 1.000000 +1724.537842 0.000000 3147.849365 0.000000 0.170207 0.000000 0.985408 1.000000 1.000000 1.000000 +1711.883911 0.000000 3117.198730 0.000000 0.185176 0.000000 0.982705 1.000000 1.000000 1.000000 +1717.500610 0.000000 3116.948486 0.000000 0.664594 0.000000 -0.747205 1.000000 1.000000 1.000000 +1687.542480 0.000000 3143.225586 0.000000 0.988396 0.000000 0.151899 1.000000 1.000000 1.000000 +1715.239868 0.000000 3153.818115 0.000000 0.904301 0.000000 -0.426895 1.000000 1.000000 1.000000 +1714.514526 0.000000 3115.476074 0.000000 0.821636 0.000000 -0.570013 1.000000 1.000000 1.000000 +1707.412354 0.000000 3133.090088 0.000000 0.171377 0.000000 -0.985206 1.000000 1.000000 1.000000 +1725.223877 0.000000 3115.383545 0.000000 0.769914 0.000000 -0.638147 1.000000 1.000000 1.000000 +1713.557617 0.000000 3117.873779 0.000000 0.382247 0.000000 -0.924060 1.000000 1.000000 1.000000 +1708.935669 0.000000 3150.576172 0.000000 0.792633 0.000000 -0.609698 1.000000 1.000000 1.000000 +1686.259888 0.000000 3143.988525 0.000000 0.864854 0.000000 -0.502024 1.000000 1.000000 1.000000 +1706.615723 0.000000 3140.254395 0.000000 0.512838 0.000000 -0.858485 1.000000 1.000000 1.000000 +1667.997681 0.000000 3131.707031 0.000000 0.658545 0.000000 0.752542 1.000000 1.000000 1.000000 +1720.164307 0.000000 3116.283936 0.000000 0.326880 0.000000 0.945066 1.000000 1.000000 1.000000 +1724.794312 0.000000 3143.600586 0.000000 0.467997 0.000000 0.883730 1.000000 1.000000 1.000000 +1665.535889 0.000000 3132.436768 0.000000 0.000855 0.000000 1.000000 1.000000 1.000000 1.000000 +1707.381836 0.000000 3142.699707 0.000000 0.982858 0.000000 0.184367 1.000000 1.000000 1.000000 +1724.059448 0.000000 3146.113281 0.000000 0.976112 0.000000 -0.217269 1.000000 1.000000 1.000000 +1722.655396 0.000000 3162.785645 0.000000 0.217935 0.000000 -0.975963 1.000000 1.000000 1.000000 +1723.943848 0.000000 3156.905273 0.000000 0.944344 0.000000 -0.328961 1.000000 1.000000 1.000000 +1706.154297 0.000000 3143.766357 0.000000 0.687105 0.000000 -0.726559 1.000000 1.000000 1.000000 +1721.237183 0.000000 3117.184570 0.000000 0.967004 0.000000 0.254761 1.000000 1.000000 1.000000 +1707.899902 0.000000 3151.517334 0.000000 0.855239 0.000000 0.518234 1.000000 1.000000 1.000000 +1665.744507 0.000000 3131.156494 0.000000 0.751271 0.000000 -0.659994 1.000000 1.000000 1.000000 +1715.102417 0.000000 3116.524658 0.000000 0.209669 0.000000 0.977772 1.000000 1.000000 1.000000 +1706.860840 0.000000 3146.338867 0.000000 0.914411 0.000000 0.404787 1.000000 1.000000 1.000000 +1723.585205 0.000000 3160.644531 0.000000 0.966970 0.000000 -0.254889 1.000000 1.000000 1.000000 +1723.637451 0.000000 3158.011963 0.000000 0.643159 0.000000 -0.765733 1.000000 1.000000 1.000000 +1724.865479 0.000000 3145.297607 0.000000 0.014313 0.000000 0.999898 1.000000 1.000000 1.000000 +1714.640625 0.000000 3154.713867 0.000000 0.931450 0.000000 0.363869 1.000000 1.000000 1.000000 +1666.713989 0.000000 3131.739502 0.000000 0.338096 0.000000 0.941112 1.000000 1.000000 1.000000 +1166.981201 0.000000 3230.818359 0.000000 0.999014 0.000000 0.044385 1.000000 1.000000 1.000000 +1186.411621 0.000000 3222.064697 0.000000 0.930219 0.000000 -0.367004 1.000000 1.000000 1.000000 +1180.458374 0.000000 3208.635742 0.000000 0.246714 0.000000 0.969088 1.000000 1.000000 1.000000 +1190.613037 0.000000 3225.808350 0.000000 0.422424 0.000000 -0.906398 1.000000 1.000000 1.000000 +1165.946899 0.000000 3226.814941 0.000000 0.935506 0.000000 -0.353312 1.000000 1.000000 1.000000 +1189.838623 0.000000 3220.136230 0.000000 0.524419 0.000000 -0.851460 1.000000 1.000000 1.000000 +1176.870972 0.000000 3208.115479 0.000000 0.885783 0.000000 0.464100 1.000000 1.000000 1.000000 +1205.547119 0.000000 3237.290771 0.000000 0.964505 0.000000 0.264064 1.000000 1.000000 1.000000 +1169.266357 0.000000 3228.197754 0.000000 0.303579 0.000000 -0.952806 1.000000 1.000000 1.000000 +1180.591919 0.000000 3211.730225 0.000000 0.507867 0.000000 0.861436 1.000000 1.000000 1.000000 +1189.619507 0.000000 3223.092041 0.000000 0.987865 0.000000 -0.155313 1.000000 1.000000 1.000000 +1178.187134 0.000000 3210.395020 0.000000 0.427674 0.000000 -0.903933 1.000000 1.000000 1.000000 +1186.125732 0.000000 3224.596191 0.000000 0.741721 0.000000 0.670708 1.000000 1.000000 1.000000 +1164.893066 0.000000 3229.110107 0.000000 0.307371 0.000000 0.951590 1.000000 1.000000 1.000000 +1204.056152 0.000000 3238.929443 0.000000 0.877878 0.000000 0.478885 1.000000 1.000000 1.000000 +1188.368164 0.000000 3224.910400 0.000000 0.846992 0.000000 0.531606 1.000000 1.000000 1.000000 +1176.057007 0.000000 3210.797607 0.000000 0.538567 0.000000 0.842583 1.000000 1.000000 1.000000 +1166.996826 0.000000 3228.643066 0.000000 0.295590 0.000000 0.955315 1.000000 1.000000 1.000000 +1181.796631 0.000000 3210.148193 0.000000 0.569083 0.000000 -0.822280 1.000000 1.000000 1.000000 +1167.911865 0.000000 3227.023926 0.000000 0.543429 0.000000 -0.839455 1.000000 1.000000 1.000000 +1187.735352 0.000000 3223.257324 0.000000 0.706426 0.000000 -0.707787 1.000000 1.000000 1.000000 +1179.865723 0.000000 3210.303955 0.000000 0.980228 0.000000 -0.197870 1.000000 1.000000 1.000000 +1179.019897 0.000000 3211.887695 0.000000 0.736641 0.000000 -0.676284 1.000000 1.000000 1.000000 +1178.403076 0.000000 3208.732666 0.000000 0.017613 0.000000 0.999845 1.000000 1.000000 1.000000 +1188.634766 0.000000 3222.453857 0.000000 0.905506 0.000000 0.424333 1.000000 1.000000 1.000000 +1291.987793 0.000000 3235.625244 0.000000 0.033735 0.000000 -0.999431 1.000000 1.000000 1.000000 +1250.497192 0.000000 3224.031494 0.000000 0.970055 0.000000 -0.242887 1.000000 1.000000 1.000000 +1233.156250 0.000000 3216.242920 0.000000 0.302516 0.000000 0.953144 1.000000 1.000000 1.000000 +1235.524170 0.000000 3236.724609 0.000000 0.666375 0.000000 0.745617 1.000000 1.000000 1.000000 +1248.359497 0.000000 3228.453613 0.000000 0.989450 0.000000 -0.144874 1.000000 1.000000 1.000000 +1239.190674 0.000000 3234.837158 0.000000 0.241984 0.000000 0.970280 1.000000 1.000000 1.000000 +1288.577515 0.000000 3237.440674 0.000000 0.593128 0.000000 0.805108 1.000000 1.000000 1.000000 +1232.397827 0.000000 3219.793457 0.000000 0.604610 0.000000 -0.796522 1.000000 1.000000 1.000000 +1294.691650 0.000000 3237.801270 0.000000 0.602474 0.000000 0.798138 1.000000 1.000000 1.000000 +1252.744141 0.000000 3226.591797 0.000000 0.939485 0.000000 0.342591 1.000000 1.000000 1.000000 +1239.278687 0.000000 3238.036865 0.000000 0.674401 0.000000 0.738365 1.000000 1.000000 1.000000 +1250.966431 0.000000 3228.395508 0.000000 0.316016 0.000000 0.948754 1.000000 1.000000 1.000000 +1249.621216 0.000000 3226.329346 0.000000 0.069604 0.000000 -0.997575 1.000000 1.000000 1.000000 +1231.428101 0.000000 3217.736328 0.000000 0.950644 0.000000 0.310284 1.000000 1.000000 1.000000 +1232.296875 0.000000 3214.189453 0.000000 0.904965 0.000000 0.425486 1.000000 1.000000 1.000000 +1237.623657 0.000000 3236.337402 0.000000 0.597642 0.000000 -0.801763 1.000000 1.000000 1.000000 +1240.461792 0.000000 3236.443848 0.000000 0.033175 0.000000 0.999450 1.000000 1.000000 1.000000 +1292.748413 0.000000 3237.304932 0.000000 0.998395 0.000000 -0.056641 1.000000 1.000000 1.000000 +1290.687622 0.000000 3236.739990 0.000000 0.170175 0.000000 0.985414 1.000000 1.000000 1.000000 +1239.026367 0.000000 3236.592041 0.000000 0.764473 0.000000 0.644656 1.000000 1.000000 1.000000 +1251.278564 0.000000 3227.046143 0.000000 0.313281 0.000000 0.949660 1.000000 1.000000 1.000000 +1293.200684 0.000000 3236.069336 0.000000 0.288415 0.000000 -0.957506 1.000000 1.000000 1.000000 +1293.908813 0.000000 3236.989014 0.000000 0.468298 0.000000 -0.883571 1.000000 1.000000 1.000000 +1233.699219 0.000000 3217.305176 0.000000 0.498864 0.000000 -0.866680 1.000000 1.000000 1.000000 +1184.244019 0.000000 3256.522217 0.000000 0.865867 0.000000 0.500274 1.000000 1.000000 1.000000 +1212.084839 0.000000 3273.298828 0.000000 0.042912 0.000000 0.999079 1.000000 1.000000 1.000000 +1195.696533 0.000000 3298.235596 0.000000 0.828048 0.000000 -0.560657 1.000000 1.000000 1.000000 +1209.448120 0.000000 3300.684814 0.000000 0.088103 0.000000 0.996111 1.000000 1.000000 1.000000 +1154.512817 0.000000 3262.448486 0.000000 0.883273 0.000000 -0.468860 1.000000 1.000000 1.000000 +1221.379517 0.000000 3257.821533 0.000000 0.877605 0.000000 0.479385 1.000000 1.000000 1.000000 +1185.203857 0.000000 3261.138672 0.000000 0.245786 0.000000 0.969324 1.000000 1.000000 1.000000 +1210.948120 0.000000 3296.162354 0.000000 0.997661 0.000000 -0.068354 1.000000 1.000000 1.000000 +1158.610840 0.000000 3251.866455 0.000000 0.984909 0.000000 0.173073 1.000000 1.000000 1.000000 +1158.498169 0.000000 3248.179688 0.000000 0.658519 0.000000 0.752564 1.000000 1.000000 1.000000 +1194.820923 0.000000 3242.125488 0.000000 0.581635 0.000000 -0.813450 1.000000 1.000000 1.000000 +1213.041626 0.000000 3300.920410 0.000000 0.964716 0.000000 -0.263291 1.000000 1.000000 1.000000 +1222.589478 0.000000 3254.362305 0.000000 0.766187 0.000000 -0.642618 1.000000 1.000000 1.000000 +1158.687378 0.000000 3263.418213 0.000000 0.859958 0.000000 0.510364 1.000000 1.000000 1.000000 +1154.810059 0.000000 3265.511230 0.000000 0.726274 0.000000 -0.687405 1.000000 1.000000 1.000000 +1210.601074 0.000000 3270.457520 0.000000 0.998508 0.000000 -0.054609 1.000000 1.000000 1.000000 +1186.438354 0.000000 3258.586426 0.000000 0.448587 0.000000 -0.893739 1.000000 1.000000 1.000000 +1193.223755 0.000000 3297.114258 0.000000 0.682514 0.000000 -0.730873 1.000000 1.000000 1.000000 +1212.831787 0.000000 3298.188477 0.000000 0.022476 0.000000 0.999747 1.000000 1.000000 1.000000 +1209.563354 0.000000 3298.187012 0.000000 0.409482 0.000000 -0.912318 1.000000 1.000000 1.000000 +1223.684204 0.000000 3256.578125 0.000000 0.986856 0.000000 0.161602 1.000000 1.000000 1.000000 +1156.410400 0.000000 3263.838867 0.000000 0.859651 0.000000 -0.510882 1.000000 1.000000 1.000000 +1220.523682 0.000000 3255.643066 0.000000 0.107518 0.000000 0.994203 1.000000 1.000000 1.000000 +1156.579468 0.000000 3261.603027 0.000000 0.582917 0.000000 0.812531 1.000000 1.000000 1.000000 +1212.700684 0.000000 3271.154541 0.000000 0.963443 0.000000 -0.267913 1.000000 1.000000 1.000000 +1211.287598 0.000000 3299.610352 0.000000 0.197017 0.000000 -0.980400 1.000000 1.000000 1.000000 +1193.324463 0.000000 3243.765869 0.000000 0.152527 0.000000 -0.988299 1.000000 1.000000 1.000000 +1197.220215 0.000000 3296.871826 0.000000 0.045259 0.000000 -0.998975 1.000000 1.000000 1.000000 +1211.270996 0.000000 3301.509033 0.000000 0.321819 0.000000 0.946801 1.000000 1.000000 1.000000 +1184.913208 0.000000 3258.044189 0.000000 0.222628 0.000000 -0.974904 1.000000 1.000000 1.000000 +1222.087036 0.000000 3256.300293 0.000000 0.873117 0.000000 0.487511 1.000000 1.000000 1.000000 +1161.753174 0.000000 3249.814453 0.000000 0.900084 0.000000 0.435717 1.000000 1.000000 1.000000 +1185.658936 0.000000 3256.106201 0.000000 0.261253 0.000000 0.965270 1.000000 1.000000 1.000000 +1157.407349 0.000000 3262.800293 0.000000 0.477935 0.000000 0.878395 1.000000 1.000000 1.000000 +1220.048950 0.000000 3257.339355 0.000000 0.942082 0.000000 0.335382 1.000000 1.000000 1.000000 +1194.678467 0.000000 3297.318359 0.000000 0.423288 0.000000 -0.905995 1.000000 1.000000 1.000000 +1213.953369 0.000000 3271.372314 0.000000 0.539447 0.000000 -0.842019 1.000000 1.000000 1.000000 +1211.461182 0.000000 3271.401367 0.000000 0.809783 0.000000 0.586730 1.000000 1.000000 1.000000 +1195.905884 0.000000 3296.897949 0.000000 0.729490 0.000000 -0.683991 1.000000 1.000000 1.000000 +1204.930542 0.000000 3239.631836 0.000000 0.107302 0.000000 -0.994227 1.000000 1.000000 1.000000 +1210.695312 0.000000 3298.682617 0.000000 0.862514 0.000000 0.506033 1.000000 1.000000 1.000000 +1225.556885 0.000000 3257.136230 0.000000 0.960619 0.000000 -0.277867 1.000000 1.000000 1.000000 +1249.712646 0.000000 3274.658936 0.000000 0.971566 0.000000 -0.236768 1.000000 1.000000 1.000000 +1255.780029 0.000000 3247.920410 0.000000 0.870363 0.000000 0.492411 1.000000 1.000000 1.000000 +1263.830322 0.000000 3251.835693 0.000000 0.284896 0.000000 -0.958558 1.000000 1.000000 1.000000 +1284.077026 0.000000 3273.298828 0.000000 0.125454 0.000000 -0.992099 1.000000 1.000000 1.000000 +1241.398438 0.000000 3276.365479 0.000000 0.643983 0.000000 0.765040 1.000000 1.000000 1.000000 +1282.875732 0.000000 3267.538330 0.000000 0.246414 0.000000 0.969165 1.000000 1.000000 1.000000 +1286.437866 0.000000 3269.851562 0.000000 0.983545 0.000000 -0.180664 1.000000 1.000000 1.000000 +1254.271484 0.000000 3244.412842 0.000000 0.956492 0.000000 -0.291759 1.000000 1.000000 1.000000 +1254.181763 0.000000 3294.987305 0.000000 0.892731 0.000000 0.450590 1.000000 1.000000 1.000000 +1278.475464 0.000000 3267.598877 0.000000 0.320421 0.000000 0.947275 1.000000 1.000000 1.000000 +1252.661987 0.000000 3247.525879 0.000000 0.755908 0.000000 -0.654678 1.000000 1.000000 1.000000 +1263.037109 0.000000 3255.044678 0.000000 0.453480 0.000000 0.891266 1.000000 1.000000 1.000000 +1282.593262 0.000000 3270.457520 0.000000 0.478945 0.000000 -0.877845 1.000000 1.000000 1.000000 +1280.637695 0.000000 3265.791260 0.000000 0.970948 0.000000 0.239292 1.000000 1.000000 1.000000 +1261.334961 0.000000 3252.886475 0.000000 0.623611 0.000000 -0.781735 1.000000 1.000000 1.000000 +1280.652832 0.000000 3268.752686 0.000000 0.179439 0.000000 0.983769 1.000000 1.000000 1.000000 +1285.023560 0.000000 3268.071289 0.000000 0.299758 0.000000 -0.954015 1.000000 1.000000 1.000000 +1284.692871 0.000000 3271.154541 0.000000 0.986808 0.000000 -0.161893 1.000000 1.000000 1.000000 +1238.292603 0.000000 3251.302002 0.000000 0.121499 0.000000 -0.992592 1.000000 1.000000 1.000000 +1238.646362 0.000000 3239.357422 0.000000 0.865645 0.000000 -0.500658 1.000000 1.000000 1.000000 +1264.499390 0.000000 3253.733887 0.000000 0.821974 0.000000 0.569526 1.000000 1.000000 1.000000 +1229.038940 0.000000 3272.588379 0.000000 0.996624 0.000000 -0.082101 1.000000 1.000000 1.000000 +1223.927002 0.000000 3255.695557 0.000000 0.702520 0.000000 -0.711664 1.000000 1.000000 1.000000 +1254.385254 0.000000 3246.757324 0.000000 0.499211 0.000000 0.866480 1.000000 1.000000 1.000000 +1254.315063 0.000000 3293.107178 0.000000 0.988328 0.000000 0.152343 1.000000 1.000000 1.000000 +1263.359375 0.000000 3250.077881 0.000000 0.997203 0.000000 -0.074743 1.000000 1.000000 1.000000 +1283.964600 0.000000 3269.388672 0.000000 0.930762 0.000000 -0.365626 1.000000 1.000000 1.000000 +1223.999023 0.000000 3257.941650 0.000000 0.585299 0.000000 -0.810817 1.000000 1.000000 1.000000 +1254.063843 0.000000 3248.476074 0.000000 0.397978 0.000000 0.917395 1.000000 1.000000 1.000000 +1248.307007 0.000000 3273.870361 0.000000 0.602027 0.000000 -0.798476 1.000000 1.000000 1.000000 +1262.912842 0.000000 3253.349121 0.000000 0.826457 0.000000 0.563000 1.000000 1.000000 1.000000 +1255.269043 0.000000 3249.404297 0.000000 0.510032 0.000000 0.860155 1.000000 1.000000 1.000000 +1282.307495 0.000000 3268.976562 0.000000 0.840408 0.000000 0.541954 1.000000 1.000000 1.000000 +1265.902588 0.000000 3253.138428 0.000000 0.752275 0.000000 0.658849 1.000000 1.000000 1.000000 +1281.468506 0.000000 3267.028076 0.000000 0.999999 0.000000 0.001704 1.000000 1.000000 1.000000 +1255.375366 0.000000 3292.025391 0.000000 0.058900 0.000000 0.998264 1.000000 1.000000 1.000000 +1249.282104 0.000000 3272.694336 0.000000 0.497387 0.000000 -0.867529 1.000000 1.000000 1.000000 +1239.532349 0.000000 3250.598145 0.000000 0.861791 0.000000 0.507263 1.000000 1.000000 1.000000 +1283.857666 0.000000 3268.172119 0.000000 0.984143 0.000000 -0.177377 1.000000 1.000000 1.000000 +1314.355591 0.000000 3218.341797 0.000000 0.418095 0.000000 0.908403 1.000000 1.000000 1.000000 +1333.872314 0.000000 3190.839355 0.000000 0.635071 0.000000 0.772454 1.000000 1.000000 1.000000 +1337.875977 0.000000 3204.585449 0.000000 0.964598 0.000000 0.263726 1.000000 1.000000 1.000000 +1355.117554 0.000000 3219.423096 0.000000 0.966953 0.000000 0.254956 1.000000 1.000000 1.000000 +1327.926514 0.000000 3238.159912 0.000000 0.973626 0.000000 0.228152 1.000000 1.000000 1.000000 +1362.982422 0.000000 3174.487305 0.000000 0.998701 0.000000 0.050963 1.000000 1.000000 1.000000 +1330.395996 0.000000 3222.064697 0.000000 0.986070 0.000000 -0.166329 1.000000 1.000000 1.000000 +1295.973877 0.000000 3236.020020 0.000000 0.975448 0.000000 -0.220231 1.000000 1.000000 1.000000 +1302.133789 0.000000 3239.244873 0.000000 0.721048 0.000000 0.692885 1.000000 1.000000 1.000000 +1329.125488 0.000000 3193.900879 0.000000 0.587394 0.000000 -0.809301 1.000000 1.000000 1.000000 +1354.214355 0.000000 3214.233643 0.000000 0.773762 0.000000 -0.633477 1.000000 1.000000 1.000000 +1367.397827 0.000000 3220.020752 0.000000 0.031913 0.000000 0.999491 1.000000 1.000000 1.000000 +1365.627686 0.000000 3200.952637 0.000000 0.858759 0.000000 0.512380 1.000000 1.000000 1.000000 +1329.188232 0.000000 3189.154297 0.000000 0.659506 0.000000 -0.751699 1.000000 1.000000 1.000000 +1345.968262 0.000000 3237.925781 0.000000 0.566432 0.000000 0.824108 1.000000 1.000000 1.000000 +1347.073853 0.000000 3172.854736 0.000000 0.463964 0.000000 0.885854 1.000000 1.000000 1.000000 +1351.467163 0.000000 3217.382812 0.000000 0.794124 0.000000 -0.607755 1.000000 1.000000 1.000000 +1359.430542 0.000000 3176.530029 0.000000 0.310857 0.000000 0.950457 1.000000 1.000000 1.000000 +1349.531494 0.000000 3237.290771 0.000000 0.199204 0.000000 -0.979958 1.000000 1.000000 1.000000 +1351.048706 0.000000 3173.783936 0.000000 0.428131 0.000000 0.903717 1.000000 1.000000 1.000000 +1362.212646 0.000000 3179.185059 0.000000 0.290581 0.000000 0.956850 1.000000 1.000000 1.000000 +1332.525024 0.000000 3194.179199 0.000000 0.125115 0.000000 -0.992142 1.000000 1.000000 1.000000 +1317.497681 0.000000 3218.573975 0.000000 0.889968 0.000000 0.456023 1.000000 1.000000 1.000000 +1344.129883 0.000000 3195.007568 0.000000 0.995220 0.000000 0.097656 1.000000 1.000000 1.000000 +1324.897949 0.000000 3238.302246 0.000000 0.872552 0.000000 0.488521 1.000000 1.000000 1.000000 +1330.866211 0.000000 3191.458496 0.000000 0.771126 0.000000 0.636683 1.000000 1.000000 1.000000 +1347.164917 0.000000 3175.661377 0.000000 0.904164 0.000000 0.427185 1.000000 1.000000 1.000000 +1339.506104 0.000000 3202.273193 0.000000 0.994944 0.000000 0.100436 1.000000 1.000000 1.000000 +1355.758911 0.000000 3216.648926 0.000000 0.478184 0.000000 0.878260 1.000000 1.000000 1.000000 +1347.496948 0.000000 3235.384521 0.000000 0.718448 0.000000 0.695581 1.000000 1.000000 1.000000 +1363.777588 0.000000 3176.976318 0.000000 0.977400 0.000000 -0.211396 1.000000 1.000000 1.000000 +1315.686646 0.000000 3220.537109 0.000000 0.776730 0.000000 -0.629834 1.000000 1.000000 1.000000 +1349.524902 0.000000 3171.706299 0.000000 0.993217 0.000000 0.116277 1.000000 1.000000 1.000000 +1331.786987 0.000000 3188.983887 0.000000 0.458921 0.000000 -0.888477 1.000000 1.000000 1.000000 +1330.110107 0.000000 3224.596191 0.000000 0.999428 0.000000 -0.033812 1.000000 1.000000 1.000000 +1360.577881 0.000000 3174.429443 0.000000 0.230890 0.000000 -0.972980 1.000000 1.000000 1.000000 +1352.817627 0.000000 3219.294678 0.000000 0.030518 0.000000 -0.999534 1.000000 1.000000 1.000000 +1353.514404 0.000000 3216.377930 0.000000 0.932249 0.000000 0.361817 1.000000 1.000000 1.000000 +1348.919800 0.000000 3174.266113 0.000000 0.174178 0.000000 -0.984714 1.000000 1.000000 1.000000 +1361.606201 0.000000 3176.392090 0.000000 0.814903 0.000000 -0.579597 1.000000 1.000000 1.000000 +1328.185425 0.000000 3223.858887 0.000000 0.923685 0.000000 0.383152 1.000000 1.000000 1.000000 +1312.102539 0.000000 3218.078613 0.000000 0.999001 0.000000 0.044681 1.000000 1.000000 1.000000 +1341.292114 0.000000 3202.956787 0.000000 0.750618 0.000000 0.660737 1.000000 1.000000 1.000000 +1319.272583 0.000000 3238.030762 0.000000 0.108266 0.000000 0.994122 1.000000 1.000000 1.000000 +1316.317261 0.000000 3238.121094 0.000000 0.348679 0.000000 0.937242 1.000000 1.000000 1.000000 +1332.615479 0.000000 3192.254150 0.000000 0.041919 0.000000 0.999121 1.000000 1.000000 1.000000 +1360.580688 0.000000 3177.987793 0.000000 0.995469 0.000000 0.095088 1.000000 1.000000 1.000000 +1330.845337 0.000000 3193.345459 0.000000 0.439471 0.000000 0.898257 1.000000 1.000000 1.000000 +1347.766846 0.000000 3237.112549 0.000000 0.562433 0.000000 0.826843 1.000000 1.000000 1.000000 +1331.719727 0.000000 3223.257324 0.000000 0.984542 0.000000 -0.175151 1.000000 1.000000 1.000000 +1345.801270 0.000000 3195.137695 0.000000 0.973819 0.000000 -0.227323 1.000000 1.000000 1.000000 +1355.716919 0.000000 3214.904297 0.000000 0.464307 0.000000 -0.885674 1.000000 1.000000 1.000000 +1326.435791 0.000000 3237.473145 0.000000 0.679011 0.000000 0.734128 1.000000 1.000000 1.000000 +1315.896362 0.000000 3218.728516 0.000000 0.694888 0.000000 -0.719118 1.000000 1.000000 1.000000 +1332.296875 0.000000 3190.707275 0.000000 0.469639 0.000000 -0.882859 1.000000 1.000000 1.000000 +1348.888794 0.000000 3175.844971 0.000000 0.982553 0.000000 -0.185981 1.000000 1.000000 1.000000 +1339.187256 0.000000 3203.780273 0.000000 0.166572 0.000000 0.986029 1.000000 1.000000 1.000000 +1362.382080 0.000000 3177.669189 0.000000 0.043896 0.000000 0.999036 1.000000 1.000000 1.000000 +1338.539429 0.000000 3205.885010 0.000000 0.448142 0.000000 0.893963 1.000000 1.000000 1.000000 +1327.832031 0.000000 3236.625977 0.000000 0.547803 0.000000 0.836607 1.000000 1.000000 1.000000 +1348.495728 0.000000 3172.796387 0.000000 0.993563 0.000000 0.113280 1.000000 1.000000 1.000000 +1349.801514 0.000000 3173.062744 0.000000 0.652341 0.000000 -0.757926 1.000000 1.000000 1.000000 +1354.689819 0.000000 3215.768066 0.000000 0.896332 0.000000 0.443384 1.000000 1.000000 1.000000 +1314.903320 0.000000 3219.434082 0.000000 0.858504 0.000000 0.512807 1.000000 1.000000 1.000000 +1326.031616 0.000000 3238.560547 0.000000 0.494641 0.000000 -0.869098 1.000000 1.000000 1.000000 +1370.074219 0.000000 3215.701660 0.000000 0.572435 0.000000 0.819950 1.000000 1.000000 1.000000 +1434.530396 0.000000 3197.230713 0.000000 0.689883 0.000000 0.723921 1.000000 1.000000 1.000000 +1430.145264 0.000000 3190.405029 0.000000 0.283927 0.000000 -0.958846 1.000000 1.000000 1.000000 +1373.760864 0.000000 3210.100098 0.000000 0.990192 0.000000 -0.139713 1.000000 1.000000 1.000000 +1437.205566 0.000000 3168.219727 0.000000 0.932793 0.000000 0.360411 1.000000 1.000000 1.000000 +1375.528564 0.000000 3184.079834 0.000000 0.063326 0.000000 -0.997993 1.000000 1.000000 1.000000 +1433.504517 0.000000 3193.121826 0.000000 0.742402 0.000000 -0.669955 1.000000 1.000000 1.000000 +1430.422241 0.000000 3197.867188 0.000000 0.602985 0.000000 0.797753 1.000000 1.000000 1.000000 +1373.778687 0.000000 3214.197266 0.000000 0.489589 0.000000 0.871953 1.000000 1.000000 1.000000 +1377.343750 0.000000 3212.230225 0.000000 0.795480 0.000000 -0.605979 1.000000 1.000000 1.000000 +1429.986450 0.000000 3194.067383 0.000000 0.702718 0.000000 -0.711469 1.000000 1.000000 1.000000 +1373.978394 0.000000 3198.931641 0.000000 0.512752 0.000000 -0.858537 1.000000 1.000000 1.000000 +1381.215088 0.000000 3181.133301 0.000000 0.549095 0.000000 0.835760 1.000000 1.000000 1.000000 +1373.121460 0.000000 3217.400146 0.000000 0.872373 0.000000 -0.488841 1.000000 1.000000 1.000000 +1432.216187 0.000000 3195.736328 0.000000 0.960057 0.000000 -0.279804 1.000000 1.000000 1.000000 +1370.654785 0.000000 3218.464355 0.000000 0.999585 0.000000 -0.028798 1.000000 1.000000 1.000000 +1439.048584 0.000000 3170.182129 0.000000 0.907425 0.000000 0.420213 1.000000 1.000000 1.000000 +1375.412476 0.000000 3217.736328 0.000000 0.210964 0.000000 -0.977494 1.000000 1.000000 1.000000 +1374.976318 0.000000 3212.148438 0.000000 0.367242 0.000000 0.930126 1.000000 1.000000 1.000000 +1431.416382 0.000000 3192.275879 0.000000 0.129516 0.000000 -0.991577 1.000000 1.000000 1.000000 +1372.042725 0.000000 3215.253418 0.000000 1.000000 0.000000 0.000927 1.000000 1.000000 1.000000 +1375.944580 0.000000 3198.548828 0.000000 0.229524 0.000000 -0.973303 1.000000 1.000000 1.000000 +1439.427979 0.000000 3172.850830 0.000000 0.329333 0.000000 -0.944214 1.000000 1.000000 1.000000 +1374.620850 0.000000 3215.968018 0.000000 0.455608 0.000000 -0.890180 1.000000 1.000000 1.000000 +1373.023315 0.000000 3200.604004 0.000000 0.152822 0.000000 -0.988254 1.000000 1.000000 1.000000 +1370.325562 0.000000 3198.761719 0.000000 0.830939 0.000000 0.556363 1.000000 1.000000 1.000000 +1373.007080 0.000000 3212.040283 0.000000 0.087820 0.000000 -0.996136 1.000000 1.000000 1.000000 +1368.265015 0.000000 3221.699951 0.000000 0.650116 0.000000 -0.759835 1.000000 1.000000 1.000000 +1377.153809 0.000000 3185.037842 0.000000 0.907354 0.000000 0.420368 1.000000 1.000000 1.000000 +1372.176758 0.000000 3198.575439 0.000000 0.516776 0.000000 -0.856121 1.000000 1.000000 1.000000 +1375.212891 0.000000 3200.251953 0.000000 0.339237 0.000000 0.940701 1.000000 1.000000 1.000000 +1431.819824 0.000000 3194.001709 0.000000 0.868397 0.000000 0.495869 1.000000 1.000000 1.000000 +1372.227173 0.000000 3218.966553 0.000000 0.309507 0.000000 -0.950897 1.000000 1.000000 1.000000 +1372.104370 0.000000 3213.582275 0.000000 0.094733 0.000000 -0.995503 1.000000 1.000000 1.000000 +1430.544189 0.000000 3195.920898 0.000000 0.658394 0.000000 -0.752674 1.000000 1.000000 1.000000 +1379.154053 0.000000 3185.712891 0.000000 0.997331 0.000000 -0.073014 1.000000 1.000000 1.000000 +1438.792358 0.000000 3171.629639 0.000000 0.050393 0.000000 -0.998729 1.000000 1.000000 1.000000 +1373.392578 0.000000 3215.460449 0.000000 0.026659 0.000000 0.999645 1.000000 1.000000 1.000000 +1378.917847 0.000000 3183.061035 0.000000 0.955314 0.000000 -0.295594 1.000000 1.000000 1.000000 +1359.580200 0.000000 3298.197021 0.000000 0.567517 0.000000 0.823362 1.000000 1.000000 1.000000 +1320.130371 0.000000 3239.695557 0.000000 0.184587 0.000000 0.982816 1.000000 1.000000 1.000000 +1347.764648 0.000000 3273.370117 0.000000 0.503368 0.000000 -0.864072 1.000000 1.000000 1.000000 +1329.051880 0.000000 3241.236572 0.000000 0.999865 0.000000 0.016456 1.000000 1.000000 1.000000 +1301.768677 0.000000 3282.084473 0.000000 0.346502 0.000000 -0.938049 1.000000 1.000000 1.000000 +1303.536377 0.000000 3256.064209 0.000000 0.260466 0.000000 -0.965483 1.000000 1.000000 1.000000 +1367.138672 0.000000 3302.377197 0.000000 0.797178 0.000000 -0.603744 1.000000 1.000000 1.000000 +1339.156860 0.000000 3262.555420 0.000000 0.999234 0.000000 -0.039124 1.000000 1.000000 1.000000 +1365.626221 0.000000 3250.848389 0.000000 0.593260 0.000000 -0.805011 1.000000 1.000000 1.000000 +1346.958130 0.000000 3268.401855 0.000000 0.635737 0.000000 -0.771905 1.000000 1.000000 1.000000 +1328.111694 0.000000 3298.259277 0.000000 0.664667 0.000000 -0.747140 1.000000 1.000000 1.000000 +1324.499756 0.000000 3241.167725 0.000000 0.581798 0.000000 -0.813333 1.000000 1.000000 1.000000 +1302.033203 0.000000 3259.910400 0.000000 0.886649 0.000000 0.462443 1.000000 1.000000 1.000000 +1366.944336 0.000000 3247.062744 0.000000 0.054190 0.000000 0.998531 1.000000 1.000000 1.000000 +1301.786499 0.000000 3286.181641 0.000000 0.689336 0.000000 -0.724442 1.000000 1.000000 1.000000 +1305.351562 0.000000 3284.214600 0.000000 0.083887 0.000000 -0.996475 1.000000 1.000000 1.000000 +1338.182373 0.000000 3265.845947 0.000000 0.879788 0.000000 0.475366 1.000000 1.000000 1.000000 +1331.318848 0.000000 3298.883789 0.000000 0.710510 0.000000 -0.703687 1.000000 1.000000 1.000000 +1339.703003 0.000000 3259.377686 0.000000 0.090759 0.000000 -0.995873 1.000000 1.000000 1.000000 +1300.621338 0.000000 3257.178467 0.000000 0.998767 0.000000 0.049634 1.000000 1.000000 1.000000 +1336.530151 0.000000 3261.075195 0.000000 0.658388 0.000000 0.752679 1.000000 1.000000 1.000000 +1348.843872 0.000000 3270.598389 0.000000 0.558014 0.000000 0.829832 1.000000 1.000000 1.000000 +1298.978516 0.000000 3259.702637 0.000000 0.392706 0.000000 -0.919664 1.000000 1.000000 1.000000 +1326.680298 0.000000 3239.433350 0.000000 0.363040 0.000000 0.931774 1.000000 1.000000 1.000000 +1359.828125 0.000000 3301.016357 0.000000 0.328050 0.000000 0.944660 1.000000 1.000000 1.000000 +1356.816162 0.000000 3298.188477 0.000000 0.368648 0.000000 0.929569 1.000000 1.000000 1.000000 +1359.651001 0.000000 3295.377686 0.000000 0.980598 0.000000 0.196028 1.000000 1.000000 1.000000 +1346.080811 0.000000 3271.257568 0.000000 0.519148 0.000000 -0.854684 1.000000 1.000000 1.000000 +1330.110107 0.000000 3296.580566 0.000000 0.845381 0.000000 0.534164 1.000000 1.000000 1.000000 +1333.535767 0.000000 3300.013916 0.000000 0.983310 0.000000 -0.181938 1.000000 1.000000 1.000000 +1361.962769 0.000000 3298.834229 0.000000 0.171059 0.000000 -0.985261 1.000000 1.000000 1.000000 +1302.017212 0.000000 3254.244629 0.000000 0.848829 0.000000 -0.528667 1.000000 1.000000 1.000000 +1326.830933 0.000000 3242.083984 0.000000 0.298445 0.000000 0.954427 1.000000 1.000000 1.000000 +1337.201904 0.000000 3263.652100 0.000000 0.395035 0.000000 0.918666 1.000000 1.000000 1.000000 +1302.984131 0.000000 3284.132812 0.000000 0.514593 0.000000 0.857434 1.000000 1.000000 1.000000 +1304.289062 0.000000 3286.173828 0.000000 0.758856 0.000000 0.651259 1.000000 1.000000 1.000000 +1317.705200 0.000000 3239.827393 0.000000 0.985316 0.000000 0.170740 1.000000 1.000000 1.000000 +1357.572876 0.000000 3296.022461 0.000000 0.983656 0.000000 -0.180060 1.000000 1.000000 1.000000 +1303.317383 0.000000 3258.154297 0.000000 0.323622 0.000000 -0.946186 1.000000 1.000000 1.000000 +1365.050659 0.000000 3246.269775 0.000000 0.764565 0.000000 0.644547 1.000000 1.000000 1.000000 +1366.037231 0.000000 3248.880371 0.000000 0.970436 0.000000 -0.241359 1.000000 1.000000 1.000000 +1304.064697 0.000000 3254.068115 0.000000 0.267780 0.000000 0.963480 1.000000 1.000000 1.000000 +1302.628662 0.000000 3287.952393 0.000000 0.436980 0.000000 0.899471 1.000000 1.000000 1.000000 +1347.705811 0.000000 3239.928467 0.000000 0.418805 0.000000 0.908076 1.000000 1.000000 1.000000 +1358.177734 0.000000 3299.461182 0.000000 0.330336 0.000000 0.943864 1.000000 1.000000 1.000000 +1304.030518 0.000000 3282.676758 0.000000 0.614412 0.000000 -0.788985 1.000000 1.000000 1.000000 +1328.601196 0.000000 3239.569580 0.000000 0.487800 0.000000 -0.872956 1.000000 1.000000 1.000000 +1300.570312 0.000000 3259.060059 0.000000 0.563778 0.000000 -0.825927 1.000000 1.000000 1.000000 +1338.631104 0.000000 3260.985840 0.000000 0.680994 0.000000 -0.732289 1.000000 1.000000 1.000000 +1305.112671 0.000000 3255.333496 0.000000 0.481270 0.000000 -0.876572 1.000000 1.000000 1.000000 +1347.228882 0.000000 3270.037598 0.000000 0.864288 0.000000 0.502997 1.000000 1.000000 1.000000 +1332.950195 0.000000 3298.432129 0.000000 0.558464 0.000000 -0.829528 1.000000 1.000000 1.000000 +1367.217529 0.000000 3250.096924 0.000000 0.250979 0.000000 0.967993 1.000000 1.000000 1.000000 +1347.621948 0.000000 3271.732910 0.000000 0.523822 0.000000 -0.851828 1.000000 1.000000 1.000000 +1358.202026 0.000000 3297.437744 0.000000 0.373023 0.000000 0.927822 1.000000 1.000000 1.000000 +1302.220581 0.000000 3257.016846 0.000000 0.890729 0.000000 0.454535 1.000000 1.000000 1.000000 +1327.589722 0.000000 3240.741699 0.000000 0.935355 0.000000 0.353711 1.000000 1.000000 1.000000 +1301.844727 0.000000 3258.363281 0.000000 0.950972 0.000000 -0.309277 1.000000 1.000000 1.000000 +1359.421265 0.000000 3296.757812 0.000000 0.084862 0.000000 -0.996393 1.000000 1.000000 1.000000 +1302.245483 0.000000 3255.575195 0.000000 0.979101 0.000000 0.203374 1.000000 1.000000 1.000000 +1302.998169 0.000000 3285.573486 0.000000 0.752085 0.000000 -0.659067 1.000000 1.000000 1.000000 +1367.321411 0.000000 3248.303467 0.000000 0.885407 0.000000 0.464816 1.000000 1.000000 1.000000 +1303.097656 0.000000 3254.757812 0.000000 0.460915 0.000000 0.887444 1.000000 1.000000 1.000000 +1303.929321 0.000000 3257.161621 0.000000 0.835123 0.000000 -0.550063 1.000000 1.000000 1.000000 +1409.707520 0.000000 3290.955811 0.000000 0.766542 0.000000 0.642194 1.000000 1.000000 1.000000 +1435.867065 0.000000 3288.583984 0.000000 0.761963 0.000000 0.647621 1.000000 1.000000 1.000000 +1380.645630 0.000000 3281.832275 0.000000 0.978000 0.000000 -0.208604 1.000000 1.000000 1.000000 +1368.654419 0.000000 3277.734375 0.000000 0.166763 0.000000 -0.985997 1.000000 1.000000 1.000000 +1394.481567 0.000000 3296.015869 0.000000 0.694081 0.000000 -0.719897 1.000000 1.000000 1.000000 +1419.477295 0.000000 3288.011475 0.000000 0.247876 0.000000 0.968792 1.000000 1.000000 1.000000 +1402.407227 0.000000 3279.583008 0.000000 0.754205 0.000000 -0.656639 1.000000 1.000000 1.000000 +1370.458130 0.000000 3249.942139 0.000000 0.993423 0.000000 -0.114498 1.000000 1.000000 1.000000 +1385.382812 0.000000 3276.365479 0.000000 0.310297 0.000000 -0.950640 1.000000 1.000000 1.000000 +1418.719604 0.000000 3280.236328 0.000000 0.966267 0.000000 0.257542 1.000000 1.000000 1.000000 +1396.769531 0.000000 3302.064453 0.000000 0.498616 0.000000 0.866823 1.000000 1.000000 1.000000 +1415.786621 0.000000 3293.112549 0.000000 0.893117 0.000000 0.449825 1.000000 1.000000 1.000000 +1370.959106 0.000000 3272.532959 0.000000 0.134279 0.000000 -0.990944 1.000000 1.000000 1.000000 +1439.130859 0.000000 3302.377197 0.000000 0.867600 0.000000 0.497263 1.000000 1.000000 1.000000 +1369.313843 0.000000 3302.912842 0.000000 0.894223 0.000000 0.447623 1.000000 1.000000 1.000000 +1423.990845 0.000000 3276.069824 0.000000 0.944617 0.000000 0.328174 1.000000 1.000000 1.000000 +1414.380737 0.000000 3288.262451 0.000000 0.078041 0.000000 -0.996950 1.000000 1.000000 1.000000 +1400.103882 0.000000 3298.259277 0.000000 0.379064 0.000000 -0.925370 1.000000 1.000000 1.000000 +1431.176270 0.000000 3288.526123 0.000000 0.076539 0.000000 -0.997067 1.000000 1.000000 1.000000 +1372.820312 0.000000 3276.442383 0.000000 0.831648 0.000000 -0.555304 1.000000 1.000000 1.000000 +1367.986816 0.000000 3253.346191 0.000000 0.893863 0.000000 -0.448340 1.000000 1.000000 1.000000 +1381.107910 0.000000 3276.611328 0.000000 0.598307 0.000000 -0.801267 1.000000 1.000000 1.000000 +1367.878540 0.000000 3246.816895 0.000000 0.141675 0.000000 0.989913 1.000000 1.000000 1.000000 +1422.438477 0.000000 3279.618408 0.000000 0.893490 0.000000 0.449084 1.000000 1.000000 1.000000 +1418.912354 0.000000 3291.491699 0.000000 0.893018 0.000000 0.450022 1.000000 1.000000 1.000000 +1396.728516 0.000000 3298.576172 0.000000 0.117101 0.000000 0.993120 1.000000 1.000000 1.000000 +1399.682617 0.000000 3281.295898 0.000000 0.848254 0.000000 -0.529590 1.000000 1.000000 1.000000 +1382.667358 0.000000 3279.351562 0.000000 0.977201 0.000000 -0.212318 1.000000 1.000000 1.000000 +1413.199219 0.000000 3291.175537 0.000000 0.036474 0.000000 0.999335 1.000000 1.000000 1.000000 +1420.944336 0.000000 3276.554932 0.000000 0.992291 0.000000 0.123931 1.000000 1.000000 1.000000 +1433.570190 0.000000 3286.420166 0.000000 0.373916 0.000000 -0.927463 1.000000 1.000000 1.000000 +1399.661133 0.000000 3301.196289 0.000000 0.636500 0.000000 -0.771277 1.000000 1.000000 1.000000 +1370.045044 0.000000 3305.854492 0.000000 0.142151 0.000000 0.989845 1.000000 1.000000 1.000000 +1399.700562 0.000000 3278.353516 0.000000 0.258742 0.000000 0.965947 1.000000 1.000000 1.000000 +1416.651978 0.000000 3289.871094 0.000000 0.357867 0.000000 0.933773 1.000000 1.000000 1.000000 +1411.646729 0.000000 3289.004639 0.000000 0.199500 0.000000 -0.979898 1.000000 1.000000 1.000000 +1370.427490 0.000000 3275.215820 0.000000 0.946471 0.000000 0.322788 1.000000 1.000000 1.000000 +1438.847656 0.000000 3299.858154 0.000000 0.246860 0.000000 0.969051 1.000000 1.000000 1.000000 +1367.932129 0.000000 3249.702148 0.000000 0.644258 0.000000 -0.764809 1.000000 1.000000 1.000000 +1394.950806 0.000000 3300.379883 0.000000 0.812208 0.000000 -0.583368 1.000000 1.000000 1.000000 +1436.921387 0.000000 3301.768555 0.000000 0.927749 0.000000 0.373205 1.000000 1.000000 1.000000 +1420.398682 0.000000 3278.729736 0.000000 0.988523 0.000000 0.151069 1.000000 1.000000 1.000000 +1371.948242 0.000000 3304.719727 0.000000 0.977659 0.000000 -0.210195 1.000000 1.000000 1.000000 +1401.849121 0.000000 3281.683350 0.000000 0.627323 0.000000 -0.778759 1.000000 1.000000 1.000000 +1409.092896 0.000000 3288.910400 0.000000 0.770273 0.000000 -0.637714 1.000000 1.000000 1.000000 +1383.361450 0.000000 3277.117676 0.000000 0.884722 0.000000 -0.466118 1.000000 1.000000 1.000000 +1433.538940 0.000000 3288.542725 0.000000 0.791311 0.000000 -0.611414 1.000000 1.000000 1.000000 +1372.496582 0.000000 3274.415771 0.000000 0.733487 0.000000 0.679704 1.000000 1.000000 1.000000 +1397.901733 0.000000 3300.222168 0.000000 0.390489 0.000000 0.920608 1.000000 1.000000 1.000000 +1400.776489 0.000000 3276.292480 0.000000 0.540801 0.000000 -0.841150 1.000000 1.000000 1.000000 +1415.120117 0.000000 3291.058350 0.000000 0.997568 0.000000 -0.069703 1.000000 1.000000 1.000000 +1422.619507 0.000000 3277.732422 0.000000 0.998292 0.000000 -0.058416 1.000000 1.000000 1.000000 +1439.085815 0.000000 3298.053467 0.000000 0.883889 0.000000 0.467696 1.000000 1.000000 1.000000 +1368.408447 0.000000 3251.489746 0.000000 0.284127 0.000000 -0.958787 1.000000 1.000000 1.000000 +1381.161255 0.000000 3278.411865 0.000000 0.104821 0.000000 -0.994491 1.000000 1.000000 1.000000 +1416.858032 0.000000 3291.689941 0.000000 0.589577 0.000000 0.807712 1.000000 1.000000 1.000000 +1401.405640 0.000000 3278.147705 0.000000 0.476644 0.000000 -0.879097 1.000000 1.000000 1.000000 +1400.681274 0.000000 3279.741211 0.000000 0.942914 0.000000 -0.333036 1.000000 1.000000 1.000000 +1370.992432 0.000000 3303.324707 0.000000 0.791821 0.000000 -0.610753 1.000000 1.000000 1.000000 +1398.532349 0.000000 3298.677490 0.000000 0.347828 0.000000 0.937559 1.000000 1.000000 1.000000 +1432.227051 0.000000 3287.268066 0.000000 0.417009 0.000000 0.908902 1.000000 1.000000 1.000000 +1434.909546 0.000000 3287.253906 0.000000 0.545343 0.000000 -0.838213 1.000000 1.000000 1.000000 +1411.556519 0.000000 3290.583252 0.000000 0.351938 0.000000 0.936023 1.000000 1.000000 1.000000 +1396.404541 0.000000 3300.054199 0.000000 0.990938 0.000000 0.134321 1.000000 1.000000 1.000000 +1369.459473 0.000000 3304.451172 0.000000 0.807436 0.000000 -0.589956 1.000000 1.000000 1.000000 +1398.240479 0.000000 3301.762695 0.000000 0.764152 0.000000 -0.645037 1.000000 1.000000 1.000000 +1408.585571 0.000000 3291.741211 0.000000 0.921257 0.000000 -0.388955 1.000000 1.000000 1.000000 +1417.796387 0.000000 3290.666260 0.000000 0.252425 0.000000 -0.967616 1.000000 1.000000 1.000000 +1421.647949 0.000000 3278.540283 0.000000 0.683736 0.000000 0.729729 1.000000 1.000000 1.000000 +1438.697388 0.000000 3301.188232 0.000000 0.818887 0.000000 0.573955 1.000000 1.000000 1.000000 +1432.461182 0.000000 3286.098145 0.000000 0.971613 0.000000 0.236575 1.000000 1.000000 1.000000 +1285.802612 0.000000 3312.127441 0.000000 0.422399 0.000000 -0.906410 1.000000 1.000000 1.000000 +1245.945801 0.000000 3354.279297 0.000000 0.465947 0.000000 -0.884813 1.000000 1.000000 1.000000 +1283.362427 0.000000 3319.498047 0.000000 0.999065 0.000000 0.043237 1.000000 1.000000 1.000000 +1293.371704 0.000000 3329.805908 0.000000 0.871481 0.000000 0.490429 1.000000 1.000000 1.000000 +1281.303467 0.000000 3332.353027 0.000000 0.996112 0.000000 0.088098 1.000000 1.000000 1.000000 +1269.619629 0.000000 3317.232422 0.000000 0.123071 0.000000 -0.992398 1.000000 1.000000 1.000000 +1294.581665 0.000000 3326.346680 0.000000 0.908146 0.000000 0.418653 1.000000 1.000000 1.000000 +1282.300903 0.000000 3311.772461 0.000000 0.288613 0.000000 0.957446 1.000000 1.000000 1.000000 +1243.004883 0.000000 3367.063232 0.000000 0.015643 0.000000 -0.999878 1.000000 1.000000 1.000000 +1247.254639 0.000000 3368.846924 0.000000 0.628121 0.000000 -0.778115 1.000000 1.000000 1.000000 +1239.665405 0.000000 3338.915527 0.000000 0.329619 0.000000 -0.944114 1.000000 1.000000 1.000000 +1230.330444 0.000000 3351.085693 0.000000 0.328865 0.000000 0.944377 1.000000 1.000000 1.000000 +1238.693726 0.000000 3341.731445 0.000000 0.241247 0.000000 0.970464 1.000000 1.000000 1.000000 +1284.305054 0.000000 3314.704590 0.000000 0.996776 0.000000 -0.080234 1.000000 1.000000 1.000000 +1292.058350 0.000000 3325.281006 0.000000 0.016158 0.000000 0.999869 1.000000 1.000000 1.000000 +1246.966797 0.000000 3356.585205 0.000000 0.557635 0.000000 0.830086 1.000000 1.000000 1.000000 +1252.002441 0.000000 3315.539795 0.000000 0.718118 0.000000 -0.695921 1.000000 1.000000 1.000000 +1269.613647 0.000000 3319.842285 0.000000 0.645810 0.000000 0.763498 1.000000 1.000000 1.000000 +1248.405884 0.000000 3366.761719 0.000000 0.070698 0.000000 0.997498 1.000000 1.000000 1.000000 +1292.515869 0.000000 3327.627441 0.000000 0.990342 0.000000 -0.138647 1.000000 1.000000 1.000000 +1245.203979 0.000000 3367.945801 0.000000 0.267905 0.000000 -0.963445 1.000000 1.000000 1.000000 +1275.479736 0.000000 3314.678955 0.000000 0.060828 0.000000 -0.998148 1.000000 1.000000 1.000000 +1267.932129 0.000000 3318.595459 0.000000 0.867275 0.000000 0.497829 1.000000 1.000000 1.000000 +1248.049194 0.000000 3354.766357 0.000000 0.300092 0.000000 0.953910 1.000000 1.000000 1.000000 +1283.946167 0.000000 3312.786377 0.000000 0.417612 0.000000 -0.908625 1.000000 1.000000 1.000000 +1272.280029 0.000000 3325.071533 0.000000 0.532079 0.000000 -0.846695 1.000000 1.000000 1.000000 +1238.226685 0.000000 3340.004395 0.000000 0.284357 0.000000 0.958718 1.000000 1.000000 1.000000 +1282.684692 0.000000 3313.892334 0.000000 0.855809 0.000000 -0.517292 1.000000 1.000000 1.000000 +1246.761230 0.000000 3367.227295 0.000000 0.668255 0.000000 -0.743932 1.000000 1.000000 1.000000 +1244.503662 0.000000 3366.191406 0.000000 0.868106 0.000000 0.496379 1.000000 1.000000 1.000000 +1253.520264 0.000000 3315.007568 0.000000 0.593106 0.000000 -0.805124 1.000000 1.000000 1.000000 +1291.080811 0.000000 3326.969971 0.000000 0.307809 0.000000 -0.951448 1.000000 1.000000 1.000000 +1285.467773 0.000000 3313.671631 0.000000 0.001381 0.000000 -0.999999 1.000000 1.000000 1.000000 +1280.888672 0.000000 3330.318359 0.000000 0.022076 0.000000 0.999756 1.000000 1.000000 1.000000 +1269.381470 0.000000 3318.544922 0.000000 0.895114 0.000000 -0.445838 1.000000 1.000000 1.000000 +1246.853516 0.000000 3355.323975 0.000000 0.996139 0.000000 -0.087795 1.000000 1.000000 1.000000 +1252.355469 0.000000 3314.348145 0.000000 0.901979 0.000000 -0.431779 1.000000 1.000000 1.000000 +1352.516846 0.000000 3379.224609 0.000000 0.840094 0.000000 0.542441 1.000000 1.000000 1.000000 +1356.069214 0.000000 3345.283203 0.000000 0.973671 0.000000 0.227957 1.000000 1.000000 1.000000 +1353.432495 0.000000 3372.669189 0.000000 0.455607 0.000000 0.890181 1.000000 1.000000 1.000000 +1359.640747 0.000000 3355.828369 0.000000 0.116401 0.000000 -0.993202 1.000000 1.000000 1.000000 +1343.794434 0.000000 3365.096924 0.000000 0.634512 0.000000 -0.772913 1.000000 1.000000 1.000000 +1354.867920 0.000000 3339.522705 0.000000 0.999907 0.000000 -0.013650 1.000000 1.000000 1.000000 +1342.388550 0.000000 3360.246826 0.000000 0.722929 0.000000 0.690922 1.000000 1.000000 1.000000 +1295.994629 0.000000 3325.330566 0.000000 0.908049 0.000000 -0.418864 1.000000 1.000000 1.000000 +1354.773071 0.000000 3376.325684 0.000000 0.997807 0.000000 0.066191 1.000000 1.000000 1.000000 +1346.920166 0.000000 3363.476074 0.000000 0.271705 0.000000 -0.962381 1.000000 1.000000 1.000000 +1349.724487 0.000000 3377.236572 0.000000 0.974816 0.000000 0.223010 1.000000 1.000000 1.000000 +1362.730835 0.000000 3354.730957 0.000000 0.585769 0.000000 -0.810478 1.000000 1.000000 1.000000 +1354.585449 0.000000 3342.441895 0.000000 0.857700 0.000000 0.514151 1.000000 1.000000 1.000000 +1351.913086 0.000000 3375.339844 0.000000 0.978846 0.000000 -0.204600 1.000000 1.000000 1.000000 +1344.659790 0.000000 3361.855469 0.000000 0.721662 0.000000 0.692246 1.000000 1.000000 1.000000 +1360.145630 0.000000 3353.201904 0.000000 0.708227 0.000000 -0.705985 1.000000 1.000000 1.000000 +1357.015747 0.000000 3340.055664 0.000000 0.185577 0.000000 -0.982630 1.000000 1.000000 1.000000 +1356.685059 0.000000 3343.138916 0.000000 0.411062 0.000000 0.911608 1.000000 1.000000 1.000000 +1345.811768 0.000000 3365.141602 0.000000 0.986936 0.000000 -0.161114 1.000000 1.000000 1.000000 +1362.673340 0.000000 3352.756836 0.000000 0.618824 0.000000 -0.785530 1.000000 1.000000 1.000000 +1353.750000 0.000000 3374.619873 0.000000 0.780328 0.000000 -0.625370 1.000000 1.000000 1.000000 +1343.127930 0.000000 3363.042725 0.000000 0.942511 0.000000 -0.334175 1.000000 1.000000 1.000000 +1295.919189 0.000000 3327.679932 0.000000 0.694855 0.000000 0.719150 1.000000 1.000000 1.000000 +1350.120850 0.000000 3375.502930 0.000000 0.701716 0.000000 0.712457 1.000000 1.000000 1.000000 +1344.865845 0.000000 3363.674316 0.000000 0.999507 0.000000 0.031393 1.000000 1.000000 1.000000 +1360.984131 0.000000 3354.732666 0.000000 0.997397 0.000000 -0.072111 1.000000 1.000000 1.000000 +1351.337891 0.000000 3377.831055 0.000000 0.284579 0.000000 -0.958653 1.000000 1.000000 1.000000 +1355.956787 0.000000 3341.373047 0.000000 0.872341 0.000000 -0.488899 1.000000 1.000000 1.000000 +1354.299683 0.000000 3340.960938 0.000000 0.480281 0.000000 -0.877115 1.000000 1.000000 1.000000 +1345.804199 0.000000 3362.650635 0.000000 0.456391 0.000000 -0.889779 1.000000 1.000000 1.000000 +1355.445557 0.000000 3343.385742 0.000000 0.224325 0.000000 -0.974514 1.000000 1.000000 1.000000 +1361.827393 0.000000 3355.738037 0.000000 0.985229 0.000000 0.171244 1.000000 1.000000 1.000000 +1391.438599 0.000000 3377.710205 0.000000 0.628726 0.000000 -0.777627 1.000000 1.000000 1.000000 +1422.164795 0.000000 3335.968506 0.000000 0.530570 0.000000 0.847641 1.000000 1.000000 1.000000 +1393.697021 0.000000 3346.643311 0.000000 0.613536 0.000000 -0.789666 1.000000 1.000000 1.000000 +1399.764404 0.000000 3319.904785 0.000000 0.951634 0.000000 -0.307235 1.000000 1.000000 1.000000 +1374.108276 0.000000 3377.158447 0.000000 0.869293 0.000000 -0.494298 1.000000 1.000000 1.000000 +1434.530396 0.000000 3341.199463 0.000000 0.449452 0.000000 0.893304 1.000000 1.000000 1.000000 +1389.930176 0.000000 3354.279297 0.000000 0.333531 0.000000 0.942739 1.000000 1.000000 1.000000 +1437.790405 0.000000 3368.754883 0.000000 0.795141 0.000000 -0.606425 1.000000 1.000000 1.000000 +1396.769531 0.000000 3374.048828 0.000000 0.955763 0.000000 0.294137 1.000000 1.000000 1.000000 +1426.860107 0.000000 3339.522705 0.000000 0.980490 0.000000 -0.196567 1.000000 1.000000 1.000000 +1396.434937 0.000000 3352.604492 0.000000 0.250110 0.000000 0.968217 1.000000 1.000000 1.000000 +1385.141235 0.000000 3357.024902 0.000000 0.523921 0.000000 0.851767 1.000000 1.000000 1.000000 +1395.176880 0.000000 3322.446045 0.000000 0.989312 0.000000 0.145812 1.000000 1.000000 1.000000 +1437.619873 0.000000 3344.921387 0.000000 0.411818 0.000000 0.911266 1.000000 1.000000 1.000000 +1414.442383 0.000000 3350.019531 0.000000 0.584833 0.000000 -0.811154 1.000000 1.000000 1.000000 +1389.843750 0.000000 3349.675537 0.000000 0.644418 0.000000 -0.764673 1.000000 1.000000 1.000000 +1392.343872 0.000000 3372.422363 0.000000 0.999162 0.000000 -0.040928 1.000000 1.000000 1.000000 +1393.736938 0.000000 3356.889404 0.000000 0.794702 0.000000 -0.606999 1.000000 1.000000 1.000000 +1388.948120 0.000000 3358.936035 0.000000 0.303868 0.000000 0.952714 1.000000 1.000000 1.000000 +1380.902100 0.000000 3358.061035 0.000000 0.976291 0.000000 -0.216464 1.000000 1.000000 1.000000 +1438.343750 0.000000 3338.637451 0.000000 0.056855 0.000000 0.998382 1.000000 1.000000 1.000000 +1421.437500 0.000000 3373.761475 0.000000 0.145316 0.000000 0.989385 1.000000 1.000000 1.000000 +1371.771729 0.000000 3380.247803 0.000000 0.869883 0.000000 0.493259 1.000000 1.000000 1.000000 +1392.847534 0.000000 3352.084229 0.000000 0.065853 0.000000 0.997829 1.000000 1.000000 1.000000 +1422.459839 0.000000 3339.583252 0.000000 0.729937 0.000000 0.683515 1.000000 1.000000 1.000000 +1383.632812 0.000000 3360.086670 0.000000 0.909670 0.000000 0.415331 1.000000 1.000000 1.000000 +1415.571289 0.000000 3353.283203 0.000000 0.963800 0.000000 0.266626 1.000000 1.000000 1.000000 +1393.864136 0.000000 3375.492676 0.000000 0.172273 0.000000 -0.985049 1.000000 1.000000 1.000000 +1418.057617 0.000000 3373.459717 0.000000 0.479268 0.000000 -0.877668 1.000000 1.000000 1.000000 +1396.568481 0.000000 3355.698975 0.000000 0.865605 0.000000 0.500727 1.000000 1.000000 1.000000 +1438.155273 0.000000 3341.720703 0.000000 0.212620 0.000000 -0.977135 1.000000 1.000000 1.000000 +1424.622070 0.000000 3337.775635 0.000000 0.826925 0.000000 -0.562312 1.000000 1.000000 1.000000 +1392.651978 0.000000 3349.231934 0.000000 0.999708 0.000000 -0.024150 1.000000 1.000000 1.000000 +1388.314819 0.000000 3352.009277 0.000000 0.821906 0.000000 -0.569623 1.000000 1.000000 1.000000 +1390.912354 0.000000 3346.956055 0.000000 0.543751 0.000000 -0.839247 1.000000 1.000000 1.000000 +1391.683594 0.000000 3358.933594 0.000000 0.647879 0.000000 -0.761743 1.000000 1.000000 1.000000 +1386.344238 0.000000 3359.553467 0.000000 0.975365 0.000000 -0.220596 1.000000 1.000000 1.000000 +1397.734985 0.000000 3322.094238 0.000000 0.002089 0.000000 -0.999998 1.000000 1.000000 1.000000 +1438.847656 0.000000 3371.842529 0.000000 0.096684 0.000000 0.995315 1.000000 1.000000 1.000000 +1438.824585 0.000000 3366.415039 0.000000 0.175648 0.000000 0.984453 1.000000 1.000000 1.000000 +1390.951172 0.000000 3356.585205 0.000000 0.620565 0.000000 -0.784155 1.000000 1.000000 1.000000 +1421.507568 0.000000 3371.167969 0.000000 0.267026 0.000000 0.963689 1.000000 1.000000 1.000000 +1394.950806 0.000000 3372.364258 0.000000 0.988243 0.000000 -0.152890 1.000000 1.000000 1.000000 +1416.174316 0.000000 3375.822998 0.000000 0.990273 0.000000 -0.139138 1.000000 1.000000 1.000000 +1399.087769 0.000000 3355.677490 0.000000 0.212420 0.000000 0.977179 1.000000 1.000000 1.000000 +1416.727539 0.000000 3350.856445 0.000000 0.809368 0.000000 0.587302 1.000000 1.000000 1.000000 +1373.851562 0.000000 3379.377197 0.000000 0.764920 0.000000 0.644126 1.000000 1.000000 1.000000 +1397.457642 0.000000 3350.631104 0.000000 0.282869 0.000000 -0.959159 1.000000 1.000000 1.000000 +1387.376831 0.000000 3357.344971 0.000000 0.589596 0.000000 -0.807698 1.000000 1.000000 1.000000 +1419.629028 0.000000 3374.979980 0.000000 0.592152 0.000000 0.805826 1.000000 1.000000 1.000000 +1390.452515 0.000000 3351.743652 0.000000 0.094297 0.000000 -0.995544 1.000000 1.000000 1.000000 +1423.356445 0.000000 3372.324707 0.000000 0.145206 0.000000 0.989402 1.000000 1.000000 1.000000 +1395.508301 0.000000 3376.812500 0.000000 0.994433 0.000000 0.105374 1.000000 1.000000 1.000000 +1392.033569 0.000000 3354.766357 0.000000 0.439192 0.000000 -0.898393 1.000000 1.000000 1.000000 +1419.732544 0.000000 3372.281982 0.000000 0.320913 0.000000 0.947109 1.000000 1.000000 1.000000 +1396.682251 0.000000 3323.765381 0.000000 0.973538 0.000000 0.228527 1.000000 1.000000 1.000000 +1389.026001 0.000000 3356.151367 0.000000 0.598891 0.000000 0.800831 1.000000 1.000000 1.000000 +1436.014160 0.000000 3369.437744 0.000000 0.475158 0.000000 -0.879900 1.000000 1.000000 1.000000 +1439.255371 0.000000 3343.464600 0.000000 0.755751 0.000000 0.654859 1.000000 1.000000 1.000000 +1414.210205 0.000000 3351.934570 0.000000 0.072036 0.000000 0.997402 1.000000 1.000000 1.000000 +1439.085815 0.000000 3370.037842 0.000000 0.721108 0.000000 0.692823 1.000000 1.000000 1.000000 +1436.320068 0.000000 3341.902588 0.000000 0.601199 0.000000 -0.799100 1.000000 1.000000 1.000000 +1414.322998 0.000000 3375.611816 0.000000 0.954588 0.000000 0.297929 1.000000 1.000000 1.000000 +1372.291992 0.000000 3378.594727 0.000000 0.968742 0.000000 0.248071 1.000000 1.000000 1.000000 +1384.651855 0.000000 3358.674072 0.000000 0.447980 0.000000 -0.894044 1.000000 1.000000 1.000000 +1437.381836 0.000000 3343.225098 0.000000 0.999943 0.000000 0.010684 1.000000 1.000000 1.000000 +1391.424072 0.000000 3353.188232 0.000000 0.886778 0.000000 -0.462197 1.000000 1.000000 1.000000 +1422.908203 0.000000 3337.568848 0.000000 0.997545 0.000000 0.070023 1.000000 1.000000 1.000000 +1391.816895 0.000000 3350.655029 0.000000 0.167120 0.000000 0.985937 1.000000 1.000000 1.000000 +1439.076294 0.000000 3340.189941 0.000000 0.188592 0.000000 -0.982056 1.000000 1.000000 1.000000 +1396.224609 0.000000 3321.102051 0.000000 0.898738 0.000000 -0.438485 1.000000 1.000000 1.000000 +1395.483887 0.000000 3375.133057 0.000000 0.999856 0.000000 -0.016974 1.000000 1.000000 1.000000 +1391.125977 0.000000 3348.632080 0.000000 0.456009 0.000000 -0.889975 1.000000 1.000000 1.000000 +1424.070923 0.000000 3336.281738 0.000000 0.853776 0.000000 -0.520640 1.000000 1.000000 1.000000 +1394.379639 0.000000 3352.701416 0.000000 0.040628 0.000000 0.999174 1.000000 1.000000 1.000000 +1439.223877 0.000000 3368.030029 0.000000 0.830565 0.000000 -0.556921 1.000000 1.000000 1.000000 +1425.452881 0.000000 3339.012451 0.000000 0.794963 0.000000 -0.606657 1.000000 1.000000 1.000000 +1425.952393 0.000000 3337.072021 0.000000 0.654678 0.000000 0.755908 1.000000 1.000000 1.000000 +1372.881226 0.000000 3381.202148 0.000000 0.545987 0.000000 0.837794 1.000000 1.000000 1.000000 +1392.815430 0.000000 3353.571533 0.000000 0.496906 0.000000 -0.867805 1.000000 1.000000 1.000000 +1415.343750 0.000000 3351.086914 0.000000 0.878394 0.000000 -0.477937 1.000000 1.000000 1.000000 +1439.550659 0.000000 3341.462402 0.000000 0.853347 0.000000 0.521343 1.000000 1.000000 1.000000 +1421.812134 0.000000 3372.452393 0.000000 0.601233 0.000000 0.799074 1.000000 1.000000 1.000000 +1419.442871 0.000000 3373.676514 0.000000 0.868027 0.000000 0.496517 1.000000 1.000000 1.000000 +1396.486694 0.000000 3322.424805 0.000000 0.984008 0.000000 0.178124 1.000000 1.000000 1.000000 +1390.837891 0.000000 3355.323975 0.000000 0.978591 0.000000 0.205814 1.000000 1.000000 1.000000 +1388.596313 0.000000 3357.717529 0.000000 0.326798 0.000000 0.945094 1.000000 1.000000 1.000000 +1397.745728 0.000000 3323.283936 0.000000 0.092603 0.000000 -0.995703 1.000000 1.000000 1.000000 +1389.694458 0.000000 3357.081055 0.000000 0.964870 0.000000 0.262726 1.000000 1.000000 1.000000 +1420.735962 0.000000 3372.828613 0.000000 0.234653 0.000000 0.972079 1.000000 1.000000 1.000000 +1394.509888 0.000000 3374.569092 0.000000 0.416887 0.000000 -0.908958 1.000000 1.000000 1.000000 +1438.213623 0.000000 3343.989746 0.000000 0.862886 0.000000 -0.505399 1.000000 1.000000 1.000000 +1440.262085 0.000000 3171.017822 0.000000 0.099300 0.000000 0.995058 1.000000 1.000000 1.000000 +1455.141235 0.000000 3190.694824 0.000000 0.561394 0.000000 -0.827549 1.000000 1.000000 1.000000 +1455.641968 0.000000 3194.946777 0.000000 0.260985 0.000000 -0.965343 1.000000 1.000000 1.000000 +1456.373657 0.000000 3192.730469 0.000000 0.562519 0.000000 -0.826784 1.000000 1.000000 1.000000 +1457.749512 0.000000 3195.128174 0.000000 0.959740 0.000000 -0.280888 1.000000 1.000000 1.000000 +1457.295166 0.000000 3190.923340 0.000000 0.991212 0.000000 -0.132281 1.000000 1.000000 1.000000 +1454.428833 0.000000 3192.259033 0.000000 0.673463 0.000000 -0.739221 1.000000 1.000000 1.000000 +1457.088257 0.000000 3193.916016 0.000000 0.914231 0.000000 -0.405193 1.000000 1.000000 1.000000 +1457.536621 0.000000 3192.370117 0.000000 0.991163 0.000000 0.132649 1.000000 1.000000 1.000000 +1446.100464 0.000000 3305.174072 0.000000 0.221745 0.000000 0.975105 1.000000 1.000000 1.000000 +1451.500732 0.000000 3308.708984 0.000000 0.038558 0.000000 0.999256 1.000000 1.000000 1.000000 +1441.306030 0.000000 3302.912842 0.000000 0.867885 0.000000 -0.496766 1.000000 1.000000 1.000000 +1449.862793 0.000000 3305.276123 0.000000 0.396208 0.000000 0.918161 1.000000 1.000000 1.000000 +1448.003296 0.000000 3308.257324 0.000000 0.631390 0.000000 -0.775465 1.000000 1.000000 1.000000 +1441.682129 0.000000 3299.733154 0.000000 0.359132 0.000000 -0.933287 1.000000 1.000000 1.000000 +1452.484619 0.000000 3306.292480 0.000000 0.505042 0.000000 -0.863095 1.000000 1.000000 1.000000 +1449.909424 0.000000 3307.355225 0.000000 0.099967 0.000000 -0.994991 1.000000 1.000000 1.000000 +1440.247925 0.000000 3301.098877 0.000000 0.413244 0.000000 -0.910620 1.000000 1.000000 1.000000 +1439.906128 0.000000 3299.120117 0.000000 0.982942 0.000000 -0.183914 1.000000 1.000000 1.000000 +1450.924805 0.000000 3306.319824 0.000000 0.397032 0.000000 0.917805 1.000000 1.000000 1.000000 +1667.477295 0.000000 3236.724609 0.000000 0.322953 0.000000 -0.946415 1.000000 1.000000 1.000000 +1709.406250 0.000000 3229.792725 0.000000 0.667795 0.000000 0.744345 1.000000 1.000000 1.000000 +1711.874023 0.000000 3231.371094 0.000000 0.241671 0.000000 -0.970358 1.000000 1.000000 1.000000 +1723.093506 0.000000 3238.375488 0.000000 0.824189 0.000000 0.566314 1.000000 1.000000 1.000000 +1668.461182 0.000000 3234.308105 0.000000 0.895874 0.000000 0.444308 1.000000 1.000000 1.000000 +1669.576782 0.000000 3236.337402 0.000000 0.914488 0.000000 0.404613 1.000000 1.000000 1.000000 +1711.325195 0.000000 3228.355957 0.000000 0.850645 0.000000 0.525741 1.000000 1.000000 1.000000 +1713.710938 0.000000 3230.651123 0.000000 0.829982 0.000000 0.557790 1.000000 1.000000 1.000000 +1710.081787 0.000000 3231.534180 0.000000 0.932976 0.000000 -0.359938 1.000000 1.000000 1.000000 +1711.002563 0.000000 3229.968750 0.000000 0.417542 0.000000 -0.908658 1.000000 1.000000 1.000000 +1712.397949 0.000000 3229.823730 0.000000 0.549122 0.000000 -0.835742 1.000000 1.000000 1.000000 +1653.594971 0.000000 3250.848389 0.000000 0.568278 0.000000 0.822837 1.000000 1.000000 1.000000 +1634.926880 0.000000 3268.401855 0.000000 0.763497 0.000000 -0.645811 1.000000 1.000000 1.000000 +1639.740356 0.000000 3271.229492 0.000000 0.763985 0.000000 0.645234 1.000000 1.000000 1.000000 +1654.913086 0.000000 3247.062744 0.000000 0.988882 0.000000 0.148705 1.000000 1.000000 1.000000 +1638.436401 0.000000 3267.598877 0.000000 0.598038 0.000000 -0.801468 1.000000 1.000000 1.000000 +1636.812622 0.000000 3270.598389 0.000000 0.858093 0.000000 -0.513494 1.000000 1.000000 1.000000 +1654.005981 0.000000 3248.880371 0.000000 0.241181 0.000000 0.970480 1.000000 1.000000 1.000000 +1638.430298 0.000000 3269.540039 0.000000 0.157715 0.000000 -0.987485 1.000000 1.000000 1.000000 +1636.814087 0.000000 3268.675293 0.000000 0.985756 0.000000 0.168180 1.000000 1.000000 1.000000 +1655.186279 0.000000 3250.096924 0.000000 0.351252 0.000000 -0.936281 1.000000 1.000000 1.000000 +1639.955200 0.000000 3267.229492 0.000000 0.222201 0.000000 -0.975001 1.000000 1.000000 1.000000 +1695.753174 0.000000 3239.930176 0.000000 0.476099 0.000000 0.879392 1.000000 1.000000 1.000000 +1656.623169 0.000000 3277.734375 0.000000 0.232894 0.000000 -0.972502 1.000000 1.000000 1.000000 +1716.030151 0.000000 3273.298828 0.000000 0.663725 0.000000 -0.747977 1.000000 1.000000 1.000000 +1658.426880 0.000000 3249.942139 0.000000 0.531662 0.000000 -0.846956 1.000000 1.000000 1.000000 +1725.174316 0.000000 3240.204102 0.000000 0.978086 0.000000 0.208202 1.000000 1.000000 1.000000 +1697.925903 0.000000 3245.759521 0.000000 0.992406 0.000000 0.123001 1.000000 1.000000 1.000000 +1678.180298 0.000000 3263.461426 0.000000 0.114548 0.000000 0.993418 1.000000 1.000000 1.000000 +1686.834961 0.000000 3275.579590 0.000000 0.976063 0.000000 -0.217487 1.000000 1.000000 1.000000 +1669.386108 0.000000 3290.659180 0.000000 0.951476 0.000000 -0.307723 1.000000 1.000000 1.000000 +1660.789062 0.000000 3276.442383 0.000000 0.031851 0.000000 -0.999493 1.000000 1.000000 1.000000 +1668.870850 0.000000 3286.076660 0.000000 0.334015 0.000000 0.942568 1.000000 1.000000 1.000000 +1697.763428 0.000000 3286.862549 0.000000 0.515491 0.000000 -0.856895 1.000000 1.000000 1.000000 +1655.955566 0.000000 3253.346191 0.000000 0.647982 0.000000 -0.761656 1.000000 1.000000 1.000000 +1693.783936 0.000000 3292.120605 0.000000 0.099551 0.000000 0.995032 1.000000 1.000000 1.000000 +1721.495483 0.000000 3241.511230 0.000000 0.956886 0.000000 -0.290463 1.000000 1.000000 1.000000 +1655.847290 0.000000 3246.816895 0.000000 0.965936 0.000000 0.258782 1.000000 1.000000 1.000000 +1698.766235 0.000000 3242.125488 0.000000 0.861274 0.000000 0.508141 1.000000 1.000000 1.000000 +1695.173584 0.000000 3243.466309 0.000000 0.724373 0.000000 -0.689409 1.000000 1.000000 1.000000 +1725.434570 0.000000 3243.974121 0.000000 0.500140 0.000000 -0.865945 1.000000 1.000000 1.000000 +1683.753662 0.000000 3277.178223 0.000000 0.062770 0.000000 0.998028 1.000000 1.000000 1.000000 +1680.846069 0.000000 3265.399902 0.000000 0.520506 0.000000 -0.853858 1.000000 1.000000 1.000000 +1687.710693 0.000000 3272.517822 0.000000 0.921377 0.000000 -0.388671 1.000000 1.000000 1.000000 +1684.520142 0.000000 3273.575684 0.000000 0.156295 0.000000 -0.987710 1.000000 1.000000 1.000000 +1662.283569 0.000000 3279.101318 0.000000 0.295932 0.000000 0.955209 1.000000 1.000000 1.000000 +1714.546387 0.000000 3270.457520 0.000000 0.050497 0.000000 -0.998724 1.000000 1.000000 1.000000 +1687.669312 0.000000 3278.353516 0.000000 0.748711 0.000000 -0.662897 1.000000 1.000000 1.000000 +1713.304443 0.000000 3273.655029 0.000000 0.999840 0.000000 -0.017904 1.000000 1.000000 1.000000 +1710.404785 0.000000 3273.696289 0.000000 0.987979 0.000000 -0.154588 1.000000 1.000000 1.000000 +1655.900879 0.000000 3249.702148 0.000000 0.622988 0.000000 -0.782231 1.000000 1.000000 1.000000 +1668.163940 0.000000 3288.432373 0.000000 0.920903 0.000000 -0.389793 1.000000 1.000000 1.000000 +1722.857300 0.000000 3239.428467 0.000000 0.618466 0.000000 0.785811 1.000000 1.000000 1.000000 +1659.228149 0.000000 3278.306396 0.000000 0.440874 0.000000 0.897569 1.000000 1.000000 1.000000 +1723.698730 0.000000 3242.400391 0.000000 0.999459 0.000000 -0.032878 1.000000 1.000000 1.000000 +1727.017334 0.000000 3242.166504 0.000000 0.994555 0.000000 -0.104216 1.000000 1.000000 1.000000 +1697.982056 0.000000 3240.018311 0.000000 0.995829 0.000000 0.091245 1.000000 1.000000 1.000000 +1679.165283 0.000000 3266.770264 0.000000 0.932436 0.000000 0.361334 1.000000 1.000000 1.000000 +1714.845581 0.000000 3275.179443 0.000000 0.370128 0.000000 0.928981 1.000000 1.000000 1.000000 +1697.269775 0.000000 3243.765869 0.000000 0.532764 0.000000 0.846264 1.000000 1.000000 1.000000 +1696.466309 0.000000 3241.862793 0.000000 0.637673 0.000000 -0.770307 1.000000 1.000000 1.000000 +1676.568970 0.000000 3265.136963 0.000000 0.925066 0.000000 0.379807 1.000000 1.000000 1.000000 +1660.546265 0.000000 3280.119141 0.000000 0.781681 0.000000 -0.623678 1.000000 1.000000 1.000000 +1684.699707 0.000000 3275.488037 0.000000 0.589314 0.000000 -0.807904 1.000000 1.000000 1.000000 +1656.377197 0.000000 3251.489746 0.000000 0.346629 0.000000 -0.938002 1.000000 1.000000 1.000000 +1714.438843 0.000000 3272.233154 0.000000 0.596002 0.000000 -0.802983 1.000000 1.000000 1.000000 +1679.001953 0.000000 3265.012695 0.000000 0.993527 0.000000 -0.113595 1.000000 1.000000 1.000000 +1686.442871 0.000000 3277.211182 0.000000 0.999990 0.000000 -0.004471 1.000000 1.000000 1.000000 +1660.863281 0.000000 3278.093750 0.000000 0.925092 0.000000 0.379744 1.000000 1.000000 1.000000 +1723.679932 0.000000 3240.843994 0.000000 0.292491 0.000000 0.956268 1.000000 1.000000 1.000000 +1694.162354 0.000000 3290.184082 0.000000 0.342990 0.000000 -0.939339 1.000000 1.000000 1.000000 +1712.980469 0.000000 3272.032471 0.000000 0.480041 0.000000 -0.877246 1.000000 1.000000 1.000000 +1722.263428 0.000000 3242.862305 0.000000 0.782280 0.000000 0.622927 1.000000 1.000000 1.000000 +1699.285278 0.000000 3240.686768 0.000000 0.997251 0.000000 0.074093 1.000000 1.000000 1.000000 +1714.696411 0.000000 3273.618164 0.000000 0.856185 0.000000 0.516670 1.000000 1.000000 1.000000 +1697.699219 0.000000 3241.381104 0.000000 0.429682 0.000000 0.902980 1.000000 1.000000 1.000000 +1724.305176 0.000000 3243.532715 0.000000 0.549728 0.000000 -0.835344 1.000000 1.000000 1.000000 +1722.682495 0.000000 3241.450439 0.000000 0.607148 0.000000 0.794589 1.000000 1.000000 1.000000 +1660.149902 0.000000 3278.995117 0.000000 0.548894 0.000000 0.835892 1.000000 1.000000 1.000000 +1694.919189 0.000000 3291.814453 0.000000 0.122462 0.000000 -0.992473 1.000000 1.000000 1.000000 +1671.402100 0.000000 3289.215820 0.000000 0.262630 0.000000 -0.964897 1.000000 1.000000 1.000000 +1491.193359 0.000000 3370.295166 0.000000 0.556082 0.000000 -0.831128 1.000000 1.000000 1.000000 +1440.102905 0.000000 3339.270752 0.000000 0.852601 0.000000 -0.522562 1.000000 1.000000 1.000000 +1440.407104 0.000000 3368.789062 0.000000 0.597207 0.000000 0.802087 1.000000 1.000000 1.000000 +1472.212769 0.000000 3328.506592 0.000000 0.882271 0.000000 -0.470742 1.000000 1.000000 1.000000 +1490.409058 0.000000 3376.782471 0.000000 0.621445 0.000000 -0.783458 1.000000 1.000000 1.000000 +1445.874878 0.000000 3338.649414 0.000000 0.846106 0.000000 0.533014 1.000000 1.000000 1.000000 +1442.951294 0.000000 3344.517334 0.000000 0.506493 0.000000 0.862244 1.000000 1.000000 1.000000 +1450.262207 0.000000 3372.962891 0.000000 0.073920 0.000000 0.997264 1.000000 1.000000 1.000000 +1473.172607 0.000000 3333.123047 0.000000 0.904061 0.000000 -0.427403 1.000000 1.000000 1.000000 +1486.748779 0.000000 3373.788086 0.000000 0.459053 0.000000 0.888409 1.000000 1.000000 1.000000 +1476.588989 0.000000 3328.611084 0.000000 0.998057 0.000000 -0.062315 1.000000 1.000000 1.000000 +1493.429688 0.000000 3373.761475 0.000000 0.999842 0.000000 0.017785 1.000000 1.000000 1.000000 +1443.178711 0.000000 3341.002686 0.000000 0.993425 0.000000 -0.114484 1.000000 1.000000 1.000000 +1445.970581 0.000000 3342.900391 0.000000 0.999193 0.000000 -0.040162 1.000000 1.000000 1.000000 +1439.899536 0.000000 3342.763916 0.000000 0.058918 0.000000 -0.998263 1.000000 1.000000 1.000000 +1490.049805 0.000000 3373.459717 0.000000 0.935678 0.000000 0.352855 1.000000 1.000000 1.000000 +1477.962402 0.000000 3331.571045 0.000000 0.881922 0.000000 -0.471396 1.000000 1.000000 1.000000 +1448.327026 0.000000 3370.467285 0.000000 0.984237 0.000000 -0.176856 1.000000 1.000000 1.000000 +1442.778809 0.000000 3337.495605 0.000000 0.900688 0.000000 0.434467 1.000000 1.000000 1.000000 +1474.407104 0.000000 3330.570801 0.000000 0.996073 0.000000 -0.088535 1.000000 1.000000 1.000000 +1475.771362 0.000000 3332.952637 0.000000 0.354096 0.000000 -0.935209 1.000000 1.000000 1.000000 +1488.166504 0.000000 3375.822998 0.000000 0.549874 0.000000 0.835247 1.000000 1.000000 1.000000 +1440.727417 0.000000 3336.053223 0.000000 0.590067 0.000000 -0.807354 1.000000 1.000000 1.000000 +1449.207275 0.000000 3375.111816 0.000000 0.891948 0.000000 -0.452138 1.000000 1.000000 1.000000 +1491.621216 0.000000 3374.979980 0.000000 0.001155 0.000000 -0.999999 1.000000 1.000000 1.000000 +1445.421387 0.000000 3340.853516 0.000000 0.944744 0.000000 0.327808 1.000000 1.000000 1.000000 +1441.071899 0.000000 3341.127197 0.000000 0.674673 0.000000 -0.738117 1.000000 1.000000 1.000000 +1491.724731 0.000000 3372.281982 0.000000 0.937702 0.000000 -0.347441 1.000000 1.000000 1.000000 +1443.960815 0.000000 3339.112061 0.000000 0.112740 0.000000 -0.993625 1.000000 1.000000 1.000000 +1442.317749 0.000000 3342.730469 0.000000 0.789544 0.000000 0.613695 1.000000 1.000000 1.000000 +1476.252808 0.000000 3330.737793 0.000000 0.877821 0.000000 -0.478989 1.000000 1.000000 1.000000 +1441.998291 0.000000 3339.322266 0.000000 0.963727 0.000000 0.266891 1.000000 1.000000 1.000000 +1439.906128 0.000000 3371.104492 0.000000 0.901377 0.000000 0.433034 1.000000 1.000000 1.000000 +1444.168945 0.000000 3342.544189 0.000000 0.274394 0.000000 0.961617 1.000000 1.000000 1.000000 +1474.884399 0.000000 3328.834961 0.000000 0.971812 0.000000 0.235758 1.000000 1.000000 1.000000 +1489.730835 0.000000 3375.108154 0.000000 0.080658 0.000000 0.996742 1.000000 1.000000 1.000000 +1441.069702 0.000000 3337.715332 0.000000 0.383798 0.000000 -0.923417 1.000000 1.000000 1.000000 +1488.355469 0.000000 3373.414551 0.000000 0.787826 0.000000 0.615898 1.000000 1.000000 1.000000 +1448.609985 0.000000 3373.315674 0.000000 0.783544 0.000000 -0.621336 1.000000 1.000000 1.000000 +1444.185181 0.000000 3340.305420 0.000000 0.355795 0.000000 0.934564 1.000000 1.000000 1.000000 +1439.861328 0.000000 3340.826904 0.000000 0.201958 0.000000 -0.979394 1.000000 1.000000 1.000000 +1475.480957 0.000000 3331.633545 0.000000 0.999358 0.000000 -0.035832 1.000000 1.000000 1.000000 +1441.055542 0.000000 3339.982178 0.000000 0.475725 0.000000 0.879594 1.000000 1.000000 1.000000 +1443.076660 0.000000 3339.838867 0.000000 0.358471 0.000000 -0.933541 1.000000 1.000000 1.000000 +1442.920410 0.000000 3338.627686 0.000000 0.729483 0.000000 -0.683999 1.000000 1.000000 1.000000 +1441.068237 0.000000 3338.783447 0.000000 0.492253 0.000000 -0.870452 1.000000 1.000000 1.000000 +1501.779175 0.000000 3384.111816 0.000000 0.356534 0.000000 0.934282 1.000000 1.000000 1.000000 +1459.043213 0.000000 3402.861328 0.000000 0.999084 0.000000 -0.042794 1.000000 1.000000 1.000000 +1496.501221 0.000000 3451.208984 0.000000 0.579094 0.000000 -0.815261 1.000000 1.000000 1.000000 +1449.475098 0.000000 3439.368896 0.000000 0.885785 0.000000 0.464095 1.000000 1.000000 1.000000 +1495.822754 0.000000 3398.433350 0.000000 0.993146 0.000000 -0.116880 1.000000 1.000000 1.000000 +1454.949951 0.000000 3446.771484 0.000000 0.395216 0.000000 0.918588 1.000000 1.000000 1.000000 +1457.375000 0.000000 3420.334229 0.000000 0.877398 0.000000 -0.479763 1.000000 1.000000 1.000000 +1502.455322 0.000000 3448.236572 0.000000 0.360760 0.000000 0.932659 1.000000 1.000000 1.000000 +1488.452271 0.000000 3407.768799 0.000000 0.910310 0.000000 -0.413927 1.000000 1.000000 1.000000 +1469.378906 0.000000 3435.450684 0.000000 0.013393 0.000000 -0.999910 1.000000 1.000000 1.000000 +1450.262207 0.000000 3444.947266 0.000000 0.999697 0.000000 0.024600 1.000000 1.000000 1.000000 +1454.025635 0.000000 3416.604736 0.000000 0.324369 0.000000 -0.945931 1.000000 1.000000 1.000000 +1500.581909 0.000000 3453.092041 0.000000 0.857790 0.000000 -0.514001 1.000000 1.000000 1.000000 +1463.221313 0.000000 3403.340332 0.000000 0.993795 0.000000 -0.111232 1.000000 1.000000 1.000000 +1453.915649 0.000000 3442.768066 0.000000 0.460204 0.000000 -0.887813 1.000000 1.000000 1.000000 +1505.518921 0.000000 3385.479980 0.000000 0.483834 0.000000 -0.875160 1.000000 1.000000 1.000000 +1504.554077 0.000000 3453.393799 0.000000 0.399215 0.000000 0.916857 1.000000 1.000000 1.000000 +1498.757446 0.000000 3448.310059 0.000000 0.957126 0.000000 0.289671 1.000000 1.000000 1.000000 +1445.928589 0.000000 3439.847168 0.000000 0.991673 0.000000 -0.128781 1.000000 1.000000 1.000000 +1505.718262 0.000000 3448.999023 0.000000 0.560493 0.000000 0.828159 1.000000 1.000000 1.000000 +1495.651123 0.000000 3401.601074 0.000000 0.991829 0.000000 -0.127572 1.000000 1.000000 1.000000 +1488.114258 0.000000 3410.960693 0.000000 0.869838 0.000000 0.493337 1.000000 1.000000 1.000000 +1461.441406 0.000000 3400.988770 0.000000 0.860851 0.000000 0.508856 1.000000 1.000000 1.000000 +1490.871826 0.000000 3409.445312 0.000000 0.386665 0.000000 -0.922220 1.000000 1.000000 1.000000 +1502.832764 0.000000 3451.106201 0.000000 0.987932 0.000000 0.154887 1.000000 1.000000 1.000000 +1499.144043 0.000000 3450.859375 0.000000 0.893431 0.000000 -0.449200 1.000000 1.000000 1.000000 +1498.234619 0.000000 3401.860840 0.000000 0.770091 0.000000 -0.637934 1.000000 1.000000 1.000000 +1455.376709 0.000000 3418.725586 0.000000 0.128379 0.000000 -0.991725 1.000000 1.000000 1.000000 +1452.861816 0.000000 3445.063232 0.000000 0.922618 0.000000 -0.385715 1.000000 1.000000 1.000000 +1461.353027 0.000000 3405.032227 0.000000 0.705240 0.000000 0.708969 1.000000 1.000000 1.000000 +1504.359375 0.000000 3383.344971 0.000000 0.328438 0.000000 -0.944526 1.000000 1.000000 1.000000 +1467.167847 0.000000 3434.325684 0.000000 0.989526 0.000000 -0.144355 1.000000 1.000000 1.000000 +1498.125122 0.000000 3453.054688 0.000000 0.386053 0.000000 -0.922476 1.000000 1.000000 1.000000 +1459.232544 0.000000 3400.193604 0.000000 0.826401 0.000000 0.563083 1.000000 1.000000 1.000000 +1505.540894 0.000000 3451.331543 0.000000 0.510357 0.000000 -0.859963 1.000000 1.000000 1.000000 +1500.546875 0.000000 3447.027100 0.000000 0.345527 0.000000 -0.938409 1.000000 1.000000 1.000000 +1501.085205 0.000000 3449.949951 0.000000 0.960606 0.000000 -0.277916 1.000000 1.000000 1.000000 +1502.526733 0.000000 3453.918945 0.000000 0.898028 0.000000 -0.439938 1.000000 1.000000 1.000000 +1454.965576 0.000000 3444.596191 0.000000 0.652762 0.000000 0.757563 1.000000 1.000000 1.000000 +1496.953369 0.000000 3449.195068 0.000000 0.940013 0.000000 0.341138 1.000000 1.000000 1.000000 +1500.152588 0.000000 3454.997803 0.000000 0.317694 0.000000 -0.948193 1.000000 1.000000 1.000000 +1460.965454 0.000000 3403.074463 0.000000 0.788707 0.000000 0.614770 1.000000 1.000000 1.000000 +1446.486816 0.000000 3441.788086 0.000000 0.881961 0.000000 0.471322 1.000000 1.000000 1.000000 +1447.855103 0.000000 3440.356445 0.000000 0.747641 0.000000 -0.664103 1.000000 1.000000 1.000000 +1502.347290 0.000000 3446.258057 0.000000 0.665822 0.000000 -0.746110 1.000000 1.000000 1.000000 +1503.885010 0.000000 3449.549316 0.000000 0.858685 0.000000 -0.512504 1.000000 1.000000 1.000000 +1487.313965 0.000000 3409.200439 0.000000 0.977917 0.000000 -0.208994 1.000000 1.000000 1.000000 +1455.880615 0.000000 3442.977051 0.000000 0.996156 0.000000 -0.087598 1.000000 1.000000 1.000000 +1489.120972 0.000000 3409.472656 0.000000 0.994505 0.000000 0.104694 1.000000 1.000000 1.000000 +1465.582886 0.000000 3434.973633 0.000000 0.791268 0.000000 0.611470 1.000000 1.000000 1.000000 +1499.182129 0.000000 3400.357422 0.000000 0.995609 0.000000 0.093605 1.000000 1.000000 1.000000 +1489.785645 0.000000 3411.090820 0.000000 0.516588 0.000000 0.856234 1.000000 1.000000 1.000000 +1501.196411 0.000000 3451.577637 0.000000 0.845940 0.000000 -0.533279 1.000000 1.000000 1.000000 +1466.206299 0.000000 3432.915283 0.000000 0.995960 0.000000 0.089795 1.000000 1.000000 1.000000 +1503.330688 0.000000 3384.590332 0.000000 0.309809 0.000000 0.950799 1.000000 1.000000 1.000000 +1503.211792 0.000000 3452.547119 0.000000 0.816949 0.000000 -0.576710 1.000000 1.000000 1.000000 +1500.309937 0.000000 3448.467041 0.000000 0.414856 0.000000 0.909887 1.000000 1.000000 1.000000 +1447.842529 0.000000 3438.933838 0.000000 0.890239 0.000000 -0.455494 1.000000 1.000000 1.000000 +1456.866577 0.000000 3418.496582 0.000000 0.731376 0.000000 -0.681974 1.000000 1.000000 1.000000 +1496.203247 0.000000 3400.041992 0.000000 0.441935 0.000000 0.897047 1.000000 1.000000 1.000000 +1498.301392 0.000000 3449.708984 0.000000 0.606194 0.000000 0.795317 1.000000 1.000000 1.000000 +1499.079590 0.000000 3446.904785 0.000000 0.517989 0.000000 0.855387 1.000000 1.000000 1.000000 +1504.180176 0.000000 3385.741943 0.000000 0.999240 0.000000 -0.038974 1.000000 1.000000 1.000000 +1505.583984 0.000000 3384.110840 0.000000 0.874219 0.000000 -0.485532 1.000000 1.000000 1.000000 +1456.099243 0.000000 3419.876709 0.000000 0.387421 0.000000 -0.921903 1.000000 1.000000 1.000000 +1503.861084 0.000000 3448.229004 0.000000 0.460202 0.000000 -0.887814 1.000000 1.000000 1.000000 +1499.590454 0.000000 3449.581787 0.000000 0.980265 0.000000 -0.197689 1.000000 1.000000 1.000000 +1501.851685 0.000000 3452.817383 0.000000 0.789153 0.000000 -0.614197 1.000000 1.000000 1.000000 +1502.342285 0.000000 3449.798096 0.000000 0.252486 0.000000 -0.967601 1.000000 1.000000 1.000000 +1497.204468 0.000000 3401.079102 0.000000 0.884695 0.000000 -0.466170 1.000000 1.000000 1.000000 +1466.649170 0.000000 3435.454346 0.000000 0.941624 0.000000 -0.336668 1.000000 1.000000 1.000000 +1501.421265 0.000000 3448.791992 0.000000 0.744427 0.000000 0.667704 1.000000 1.000000 1.000000 +1489.951416 0.000000 3408.743164 0.000000 0.972209 0.000000 0.234113 1.000000 1.000000 1.000000 +1467.979736 0.000000 3435.108643 0.000000 0.946266 0.000000 -0.323390 1.000000 1.000000 1.000000 +1488.289062 0.000000 3408.834229 0.000000 0.801463 0.000000 -0.598045 1.000000 1.000000 1.000000 +1518.092651 0.000000 3449.142822 0.000000 0.549900 0.000000 0.835230 1.000000 1.000000 1.000000 +1524.630005 0.000000 3425.801025 0.000000 0.347601 0.000000 -0.937642 1.000000 1.000000 1.000000 +1530.502563 0.000000 3387.490234 0.000000 0.991449 0.000000 0.130492 1.000000 1.000000 1.000000 +1525.175537 0.000000 3400.623535 0.000000 0.908420 0.000000 0.418059 1.000000 1.000000 1.000000 +1540.753906 0.000000 3446.033203 0.000000 0.834900 0.000000 0.550402 1.000000 1.000000 1.000000 +1529.125610 0.000000 3429.009277 0.000000 0.725848 0.000000 -0.687855 1.000000 1.000000 1.000000 +1540.181396 0.000000 3450.863281 0.000000 0.944148 0.000000 -0.329522 1.000000 1.000000 1.000000 +1544.135010 0.000000 3449.301758 0.000000 0.227217 0.000000 0.973844 1.000000 1.000000 1.000000 +1529.591187 0.000000 3424.777588 0.000000 0.859247 0.000000 -0.511562 1.000000 1.000000 1.000000 +1519.995483 0.000000 3452.226074 0.000000 0.250282 0.000000 0.968173 1.000000 1.000000 1.000000 +1546.553833 0.000000 3451.858887 0.000000 0.209322 0.000000 0.977847 1.000000 1.000000 1.000000 +1527.493408 0.000000 3403.049316 0.000000 0.053847 0.000000 0.998549 1.000000 1.000000 1.000000 +1532.918701 0.000000 3390.064453 0.000000 0.312432 0.000000 0.949940 1.000000 1.000000 1.000000 +1527.100830 0.000000 3427.087158 0.000000 0.979077 0.000000 -0.203489 1.000000 1.000000 1.000000 +1532.543823 0.000000 3385.698242 0.000000 0.061159 0.000000 -0.998128 1.000000 1.000000 1.000000 +1535.692017 0.000000 3389.866943 0.000000 0.616893 0.000000 -0.787047 1.000000 1.000000 1.000000 +1542.599243 0.000000 3451.777344 0.000000 0.394119 0.000000 -0.919059 1.000000 1.000000 1.000000 +1541.643677 0.000000 3448.633789 0.000000 0.999216 0.000000 -0.039599 1.000000 1.000000 1.000000 +1517.835938 0.000000 3451.361572 0.000000 0.082939 0.000000 -0.996555 1.000000 1.000000 1.000000 +1530.741089 0.000000 3389.675537 0.000000 0.672829 0.000000 -0.739798 1.000000 1.000000 1.000000 +1539.492676 0.000000 3448.796875 0.000000 0.300511 0.000000 0.953778 1.000000 1.000000 1.000000 +1527.092773 0.000000 3429.986084 0.000000 0.264601 0.000000 -0.964358 1.000000 1.000000 1.000000 +1529.242676 0.000000 3401.856201 0.000000 0.427991 0.000000 0.903783 1.000000 1.000000 1.000000 +1519.937988 0.000000 3450.157227 0.000000 0.847680 0.000000 0.530509 1.000000 1.000000 1.000000 +1544.624634 0.000000 3451.314453 0.000000 0.613835 0.000000 0.789435 1.000000 1.000000 1.000000 +1532.892578 0.000000 3388.074707 0.000000 0.486073 0.000000 0.873918 1.000000 1.000000 1.000000 +1527.165161 0.000000 3400.726562 0.000000 0.880095 0.000000 0.474797 1.000000 1.000000 1.000000 +1527.641968 0.000000 3425.183350 0.000000 0.979796 0.000000 0.199999 1.000000 1.000000 1.000000 +1529.088501 0.000000 3426.851318 0.000000 0.121426 0.000000 -0.992600 1.000000 1.000000 1.000000 +1519.731812 0.000000 3448.171631 0.000000 0.955574 0.000000 -0.294753 1.000000 1.000000 1.000000 +1516.276367 0.000000 3450.579102 0.000000 0.699854 0.000000 -0.714286 1.000000 1.000000 1.000000 +1526.064819 0.000000 3402.144775 0.000000 0.871007 0.000000 -0.491271 1.000000 1.000000 1.000000 +1545.622681 0.000000 3450.000000 0.000000 0.883779 0.000000 0.467904 1.000000 1.000000 1.000000 +1542.442993 0.000000 3450.138672 0.000000 0.972908 0.000000 -0.231192 1.000000 1.000000 1.000000 +1533.868408 0.000000 3386.224121 0.000000 0.999636 0.000000 0.026979 1.000000 1.000000 1.000000 +1540.701782 0.000000 3449.615967 0.000000 0.931112 0.000000 0.364733 1.000000 1.000000 1.000000 +1519.120239 0.000000 3451.239014 0.000000 0.886042 0.000000 -0.463605 1.000000 1.000000 1.000000 +1527.911621 0.000000 3401.857422 0.000000 0.945382 0.000000 -0.325963 1.000000 1.000000 1.000000 +1542.937378 0.000000 3448.799805 0.000000 0.927122 0.000000 -0.374761 1.000000 1.000000 1.000000 +1543.460327 0.000000 3450.878174 0.000000 0.982948 0.000000 -0.183881 1.000000 1.000000 1.000000 +1526.011475 0.000000 3426.531006 0.000000 0.420589 0.000000 -0.907251 1.000000 1.000000 1.000000 +1693.833252 0.000000 3334.808105 0.000000 0.411750 0.000000 0.911297 1.000000 1.000000 1.000000 +1686.161499 0.000000 3358.313721 0.000000 0.785321 0.000000 -0.619088 1.000000 1.000000 1.000000 +1677.913696 0.000000 3321.433350 0.000000 0.681810 0.000000 0.731529 1.000000 1.000000 1.000000 +1688.189331 0.000000 3328.506592 0.000000 0.799642 0.000000 0.600478 1.000000 1.000000 1.000000 +1690.375977 0.000000 3351.567383 0.000000 0.677837 0.000000 -0.735213 1.000000 1.000000 1.000000 +1665.007690 0.000000 3349.738770 0.000000 0.995796 0.000000 -0.091598 1.000000 1.000000 1.000000 +1671.117798 0.000000 3334.663574 0.000000 0.847339 0.000000 -0.531052 1.000000 1.000000 1.000000 +1695.302124 0.000000 3340.092773 0.000000 0.992142 0.000000 0.125116 1.000000 1.000000 1.000000 +1676.491577 0.000000 3326.253662 0.000000 0.960616 0.000000 0.277879 1.000000 1.000000 1.000000 +1681.705688 0.000000 3356.889404 0.000000 0.968349 0.000000 -0.249599 1.000000 1.000000 1.000000 +1676.916870 0.000000 3358.936035 0.000000 0.160840 0.000000 -0.986980 1.000000 1.000000 1.000000 +1660.789062 0.000000 3348.426758 0.000000 0.221198 0.000000 0.975229 1.000000 1.000000 1.000000 +1689.678345 0.000000 3355.801758 0.000000 0.794153 0.000000 0.607718 1.000000 1.000000 1.000000 +1715.351562 0.000000 3349.322021 0.000000 0.724121 0.000000 0.689673 1.000000 1.000000 1.000000 +1692.883911 0.000000 3353.939941 0.000000 0.999296 0.000000 0.037511 1.000000 1.000000 1.000000 +1692.485962 0.000000 3338.147949 0.000000 0.975139 0.000000 -0.221595 1.000000 1.000000 1.000000 +1679.869873 0.000000 3324.360840 0.000000 0.921778 0.000000 -0.387718 1.000000 1.000000 1.000000 +1671.618530 0.000000 3338.915527 0.000000 0.256472 0.000000 -0.966552 1.000000 1.000000 1.000000 +1670.636108 0.000000 3351.335938 0.000000 0.909765 0.000000 -0.415124 1.000000 1.000000 1.000000 +1708.913086 0.000000 3348.539307 0.000000 0.308723 0.000000 0.951152 1.000000 1.000000 1.000000 +1662.283569 0.000000 3351.085693 0.000000 0.996543 0.000000 0.083075 1.000000 1.000000 1.000000 +1675.318237 0.000000 3322.857666 0.000000 0.757480 0.000000 0.652858 1.000000 1.000000 1.000000 +1687.669312 0.000000 3350.337891 0.000000 0.420546 0.000000 0.907271 1.000000 1.000000 1.000000 +1690.383667 0.000000 3330.570801 0.000000 0.795548 0.000000 -0.605890 1.000000 1.000000 1.000000 +1695.434448 0.000000 3337.175049 0.000000 0.663424 0.000000 0.748243 1.000000 1.000000 1.000000 +1676.283569 0.000000 3352.009277 0.000000 0.981867 0.000000 -0.189572 1.000000 1.000000 1.000000 +1690.370850 0.000000 3326.830811 0.000000 0.058430 0.000000 -0.998291 1.000000 1.000000 1.000000 +1712.812134 0.000000 3350.458008 0.000000 0.592227 0.000000 0.805771 1.000000 1.000000 1.000000 +1674.256958 0.000000 3325.376221 0.000000 0.554460 0.000000 -0.832210 1.000000 1.000000 1.000000 +1677.435669 0.000000 3323.975830 0.000000 0.735989 0.000000 0.676993 1.000000 1.000000 1.000000 +1688.198975 0.000000 3326.193115 0.000000 0.999987 0.000000 -0.005095 1.000000 1.000000 1.000000 +1666.932251 0.000000 3348.781250 0.000000 0.987447 0.000000 0.157951 1.000000 1.000000 1.000000 +1663.068726 0.000000 3348.885498 0.000000 0.908192 0.000000 0.418553 1.000000 1.000000 1.000000 +1688.745239 0.000000 3348.276855 0.000000 0.726110 0.000000 -0.687578 1.000000 1.000000 1.000000 +1692.301392 0.000000 3352.009277 0.000000 0.248903 0.000000 -0.968529 1.000000 1.000000 1.000000 +1676.994751 0.000000 3356.151367 0.000000 0.993460 0.000000 -0.114184 1.000000 1.000000 1.000000 +1713.645264 0.000000 3348.648682 0.000000 0.399434 0.000000 -0.916762 1.000000 1.000000 1.000000 +1694.219604 0.000000 3338.545166 0.000000 0.208911 0.000000 -0.977935 1.000000 1.000000 1.000000 +1690.860962 0.000000 3328.834961 0.000000 0.999969 0.000000 -0.007843 1.000000 1.000000 1.000000 +1675.814575 0.000000 3324.623535 0.000000 0.356524 0.000000 0.934286 1.000000 1.000000 1.000000 +1686.442871 0.000000 3349.195557 0.000000 0.713940 0.000000 0.700207 1.000000 1.000000 1.000000 +1660.863281 0.000000 3350.078125 0.000000 0.873480 0.000000 -0.486860 1.000000 1.000000 1.000000 +1688.382935 0.000000 3354.728516 0.000000 0.918407 0.000000 -0.395638 1.000000 1.000000 1.000000 +1691.334473 0.000000 3354.397217 0.000000 0.937679 0.000000 0.347504 1.000000 1.000000 1.000000 +1677.571899 0.000000 3327.454834 0.000000 0.262047 0.000000 -0.965055 1.000000 1.000000 1.000000 +1694.119385 0.000000 3336.392578 0.000000 0.993371 0.000000 -0.114950 1.000000 1.000000 1.000000 +1691.112183 0.000000 3352.928711 0.000000 0.415895 0.000000 -0.909413 1.000000 1.000000 1.000000 +1689.604248 0.000000 3328.090576 0.000000 0.129188 0.000000 0.991620 1.000000 1.000000 1.000000 +1663.319214 0.000000 3350.205078 0.000000 0.031151 0.000000 0.999515 1.000000 1.000000 1.000000 +1711.869263 0.000000 3349.348877 0.000000 0.644027 0.000000 0.765003 1.000000 1.000000 1.000000 +1678.806641 0.000000 3355.323975 0.000000 0.654586 0.000000 0.755987 1.000000 1.000000 1.000000 +1668.621582 0.000000 3338.244385 0.000000 0.759362 0.000000 -0.650668 1.000000 1.000000 1.000000 +1687.656738 0.000000 3348.956299 0.000000 0.999998 0.000000 0.002024 1.000000 1.000000 1.000000 +1677.257202 0.000000 3325.265381 0.000000 0.877725 0.000000 0.479165 1.000000 1.000000 1.000000 +1690.858643 0.000000 3355.463867 0.000000 0.999833 0.000000 -0.018299 1.000000 1.000000 1.000000 +1691.504883 0.000000 3329.811768 0.000000 0.123659 0.000000 -0.992325 1.000000 1.000000 1.000000 +1769.668457 0.000000 3075.002686 0.000000 0.569517 0.000000 0.821980 1.000000 1.000000 1.000000 +1771.634033 0.000000 3082.282471 0.000000 0.501239 0.000000 -0.865309 1.000000 1.000000 1.000000 +1756.730469 0.000000 3086.111328 0.000000 0.015771 0.000000 0.999876 1.000000 1.000000 1.000000 +1770.544556 0.000000 3087.948975 0.000000 0.087669 0.000000 -0.996150 1.000000 1.000000 1.000000 +1774.341675 0.000000 3072.309326 0.000000 0.547221 0.000000 -0.836988 1.000000 1.000000 1.000000 +1773.160156 0.000000 3075.222412 0.000000 0.664809 0.000000 0.747013 1.000000 1.000000 1.000000 +1769.930664 0.000000 3084.971680 0.000000 0.768787 0.000000 -0.639505 1.000000 1.000000 1.000000 +1771.607666 0.000000 3073.051514 0.000000 0.955081 0.000000 -0.296345 1.000000 1.000000 1.000000 +1772.297852 0.000000 3086.182861 0.000000 0.147697 0.000000 0.989033 1.000000 1.000000 1.000000 +1758.899658 0.000000 3087.143799 0.000000 0.852646 0.000000 0.522488 1.000000 1.000000 1.000000 +1768.884766 0.000000 3086.829346 0.000000 0.890652 0.000000 0.454686 1.000000 1.000000 1.000000 +1771.914185 0.000000 3084.210938 0.000000 0.332997 0.000000 0.942928 1.000000 1.000000 1.000000 +1758.419556 0.000000 3090.216797 0.000000 0.795135 0.000000 -0.606433 1.000000 1.000000 1.000000 +1773.185303 0.000000 3073.529053 0.000000 0.998104 0.000000 -0.061551 1.000000 1.000000 1.000000 +1772.765137 0.000000 3072.027588 0.000000 0.999888 0.000000 -0.014953 1.000000 1.000000 1.000000 +1773.777100 0.000000 3070.813965 0.000000 0.844419 0.000000 0.535684 1.000000 1.000000 1.000000 +1770.724731 0.000000 3086.411377 0.000000 0.759447 0.000000 -0.650569 1.000000 1.000000 1.000000 +1759.951416 0.000000 3088.040771 0.000000 0.092228 0.000000 0.995738 1.000000 1.000000 1.000000 +1771.743408 0.000000 3087.406494 0.000000 0.617624 0.000000 -0.786474 1.000000 1.000000 1.000000 +1758.913940 0.000000 3088.877930 0.000000 0.620952 0.000000 -0.783849 1.000000 1.000000 1.000000 +1751.399536 0.000000 3161.757080 0.000000 0.931169 0.000000 0.364588 1.000000 1.000000 1.000000 +1747.011963 0.000000 3114.923828 0.000000 0.211269 0.000000 0.977428 1.000000 1.000000 1.000000 +1746.308716 0.000000 3146.357422 0.000000 0.090300 0.000000 -0.995915 1.000000 1.000000 1.000000 +1763.041992 0.000000 3158.255371 0.000000 0.152232 0.000000 0.988345 1.000000 1.000000 1.000000 +1737.443848 0.000000 3151.431396 0.000000 0.847337 0.000000 -0.531055 1.000000 1.000000 1.000000 +1728.071655 0.000000 3123.317627 0.000000 0.269742 0.000000 -0.962933 1.000000 1.000000 1.000000 +1749.891113 0.000000 3138.326172 0.000000 0.970900 0.000000 -0.239484 1.000000 1.000000 1.000000 +1765.688965 0.000000 3141.306641 0.000000 0.987723 0.000000 -0.156215 1.000000 1.000000 1.000000 +1797.166504 0.000000 3096.235352 0.000000 0.973048 0.000000 0.230604 1.000000 1.000000 1.000000 +1746.231445 0.000000 3165.239502 0.000000 0.691043 0.000000 0.722814 1.000000 1.000000 1.000000 +1734.086914 0.000000 3167.260498 0.000000 0.020925 0.000000 -0.999781 1.000000 1.000000 1.000000 +1756.395874 0.000000 3136.651367 0.000000 0.588025 0.000000 -0.808843 1.000000 1.000000 1.000000 +1732.602051 0.000000 3148.610840 0.000000 0.189584 0.000000 0.981864 1.000000 1.000000 1.000000 +1768.328613 0.000000 3137.112793 0.000000 0.351326 0.000000 -0.936253 1.000000 1.000000 1.000000 +1753.106567 0.000000 3165.875977 0.000000 0.499901 0.000000 -0.866082 1.000000 1.000000 1.000000 +1748.909058 0.000000 3142.982910 0.000000 0.084010 0.000000 -0.996465 1.000000 1.000000 1.000000 +1767.083618 0.000000 3157.989258 0.000000 0.066628 0.000000 0.997778 1.000000 1.000000 1.000000 +1758.127075 0.000000 3151.018555 0.000000 0.913038 0.000000 -0.407874 1.000000 1.000000 1.000000 +1749.719849 0.000000 3164.906250 0.000000 0.569109 0.000000 -0.822262 1.000000 1.000000 1.000000 +1733.897339 0.000000 3151.909668 0.000000 0.447691 0.000000 -0.894188 1.000000 1.000000 1.000000 +1797.426758 0.000000 3100.005371 0.000000 0.017395 0.000000 0.999849 1.000000 1.000000 1.000000 +1753.780518 0.000000 3148.737549 0.000000 0.994160 0.000000 0.107915 1.000000 1.000000 1.000000 +1755.745850 0.000000 3133.209473 0.000000 0.391557 0.000000 0.920154 1.000000 1.000000 1.000000 +1756.689453 0.000000 3154.607422 0.000000 0.285608 0.000000 0.958347 1.000000 1.000000 1.000000 +1749.450806 0.000000 3146.589600 0.000000 0.334222 0.000000 0.942494 1.000000 1.000000 1.000000 +1730.747559 0.000000 3121.542480 0.000000 0.924853 0.000000 -0.380326 1.000000 1.000000 1.000000 +1769.930664 0.000000 3156.956055 0.000000 0.526977 0.000000 0.849880 1.000000 1.000000 1.000000 +1730.023926 0.000000 3150.339600 0.000000 0.692876 0.000000 -0.721057 1.000000 1.000000 1.000000 +1759.661499 0.000000 3134.384766 0.000000 0.996477 0.000000 -0.083862 1.000000 1.000000 1.000000 +1747.231567 0.000000 3139.169922 0.000000 0.366921 0.000000 0.930252 1.000000 1.000000 1.000000 +1748.741211 0.000000 3162.150391 0.000000 0.283286 0.000000 -0.959036 1.000000 1.000000 1.000000 +1749.321777 0.000000 3117.094727 0.000000 0.721651 0.000000 -0.692257 1.000000 1.000000 1.000000 +1750.912109 0.000000 3140.632080 0.000000 0.863080 0.000000 -0.505068 1.000000 1.000000 1.000000 +1755.883789 0.000000 3150.108887 0.000000 0.420985 0.000000 0.907068 1.000000 1.000000 1.000000 +1727.934326 0.000000 3144.822510 0.000000 0.069606 0.000000 0.997575 1.000000 1.000000 1.000000 +1734.900879 0.000000 3149.756348 0.000000 0.450626 0.000000 0.892713 1.000000 1.000000 1.000000 +1751.616333 0.000000 3147.699219 0.000000 0.805602 0.000000 0.592457 1.000000 1.000000 1.000000 +1728.696167 0.000000 3120.100098 0.000000 0.992614 0.000000 -0.121316 1.000000 1.000000 1.000000 +1795.690918 0.000000 3098.431641 0.000000 0.113524 0.000000 0.993535 1.000000 1.000000 1.000000 +1799.009521 0.000000 3098.197754 0.000000 0.630356 0.000000 0.776306 1.000000 1.000000 1.000000 +1757.418579 0.000000 3134.677979 0.000000 0.247759 0.000000 -0.968822 1.000000 1.000000 1.000000 +1747.337769 0.000000 3141.391846 0.000000 0.494936 0.000000 0.868930 1.000000 1.000000 1.000000 +1765.115479 0.000000 3158.815430 0.000000 0.944655 0.000000 -0.328065 1.000000 1.000000 1.000000 +1754.697388 0.000000 3135.217773 0.000000 0.931665 0.000000 -0.363317 1.000000 1.000000 1.000000 +1732.107422 0.000000 3150.683594 0.000000 0.064499 0.000000 0.997918 1.000000 1.000000 1.000000 +1751.640137 0.000000 3164.012451 0.000000 0.189235 0.000000 0.981932 1.000000 1.000000 1.000000 +1756.572266 0.000000 3152.427002 0.000000 0.850271 0.000000 -0.526345 1.000000 1.000000 1.000000 +1729.040649 0.000000 3125.174072 0.000000 0.781636 0.000000 0.623735 1.000000 1.000000 1.000000 +1748.986938 0.000000 3140.198242 0.000000 0.933760 0.000000 -0.357900 1.000000 1.000000 1.000000 +1729.967041 0.000000 3123.369141 0.000000 0.950250 0.000000 -0.311487 1.000000 1.000000 1.000000 +1755.186401 0.000000 3153.663574 0.000000 0.999953 0.000000 0.009726 1.000000 1.000000 1.000000 +1750.072510 0.000000 3163.234863 0.000000 0.681750 0.000000 -0.731586 1.000000 1.000000 1.000000 +1729.038452 0.000000 3121.762207 0.000000 0.270755 0.000000 -0.962648 1.000000 1.000000 1.000000 +1754.212524 0.000000 3150.344238 0.000000 0.769364 0.000000 0.638810 1.000000 1.000000 1.000000 +1751.718018 0.000000 3149.296387 0.000000 0.797007 0.000000 0.603970 1.000000 1.000000 1.000000 +1749.378906 0.000000 3148.179932 0.000000 0.632154 0.000000 -0.774843 1.000000 1.000000 1.000000 +1797.244873 0.000000 3097.912354 0.000000 0.847546 0.000000 -0.530722 1.000000 1.000000 1.000000 +1751.186523 0.000000 3146.157715 0.000000 0.117295 0.000000 -0.993097 1.000000 1.000000 1.000000 +1733.655396 0.000000 3150.505371 0.000000 0.833953 0.000000 0.551835 1.000000 1.000000 1.000000 +1764.222900 0.000000 3141.529541 0.000000 0.772292 0.000000 0.635268 1.000000 1.000000 1.000000 +1756.053955 0.000000 3134.844727 0.000000 0.000417 0.000000 1.000000 1.000000 1.000000 1.000000 +1750.187256 0.000000 3118.150146 0.000000 0.910585 0.000000 0.413321 1.000000 1.000000 1.000000 +1766.813721 0.000000 3156.496582 0.000000 0.332321 0.000000 0.943166 1.000000 1.000000 1.000000 +1733.903687 0.000000 3148.887939 0.000000 0.959918 0.000000 0.280282 1.000000 1.000000 1.000000 +1750.660156 0.000000 3148.567139 0.000000 0.945323 0.000000 0.326135 1.000000 1.000000 1.000000 +1748.557251 0.000000 3141.764404 0.000000 0.874036 0.000000 0.485861 1.000000 1.000000 1.000000 +1796.297363 0.000000 3099.563965 0.000000 0.876361 0.000000 0.481655 1.000000 1.000000 1.000000 +1751.227783 0.000000 3118.861816 0.000000 0.450656 0.000000 -0.892698 1.000000 1.000000 1.000000 +1757.252808 0.000000 3153.551270 0.000000 0.535475 0.000000 -0.844551 1.000000 1.000000 1.000000 +1751.787231 0.000000 3116.492432 0.000000 0.775476 0.000000 -0.631377 1.000000 1.000000 1.000000 +1749.655396 0.000000 3141.127930 0.000000 0.477122 0.000000 -0.878837 1.000000 1.000000 1.000000 +1750.868896 0.000000 3164.905762 0.000000 0.660577 0.000000 -0.750759 1.000000 1.000000 1.000000 +1757.643677 0.000000 3152.064453 0.000000 0.155780 0.000000 -0.987792 1.000000 1.000000 1.000000 +1750.459229 0.000000 3117.025146 0.000000 0.785199 0.000000 0.619243 1.000000 1.000000 1.000000 +1752.083496 0.000000 3167.711182 0.000000 0.188238 0.000000 0.982124 1.000000 1.000000 1.000000 +1734.565552 0.000000 3169.824951 0.000000 0.802138 0.000000 -0.597139 1.000000 1.000000 1.000000 +1733.331543 0.000000 3169.642334 0.000000 0.697073 0.000000 -0.717001 1.000000 1.000000 1.000000 +615.900635 0.000000 3467.788818 0.000000 0.486858 0.000000 0.873481 1.000000 1.000000 1.000000 +609.130066 0.000000 3457.189697 0.000000 0.401614 0.000000 0.915809 1.000000 1.000000 1.000000 +622.552002 0.000000 3457.580566 0.000000 0.813124 0.000000 -0.582091 1.000000 1.000000 1.000000 +628.332397 0.000000 3474.748047 0.000000 0.996888 0.000000 0.078832 1.000000 1.000000 1.000000 +626.150635 0.000000 3469.491699 0.000000 0.548972 0.000000 -0.835841 1.000000 1.000000 1.000000 +619.670959 0.000000 3465.218506 0.000000 0.409000 0.000000 -0.912534 1.000000 1.000000 1.000000 +615.535522 0.000000 3464.122803 0.000000 0.924543 0.000000 -0.381077 1.000000 1.000000 1.000000 +612.585083 0.000000 3457.281738 0.000000 0.927090 0.000000 0.374840 1.000000 1.000000 1.000000 +629.341736 0.000000 3468.497314 0.000000 0.891864 0.000000 -0.452303 1.000000 1.000000 1.000000 +625.707031 0.000000 3472.727783 0.000000 0.570067 0.000000 0.821598 1.000000 1.000000 1.000000 +628.913147 0.000000 3471.714844 0.000000 0.223435 0.000000 0.974719 1.000000 1.000000 1.000000 +620.296570 0.000000 3455.311035 0.000000 0.894341 0.000000 -0.447387 1.000000 1.000000 1.000000 +618.680786 0.000000 3467.779541 0.000000 0.057532 0.000000 0.998344 1.000000 1.000000 1.000000 +617.268188 0.000000 3465.770020 0.000000 0.888587 0.000000 0.458708 1.000000 1.000000 1.000000 +610.606018 0.000000 3455.332031 0.000000 0.983849 0.000000 0.179003 1.000000 1.000000 1.000000 +618.099243 0.000000 3455.971436 0.000000 0.803289 0.000000 0.595590 1.000000 1.000000 1.000000 +610.749634 0.000000 3458.415527 0.000000 0.999570 0.000000 0.029333 1.000000 1.000000 1.000000 +626.344727 0.000000 3474.609131 0.000000 0.995472 0.000000 0.095057 1.000000 1.000000 1.000000 +627.539062 0.000000 3473.041016 0.000000 0.999720 0.000000 0.023685 1.000000 1.000000 1.000000 +627.465271 0.000000 3468.145508 0.000000 0.743040 0.000000 -0.669247 1.000000 1.000000 1.000000 +626.736938 0.000000 3471.212646 0.000000 0.185858 0.000000 -0.982577 1.000000 1.000000 1.000000 +619.479675 0.000000 3469.368896 0.000000 0.991104 0.000000 0.133092 1.000000 1.000000 1.000000 +629.739380 0.000000 3473.290771 0.000000 0.968130 0.000000 0.250447 1.000000 1.000000 1.000000 +622.085815 0.000000 3455.869629 0.000000 0.866486 0.000000 -0.499201 1.000000 1.000000 1.000000 +619.983337 0.000000 3466.831787 0.000000 0.127783 0.000000 -0.991802 1.000000 1.000000 1.000000 +610.640808 0.000000 3456.866455 0.000000 0.961843 0.000000 -0.273603 1.000000 1.000000 1.000000 +617.972900 0.000000 3469.091553 0.000000 0.211942 0.000000 -0.977282 1.000000 1.000000 1.000000 +617.242065 0.000000 3467.229736 0.000000 0.845261 0.000000 -0.534353 1.000000 1.000000 1.000000 +618.592468 0.000000 3466.253418 0.000000 0.762424 0.000000 -0.647078 1.000000 1.000000 1.000000 +627.718079 0.000000 3471.914062 0.000000 0.545144 0.000000 0.838343 1.000000 1.000000 1.000000 +626.702026 0.000000 3472.320312 0.000000 0.588024 0.000000 -0.808843 1.000000 1.000000 1.000000 +626.508118 0.000000 3473.413086 0.000000 0.481005 0.000000 -0.876718 1.000000 1.000000 1.000000 +627.025269 0.000000 3470.155762 0.000000 0.843080 0.000000 0.537789 1.000000 1.000000 1.000000 +817.759521 0.000000 3490.612061 0.000000 0.977211 0.000000 0.212272 1.000000 1.000000 1.000000 +837.276001 0.000000 3524.935547 0.000000 0.692808 0.000000 -0.721122 1.000000 1.000000 1.000000 +843.539795 0.000000 3503.964600 0.000000 0.615801 0.000000 0.787901 1.000000 1.000000 1.000000 +838.648621 0.000000 3473.714600 0.000000 0.437894 0.000000 0.899027 1.000000 1.000000 1.000000 +843.819336 0.000000 3489.323242 0.000000 0.172924 0.000000 0.984935 1.000000 1.000000 1.000000 +851.409302 0.000000 3463.466797 0.000000 0.945397 0.000000 -0.325921 1.000000 1.000000 1.000000 +861.023193 0.000000 3478.677490 0.000000 0.996497 0.000000 -0.083626 1.000000 1.000000 1.000000 +850.922607 0.000000 3483.491455 0.000000 0.927360 0.000000 0.374170 1.000000 1.000000 1.000000 +838.217834 0.000000 3489.175293 0.000000 0.833853 0.000000 0.551986 1.000000 1.000000 1.000000 +822.928650 0.000000 3491.532715 0.000000 0.242159 0.000000 -0.970236 1.000000 1.000000 1.000000 +843.012817 0.000000 3484.354980 0.000000 0.454316 0.000000 0.890840 1.000000 1.000000 1.000000 +838.443176 0.000000 3504.215576 0.000000 0.925732 0.000000 0.378180 1.000000 1.000000 1.000000 +826.481750 0.000000 3504.969727 0.000000 0.219177 0.000000 -0.975685 1.000000 1.000000 1.000000 +796.603394 0.000000 3456.660889 0.000000 0.957635 0.000000 0.287986 1.000000 1.000000 1.000000 +855.238770 0.000000 3504.479248 0.000000 0.775483 0.000000 0.631368 1.000000 1.000000 1.000000 +841.191406 0.000000 3500.339844 0.000000 0.225072 0.000000 0.974342 1.000000 1.000000 1.000000 +801.007935 0.000000 3456.755615 0.000000 0.999439 0.000000 0.033486 1.000000 1.000000 1.000000 +839.566528 0.000000 3513.216797 0.000000 0.424009 0.000000 -0.905658 1.000000 1.000000 1.000000 +819.847412 0.000000 3493.131348 0.000000 0.254115 0.000000 -0.967174 1.000000 1.000000 1.000000 +820.708862 0.000000 3463.479004 0.000000 0.906392 0.000000 0.422437 1.000000 1.000000 1.000000 +841.683594 0.000000 3472.727783 0.000000 0.705796 0.000000 -0.708415 1.000000 1.000000 1.000000 +857.632690 0.000000 3502.373291 0.000000 0.920343 0.000000 -0.391113 1.000000 1.000000 1.000000 +824.738037 0.000000 3507.343018 0.000000 0.983140 0.000000 0.182857 1.000000 1.000000 1.000000 +844.898621 0.000000 3486.551514 0.000000 0.950172 0.000000 -0.311725 1.000000 1.000000 1.000000 +839.459961 0.000000 3470.685303 0.000000 0.764732 0.000000 -0.644349 1.000000 1.000000 1.000000 +840.714539 0.000000 3505.824219 0.000000 0.998403 0.000000 0.056490 1.000000 1.000000 1.000000 +816.714539 0.000000 3493.200684 0.000000 0.954465 0.000000 -0.298323 1.000000 1.000000 1.000000 +840.960815 0.000000 3489.729980 0.000000 0.937201 0.000000 0.348789 1.000000 1.000000 1.000000 +859.106812 0.000000 3507.215332 0.000000 0.094320 0.000000 -0.995542 1.000000 1.000000 1.000000 +841.016724 0.000000 3503.174316 0.000000 0.293531 0.000000 -0.955950 1.000000 1.000000 1.000000 +860.150513 0.000000 3481.372314 0.000000 0.742493 0.000000 0.669853 1.000000 1.000000 1.000000 +842.135498 0.000000 3487.210693 0.000000 0.857993 0.000000 -0.513662 1.000000 1.000000 1.000000 +827.335144 0.000000 3507.556641 0.000000 0.561342 0.000000 0.827584 1.000000 1.000000 1.000000 +838.044067 0.000000 3515.228516 0.000000 0.379979 0.000000 -0.924995 1.000000 1.000000 1.000000 +853.039429 0.000000 3465.400635 0.000000 0.999860 0.000000 -0.016716 1.000000 1.000000 1.000000 +848.699707 0.000000 3484.705811 0.000000 0.302086 0.000000 -0.953281 1.000000 1.000000 1.000000 +840.481323 0.000000 3515.569580 0.000000 0.708860 0.000000 -0.705349 1.000000 1.000000 1.000000 +856.803772 0.000000 3506.472168 0.000000 0.786423 0.000000 0.617689 1.000000 1.000000 1.000000 +798.667053 0.000000 3457.762451 0.000000 0.778994 0.000000 0.627032 1.000000 1.000000 1.000000 +860.426636 0.000000 3483.844238 0.000000 0.602643 0.000000 -0.798011 1.000000 1.000000 1.000000 +853.642456 0.000000 3463.197510 0.000000 0.678031 0.000000 0.735033 1.000000 1.000000 1.000000 +824.135193 0.000000 3509.604980 0.000000 0.326380 0.000000 -0.945239 1.000000 1.000000 1.000000 +821.520203 0.000000 3494.599854 0.000000 0.954226 0.000000 0.299087 1.000000 1.000000 1.000000 +818.798889 0.000000 3495.139648 0.000000 0.842776 0.000000 0.538264 1.000000 1.000000 1.000000 +857.601379 0.000000 3504.495850 0.000000 0.487153 0.000000 0.873317 1.000000 1.000000 1.000000 +862.026062 0.000000 3480.664062 0.000000 0.503375 0.000000 0.864068 1.000000 1.000000 1.000000 +850.560730 0.000000 3465.226562 0.000000 0.564560 0.000000 0.825392 1.000000 1.000000 1.000000 +820.793457 0.000000 3491.441162 0.000000 0.141772 0.000000 -0.989899 1.000000 1.000000 1.000000 +798.929016 0.000000 3455.888916 0.000000 0.117490 0.000000 -0.993074 1.000000 1.000000 1.000000 +840.471008 0.000000 3474.239746 0.000000 0.770838 0.000000 -0.637031 1.000000 1.000000 1.000000 +839.962036 0.000000 3472.501953 0.000000 0.872238 0.000000 0.489081 1.000000 1.000000 1.000000 +818.291748 0.000000 3492.321777 0.000000 0.931121 0.000000 -0.364710 1.000000 1.000000 1.000000 +852.011414 0.000000 3485.341797 0.000000 0.107355 0.000000 -0.994221 1.000000 1.000000 1.000000 +836.801147 0.000000 3526.549072 0.000000 0.534697 0.000000 -0.845044 1.000000 1.000000 1.000000 +843.676697 0.000000 3487.686035 0.000000 0.913661 0.000000 0.406478 1.000000 1.000000 1.000000 +842.347839 0.000000 3488.775879 0.000000 0.964031 0.000000 -0.265789 1.000000 1.000000 1.000000 +839.511353 0.000000 3502.952881 0.000000 0.874492 0.000000 -0.485040 1.000000 1.000000 1.000000 +850.354370 0.000000 3484.929688 0.000000 0.468507 0.000000 -0.883460 1.000000 1.000000 1.000000 +826.097900 0.000000 3506.791260 0.000000 0.972046 0.000000 0.234792 1.000000 1.000000 1.000000 +857.695923 0.000000 3507.751709 0.000000 0.970601 0.000000 -0.240695 1.000000 1.000000 1.000000 +818.114502 0.000000 3493.772949 0.000000 0.873403 0.000000 0.486998 1.000000 1.000000 1.000000 +839.162415 0.000000 3516.210205 0.000000 0.983655 0.000000 0.180065 1.000000 1.000000 1.000000 +827.412781 0.000000 3506.160645 0.000000 0.385915 0.000000 0.922534 1.000000 1.000000 1.000000 +839.314270 0.000000 3514.625488 0.000000 0.244076 0.000000 0.969756 1.000000 1.000000 1.000000 +860.638428 0.000000 3480.040771 0.000000 0.849004 0.000000 0.528387 1.000000 1.000000 1.000000 +821.185303 0.000000 3492.779053 0.000000 0.861034 0.000000 0.508548 1.000000 1.000000 1.000000 +856.064392 0.000000 3507.713135 0.000000 0.015830 0.000000 -0.999875 1.000000 1.000000 1.000000 +856.384277 0.000000 3505.197998 0.000000 0.547987 0.000000 -0.836487 1.000000 1.000000 1.000000 +835.011902 0.000000 3526.878174 0.000000 0.982947 0.000000 -0.183891 1.000000 1.000000 1.000000 +819.806091 0.000000 3462.547607 0.000000 0.975993 0.000000 0.217801 1.000000 1.000000 1.000000 +851.904541 0.000000 3484.125244 0.000000 0.991985 0.000000 -0.126353 1.000000 1.000000 1.000000 +820.791382 0.000000 3493.786621 0.000000 0.167835 0.000000 -0.985815 1.000000 1.000000 1.000000 +841.508484 0.000000 3473.884033 0.000000 0.999907 0.000000 -0.013600 1.000000 1.000000 1.000000 +861.500244 0.000000 3481.582031 0.000000 0.982320 0.000000 0.187212 1.000000 1.000000 1.000000 +818.640808 0.000000 3462.232666 0.000000 0.630972 0.000000 -0.775805 1.000000 1.000000 1.000000 +791.899475 0.000000 3551.838379 0.000000 0.802757 0.000000 0.596307 1.000000 1.000000 1.000000 +790.033875 0.000000 3552.648438 0.000000 0.967768 0.000000 -0.251844 1.000000 1.000000 1.000000 +846.227356 0.000000 3551.921631 0.000000 0.473658 0.000000 0.880709 1.000000 1.000000 1.000000 +801.101868 0.000000 3560.225342 0.000000 0.145799 0.000000 0.989314 1.000000 1.000000 1.000000 +792.173218 0.000000 3555.223877 0.000000 0.990983 0.000000 -0.133985 1.000000 1.000000 1.000000 +818.544128 0.000000 3583.953369 0.000000 0.992983 0.000000 0.118257 1.000000 1.000000 1.000000 +826.469788 0.000000 3567.520508 0.000000 0.491996 0.000000 -0.870597 1.000000 1.000000 1.000000 +836.742859 0.000000 3571.604736 0.000000 0.490853 0.000000 -0.871243 1.000000 1.000000 1.000000 +838.528564 0.000000 3529.564941 0.000000 0.737563 0.000000 -0.675278 1.000000 1.000000 1.000000 +816.104126 0.000000 3556.782471 0.000000 0.476273 0.000000 -0.879297 1.000000 1.000000 1.000000 +820.497437 0.000000 3568.557617 0.000000 0.683804 0.000000 -0.729666 1.000000 1.000000 1.000000 +840.522583 0.000000 3551.737549 0.000000 0.996725 0.000000 0.080869 1.000000 1.000000 1.000000 +799.591125 0.000000 3544.001709 0.000000 0.991254 0.000000 -0.131966 1.000000 1.000000 1.000000 +801.101440 0.000000 3565.691895 0.000000 0.982398 0.000000 -0.186800 1.000000 1.000000 1.000000 +794.551880 0.000000 3550.385986 0.000000 0.844118 0.000000 -0.536157 1.000000 1.000000 1.000000 +806.095947 0.000000 3560.573486 0.000000 0.942785 0.000000 -0.333401 1.000000 1.000000 1.000000 +829.136719 0.000000 3563.527344 0.000000 0.995482 0.000000 -0.094949 1.000000 1.000000 1.000000 +798.087891 0.000000 3547.847900 0.000000 0.858639 0.000000 -0.512581 1.000000 1.000000 1.000000 +833.857117 0.000000 3574.800049 0.000000 0.002380 0.000000 0.999997 1.000000 1.000000 1.000000 +805.170349 0.000000 3564.548828 0.000000 0.439132 0.000000 -0.898423 1.000000 1.000000 1.000000 +802.204224 0.000000 3546.583008 0.000000 0.524390 0.000000 0.851478 1.000000 1.000000 1.000000 +846.522278 0.000000 3555.536377 0.000000 0.650059 0.000000 -0.759884 1.000000 1.000000 1.000000 +841.087341 0.000000 3548.246826 0.000000 0.943398 0.000000 0.331662 1.000000 1.000000 1.000000 +819.498169 0.000000 3555.713623 0.000000 0.791973 0.000000 -0.610556 1.000000 1.000000 1.000000 +813.105652 0.000000 3555.237549 0.000000 0.774689 0.000000 -0.632343 1.000000 1.000000 1.000000 +816.939758 0.000000 3553.337402 0.000000 0.488891 0.000000 0.872345 1.000000 1.000000 1.000000 +820.790955 0.000000 3586.513672 0.000000 0.948912 0.000000 -0.315541 1.000000 1.000000 1.000000 +823.745117 0.000000 3569.233398 0.000000 0.397381 0.000000 -0.917654 1.000000 1.000000 1.000000 +826.106384 0.000000 3562.470947 0.000000 0.997815 0.000000 -0.066069 1.000000 1.000000 1.000000 +838.238892 0.000000 3549.670166 0.000000 0.763679 0.000000 0.645596 1.000000 1.000000 1.000000 +820.631042 0.000000 3571.652100 0.000000 0.883751 0.000000 0.467958 1.000000 1.000000 1.000000 +794.849121 0.000000 3553.448730 0.000000 0.938230 0.000000 0.346011 1.000000 1.000000 1.000000 +836.273132 0.000000 3527.295410 0.000000 0.364937 0.000000 -0.931032 1.000000 1.000000 1.000000 +802.938477 0.000000 3562.576416 0.000000 0.059561 0.000000 -0.998225 1.000000 1.000000 1.000000 +818.226196 0.000000 3570.316895 0.000000 0.668724 0.000000 -0.743511 1.000000 1.000000 1.000000 +826.787781 0.000000 3564.979004 0.000000 0.812408 0.000000 -0.583090 1.000000 1.000000 1.000000 +823.150330 0.000000 3571.630615 0.000000 0.999529 0.000000 -0.030678 1.000000 1.000000 1.000000 +819.985291 0.000000 3582.015137 0.000000 0.505336 0.000000 0.862923 1.000000 1.000000 1.000000 +834.745728 0.000000 3570.168701 0.000000 0.879585 0.000000 0.475741 1.000000 1.000000 1.000000 +800.667603 0.000000 3563.369141 0.000000 0.647725 0.000000 0.761874 1.000000 1.000000 1.000000 +792.797729 0.000000 3552.006348 0.000000 0.877254 0.000000 0.480027 1.000000 1.000000 1.000000 +831.197937 0.000000 3564.552979 0.000000 0.830636 0.000000 -0.556816 1.000000 1.000000 1.000000 +834.075806 0.000000 3527.955811 0.000000 0.681427 0.000000 -0.731887 1.000000 1.000000 1.000000 +810.819214 0.000000 3533.644287 0.000000 0.884711 0.000000 0.466140 1.000000 1.000000 1.000000 +815.259033 0.000000 3554.707764 0.000000 0.542166 0.000000 0.840271 1.000000 1.000000 1.000000 +803.026001 0.000000 3564.734375 0.000000 0.088123 0.000000 -0.996110 1.000000 1.000000 1.000000 +799.372131 0.000000 3546.091797 0.000000 0.870079 0.000000 -0.492913 1.000000 1.000000 1.000000 +820.673828 0.000000 3584.333252 0.000000 0.965847 0.000000 -0.259113 1.000000 1.000000 1.000000 +834.904785 0.000000 3572.597412 0.000000 0.551399 0.000000 -0.834242 1.000000 1.000000 1.000000 +803.325745 0.000000 3560.559082 0.000000 0.206159 0.000000 0.978519 1.000000 1.000000 1.000000 +805.283936 0.000000 3562.532471 0.000000 0.034896 0.000000 0.999391 1.000000 1.000000 1.000000 +814.521301 0.000000 3535.437744 0.000000 0.993565 0.000000 -0.113267 1.000000 1.000000 1.000000 +817.582214 0.000000 3555.217041 0.000000 0.400507 0.000000 -0.916294 1.000000 1.000000 1.000000 +828.395081 0.000000 3567.962402 0.000000 0.198943 0.000000 -0.980011 1.000000 1.000000 1.000000 +821.835632 0.000000 3570.070068 0.000000 0.000407 0.000000 -1.000000 1.000000 1.000000 1.000000 +822.498047 0.000000 3585.031006 0.000000 0.079509 0.000000 0.996834 1.000000 1.000000 1.000000 +828.653320 0.000000 3565.474854 0.000000 0.565093 0.000000 -0.825027 1.000000 1.000000 1.000000 +840.128052 0.000000 3549.880859 0.000000 0.707620 0.000000 -0.706594 1.000000 1.000000 1.000000 +801.216370 0.000000 3544.959717 0.000000 0.849186 0.000000 0.528094 1.000000 1.000000 1.000000 +814.362488 0.000000 3556.439697 0.000000 0.389742 0.000000 0.920924 1.000000 1.000000 1.000000 +793.140015 0.000000 3553.668457 0.000000 0.547751 0.000000 -0.836641 1.000000 1.000000 1.000000 +841.881531 0.000000 3549.941895 0.000000 0.981443 0.000000 -0.191755 1.000000 1.000000 1.000000 +814.375427 0.000000 3532.951172 0.000000 0.764892 0.000000 0.644159 1.000000 1.000000 1.000000 +819.904785 0.000000 3570.225830 0.000000 0.856387 0.000000 0.516334 1.000000 1.000000 1.000000 +819.058899 0.000000 3571.809570 0.000000 0.966952 0.000000 0.254957 1.000000 1.000000 1.000000 +839.537292 0.000000 3548.424072 0.000000 0.011652 0.000000 -0.999932 1.000000 1.000000 1.000000 +798.275208 0.000000 3544.954346 0.000000 0.658551 0.000000 0.752536 1.000000 1.000000 1.000000 +813.023987 0.000000 3535.662354 0.000000 0.847273 0.000000 -0.531157 1.000000 1.000000 1.000000 +800.769836 0.000000 3546.777832 0.000000 0.013375 0.000000 0.999911 1.000000 1.000000 1.000000 +804.091431 0.000000 3563.613281 0.000000 0.603021 0.000000 -0.797725 1.000000 1.000000 1.000000 +829.870544 0.000000 3564.832764 0.000000 0.799507 0.000000 0.600657 1.000000 1.000000 1.000000 +835.005432 0.000000 3573.967041 0.000000 0.007488 0.000000 -0.999972 1.000000 1.000000 1.000000 +820.957642 0.000000 3583.065674 0.000000 0.890908 0.000000 -0.454184 1.000000 1.000000 1.000000 +846.140076 0.000000 3554.407715 0.000000 0.253837 0.000000 0.967247 1.000000 1.000000 1.000000 +835.115723 0.000000 3527.498779 0.000000 0.999950 0.000000 0.010009 1.000000 1.000000 1.000000 +792.138733 0.000000 3553.090088 0.000000 0.956754 0.000000 0.290899 1.000000 1.000000 1.000000 +802.807678 0.000000 3563.645752 0.000000 0.970660 0.000000 0.240456 1.000000 1.000000 1.000000 +813.649719 0.000000 3534.840332 0.000000 0.307078 0.000000 -0.951684 1.000000 1.000000 1.000000 +761.777832 0.000000 3650.877686 0.000000 0.395647 0.000000 0.918403 1.000000 1.000000 1.000000 +738.418030 0.000000 3650.248047 0.000000 0.245244 0.000000 0.969461 1.000000 1.000000 1.000000 +750.263062 0.000000 3646.251221 0.000000 0.117819 0.000000 0.993035 1.000000 1.000000 1.000000 +787.937317 0.000000 3648.505859 0.000000 0.857843 0.000000 0.513911 1.000000 1.000000 1.000000 +729.553162 0.000000 3655.322021 0.000000 0.024459 0.000000 -0.999701 1.000000 1.000000 1.000000 +764.840820 0.000000 3628.001465 0.000000 0.362638 0.000000 -0.931930 1.000000 1.000000 1.000000 +751.989075 0.000000 3670.066162 0.000000 0.502914 0.000000 -0.864336 1.000000 1.000000 1.000000 +764.750671 0.000000 3643.589111 0.000000 0.986168 0.000000 -0.165747 1.000000 1.000000 1.000000 +763.743469 0.000000 3658.157471 0.000000 0.992985 0.000000 0.118239 1.000000 1.000000 1.000000 +731.578857 0.000000 3668.630859 0.000000 0.226084 0.000000 0.974108 1.000000 1.000000 1.000000 +748.839844 0.000000 3661.986328 0.000000 0.846866 0.000000 -0.531806 1.000000 1.000000 1.000000 +726.196228 0.000000 3671.151123 0.000000 0.044220 0.000000 -0.999022 1.000000 1.000000 1.000000 +748.505249 0.000000 3640.541992 0.000000 0.997681 0.000000 0.068056 1.000000 1.000000 1.000000 +768.530396 0.000000 3623.721924 0.000000 0.994540 0.000000 -0.104357 1.000000 1.000000 1.000000 +762.653931 0.000000 3663.823975 0.000000 0.997367 0.000000 -0.072517 1.000000 1.000000 1.000000 +735.653564 0.000000 3655.087158 0.000000 0.993616 0.000000 -0.112813 1.000000 1.000000 1.000000 +784.800659 0.000000 3652.876953 0.000000 0.940807 0.000000 0.338944 1.000000 1.000000 1.000000 +730.340393 0.000000 3660.900391 0.000000 0.733443 0.000000 -0.679751 1.000000 1.000000 1.000000 +771.020630 0.000000 3628.323730 0.000000 0.739236 0.000000 -0.673446 1.000000 1.000000 1.000000 +742.167480 0.000000 3653.600342 0.000000 0.649695 0.000000 -0.760195 1.000000 1.000000 1.000000 +791.460327 0.000000 3651.927002 0.000000 0.592609 0.000000 -0.805491 1.000000 1.000000 1.000000 +733.487671 0.000000 3650.581055 0.000000 0.297379 0.000000 -0.954759 1.000000 1.000000 1.000000 +748.267334 0.000000 3666.816406 0.000000 0.777827 0.000000 0.628478 1.000000 1.000000 1.000000 +766.826904 0.000000 3661.725586 0.000000 0.807430 0.000000 0.589963 1.000000 1.000000 1.000000 +745.807251 0.000000 3644.826904 0.000000 0.181928 0.000000 -0.983312 1.000000 1.000000 1.000000 +745.215881 0.000000 3669.766602 0.000000 0.422931 0.000000 -0.906162 1.000000 1.000000 1.000000 +752.220886 0.000000 3665.254883 0.000000 0.612906 0.000000 -0.790156 1.000000 1.000000 1.000000 +761.864929 0.000000 3646.784424 0.000000 0.679992 0.000000 0.733220 1.000000 1.000000 1.000000 +733.993713 0.000000 3658.721191 0.000000 0.315338 0.000000 0.948979 1.000000 1.000000 1.000000 +791.006775 0.000000 3606.984619 0.000000 0.969595 0.000000 0.244715 1.000000 1.000000 1.000000 +764.055908 0.000000 3654.005371 0.000000 0.999713 0.000000 0.023946 1.000000 1.000000 1.000000 +767.574341 0.000000 3657.185547 0.000000 0.221131 0.000000 0.975244 1.000000 1.000000 1.000000 +766.319336 0.000000 3665.520020 0.000000 0.674888 0.000000 -0.737920 1.000000 1.000000 1.000000 +728.081482 0.000000 3668.179199 0.000000 0.300532 0.000000 -0.953772 1.000000 1.000000 1.000000 +759.018005 0.000000 3648.752686 0.000000 0.044853 0.000000 0.998994 1.000000 1.000000 1.000000 +788.425537 0.000000 3653.584473 0.000000 0.724517 0.000000 0.689257 1.000000 1.000000 1.000000 +767.821594 0.000000 3630.085693 0.000000 0.925171 0.000000 -0.379551 1.000000 1.000000 1.000000 +739.059509 0.000000 3655.000732 0.000000 0.996218 0.000000 0.086884 1.000000 1.000000 1.000000 +751.752930 0.000000 3641.217773 0.000000 0.026209 0.000000 0.999656 1.000000 1.000000 1.000000 +747.355347 0.000000 3647.605713 0.000000 0.160255 0.000000 -0.987076 1.000000 1.000000 1.000000 +741.560242 0.000000 3650.480225 0.000000 0.871498 0.000000 -0.490400 1.000000 1.000000 1.000000 +768.192383 0.000000 3626.913818 0.000000 0.242508 0.000000 -0.970150 1.000000 1.000000 1.000000 +748.638855 0.000000 3643.636475 0.000000 0.950294 0.000000 0.311353 1.000000 1.000000 1.000000 +762.040039 0.000000 3660.846680 0.000000 0.581989 0.000000 0.813196 1.000000 1.000000 1.000000 +735.996277 0.000000 3652.142090 0.000000 0.934480 0.000000 0.356015 1.000000 1.000000 1.000000 +748.960449 0.000000 3670.208496 0.000000 0.064024 0.000000 -0.997948 1.000000 1.000000 1.000000 +770.950012 0.000000 3625.398438 0.000000 0.856769 0.000000 -0.515700 1.000000 1.000000 1.000000 +751.770874 0.000000 3638.275391 0.000000 0.292835 0.000000 0.956163 1.000000 1.000000 1.000000 +731.460266 0.000000 3657.489014 0.000000 0.988132 0.000000 0.153608 1.000000 1.000000 1.000000 +787.114624 0.000000 3651.184082 0.000000 0.800554 0.000000 0.599260 1.000000 1.000000 1.000000 +739.749207 0.000000 3652.443359 0.000000 0.659143 0.000000 -0.752018 1.000000 1.000000 1.000000 +750.685181 0.000000 3667.730469 0.000000 0.304442 0.000000 0.952531 1.000000 1.000000 1.000000 +746.234009 0.000000 3642.301270 0.000000 0.992950 0.000000 0.118532 1.000000 1.000000 1.000000 +749.729614 0.000000 3664.586914 0.000000 0.763516 0.000000 0.645788 1.000000 1.000000 1.000000 +766.051880 0.000000 3659.197266 0.000000 0.334273 0.000000 -0.942476 1.000000 1.000000 1.000000 +729.572388 0.000000 3670.206787 0.000000 0.996013 0.000000 0.089213 1.000000 1.000000 1.000000 +764.347900 0.000000 3646.228271 0.000000 0.487677 0.000000 0.873024 1.000000 1.000000 1.000000 +789.534363 0.000000 3650.376953 0.000000 0.967051 0.000000 0.254584 1.000000 1.000000 1.000000 +764.407166 0.000000 3662.057861 0.000000 0.967390 0.000000 0.253291 1.000000 1.000000 1.000000 +751.158142 0.000000 3643.614990 0.000000 0.115547 0.000000 -0.993302 1.000000 1.000000 1.000000 +743.725769 0.000000 3651.589844 0.000000 0.175422 0.000000 -0.984493 1.000000 1.000000 1.000000 +741.258667 0.000000 3655.883301 0.000000 0.620446 0.000000 0.784249 1.000000 1.000000 1.000000 +747.194885 0.000000 3668.766357 0.000000 0.999925 0.000000 0.012271 1.000000 1.000000 1.000000 +759.661560 0.000000 3646.556641 0.000000 0.532469 0.000000 0.846450 1.000000 1.000000 1.000000 +753.919434 0.000000 3641.605225 0.000000 0.853849 0.000000 0.520521 1.000000 1.000000 1.000000 +761.163147 0.000000 3648.832275 0.000000 0.719348 0.000000 0.694650 1.000000 1.000000 1.000000 +733.678345 0.000000 3668.243652 0.000000 0.923526 0.000000 -0.383535 1.000000 1.000000 1.000000 +747.578613 0.000000 3664.750000 0.000000 0.992403 0.000000 -0.123030 1.000000 1.000000 1.000000 +737.363159 0.000000 3653.786865 0.000000 0.679010 0.000000 0.734129 1.000000 1.000000 1.000000 +762.912598 0.000000 3644.581787 0.000000 0.494877 0.000000 -0.868963 1.000000 1.000000 1.000000 +747.942505 0.000000 3645.568848 0.000000 0.999771 0.000000 -0.021381 1.000000 1.000000 1.000000 +764.687805 0.000000 3664.341797 0.000000 0.274167 0.000000 0.961682 1.000000 1.000000 1.000000 +765.267090 0.000000 3656.793701 0.000000 0.455707 0.000000 -0.890130 1.000000 1.000000 1.000000 +751.009033 0.000000 3663.018799 0.000000 0.081884 0.000000 -0.996642 1.000000 1.000000 1.000000 +734.027649 0.000000 3652.574951 0.000000 0.389226 0.000000 0.921142 1.000000 1.000000 1.000000 +766.874756 0.000000 3628.389160 0.000000 0.986603 0.000000 0.163140 1.000000 1.000000 1.000000 +749.843445 0.000000 3642.054443 0.000000 0.291133 0.000000 -0.956683 1.000000 1.000000 1.000000 +764.023499 0.000000 3660.085938 0.000000 0.753722 0.000000 0.657193 1.000000 1.000000 1.000000 +766.183167 0.000000 3626.574951 0.000000 0.427522 0.000000 -0.904005 1.000000 1.000000 1.000000 +769.148621 0.000000 3628.645996 0.000000 0.519198 0.000000 0.854654 1.000000 1.000000 1.000000 +730.202026 0.000000 3658.908936 0.000000 0.408208 0.000000 -0.912889 1.000000 1.000000 1.000000 +737.904114 0.000000 3652.032715 0.000000 0.996814 0.000000 0.079765 1.000000 1.000000 1.000000 +766.393250 0.000000 3663.549316 0.000000 0.968316 0.000000 -0.249729 1.000000 1.000000 1.000000 +729.663818 0.000000 3657.125732 0.000000 0.722390 0.000000 -0.691486 1.000000 1.000000 1.000000 +769.199097 0.000000 3625.425781 0.000000 0.996145 0.000000 0.087721 1.000000 1.000000 1.000000 +749.029785 0.000000 3668.424316 0.000000 0.698467 0.000000 -0.715643 1.000000 1.000000 1.000000 +789.938843 0.000000 3652.722168 0.000000 0.753669 0.000000 0.657255 1.000000 1.000000 1.000000 +750.228394 0.000000 3640.132812 0.000000 0.011124 0.000000 -0.999938 1.000000 1.000000 1.000000 +769.863708 0.000000 3627.043945 0.000000 0.938106 0.000000 0.346349 1.000000 1.000000 1.000000 +765.521057 0.000000 3660.718506 0.000000 0.153269 0.000000 -0.988185 1.000000 1.000000 1.000000 +743.827393 0.000000 3653.187012 0.000000 0.277026 0.000000 0.960862 1.000000 1.000000 1.000000 +741.488220 0.000000 3652.070557 0.000000 0.392556 0.000000 0.919728 1.000000 1.000000 1.000000 +739.958862 0.000000 3650.634766 0.000000 0.922297 0.000000 -0.386482 1.000000 1.000000 1.000000 +747.912598 0.000000 3642.210205 0.000000 0.254710 0.000000 -0.967018 1.000000 1.000000 1.000000 +747.066711 0.000000 3643.793945 0.000000 0.879425 0.000000 -0.476037 1.000000 1.000000 1.000000 +786.998108 0.000000 3652.777344 0.000000 0.972592 0.000000 -0.232518 1.000000 1.000000 1.000000 +764.874512 0.000000 3647.902588 0.000000 0.258047 0.000000 -0.966132 1.000000 1.000000 1.000000 +763.312378 0.000000 3647.410645 0.000000 0.686320 0.000000 0.727300 1.000000 1.000000 1.000000 +765.886536 0.000000 3646.688965 0.000000 0.839783 0.000000 -0.542923 1.000000 1.000000 1.000000 +765.376892 0.000000 3644.964844 0.000000 0.618507 0.000000 0.785779 1.000000 1.000000 1.000000 +728.971313 0.000000 3659.776855 0.000000 0.681372 0.000000 0.731938 1.000000 1.000000 1.000000 +731.025452 0.000000 3670.010010 0.000000 0.933071 0.000000 0.359692 1.000000 1.000000 1.000000 +738.844727 0.000000 3653.607422 0.000000 0.948283 0.000000 0.317425 1.000000 1.000000 1.000000 +760.624146 0.000000 3647.573975 0.000000 0.194805 0.000000 0.980842 1.000000 1.000000 1.000000 +737.220276 0.000000 3650.875977 0.000000 0.848361 0.000000 0.529418 1.000000 1.000000 1.000000 +765.110107 0.000000 3658.154785 0.000000 0.809077 0.000000 -0.587703 1.000000 1.000000 1.000000 +748.787781 0.000000 3665.569092 0.000000 0.995525 0.000000 -0.094495 1.000000 1.000000 1.000000 +749.529541 0.000000 3667.141846 0.000000 0.468941 0.000000 0.883229 1.000000 1.000000 1.000000 +765.158020 0.000000 3663.114990 0.000000 0.251866 0.000000 0.967762 1.000000 1.000000 1.000000 +746.657776 0.000000 3645.866455 0.000000 0.795484 0.000000 -0.605974 1.000000 1.000000 1.000000 +738.965881 0.000000 3651.340332 0.000000 0.976592 0.000000 -0.215102 1.000000 1.000000 1.000000 +749.968079 0.000000 3643.285400 0.000000 0.970626 0.000000 0.240595 1.000000 1.000000 1.000000 +765.651245 0.000000 3662.007324 0.000000 0.860703 0.000000 0.509108 1.000000 1.000000 1.000000 +730.956299 0.000000 3659.905273 0.000000 0.933423 0.000000 0.358779 1.000000 1.000000 1.000000 +768.015381 0.000000 3628.478271 0.000000 0.780331 0.000000 0.625367 1.000000 1.000000 1.000000 +740.786987 0.000000 3652.981689 0.000000 0.081829 0.000000 -0.996646 1.000000 1.000000 1.000000 +748.013550 0.000000 3667.987549 0.000000 0.294895 0.000000 -0.955530 1.000000 1.000000 1.000000 +765.051147 0.000000 3659.654541 0.000000 0.123685 0.000000 -0.992322 1.000000 1.000000 1.000000 +794.136658 0.000000 3647.607910 0.000000 0.795998 0.000000 -0.605300 1.000000 1.000000 1.000000 +850.073486 0.000000 3640.658691 0.000000 0.533168 0.000000 -0.846009 1.000000 1.000000 1.000000 +801.101868 0.000000 3632.209717 0.000000 0.162814 0.000000 -0.986657 1.000000 1.000000 1.000000 +810.410217 0.000000 3650.248047 0.000000 0.966392 0.000000 -0.257072 1.000000 1.000000 1.000000 +858.592896 0.000000 3629.136963 0.000000 0.078377 0.000000 0.996924 1.000000 1.000000 1.000000 +792.332458 0.000000 3602.924072 0.000000 0.608812 0.000000 -0.793314 1.000000 1.000000 1.000000 +801.545349 0.000000 3655.322021 0.000000 0.732833 0.000000 -0.680409 1.000000 1.000000 1.000000 +836.833008 0.000000 3628.001465 0.000000 0.120658 0.000000 0.992694 1.000000 1.000000 1.000000 +813.992737 0.000000 3642.216797 0.000000 0.957099 0.000000 -0.289763 1.000000 1.000000 1.000000 +835.735657 0.000000 3658.157471 0.000000 0.982203 0.000000 0.187822 1.000000 1.000000 1.000000 +794.520569 0.000000 3609.864014 0.000000 0.736328 0.000000 -0.676624 1.000000 1.000000 1.000000 +817.482422 0.000000 3615.329102 0.000000 0.529242 0.000000 0.848471 1.000000 1.000000 1.000000 +861.023193 0.000000 3622.646240 0.000000 0.208568 0.000000 -0.978008 1.000000 1.000000 1.000000 +797.823364 0.000000 3642.006348 0.000000 0.103003 0.000000 -0.994681 1.000000 1.000000 1.000000 +804.482300 0.000000 3627.424805 0.000000 0.747752 0.000000 -0.663978 1.000000 1.000000 1.000000 +797.439331 0.000000 3659.318848 0.000000 0.545909 0.000000 0.837845 1.000000 1.000000 1.000000 +807.645752 0.000000 3655.087158 0.000000 0.816890 0.000000 -0.576793 1.000000 1.000000 1.000000 +832.739258 0.000000 3617.838379 0.000000 0.808568 0.000000 -0.588403 1.000000 1.000000 1.000000 +844.308960 0.000000 3618.716797 0.000000 0.812496 0.000000 -0.582967 1.000000 1.000000 1.000000 +807.211548 0.000000 3622.601074 0.000000 0.928653 0.000000 0.370950 1.000000 1.000000 1.000000 +830.652039 0.000000 3657.714600 0.000000 0.484237 0.000000 -0.874937 1.000000 1.000000 1.000000 +837.178467 0.000000 3612.758789 0.000000 0.985077 0.000000 0.172117 1.000000 1.000000 1.000000 +826.481750 0.000000 3648.938477 0.000000 0.322391 0.000000 0.946606 1.000000 1.000000 1.000000 +820.359924 0.000000 3619.416016 0.000000 0.997896 0.000000 -0.064839 1.000000 1.000000 1.000000 +805.479858 0.000000 3650.581055 0.000000 0.367023 0.000000 -0.930212 1.000000 1.000000 1.000000 +861.418640 0.000000 3617.743408 0.000000 0.456435 0.000000 0.889757 1.000000 1.000000 1.000000 +854.664368 0.000000 3638.922852 0.000000 0.556335 0.000000 0.830958 1.000000 1.000000 1.000000 +817.799438 0.000000 3644.826904 0.000000 0.675727 0.000000 -0.737152 1.000000 1.000000 1.000000 +813.010620 0.000000 3646.873535 0.000000 0.890249 0.000000 -0.455474 1.000000 1.000000 1.000000 +795.604370 0.000000 3605.824707 0.000000 0.967854 0.000000 -0.251512 1.000000 1.000000 1.000000 +862.406250 0.000000 3626.574951 0.000000 0.996744 0.000000 -0.080635 1.000000 1.000000 1.000000 +805.170349 0.000000 3636.533203 0.000000 0.988382 0.000000 0.151992 1.000000 1.000000 1.000000 +797.841187 0.000000 3646.103516 0.000000 0.096939 0.000000 -0.995290 1.000000 1.000000 1.000000 +829.877747 0.000000 3652.042480 0.000000 0.905679 0.000000 -0.423964 1.000000 1.000000 1.000000 +835.647522 0.000000 3609.187256 0.000000 0.776185 0.000000 0.630505 1.000000 1.000000 1.000000 +795.834290 0.000000 3668.185303 0.000000 0.694451 0.000000 -0.719540 1.000000 1.000000 1.000000 +791.941101 0.000000 3606.738770 0.000000 0.848769 0.000000 0.528764 1.000000 1.000000 1.000000 +798.537231 0.000000 3608.101562 0.000000 0.892653 0.000000 -0.450744 1.000000 1.000000 1.000000 +816.910034 0.000000 3640.021729 0.000000 0.869106 0.000000 -0.494626 1.000000 1.000000 1.000000 +851.445374 0.000000 3637.259521 0.000000 0.002888 0.000000 0.999996 1.000000 1.000000 1.000000 +834.202332 0.000000 3614.668457 0.000000 0.916987 0.000000 -0.398917 1.000000 1.000000 1.000000 +832.585571 0.000000 3654.316406 0.000000 0.999120 0.000000 -0.041942 1.000000 1.000000 1.000000 +831.010193 0.000000 3648.752686 0.000000 0.973164 0.000000 0.230111 1.000000 1.000000 1.000000 +794.683960 0.000000 3640.504150 0.000000 0.669741 0.000000 -0.742595 1.000000 1.000000 1.000000 +807.695312 0.000000 3648.024170 0.000000 0.884008 0.000000 0.467472 1.000000 1.000000 1.000000 +795.073120 0.000000 3644.155029 0.000000 0.070687 0.000000 0.997499 1.000000 1.000000 1.000000 +834.237061 0.000000 3625.767822 0.000000 0.565841 0.000000 -0.824515 1.000000 1.000000 1.000000 +807.712280 0.000000 3626.853027 0.000000 0.823053 0.000000 0.567965 1.000000 1.000000 1.000000 +823.745117 0.000000 3641.217773 0.000000 0.544271 0.000000 0.838910 1.000000 1.000000 1.000000 +837.449707 0.000000 3624.736328 0.000000 0.934382 0.000000 -0.356273 1.000000 1.000000 1.000000 +804.533020 0.000000 3624.259277 0.000000 0.681482 0.000000 0.731835 1.000000 1.000000 1.000000 +854.380737 0.000000 3635.676025 0.000000 0.011344 0.000000 -0.999936 1.000000 1.000000 1.000000 +857.864075 0.000000 3638.812744 0.000000 0.771060 0.000000 0.636762 1.000000 1.000000 1.000000 +804.734741 0.000000 3620.364502 0.000000 0.320888 0.000000 0.947117 1.000000 1.000000 1.000000 +800.397339 0.000000 3658.404785 0.000000 0.821087 0.000000 -0.570803 1.000000 1.000000 1.000000 +863.891663 0.000000 3623.822754 0.000000 0.012541 0.000000 -0.999921 1.000000 1.000000 1.000000 +807.988464 0.000000 3652.142090 0.000000 0.976205 0.000000 0.216849 1.000000 1.000000 1.000000 +831.083984 0.000000 3614.966553 0.000000 0.798365 0.000000 -0.602174 1.000000 1.000000 1.000000 +824.738037 0.000000 3651.311768 0.000000 0.948234 0.000000 0.317572 1.000000 1.000000 1.000000 +823.763062 0.000000 3638.275391 0.000000 0.695308 0.000000 -0.718712 1.000000 1.000000 1.000000 +803.608704 0.000000 3639.116943 0.000000 0.784343 0.000000 -0.620328 1.000000 1.000000 1.000000 +840.714539 0.000000 3649.792969 0.000000 0.841757 0.000000 -0.539856 1.000000 1.000000 1.000000 +803.452454 0.000000 3657.489014 0.000000 0.105978 0.000000 -0.994368 1.000000 1.000000 1.000000 +815.746094 0.000000 3646.871094 0.000000 0.760863 0.000000 -0.648913 1.000000 1.000000 1.000000 +833.262817 0.000000 3657.036133 0.000000 0.425059 0.000000 0.905166 1.000000 1.000000 1.000000 +862.656006 0.000000 3620.135742 0.000000 0.991603 0.000000 0.129323 1.000000 1.000000 1.000000 +838.765381 0.000000 3645.417236 0.000000 0.641678 0.000000 -0.766974 1.000000 1.000000 1.000000 +841.016724 0.000000 3647.143066 0.000000 0.996470 0.000000 -0.083955 1.000000 1.000000 1.000000 +860.007812 0.000000 3620.191162 0.000000 0.974939 0.000000 -0.222471 1.000000 1.000000 1.000000 +834.657349 0.000000 3611.748291 0.000000 0.766152 0.000000 0.642660 1.000000 1.000000 1.000000 +860.150513 0.000000 3625.341064 0.000000 0.164447 0.000000 -0.986386 1.000000 1.000000 1.000000 +827.335144 0.000000 3651.525391 0.000000 0.754771 0.000000 0.655988 1.000000 1.000000 1.000000 +836.340088 0.000000 3646.228271 0.000000 0.879024 0.000000 -0.476777 1.000000 1.000000 1.000000 +815.013733 0.000000 3644.522705 0.000000 0.735071 0.000000 -0.677991 1.000000 1.000000 1.000000 +815.033081 0.000000 3614.594727 0.000000 0.433934 0.000000 0.900945 1.000000 1.000000 1.000000 +800.667603 0.000000 3635.353516 0.000000 0.979897 0.000000 -0.199504 1.000000 1.000000 1.000000 +796.972412 0.000000 3610.084961 0.000000 0.380248 0.000000 0.924885 1.000000 1.000000 1.000000 +832.039307 0.000000 3659.648438 0.000000 0.891056 0.000000 0.453894 1.000000 1.000000 1.000000 +837.560059 0.000000 3610.437988 0.000000 0.957046 0.000000 -0.289935 1.000000 1.000000 1.000000 +794.080200 0.000000 3607.511475 0.000000 0.822247 0.000000 0.569131 1.000000 1.000000 1.000000 +793.452332 0.000000 3604.939941 0.000000 0.743133 0.000000 -0.669143 1.000000 1.000000 1.000000 +860.426636 0.000000 3627.812988 0.000000 0.405084 0.000000 -0.914279 1.000000 1.000000 1.000000 +799.038818 0.000000 3644.054688 0.000000 0.958821 0.000000 0.284010 1.000000 1.000000 1.000000 +821.520203 0.000000 3638.568604 0.000000 0.838684 0.000000 -0.544619 1.000000 1.000000 1.000000 +821.881653 0.000000 3617.624756 0.000000 0.892240 0.000000 0.451562 1.000000 1.000000 1.000000 +796.035583 0.000000 3670.490479 0.000000 0.179401 0.000000 -0.983776 1.000000 1.000000 1.000000 +833.155334 0.000000 3648.832275 0.000000 0.952543 0.000000 0.304404 1.000000 1.000000 1.000000 +796.172058 0.000000 3608.036133 0.000000 0.016824 0.000000 0.999858 1.000000 1.000000 1.000000 +835.073853 0.000000 3655.898682 0.000000 0.123963 0.000000 0.992287 1.000000 1.000000 1.000000 +831.618042 0.000000 3650.785889 0.000000 0.910466 0.000000 0.413583 1.000000 1.000000 1.000000 +799.162476 0.000000 3636.822998 0.000000 0.740396 0.000000 -0.672171 1.000000 1.000000 1.000000 +809.355347 0.000000 3653.786865 0.000000 0.627700 0.000000 -0.778455 1.000000 1.000000 1.000000 +805.946350 0.000000 3625.754150 0.000000 0.793812 0.000000 -0.608164 1.000000 1.000000 1.000000 +796.105225 0.000000 3647.159668 0.000000 0.916008 0.000000 -0.401160 1.000000 1.000000 1.000000 +808.157166 0.000000 3649.984863 0.000000 0.957991 0.000000 0.286798 1.000000 1.000000 1.000000 +795.751404 0.000000 3642.220459 0.000000 0.999938 0.000000 0.011140 1.000000 1.000000 1.000000 +819.930603 0.000000 3617.298584 0.000000 0.073503 0.000000 -0.997295 1.000000 1.000000 1.000000 +835.407043 0.000000 3652.037598 0.000000 0.668162 0.000000 0.744016 1.000000 1.000000 1.000000 +806.019836 0.000000 3652.574951 0.000000 0.993395 0.000000 0.114745 1.000000 1.000000 1.000000 +802.566223 0.000000 3627.189453 0.000000 0.991934 0.000000 0.126753 1.000000 1.000000 1.000000 +833.920288 0.000000 3658.892090 0.000000 0.880700 0.000000 0.473675 1.000000 1.000000 1.000000 +846.289368 0.000000 3618.975098 0.000000 0.581329 0.000000 -0.813668 1.000000 1.000000 1.000000 +863.096252 0.000000 3622.051758 0.000000 0.845430 0.000000 -0.534086 1.000000 1.000000 1.000000 +852.737366 0.000000 3638.785400 0.000000 0.698538 0.000000 0.715573 1.000000 1.000000 1.000000 +799.222412 0.000000 3660.130615 0.000000 0.934402 0.000000 0.356219 1.000000 1.000000 1.000000 +828.343079 0.000000 3653.256592 0.000000 0.702327 0.000000 0.711855 1.000000 1.000000 1.000000 +832.546204 0.000000 3613.655762 0.000000 0.466057 0.000000 -0.884755 1.000000 1.000000 1.000000 +813.088562 0.000000 3644.088867 0.000000 0.815611 0.000000 -0.578601 1.000000 1.000000 1.000000 +798.557068 0.000000 3657.741211 0.000000 0.914469 0.000000 0.404656 1.000000 1.000000 1.000000 +838.175354 0.000000 3626.574951 0.000000 0.252907 0.000000 -0.967491 1.000000 1.000000 1.000000 +799.925476 0.000000 3656.309570 0.000000 0.854517 0.000000 -0.519423 1.000000 1.000000 1.000000 +797.069519 0.000000 3643.946533 0.000000 0.996823 0.000000 -0.079648 1.000000 1.000000 1.000000 +836.080566 0.000000 3626.281982 0.000000 0.044061 0.000000 0.999029 1.000000 1.000000 1.000000 +833.558655 0.000000 3652.719238 0.000000 0.610116 0.000000 0.792312 1.000000 1.000000 1.000000 +794.032776 0.000000 3645.720215 0.000000 0.888757 0.000000 -0.458379 1.000000 1.000000 1.000000 +809.896301 0.000000 3652.032715 0.000000 0.212558 0.000000 0.977148 1.000000 1.000000 1.000000 +831.586670 0.000000 3652.756592 0.000000 0.209665 0.000000 0.977773 1.000000 1.000000 1.000000 +801.656006 0.000000 3657.125732 0.000000 0.943614 0.000000 0.331048 1.000000 1.000000 1.000000 +835.456238 0.000000 3613.337646 0.000000 0.963424 0.000000 0.267981 1.000000 1.000000 1.000000 +803.522400 0.000000 3625.719727 0.000000 0.929931 0.000000 0.367734 1.000000 1.000000 1.000000 +853.700500 0.000000 3637.302002 0.000000 0.998057 0.000000 -0.062313 1.000000 1.000000 1.000000 +795.363403 0.000000 3604.132324 0.000000 0.991513 0.000000 0.130006 1.000000 1.000000 1.000000 +819.236267 0.000000 3615.066406 0.000000 0.527300 0.000000 0.849679 1.000000 1.000000 1.000000 +822.536621 0.000000 3637.133057 0.000000 0.967187 0.000000 0.254066 1.000000 1.000000 1.000000 +799.833557 0.000000 3670.264160 0.000000 0.124228 0.000000 -0.992254 1.000000 1.000000 1.000000 +847.968994 0.000000 3619.334961 0.000000 0.212208 0.000000 0.977224 1.000000 1.000000 1.000000 +809.320862 0.000000 3648.734375 0.000000 0.633648 0.000000 -0.773622 1.000000 1.000000 1.000000 +805.576050 0.000000 3622.791992 0.000000 0.988242 0.000000 -0.152900 1.000000 1.000000 1.000000 +796.166870 0.000000 3645.488525 0.000000 0.436673 0.000000 0.899620 1.000000 1.000000 1.000000 +806.382019 0.000000 3649.147949 0.000000 0.333145 0.000000 -0.942876 1.000000 1.000000 1.000000 +844.779785 0.000000 3620.342773 0.000000 0.626117 0.000000 -0.779729 1.000000 1.000000 1.000000 +837.669495 0.000000 3629.566895 0.000000 0.945440 0.000000 0.325795 1.000000 1.000000 1.000000 +837.286865 0.000000 3649.404053 0.000000 0.922403 0.000000 -0.386230 1.000000 1.000000 1.000000 +847.977600 0.000000 3621.089355 0.000000 0.975868 0.000000 0.218361 1.000000 1.000000 1.000000 +814.373962 0.000000 3645.998535 0.000000 0.807613 0.000000 0.589713 1.000000 1.000000 1.000000 +835.959900 0.000000 3610.800537 0.000000 0.729976 0.000000 -0.683473 1.000000 1.000000 1.000000 +818.591492 0.000000 3616.523193 0.000000 0.766358 0.000000 -0.642414 1.000000 1.000000 1.000000 +836.866699 0.000000 3647.902588 0.000000 0.289446 0.000000 -0.957194 1.000000 1.000000 1.000000 +837.878723 0.000000 3646.688965 0.000000 0.316970 0.000000 0.948435 1.000000 1.000000 1.000000 +835.618958 0.000000 3650.505127 0.000000 0.957824 0.000000 -0.287355 1.000000 1.000000 1.000000 +830.256104 0.000000 3650.105957 0.000000 0.997187 0.000000 -0.074948 1.000000 1.000000 1.000000 +861.505615 0.000000 3621.205078 0.000000 0.973978 0.000000 -0.226641 1.000000 1.000000 1.000000 +839.973083 0.000000 3648.472656 0.000000 0.676370 0.000000 0.736562 1.000000 1.000000 1.000000 +861.317688 0.000000 3619.274170 0.000000 0.231150 0.000000 -0.972918 1.000000 1.000000 1.000000 +839.511353 0.000000 3646.921631 0.000000 0.922852 0.000000 0.385154 1.000000 1.000000 1.000000 +806.829285 0.000000 3651.136963 0.000000 0.578136 0.000000 -0.815940 1.000000 1.000000 1.000000 +826.097900 0.000000 3650.760010 0.000000 0.436663 0.000000 -0.899625 1.000000 1.000000 1.000000 +796.943787 0.000000 3669.139648 0.000000 0.798328 0.000000 0.602223 1.000000 1.000000 1.000000 +833.388550 0.000000 3655.530029 0.000000 0.999301 0.000000 -0.037383 1.000000 1.000000 1.000000 +834.569031 0.000000 3610.222168 0.000000 0.828324 0.000000 -0.560249 1.000000 1.000000 1.000000 +827.412781 0.000000 3650.129395 0.000000 0.094722 0.000000 -0.995504 1.000000 1.000000 1.000000 +860.638428 0.000000 3624.009521 0.000000 0.491279 0.000000 -0.871002 1.000000 1.000000 1.000000 +838.939941 0.000000 3649.511230 0.000000 0.528645 0.000000 -0.848843 1.000000 1.000000 1.000000 +835.375854 0.000000 3615.498291 0.000000 0.312734 0.000000 -0.949841 1.000000 1.000000 1.000000 +828.692200 0.000000 3651.075439 0.000000 0.784967 0.000000 -0.619537 1.000000 1.000000 1.000000 +801.629578 0.000000 3636.327393 0.000000 0.911632 0.000000 -0.411009 1.000000 1.000000 1.000000 +834.717590 0.000000 3657.240234 0.000000 0.974669 0.000000 0.223650 1.000000 1.000000 1.000000 +821.185303 0.000000 3636.747803 0.000000 0.523480 0.000000 -0.852038 1.000000 1.000000 1.000000 +817.152527 0.000000 3616.898193 0.000000 0.903673 0.000000 -0.428224 1.000000 1.000000 1.000000 +860.949341 0.000000 3626.455078 0.000000 0.299168 0.000000 0.954201 1.000000 1.000000 1.000000 +794.189880 0.000000 3606.106445 0.000000 0.533518 0.000000 0.845789 1.000000 1.000000 1.000000 +861.813721 0.000000 3627.860107 0.000000 0.754391 0.000000 -0.656426 1.000000 1.000000 1.000000 +832.648010 0.000000 3651.663086 0.000000 0.938563 0.000000 -0.345107 1.000000 1.000000 1.000000 +809.212463 0.000000 3650.875977 0.000000 0.609200 0.000000 0.793017 1.000000 1.000000 1.000000 +797.348328 0.000000 3608.796387 0.000000 0.257086 0.000000 -0.966389 1.000000 1.000000 1.000000 +795.746338 0.000000 3609.372314 0.000000 0.995628 0.000000 0.093403 1.000000 1.000000 1.000000 +816.087952 0.000000 3615.396729 0.000000 0.999339 0.000000 0.036366 1.000000 1.000000 1.000000 +814.900391 0.000000 3643.261475 0.000000 0.034413 0.000000 0.999408 1.000000 1.000000 1.000000 +804.715332 0.000000 3626.181885 0.000000 0.477466 0.000000 0.878650 1.000000 1.000000 1.000000 +835.944946 0.000000 3656.819824 0.000000 0.688809 0.000000 0.724943 1.000000 1.000000 1.000000 +797.988953 0.000000 3644.811523 0.000000 0.199409 0.000000 -0.979916 1.000000 1.000000 1.000000 +795.233093 0.000000 3607.005615 0.000000 0.823510 0.000000 0.567302 1.000000 1.000000 1.000000 +794.774414 0.000000 3608.588379 0.000000 0.747617 0.000000 -0.664131 1.000000 1.000000 1.000000 +855.693970 0.000000 3638.263916 0.000000 0.999975 0.000000 0.007064 1.000000 1.000000 1.000000 +799.040894 0.000000 3658.874023 0.000000 0.489606 0.000000 -0.871944 1.000000 1.000000 1.000000 +800.373474 0.000000 3636.575928 0.000000 0.990331 0.000000 -0.138727 1.000000 1.000000 1.000000 +819.852905 0.000000 3616.105957 0.000000 0.836350 0.000000 -0.548196 1.000000 1.000000 1.000000 +837.925842 0.000000 3627.668701 0.000000 0.753886 0.000000 -0.657005 1.000000 1.000000 1.000000 +834.278137 0.000000 3651.890137 0.000000 0.775242 0.000000 -0.631664 1.000000 1.000000 1.000000 +818.940491 0.000000 3617.670166 0.000000 0.852061 0.000000 -0.523443 1.000000 1.000000 1.000000 +732.725708 0.000000 3672.088867 0.000000 0.890648 0.000000 -0.454694 1.000000 1.000000 1.000000 +744.192871 0.000000 3671.601807 0.000000 0.880811 0.000000 0.473469 1.000000 1.000000 1.000000 +729.015747 0.000000 3672.708740 0.000000 0.991611 0.000000 0.129254 1.000000 1.000000 1.000000 +730.994812 0.000000 3671.304443 0.000000 0.341001 0.000000 0.940063 1.000000 1.000000 1.000000 +729.380981 0.000000 3671.237793 0.000000 0.835416 0.000000 -0.549618 1.000000 1.000000 1.000000 +814.007507 0.000000 3681.355225 0.000000 0.442157 0.000000 -0.896937 1.000000 1.000000 1.000000 +819.239319 0.000000 3682.367920 0.000000 0.980331 0.000000 0.197359 1.000000 1.000000 1.000000 +817.033142 0.000000 3680.117920 0.000000 0.999211 0.000000 0.039721 1.000000 1.000000 1.000000 +815.770203 0.000000 3677.804443 0.000000 0.974942 0.000000 -0.222461 1.000000 1.000000 1.000000 +816.999268 0.000000 3682.321045 0.000000 0.998947 0.000000 -0.045869 1.000000 1.000000 1.000000 +816.725830 0.000000 3676.020264 0.000000 0.988741 0.000000 0.149637 1.000000 1.000000 1.000000 +818.779114 0.000000 3679.237793 0.000000 0.999218 0.000000 0.039538 1.000000 1.000000 1.000000 +798.929016 0.000000 3671.842041 0.000000 0.974731 0.000000 0.223381 1.000000 1.000000 1.000000 +815.041870 0.000000 3682.843262 0.000000 0.592131 0.000000 -0.805841 1.000000 1.000000 1.000000 +817.342773 0.000000 3678.469482 0.000000 0.376013 0.000000 -0.926615 1.000000 1.000000 1.000000 +816.031067 0.000000 3679.170166 0.000000 0.996972 0.000000 0.077763 1.000000 1.000000 1.000000 +816.849670 0.000000 3683.511475 0.000000 0.543490 0.000000 0.839416 1.000000 1.000000 1.000000 +817.387451 0.000000 3681.219971 0.000000 0.115586 0.000000 -0.993297 1.000000 1.000000 1.000000 +874.790466 0.000000 3466.776855 0.000000 0.439677 0.000000 -0.898156 1.000000 1.000000 1.000000 +870.642090 0.000000 3467.819580 0.000000 0.096415 0.000000 0.995341 1.000000 1.000000 1.000000 +872.355469 0.000000 3465.907471 0.000000 0.749058 0.000000 0.662505 1.000000 1.000000 1.000000 +872.974182 0.000000 3464.250244 0.000000 0.541938 0.000000 -0.840419 1.000000 1.000000 1.000000 +870.756775 0.000000 3466.212158 0.000000 0.187879 0.000000 0.982192 1.000000 1.000000 1.000000 +889.751709 0.000000 3562.596436 0.000000 0.152037 0.000000 -0.988375 1.000000 1.000000 1.000000 +892.048279 0.000000 3552.359131 0.000000 0.889802 0.000000 0.456348 1.000000 1.000000 1.000000 +908.825195 0.000000 3556.017090 0.000000 0.483336 0.000000 0.875435 1.000000 1.000000 1.000000 +885.984924 0.000000 3570.232422 0.000000 0.182077 0.000000 -0.983284 1.000000 1.000000 1.000000 +903.388062 0.000000 3556.045898 0.000000 0.053290 0.000000 -0.998579 1.000000 1.000000 1.000000 +897.172424 0.000000 3553.822754 0.000000 0.808614 0.000000 -0.588340 1.000000 1.000000 1.000000 +897.235168 0.000000 3549.076172 0.000000 0.974605 0.000000 0.223933 1.000000 1.000000 1.000000 +888.902222 0.000000 3568.037354 0.000000 0.965221 0.000000 -0.261435 1.000000 1.000000 1.000000 +891.839600 0.000000 3565.115723 0.000000 0.697267 0.000000 -0.716812 1.000000 1.000000 1.000000 +896.202637 0.000000 3556.823975 0.000000 0.761830 0.000000 0.647778 1.000000 1.000000 1.000000 +895.102966 0.000000 3551.331787 0.000000 0.516007 0.000000 -0.856584 1.000000 1.000000 1.000000 +894.225647 0.000000 3554.513184 0.000000 0.659760 0.000000 -0.751476 1.000000 1.000000 1.000000 +898.913025 0.000000 3551.380371 0.000000 0.731094 0.000000 -0.682276 1.000000 1.000000 1.000000 +908.420837 0.000000 3558.803955 0.000000 0.641586 0.000000 0.767051 1.000000 1.000000 1.000000 +888.706726 0.000000 3565.185059 0.000000 0.509552 0.000000 0.860440 1.000000 1.000000 1.000000 +898.616638 0.000000 3555.987549 0.000000 0.796480 0.000000 0.604665 1.000000 1.000000 1.000000 +886.507202 0.000000 3567.696777 0.000000 0.764964 0.000000 -0.644073 1.000000 1.000000 1.000000 +890.791077 0.000000 3567.124023 0.000000 0.456085 0.000000 -0.889936 1.000000 1.000000 1.000000 +896.989624 0.000000 3551.923096 0.000000 0.987425 0.000000 0.158087 1.000000 1.000000 1.000000 +895.551880 0.000000 3553.117676 0.000000 0.868107 0.000000 0.496377 1.000000 1.000000 1.000000 +895.872925 0.000000 3554.939209 0.000000 0.685912 0.000000 -0.727685 1.000000 1.000000 1.000000 +887.478760 0.000000 3569.141357 0.000000 0.060302 0.000000 0.998180 1.000000 1.000000 1.000000 +887.871643 0.000000 3566.608154 0.000000 0.970020 0.000000 -0.243026 1.000000 1.000000 1.000000 +909.661682 0.000000 3557.582520 0.000000 0.478395 0.000000 0.878145 1.000000 1.000000 1.000000 +907.643921 0.000000 3557.336426 0.000000 0.211977 0.000000 0.977275 1.000000 1.000000 1.000000 +906.686035 0.000000 3558.572754 0.000000 0.815910 0.000000 -0.578179 1.000000 1.000000 1.000000 +896.370178 0.000000 3550.360107 0.000000 0.106543 0.000000 -0.994308 1.000000 1.000000 1.000000 +897.328125 0.000000 3555.278076 0.000000 0.425342 0.000000 0.905033 1.000000 1.000000 1.000000 +888.870178 0.000000 3569.524658 0.000000 0.630232 0.000000 -0.776407 1.000000 1.000000 1.000000 +889.236938 0.000000 3566.703369 0.000000 0.020958 0.000000 -0.999780 1.000000 1.000000 1.000000 +882.137939 0.000000 3629.130859 0.000000 0.993684 0.000000 -0.112212 1.000000 1.000000 1.000000 +873.195251 0.000000 3648.149170 0.000000 0.036007 0.000000 0.999352 1.000000 1.000000 1.000000 +869.815552 0.000000 3642.006348 0.000000 0.283470 0.000000 -0.958981 1.000000 1.000000 1.000000 +888.096313 0.000000 3628.766846 0.000000 0.404636 0.000000 -0.914478 1.000000 1.000000 1.000000 +882.590515 0.000000 3625.117432 0.000000 0.063660 0.000000 0.997972 1.000000 1.000000 1.000000 +869.833374 0.000000 3646.103516 0.000000 0.998991 0.000000 -0.044913 1.000000 1.000000 1.000000 +873.398376 0.000000 3644.136475 0.000000 0.906105 0.000000 0.423052 1.000000 1.000000 1.000000 +863.986389 0.000000 3620.119141 0.000000 0.461453 0.000000 0.887165 1.000000 1.000000 1.000000 +885.097839 0.000000 3627.221924 0.000000 0.402423 0.000000 -0.915454 1.000000 1.000000 1.000000 +869.176147 0.000000 3649.306396 0.000000 0.484728 0.000000 0.874665 1.000000 1.000000 1.000000 +885.415588 0.000000 3620.985352 0.000000 0.271016 0.000000 -0.962575 1.000000 1.000000 1.000000 +871.031006 0.000000 3644.054688 0.000000 0.490912 0.000000 0.871209 1.000000 1.000000 1.000000 +872.335938 0.000000 3646.095703 0.000000 0.870708 0.000000 0.491800 1.000000 1.000000 1.000000 +880.436157 0.000000 3624.636719 0.000000 0.982559 0.000000 -0.185951 1.000000 1.000000 1.000000 +887.251221 0.000000 3626.692139 0.000000 0.969080 0.000000 -0.246747 1.000000 1.000000 1.000000 +868.097412 0.000000 3647.159668 0.000000 0.130139 0.000000 -0.991496 1.000000 1.000000 1.000000 +889.574402 0.000000 3627.201416 0.000000 0.806114 0.000000 0.591760 1.000000 1.000000 1.000000 +870.675476 0.000000 3647.874268 0.000000 0.664921 0.000000 0.746914 1.000000 1.000000 1.000000 +886.354675 0.000000 3628.424072 0.000000 0.971183 0.000000 -0.238335 1.000000 1.000000 1.000000 +882.516479 0.000000 3620.397949 0.000000 0.695986 0.000000 -0.718055 1.000000 1.000000 1.000000 +868.159058 0.000000 3645.488525 0.000000 0.448576 0.000000 -0.893745 1.000000 1.000000 1.000000 +872.177856 0.000000 3644.762451 0.000000 0.344764 0.000000 0.938689 1.000000 1.000000 1.000000 +871.045044 0.000000 3645.495361 0.000000 0.035086 0.000000 0.999384 1.000000 1.000000 1.000000 +873.387451 0.000000 3645.410156 0.000000 0.088289 0.000000 -0.996095 1.000000 1.000000 1.000000 +880.188049 0.000000 3623.425293 0.000000 0.280007 0.000000 -0.959998 1.000000 1.000000 1.000000 +880.342407 0.000000 3622.152832 0.000000 0.093138 0.000000 -0.995653 1.000000 1.000000 1.000000 +886.227722 0.000000 3627.337158 0.000000 0.390374 0.000000 0.920656 1.000000 1.000000 1.000000 +887.216003 0.000000 3627.772217 0.000000 0.998691 0.000000 -0.051150 1.000000 1.000000 1.000000 +617.793457 0.000000 3794.846436 0.000000 0.901188 0.000000 -0.433429 1.000000 1.000000 1.000000 +613.813904 0.000000 3789.166016 0.000000 0.981734 0.000000 -0.190261 1.000000 1.000000 1.000000 +617.880554 0.000000 3790.753174 0.000000 0.681933 0.000000 -0.731415 1.000000 1.000000 1.000000 +615.033630 0.000000 3792.721436 0.000000 0.821613 0.000000 0.570046 1.000000 1.000000 1.000000 +619.732727 0.000000 3792.895264 0.000000 0.998804 0.000000 -0.048891 1.000000 1.000000 1.000000 +614.863831 0.000000 3787.134521 0.000000 0.142197 0.000000 -0.989838 1.000000 1.000000 1.000000 +615.677185 0.000000 3790.525391 0.000000 0.584223 0.000000 0.811593 1.000000 1.000000 1.000000 +617.178772 0.000000 3792.801025 0.000000 0.167309 0.000000 -0.985904 1.000000 1.000000 1.000000 +615.513367 0.000000 3788.787598 0.000000 0.932216 0.000000 0.361903 1.000000 1.000000 1.000000 +616.639771 0.000000 3791.542725 0.000000 0.997568 0.000000 0.069701 1.000000 1.000000 1.000000 +616.121033 0.000000 3793.573730 0.000000 0.524812 0.000000 0.851218 1.000000 1.000000 1.000000 +614.453674 0.000000 3788.216309 0.000000 0.314745 0.000000 -0.949176 1.000000 1.000000 1.000000 +657.830750 0.000000 3766.057617 0.000000 0.300288 0.000000 0.953849 1.000000 1.000000 1.000000 +670.008362 0.000000 3786.185547 0.000000 0.676731 0.000000 -0.736230 1.000000 1.000000 1.000000 +653.838989 0.000000 3785.975098 0.000000 0.668768 0.000000 -0.743471 1.000000 1.000000 1.000000 +663.227173 0.000000 3766.569824 0.000000 0.266885 0.000000 0.963728 1.000000 1.000000 1.000000 +665.219421 0.000000 3788.931152 0.000000 0.200477 0.000000 0.979698 1.000000 1.000000 1.000000 +669.026245 0.000000 3790.842285 0.000000 0.522043 0.000000 0.852919 1.000000 1.000000 1.000000 +652.898376 0.000000 3780.333008 0.000000 0.197385 0.000000 -0.980326 1.000000 1.000000 1.000000 +650.699585 0.000000 3784.472900 0.000000 0.965262 0.000000 0.261284 1.000000 1.000000 1.000000 +660.548645 0.000000 3768.228027 0.000000 0.955830 0.000000 -0.293919 1.000000 1.000000 1.000000 +660.750366 0.000000 3764.333252 0.000000 0.230455 0.000000 -0.973083 1.000000 1.000000 1.000000 +654.392883 0.000000 3782.991943 0.000000 0.732969 0.000000 0.680262 1.000000 1.000000 1.000000 +667.348755 0.000000 3787.029297 0.000000 0.562770 0.000000 -0.826614 1.000000 1.000000 1.000000 +651.337585 0.000000 3782.197021 0.000000 0.773767 0.000000 -0.633470 1.000000 1.000000 1.000000 +667.455017 0.000000 3789.251221 0.000000 0.367544 0.000000 0.930006 1.000000 1.000000 1.000000 +659.893311 0.000000 3766.243164 0.000000 0.246579 0.000000 -0.969123 1.000000 1.000000 1.000000 +661.961975 0.000000 3769.722900 0.000000 0.147042 0.000000 0.989130 1.000000 1.000000 1.000000 +669.104187 0.000000 3788.057617 0.000000 0.135656 0.000000 0.990756 1.000000 1.000000 1.000000 +658.609924 0.000000 3767.780273 0.000000 0.954996 0.000000 0.296620 1.000000 1.000000 1.000000 +658.840942 0.000000 3764.426514 0.000000 0.757089 0.000000 -0.653312 1.000000 1.000000 1.000000 +650.273071 0.000000 3780.817139 0.000000 0.445444 0.000000 -0.895310 1.000000 1.000000 1.000000 +661.591675 0.000000 3766.760742 0.000000 0.817671 0.000000 -0.575685 1.000000 1.000000 1.000000 +650.022461 0.000000 3782.111084 0.000000 0.798315 0.000000 0.602240 1.000000 1.000000 1.000000 +668.550293 0.000000 3786.708740 0.000000 0.955913 0.000000 0.293651 1.000000 1.000000 1.000000 +643.060608 0.000000 3822.346680 0.000000 0.995425 0.000000 0.095546 1.000000 1.000000 1.000000 +643.855713 0.000000 3824.835693 0.000000 0.993570 0.000000 -0.113220 1.000000 1.000000 1.000000 +640.656006 0.000000 3822.288818 0.000000 0.230136 0.000000 0.973158 1.000000 1.000000 1.000000 +645.128784 0.000000 3822.144775 0.000000 0.778014 0.000000 -0.628247 1.000000 1.000000 1.000000 +643.645630 0.000000 3820.417236 0.000000 0.377811 0.000000 0.925883 1.000000 1.000000 1.000000 +642.964600 0.000000 3823.722656 0.000000 0.706028 0.000000 -0.708184 1.000000 1.000000 1.000000 +655.606750 0.000000 3831.939209 0.000000 0.343441 0.000000 -0.939174 1.000000 1.000000 1.000000 +654.103516 0.000000 3835.785400 0.000000 0.999251 0.000000 0.038697 1.000000 1.000000 1.000000 +663.727905 0.000000 3842.806152 0.000000 0.762813 0.000000 0.646620 1.000000 1.000000 1.000000 +660.548645 0.000000 3840.212402 0.000000 0.108790 0.000000 0.994065 1.000000 1.000000 1.000000 +652.691589 0.000000 3833.053467 0.000000 0.876132 0.000000 -0.482071 1.000000 1.000000 1.000000 +654.087463 0.000000 3830.119629 0.000000 0.900550 0.000000 0.434752 1.000000 1.000000 1.000000 +661.961975 0.000000 3841.707275 0.000000 0.817556 0.000000 0.575849 1.000000 1.000000 1.000000 +662.289124 0.000000 3843.895020 0.000000 0.854299 0.000000 -0.519781 1.000000 1.000000 1.000000 +652.892944 0.000000 3831.343262 0.000000 0.630864 0.000000 0.775893 1.000000 1.000000 1.000000 +654.290833 0.000000 3832.891846 0.000000 0.812671 0.000000 0.582722 1.000000 1.000000 1.000000 +654.315735 0.000000 3831.450195 0.000000 0.307943 0.000000 0.951405 1.000000 1.000000 1.000000 +660.730957 0.000000 3842.135010 0.000000 0.413784 0.000000 0.910375 1.000000 1.000000 1.000000 +655.167969 0.000000 3830.632812 0.000000 0.430167 0.000000 0.902749 1.000000 1.000000 1.000000 +661.660400 0.000000 3842.860596 0.000000 0.488749 0.000000 0.872424 1.000000 1.000000 1.000000 +783.642700 0.000000 3802.087646 0.000000 0.647125 0.000000 0.762384 1.000000 1.000000 1.000000 +755.151367 0.000000 3806.114746 0.000000 0.782163 0.000000 -0.623074 1.000000 1.000000 1.000000 +777.494934 0.000000 3804.575439 0.000000 0.850300 0.000000 -0.526299 1.000000 1.000000 1.000000 +774.195251 0.000000 3797.412842 0.000000 0.810712 0.000000 -0.585445 1.000000 1.000000 1.000000 +778.994995 0.000000 3800.052979 0.000000 0.074155 0.000000 -0.997247 1.000000 1.000000 1.000000 +780.660034 0.000000 3813.013916 0.000000 0.020919 0.000000 0.999781 1.000000 1.000000 1.000000 +752.220886 0.000000 3809.223633 0.000000 0.987531 0.000000 0.157428 1.000000 1.000000 1.000000 +775.356934 0.000000 3801.190430 0.000000 0.400774 0.000000 -0.916177 1.000000 1.000000 1.000000 +781.088501 0.000000 3804.811035 0.000000 0.961958 0.000000 -0.273198 1.000000 1.000000 1.000000 +755.381348 0.000000 3802.774414 0.000000 0.796626 0.000000 -0.604472 1.000000 1.000000 1.000000 +779.222107 0.000000 3810.781250 0.000000 0.312966 0.000000 -0.949764 1.000000 1.000000 1.000000 +777.610168 0.000000 3802.077637 0.000000 0.892865 0.000000 -0.450325 1.000000 1.000000 1.000000 +754.552917 0.000000 3808.499268 0.000000 0.146444 0.000000 -0.989219 1.000000 1.000000 1.000000 +778.203247 0.000000 3812.976562 0.000000 0.458793 0.000000 -0.888543 1.000000 1.000000 1.000000 +753.080139 0.000000 3806.857178 0.000000 0.881121 0.000000 -0.472891 1.000000 1.000000 1.000000 +757.224854 0.000000 3806.674805 0.000000 0.753089 0.000000 -0.657919 1.000000 1.000000 1.000000 +776.854431 0.000000 3799.615723 0.000000 0.999064 0.000000 0.043254 1.000000 1.000000 1.000000 +775.838989 0.000000 3813.135254 0.000000 0.915638 0.000000 0.402003 1.000000 1.000000 1.000000 +779.334473 0.000000 3803.500977 0.000000 0.899413 0.000000 0.437100 1.000000 1.000000 1.000000 +774.430725 0.000000 3811.319580 0.000000 0.677424 0.000000 -0.735593 1.000000 1.000000 1.000000 +780.230713 0.000000 3814.919678 0.000000 0.646338 0.000000 0.763051 1.000000 1.000000 1.000000 +774.982117 0.000000 3799.264404 0.000000 0.823455 0.000000 0.567382 1.000000 1.000000 1.000000 +779.317871 0.000000 3805.399658 0.000000 0.239255 0.000000 -0.970957 1.000000 1.000000 1.000000 +755.987610 0.000000 3804.610840 0.000000 0.933842 0.000000 -0.357685 1.000000 1.000000 1.000000 +755.956543 0.000000 3807.740479 0.000000 0.979204 0.000000 -0.202877 1.000000 1.000000 1.000000 +776.091125 0.000000 3802.643311 0.000000 0.959968 0.000000 0.280110 1.000000 1.000000 1.000000 +778.865112 0.000000 3814.337646 0.000000 0.217813 0.000000 -0.975990 1.000000 1.000000 1.000000 +777.959656 0.000000 3811.509766 0.000000 0.122191 0.000000 0.992507 1.000000 1.000000 1.000000 +779.491821 0.000000 3812.239014 0.000000 0.244668 0.000000 0.969607 1.000000 1.000000 1.000000 +776.499512 0.000000 3805.698730 0.000000 0.764004 0.000000 -0.645212 1.000000 1.000000 1.000000 +752.060791 0.000000 3807.884521 0.000000 0.691171 0.000000 0.722691 1.000000 1.000000 1.000000 +777.797974 0.000000 3800.680908 0.000000 0.721049 0.000000 0.692885 1.000000 1.000000 1.000000 +777.080688 0.000000 3813.728271 0.000000 0.741408 0.000000 0.671054 1.000000 1.000000 1.000000 +777.976562 0.000000 3803.344482 0.000000 0.387337 0.000000 0.921938 1.000000 1.000000 1.000000 +776.950439 0.000000 3812.414307 0.000000 0.946014 0.000000 -0.324127 1.000000 1.000000 1.000000 +754.430176 0.000000 3807.214844 0.000000 0.998814 0.000000 -0.048689 1.000000 1.000000 1.000000 +776.605042 0.000000 3803.702637 0.000000 0.978210 0.000000 -0.207616 1.000000 1.000000 1.000000 +778.647278 0.000000 3804.395264 0.000000 0.694073 0.000000 -0.719905 1.000000 1.000000 1.000000 +778.139587 0.000000 3805.478271 0.000000 0.242424 0.000000 0.970170 1.000000 1.000000 1.000000 +781.857239 0.000000 3816.018066 0.000000 0.163647 0.000000 -0.986519 1.000000 1.000000 1.000000 +775.834106 0.000000 3847.104492 0.000000 0.364990 0.000000 -0.931011 1.000000 1.000000 1.000000 +774.530090 0.000000 3843.473877 0.000000 0.975149 0.000000 -0.221552 1.000000 1.000000 1.000000 +762.210144 0.000000 3830.621582 0.000000 0.993819 0.000000 0.111017 1.000000 1.000000 1.000000 +789.208130 0.000000 3852.390625 0.000000 0.740952 0.000000 -0.671557 1.000000 1.000000 1.000000 +778.355652 0.000000 3815.663086 0.000000 0.944067 0.000000 -0.329753 1.000000 1.000000 1.000000 +767.467773 0.000000 3830.607178 0.000000 0.199277 0.000000 0.979943 1.000000 1.000000 1.000000 +764.892212 0.000000 3831.469482 0.000000 0.396234 0.000000 -0.918150 1.000000 1.000000 1.000000 +791.056213 0.000000 3850.718506 0.000000 0.953401 0.000000 -0.301706 1.000000 1.000000 1.000000 +774.523987 0.000000 3845.415039 0.000000 0.627009 0.000000 -0.779012 1.000000 1.000000 1.000000 +765.968262 0.000000 3830.080811 0.000000 0.679350 0.000000 -0.733814 1.000000 1.000000 1.000000 +776.048950 0.000000 3843.104492 0.000000 0.413191 0.000000 -0.910645 1.000000 1.000000 1.000000 +766.486389 0.000000 3831.837402 0.000000 0.920396 0.000000 -0.390988 1.000000 1.000000 1.000000 +788.176697 0.000000 3848.925537 0.000000 0.819833 0.000000 -0.572602 1.000000 1.000000 1.000000 +777.523193 0.000000 3842.903076 0.000000 0.148696 0.000000 -0.988883 1.000000 1.000000 1.000000 +791.110657 0.000000 3848.982422 0.000000 0.919297 0.000000 -0.393565 1.000000 1.000000 1.000000 +764.585815 0.000000 3830.052002 0.000000 0.582437 0.000000 0.812876 1.000000 1.000000 1.000000 +792.716980 0.000000 3853.609375 0.000000 0.578015 0.000000 -0.816026 1.000000 1.000000 1.000000 +826.469788 0.000000 3855.458008 0.000000 0.926681 0.000000 0.375850 1.000000 1.000000 1.000000 +820.497437 0.000000 3856.495117 0.000000 0.260657 0.000000 -0.965431 1.000000 1.000000 1.000000 +791.969849 0.000000 3846.654541 0.000000 0.987221 0.000000 0.159357 1.000000 1.000000 1.000000 +823.745117 0.000000 3857.170898 0.000000 0.936094 0.000000 0.351751 1.000000 1.000000 1.000000 +820.613953 0.000000 3849.450684 0.000000 0.409299 0.000000 0.912400 1.000000 1.000000 1.000000 +823.763062 0.000000 3854.228516 0.000000 0.370433 0.000000 -0.928859 1.000000 1.000000 1.000000 +834.110107 0.000000 3855.105713 0.000000 0.997050 0.000000 -0.076753 1.000000 1.000000 1.000000 +808.924255 0.000000 3836.939941 0.000000 0.347879 0.000000 0.937540 1.000000 1.000000 1.000000 +831.197937 0.000000 3852.490479 0.000000 0.978913 0.000000 0.204279 1.000000 1.000000 1.000000 +808.443970 0.000000 3840.589844 0.000000 0.897872 0.000000 0.440256 1.000000 1.000000 1.000000 +821.520203 0.000000 3854.521729 0.000000 0.760936 0.000000 -0.648827 1.000000 1.000000 1.000000 +825.911621 0.000000 3857.558350 0.000000 0.238253 0.000000 -0.971203 1.000000 1.000000 1.000000 +799.162476 0.000000 3852.776123 0.000000 0.182087 0.000000 -0.983282 1.000000 1.000000 1.000000 +796.559082 0.000000 3850.290771 0.000000 0.496608 0.000000 0.867975 1.000000 1.000000 1.000000 +796.640015 0.000000 3855.994141 0.000000 0.301080 0.000000 -0.953599 1.000000 1.000000 1.000000 +832.259888 0.000000 3854.401855 0.000000 0.631584 0.000000 -0.775307 1.000000 1.000000 1.000000 +820.793457 0.000000 3851.363037 0.000000 0.430807 0.000000 -0.902444 1.000000 1.000000 1.000000 +809.365417 0.000000 3838.782715 0.000000 0.499451 0.000000 -0.866342 1.000000 1.000000 1.000000 +835.890320 0.000000 3854.412354 0.000000 0.822858 0.000000 0.568247 1.000000 1.000000 1.000000 +822.220581 0.000000 3856.085938 0.000000 0.890736 0.000000 0.454521 1.000000 1.000000 1.000000 +794.257446 0.000000 3852.801514 0.000000 0.111612 0.000000 -0.993752 1.000000 1.000000 1.000000 +825.468140 0.000000 3854.022705 0.000000 0.883167 0.000000 -0.469059 1.000000 1.000000 1.000000 +822.536621 0.000000 3853.086182 0.000000 0.634022 0.000000 -0.773315 1.000000 1.000000 1.000000 +824.743774 0.000000 3855.616211 0.000000 0.639084 0.000000 -0.769137 1.000000 1.000000 1.000000 +818.291748 0.000000 3852.243652 0.000000 0.487288 0.000000 0.873241 1.000000 1.000000 1.000000 +796.956970 0.000000 3853.968750 0.000000 0.212328 0.000000 -0.977198 1.000000 1.000000 1.000000 +819.384155 0.000000 3850.683350 0.000000 0.977421 0.000000 -0.211300 1.000000 1.000000 1.000000 +834.594116 0.000000 3853.744385 0.000000 0.945947 0.000000 -0.324322 1.000000 1.000000 1.000000 +810.630554 0.000000 3839.550781 0.000000 0.068595 0.000000 -0.997645 1.000000 1.000000 1.000000 +832.618042 0.000000 3853.076660 0.000000 0.539064 0.000000 -0.842265 1.000000 1.000000 1.000000 +821.185303 0.000000 3852.700928 0.000000 0.817997 0.000000 0.575222 1.000000 1.000000 1.000000 +823.452942 0.000000 3855.494873 0.000000 0.871763 0.000000 -0.489927 1.000000 1.000000 1.000000 +833.055664 0.000000 3855.840576 0.000000 0.556471 0.000000 0.830867 1.000000 1.000000 1.000000 +797.969360 0.000000 3853.196533 0.000000 0.870852 0.000000 -0.491545 1.000000 1.000000 1.000000 +823.750488 0.000000 3852.846924 0.000000 0.649927 0.000000 0.759996 1.000000 1.000000 1.000000 +819.497742 0.000000 3851.890137 0.000000 0.969111 0.000000 0.246626 1.000000 1.000000 1.000000 +808.195862 0.000000 3839.378418 0.000000 0.446330 0.000000 -0.894868 1.000000 1.000000 1.000000 +833.423828 0.000000 3854.132812 0.000000 0.520221 0.000000 0.854032 1.000000 1.000000 1.000000 +808.350220 0.000000 3838.105957 0.000000 0.999682 0.000000 -0.025209 1.000000 1.000000 1.000000 +824.899902 0.000000 3856.874756 0.000000 0.420526 0.000000 -0.907280 1.000000 1.000000 1.000000 +822.657410 0.000000 3854.671631 0.000000 0.452226 0.000000 -0.891903 1.000000 1.000000 1.000000 +796.085144 0.000000 3853.212402 0.000000 0.581317 0.000000 0.813677 1.000000 1.000000 1.000000 +825.938171 0.000000 3856.446045 0.000000 0.084494 0.000000 -0.996424 1.000000 1.000000 1.000000 +1505.556396 0.000000 3470.466553 0.000000 0.365858 0.000000 -0.930671 1.000000 1.000000 1.000000 +1506.966797 0.000000 3462.424805 0.000000 0.805045 0.000000 -0.593214 1.000000 1.000000 1.000000 +1486.458252 0.000000 3457.580566 0.000000 0.869577 0.000000 -0.493797 1.000000 1.000000 1.000000 +1485.108154 0.000000 3468.790039 0.000000 0.999189 0.000000 0.040257 1.000000 1.000000 1.000000 +1489.017090 0.000000 3476.262451 0.000000 0.499064 0.000000 0.866565 1.000000 1.000000 1.000000 +1498.277466 0.000000 3455.741211 0.000000 0.152059 0.000000 -0.988371 1.000000 1.000000 1.000000 +1506.197021 0.000000 3467.122559 0.000000 0.718617 0.000000 -0.695406 1.000000 1.000000 1.000000 +1491.421021 0.000000 3478.379395 0.000000 0.879032 0.000000 -0.476763 1.000000 1.000000 1.000000 +1489.613281 0.000000 3472.727783 0.000000 0.928803 0.000000 -0.370574 1.000000 1.000000 1.000000 +1507.761963 0.000000 3464.913818 0.000000 0.978826 0.000000 -0.204696 1.000000 1.000000 1.000000 +1484.728271 0.000000 3459.085938 0.000000 0.386183 0.000000 -0.922422 1.000000 1.000000 1.000000 +1509.035034 0.000000 3462.222900 0.000000 0.631291 0.000000 0.775546 1.000000 1.000000 1.000000 +1486.779053 0.000000 3459.544189 0.000000 0.997759 0.000000 0.066904 1.000000 1.000000 1.000000 +1488.057739 0.000000 3477.896484 0.000000 0.832264 0.000000 0.554380 1.000000 1.000000 1.000000 +1506.065918 0.000000 3468.808105 0.000000 0.750020 0.000000 0.661416 1.000000 1.000000 1.000000 +1507.979980 0.000000 3467.429932 0.000000 0.658299 0.000000 -0.752756 1.000000 1.000000 1.000000 +1511.201904 0.000000 3466.050049 0.000000 0.807697 0.000000 -0.589597 1.000000 1.000000 1.000000 +1485.890137 0.000000 3470.158936 0.000000 0.385495 0.000000 0.922710 1.000000 1.000000 1.000000 +1486.408325 0.000000 3471.915527 0.000000 0.959086 0.000000 -0.283115 1.000000 1.000000 1.000000 +1506.366455 0.000000 3465.606689 0.000000 0.421353 0.000000 -0.906897 1.000000 1.000000 1.000000 +1484.507690 0.000000 3470.130127 0.000000 0.326895 0.000000 0.945061 1.000000 1.000000 1.000000 +1508.460693 0.000000 3466.069824 0.000000 0.974314 0.000000 -0.225195 1.000000 1.000000 1.000000 +1507.294800 0.000000 3466.399658 0.000000 0.880964 0.000000 -0.473184 1.000000 1.000000 1.000000 +1485.889404 0.000000 3458.668213 0.000000 0.861510 0.000000 0.507741 1.000000 1.000000 1.000000 +1509.082886 0.000000 3467.882568 0.000000 0.079699 0.000000 -0.996819 1.000000 1.000000 1.000000 +1484.002686 0.000000 3458.143066 0.000000 0.717316 0.000000 0.696748 1.000000 1.000000 1.000000 +1491.222168 0.000000 3475.298828 0.000000 0.870621 0.000000 -0.491954 1.000000 1.000000 1.000000 +1485.670288 0.000000 3459.770264 0.000000 0.628762 0.000000 0.777597 1.000000 1.000000 1.000000 +1511.304565 0.000000 3467.146973 0.000000 0.745976 0.000000 -0.665973 1.000000 1.000000 1.000000 +1530.067627 0.000000 3485.162109 0.000000 0.658989 0.000000 -0.752153 1.000000 1.000000 1.000000 +1544.204956 0.000000 3472.475342 0.000000 0.982078 0.000000 0.188472 1.000000 1.000000 1.000000 +1536.026001 0.000000 3484.798096 0.000000 0.650445 0.000000 -0.759553 1.000000 1.000000 1.000000 +1528.417480 0.000000 3467.811523 0.000000 0.620796 0.000000 -0.783972 1.000000 1.000000 1.000000 +1534.195923 0.000000 3479.414551 0.000000 0.829818 0.000000 0.558034 1.000000 1.000000 1.000000 +1514.473755 0.000000 3478.401611 0.000000 0.093015 0.000000 -0.995665 1.000000 1.000000 1.000000 +1529.882812 0.000000 3463.750977 0.000000 0.958007 0.000000 -0.286746 1.000000 1.000000 1.000000 +1542.580688 0.000000 3468.629883 0.000000 0.904578 0.000000 -0.426308 1.000000 1.000000 1.000000 +1530.520264 0.000000 3481.148682 0.000000 0.928732 0.000000 0.370752 1.000000 1.000000 1.000000 +1533.027588 0.000000 3483.253174 0.000000 0.407508 0.000000 -0.913202 1.000000 1.000000 1.000000 +1540.865234 0.000000 3471.601074 0.000000 0.716505 0.000000 0.697582 1.000000 1.000000 1.000000 +1514.770996 0.000000 3481.464355 0.000000 0.245899 0.000000 0.969295 1.000000 1.000000 1.000000 +1527.605591 0.000000 3463.364746 0.000000 0.949652 0.000000 0.313308 1.000000 1.000000 1.000000 +1544.214600 0.000000 3470.161865 0.000000 0.485735 0.000000 0.874106 1.000000 1.000000 1.000000 +1528.446167 0.000000 3465.453613 0.000000 0.484898 0.000000 0.874571 1.000000 1.000000 1.000000 +1535.180908 0.000000 3482.723389 0.000000 0.950141 0.000000 -0.311822 1.000000 1.000000 1.000000 +1532.584595 0.000000 3481.090088 0.000000 0.994385 0.000000 0.105818 1.000000 1.000000 1.000000 +1542.692017 0.000000 3471.226318 0.000000 0.467201 0.000000 -0.884151 1.000000 1.000000 1.000000 +1529.256592 0.000000 3462.291748 0.000000 0.940222 0.000000 0.340563 1.000000 1.000000 1.000000 +1543.886963 0.000000 3471.308350 0.000000 0.347232 0.000000 0.937779 1.000000 1.000000 1.000000 +1625.684082 0.000000 3578.893311 0.000000 0.439458 0.000000 -0.898263 1.000000 1.000000 1.000000 +1635.453857 0.000000 3575.948975 0.000000 0.501846 0.000000 0.864957 1.000000 1.000000 1.000000 +1628.656860 0.000000 3571.604736 0.000000 0.192067 0.000000 0.981382 1.000000 1.000000 1.000000 +1627.649658 0.000000 3586.173096 0.000000 0.225451 0.000000 -0.974254 1.000000 1.000000 1.000000 +1641.401245 0.000000 3588.622314 0.000000 0.520297 0.000000 0.853985 1.000000 1.000000 1.000000 +1631.763184 0.000000 3581.050049 0.000000 0.995961 0.000000 0.089787 1.000000 1.000000 1.000000 +1626.560181 0.000000 3591.839600 0.000000 0.983130 0.000000 0.182909 1.000000 1.000000 1.000000 +1630.357300 0.000000 3576.199951 0.000000 0.971161 0.000000 0.238426 1.000000 1.000000 1.000000 +1625.771240 0.000000 3574.800049 0.000000 0.937587 0.000000 -0.347750 1.000000 1.000000 1.000000 +1637.414062 0.000000 3589.714600 0.000000 0.237374 0.000000 0.971418 1.000000 1.000000 1.000000 +1627.962158 0.000000 3582.020996 0.000000 0.825462 0.000000 0.564457 1.000000 1.000000 1.000000 +1639.263184 0.000000 3585.237305 0.000000 0.088475 0.000000 -0.996078 1.000000 1.000000 1.000000 +1624.499634 0.000000 3582.332031 0.000000 0.974461 0.000000 0.224555 1.000000 1.000000 1.000000 +1634.888916 0.000000 3579.429199 0.000000 0.561738 0.000000 0.827316 1.000000 1.000000 1.000000 +1637.693237 0.000000 3593.189697 0.000000 0.330863 0.000000 0.943679 1.000000 1.000000 1.000000 +1629.175781 0.000000 3579.113037 0.000000 0.928576 0.000000 -0.371141 1.000000 1.000000 1.000000 +1625.946289 0.000000 3588.862305 0.000000 0.755719 0.000000 0.654896 1.000000 1.000000 1.000000 +1639.881836 0.000000 3591.292969 0.000000 0.196943 0.000000 0.980415 1.000000 1.000000 1.000000 +1632.628540 0.000000 3577.808594 0.000000 0.644244 0.000000 0.764820 1.000000 1.000000 1.000000 +1625.176880 0.000000 3585.051758 0.000000 0.273110 0.000000 0.961983 1.000000 1.000000 1.000000 +1629.958130 0.000000 3587.212891 0.000000 0.635713 0.000000 0.771926 1.000000 1.000000 1.000000 +1628.254150 0.000000 3574.243896 0.000000 0.959455 0.000000 0.281863 1.000000 1.000000 1.000000 +1636.998901 0.000000 3584.006836 0.000000 0.989778 0.000000 -0.142616 1.000000 1.000000 1.000000 +1637.484131 0.000000 3587.121094 0.000000 0.975184 0.000000 -0.221396 1.000000 1.000000 1.000000 +1641.516479 0.000000 3586.124512 0.000000 0.999834 0.000000 0.018212 1.000000 1.000000 1.000000 +1639.333008 0.000000 3588.277832 0.000000 0.861262 0.000000 0.508161 1.000000 1.000000 1.000000 +1626.987915 0.000000 3583.914307 0.000000 0.979660 0.000000 0.200663 1.000000 1.000000 1.000000 +1626.818848 0.000000 3572.597412 0.000000 0.693467 0.000000 0.720488 1.000000 1.000000 1.000000 +1629.173340 0.000000 3584.809326 0.000000 0.262782 0.000000 -0.964855 1.000000 1.000000 1.000000 +1627.321045 0.000000 3580.053223 0.000000 0.146495 0.000000 -0.989211 1.000000 1.000000 1.000000 +1629.713623 0.000000 3581.090576 0.000000 0.429247 0.000000 0.903187 1.000000 1.000000 1.000000 +1641.718750 0.000000 3590.572998 0.000000 0.389731 0.000000 -0.920929 1.000000 1.000000 1.000000 +1625.834351 0.000000 3586.907715 0.000000 0.804437 0.000000 0.594039 1.000000 1.000000 1.000000 +1627.929810 0.000000 3588.101562 0.000000 0.983541 0.000000 -0.180683 1.000000 1.000000 1.000000 +1635.948364 0.000000 3577.850586 0.000000 0.664290 0.000000 -0.747475 1.000000 1.000000 1.000000 +1638.089600 0.000000 3591.456055 0.000000 0.946956 0.000000 0.321363 1.000000 1.000000 1.000000 +1632.834595 0.000000 3579.627441 0.000000 0.102708 0.000000 0.994712 1.000000 1.000000 1.000000 +1639.306641 0.000000 3593.784180 0.000000 0.263091 0.000000 0.964771 1.000000 1.000000 1.000000 +1634.238892 0.000000 3577.268799 0.000000 0.918424 0.000000 -0.395598 1.000000 1.000000 1.000000 +1626.180054 0.000000 3582.325928 0.000000 0.905152 0.000000 -0.425088 1.000000 1.000000 1.000000 +1639.010376 0.000000 3589.890625 0.000000 0.930795 0.000000 -0.365543 1.000000 1.000000 1.000000 +1639.997437 0.000000 3586.690186 0.000000 0.149872 0.000000 0.988705 1.000000 1.000000 1.000000 +1628.780762 0.000000 3575.918213 0.000000 0.372193 0.000000 -0.928155 1.000000 1.000000 1.000000 +1627.218628 0.000000 3575.426270 0.000000 0.999813 0.000000 -0.019334 1.000000 1.000000 1.000000 +1629.792725 0.000000 3574.704590 0.000000 0.404129 0.000000 -0.914702 1.000000 1.000000 1.000000 +1631.887085 0.000000 3576.488281 0.000000 0.061028 0.000000 0.998136 1.000000 1.000000 1.000000 +1631.425415 0.000000 3574.937256 0.000000 0.621952 0.000000 -0.783055 1.000000 1.000000 1.000000 +1630.854004 0.000000 3577.526855 0.000000 0.437597 0.000000 0.899171 1.000000 1.000000 1.000000 +1640.405762 0.000000 3589.745605 0.000000 0.737075 0.000000 -0.675811 1.000000 1.000000 1.000000 +1626.631592 0.000000 3585.255859 0.000000 0.640287 0.000000 -0.768136 1.000000 1.000000 1.000000 +1638.614502 0.000000 3586.448242 0.000000 0.999982 0.000000 0.005977 1.000000 1.000000 1.000000 +1627.859009 0.000000 3584.835449 0.000000 0.524689 0.000000 -0.851294 1.000000 1.000000 1.000000 +1626.888428 0.000000 3581.260742 0.000000 0.241449 0.000000 0.970413 1.000000 1.000000 1.000000 +1633.165649 0.000000 3576.574707 0.000000 0.278598 0.000000 -0.960408 1.000000 1.000000 1.000000 +1626.678345 0.000000 3587.879395 0.000000 0.531203 0.000000 -0.847244 1.000000 1.000000 1.000000 +1639.698975 0.000000 3584.140381 0.000000 0.996048 0.000000 0.088821 1.000000 1.000000 1.000000 +1679.407349 0.000000 3593.663330 0.000000 0.999807 0.000000 -0.019629 1.000000 1.000000 1.000000 +1674.316528 0.000000 3578.263672 0.000000 0.905698 0.000000 -0.423923 1.000000 1.000000 1.000000 +1682.450317 0.000000 3583.953369 0.000000 0.791086 0.000000 -0.611705 1.000000 1.000000 1.000000 +1707.446045 0.000000 3575.948975 0.000000 0.888661 0.000000 -0.458565 1.000000 1.000000 1.000000 +1715.078491 0.000000 3579.344971 0.000000 0.995054 0.000000 -0.099331 1.000000 1.000000 1.000000 +1690.375977 0.000000 3567.520508 0.000000 0.582447 0.000000 0.812868 1.000000 1.000000 1.000000 +1706.688354 0.000000 3568.173828 0.000000 0.982722 0.000000 0.185089 1.000000 1.000000 1.000000 +1713.393433 0.000000 3588.622314 0.000000 0.049793 0.000000 -0.998760 1.000000 1.000000 1.000000 +1684.403687 0.000000 3568.557617 0.000000 0.973157 0.000000 0.230144 1.000000 1.000000 1.000000 +1673.109985 0.000000 3572.978027 0.000000 0.832588 0.000000 -0.553892 1.000000 1.000000 1.000000 +1714.175293 0.000000 3574.155518 0.000000 0.446788 0.000000 -0.894640 1.000000 1.000000 1.000000 +1678.065918 0.000000 3581.615967 0.000000 0.264828 0.000000 -0.964296 1.000000 1.000000 1.000000 +1684.165771 0.000000 3594.832031 0.000000 0.894168 0.000000 -0.447732 1.000000 1.000000 1.000000 +1719.145020 0.000000 3576.463623 0.000000 0.654510 0.000000 0.756053 1.000000 1.000000 1.000000 +1681.114380 0.000000 3597.782227 0.000000 0.233210 0.000000 0.972426 1.000000 1.000000 1.000000 +1705.097656 0.000000 3572.324219 0.000000 0.914355 0.000000 -0.404913 1.000000 1.000000 1.000000 +1668.870850 0.000000 3574.014160 0.000000 0.421723 0.000000 -0.906725 1.000000 1.000000 1.000000 +1689.678345 0.000000 3571.754883 0.000000 0.830064 0.000000 -0.557668 1.000000 1.000000 1.000000 +1716.159668 0.000000 3571.395020 0.000000 0.775953 0.000000 0.630791 1.000000 1.000000 1.000000 +1671.601562 0.000000 3576.039795 0.000000 0.045893 0.000000 0.998946 1.000000 1.000000 1.000000 +1679.207764 0.000000 3584.800049 0.000000 0.524118 0.000000 0.851645 1.000000 1.000000 1.000000 +1681.788330 0.000000 3580.643799 0.000000 0.725344 0.000000 -0.688387 1.000000 1.000000 1.000000 +1687.651367 0.000000 3569.233398 0.000000 0.878392 0.000000 0.477941 1.000000 1.000000 1.000000 +1684.537231 0.000000 3571.652100 0.000000 0.941731 0.000000 0.336368 1.000000 1.000000 1.000000 +1717.235352 0.000000 3574.215576 0.000000 0.995177 0.000000 -0.098099 1.000000 1.000000 1.000000 +1687.669312 0.000000 3566.291016 0.000000 0.748285 0.000000 0.663378 1.000000 1.000000 1.000000 +1711.874023 0.000000 3591.292969 0.000000 0.465964 0.000000 -0.884804 1.000000 1.000000 1.000000 +1704.620728 0.000000 3577.808594 0.000000 0.998779 0.000000 -0.049405 1.000000 1.000000 1.000000 +1715.719849 0.000000 3576.570801 0.000000 0.033504 0.000000 0.999439 1.000000 1.000000 1.000000 +1717.858276 0.000000 3579.017090 0.000000 0.925917 0.000000 -0.377727 1.000000 1.000000 1.000000 +1707.649902 0.000000 3573.233643 0.000000 0.522312 0.000000 0.852754 1.000000 1.000000 1.000000 +1704.922974 0.000000 3575.158691 0.000000 0.550086 0.000000 0.835108 1.000000 1.000000 1.000000 +1716.557861 0.000000 3568.865723 0.000000 0.918526 0.000000 0.395360 1.000000 1.000000 1.000000 +1707.107666 0.000000 3570.761475 0.000000 0.967982 0.000000 0.251019 1.000000 1.000000 1.000000 +1681.669189 0.000000 3594.851562 0.000000 0.994154 0.000000 -0.107975 1.000000 1.000000 1.000000 +1687.056519 0.000000 3571.630615 0.000000 0.658941 0.000000 -0.752194 1.000000 1.000000 1.000000 +1683.891602 0.000000 3582.015137 0.000000 0.963010 0.000000 0.269467 1.000000 1.000000 1.000000 +1680.359009 0.000000 3582.714844 0.000000 0.977716 0.000000 0.209931 1.000000 1.000000 1.000000 +1683.093384 0.000000 3596.781982 0.000000 0.784989 0.000000 0.619509 1.000000 1.000000 1.000000 +1689.817871 0.000000 3569.620850 0.000000 0.198675 0.000000 -0.980065 1.000000 1.000000 1.000000 +1711.325195 0.000000 3588.277832 0.000000 0.995327 0.000000 0.096558 1.000000 1.000000 1.000000 +1713.710938 0.000000 3590.572998 0.000000 0.312722 0.000000 0.949845 1.000000 1.000000 1.000000 +1685.741943 0.000000 3570.070068 0.000000 0.060904 0.000000 -0.998144 1.000000 1.000000 1.000000 +1707.940552 0.000000 3577.850586 0.000000 0.985620 0.000000 0.168975 1.000000 1.000000 1.000000 +1714.594238 0.000000 3570.456787 0.000000 0.030713 0.000000 0.999528 1.000000 1.000000 1.000000 +1717.470215 0.000000 3576.991211 0.000000 0.914222 0.000000 -0.405214 1.000000 1.000000 1.000000 +1710.081787 0.000000 3591.456055 0.000000 0.696035 0.000000 -0.718008 1.000000 1.000000 1.000000 +1686.126831 0.000000 3568.148438 0.000000 0.569982 0.000000 -0.821657 1.000000 1.000000 1.000000 +1689.374390 0.000000 3566.085205 0.000000 0.810239 0.000000 -0.586099 1.000000 1.000000 1.000000 +1688.650024 0.000000 3567.678711 0.000000 0.562854 0.000000 0.826556 1.000000 1.000000 1.000000 +1672.620605 0.000000 3574.627197 0.000000 0.033743 0.000000 -0.999431 1.000000 1.000000 1.000000 +1706.231079 0.000000 3577.268799 0.000000 0.111926 0.000000 0.993717 1.000000 1.000000 1.000000 +1706.061401 0.000000 3573.829346 0.000000 0.979454 0.000000 -0.201666 1.000000 1.000000 1.000000 +1673.227173 0.000000 3576.750000 0.000000 0.276230 0.000000 -0.961092 1.000000 1.000000 1.000000 +1709.328125 0.000000 3573.291504 0.000000 0.871027 0.000000 -0.491235 1.000000 1.000000 1.000000 +1670.288208 0.000000 3577.163574 0.000000 0.293549 0.000000 0.955944 1.000000 1.000000 1.000000 +1680.895630 0.000000 3584.749023 0.000000 0.783445 0.000000 -0.621461 1.000000 1.000000 1.000000 +1682.220337 0.000000 3582.250488 0.000000 0.426928 0.000000 -0.904286 1.000000 1.000000 1.000000 +1708.373169 0.000000 3571.780273 0.000000 0.129353 0.000000 -0.991599 1.000000 1.000000 1.000000 +1706.615723 0.000000 3572.160645 0.000000 0.952014 0.000000 0.306054 1.000000 1.000000 1.000000 +1716.861450 0.000000 3575.633545 0.000000 0.996080 0.000000 -0.088462 1.000000 1.000000 1.000000 +1712.397949 0.000000 3589.745605 0.000000 0.279669 0.000000 -0.960097 1.000000 1.000000 1.000000 +1682.953247 0.000000 3595.429688 0.000000 0.981316 0.000000 -0.192404 1.000000 1.000000 1.000000 +1707.381836 0.000000 3574.605957 0.000000 0.040964 0.000000 0.999161 1.000000 1.000000 1.000000 +1715.244995 0.000000 3569.287598 0.000000 0.278927 0.000000 0.960312 1.000000 1.000000 1.000000 +1713.124268 0.000000 3591.798828 0.000000 0.671099 0.000000 0.741368 1.000000 1.000000 1.000000 +1706.154297 0.000000 3575.672607 0.000000 0.993647 0.000000 0.112544 1.000000 1.000000 1.000000 +1680.039673 0.000000 3583.886475 0.000000 0.999927 0.000000 0.012078 1.000000 1.000000 1.000000 +1681.307007 0.000000 3583.528076 0.000000 0.190335 0.000000 -0.981719 1.000000 1.000000 1.000000 +1686.578979 0.000000 3569.173340 0.000000 0.533419 0.000000 -0.845851 1.000000 1.000000 1.000000 +1680.091309 0.000000 3599.617432 0.000000 0.919612 0.000000 -0.392827 1.000000 1.000000 1.000000 +1665.721436 0.000000 3622.088867 0.000000 0.991835 0.000000 0.127529 1.000000 1.000000 1.000000 +1695.783447 0.000000 3611.757568 0.000000 0.899666 0.000000 -0.436579 1.000000 1.000000 1.000000 +1700.739258 0.000000 3628.001465 0.000000 0.390318 0.000000 -0.920680 1.000000 1.000000 1.000000 +1688.189331 0.000000 3616.444092 0.000000 0.603087 0.000000 -0.797675 1.000000 1.000000 1.000000 +1658.426880 0.000000 3609.864014 0.000000 0.100041 0.000000 0.994983 1.000000 1.000000 1.000000 +1724.929443 0.000000 3622.646240 0.000000 0.412120 0.000000 -0.911130 1.000000 1.000000 1.000000 +1663.456665 0.000000 3604.492676 0.000000 0.304579 0.000000 0.952487 1.000000 1.000000 1.000000 +1690.782104 0.000000 3612.058350 0.000000 0.971595 0.000000 0.236650 1.000000 1.000000 1.000000 +1718.713867 0.000000 3604.342529 0.000000 0.175050 0.000000 0.984560 1.000000 1.000000 1.000000 +1692.565552 0.000000 3616.548584 0.000000 0.979889 0.000000 0.199544 1.000000 1.000000 1.000000 +1659.510620 0.000000 3605.824707 0.000000 0.169560 0.000000 0.985520 1.000000 1.000000 1.000000 +1661.994141 0.000000 3619.832275 0.000000 0.863376 0.000000 0.504561 1.000000 1.000000 1.000000 +1726.312500 0.000000 3626.574951 0.000000 0.682661 0.000000 -0.730735 1.000000 1.000000 1.000000 +1719.391479 0.000000 3608.436279 0.000000 0.499940 0.000000 0.866060 1.000000 1.000000 1.000000 +1662.443481 0.000000 3608.101562 0.000000 0.849892 0.000000 0.526956 1.000000 1.000000 1.000000 +1666.110474 0.000000 3618.567383 0.000000 0.964846 0.000000 -0.262815 1.000000 1.000000 1.000000 +1662.632690 0.000000 3623.340088 0.000000 0.538604 0.000000 0.842559 1.000000 1.000000 1.000000 +1698.143311 0.000000 3625.767822 0.000000 0.286543 0.000000 -0.958067 1.000000 1.000000 1.000000 +1701.355957 0.000000 3624.736328 0.000000 0.575309 0.000000 0.817937 1.000000 1.000000 1.000000 +1704.090820 0.000000 3626.913818 0.000000 0.200434 0.000000 0.979707 1.000000 1.000000 1.000000 +1727.797974 0.000000 3623.822754 0.000000 0.304078 0.000000 0.952647 1.000000 1.000000 1.000000 +1694.990234 0.000000 3614.966553 0.000000 0.220757 0.000000 0.975329 1.000000 1.000000 1.000000 +1690.370850 0.000000 3614.768311 0.000000 0.743965 0.000000 0.668218 1.000000 1.000000 1.000000 +1724.056763 0.000000 3625.341064 0.000000 0.610762 0.000000 -0.791814 1.000000 1.000000 1.000000 +1693.288086 0.000000 3612.808350 0.000000 0.999971 0.000000 0.007570 1.000000 1.000000 1.000000 +1716.945679 0.000000 3609.369385 0.000000 0.791714 0.000000 -0.610892 1.000000 1.000000 1.000000 +1720.538818 0.000000 3606.335693 0.000000 0.539582 0.000000 -0.841933 1.000000 1.000000 1.000000 +1664.249756 0.000000 3620.139160 0.000000 0.651097 0.000000 0.758995 1.000000 1.000000 1.000000 +1661.709839 0.000000 3605.988770 0.000000 0.961960 0.000000 0.273189 1.000000 1.000000 1.000000 +1721.567139 0.000000 3608.298340 0.000000 0.782200 0.000000 0.623027 1.000000 1.000000 1.000000 +1663.278320 0.000000 3618.076172 0.000000 0.684025 0.000000 -0.729458 1.000000 1.000000 1.000000 +1718.820679 0.000000 3610.417236 0.000000 0.946905 0.000000 -0.321513 1.000000 1.000000 1.000000 +1725.932373 0.000000 3624.632812 0.000000 0.863088 0.000000 0.505053 1.000000 1.000000 1.000000 +1727.002563 0.000000 3622.051758 0.000000 0.994124 0.000000 0.108246 1.000000 1.000000 1.000000 +1692.531006 0.000000 3614.590820 0.000000 0.778040 0.000000 -0.628215 1.000000 1.000000 1.000000 +1702.081543 0.000000 3626.574951 0.000000 0.814155 0.000000 0.580648 1.000000 1.000000 1.000000 +1663.086670 0.000000 3621.563721 0.000000 0.830391 0.000000 0.557181 1.000000 1.000000 1.000000 +1703.290527 0.000000 3625.153564 0.000000 0.493164 0.000000 0.869936 1.000000 1.000000 1.000000 +1720.541626 0.000000 3609.894043 0.000000 0.093837 0.000000 -0.995588 1.000000 1.000000 1.000000 +1690.860962 0.000000 3616.772461 0.000000 0.602930 0.000000 0.797794 1.000000 1.000000 1.000000 +1718.788330 0.000000 3606.016113 0.000000 0.980459 0.000000 -0.196723 1.000000 1.000000 1.000000 +1727.776733 0.000000 3625.474609 0.000000 0.669493 0.000000 -0.742819 1.000000 1.000000 1.000000 +1693.935791 0.000000 3615.956055 0.000000 0.890484 0.000000 0.455014 1.000000 1.000000 1.000000 +1724.544678 0.000000 3624.009521 0.000000 0.562297 0.000000 -0.826935 1.000000 1.000000 1.000000 +1726.210449 0.000000 3623.247803 0.000000 0.686501 0.000000 0.727129 1.000000 1.000000 1.000000 +1691.597046 0.000000 3615.576904 0.000000 0.664462 0.000000 -0.747322 1.000000 1.000000 1.000000 +1693.830566 0.000000 3614.196289 0.000000 0.661132 0.000000 -0.750270 1.000000 1.000000 1.000000 +1661.336792 0.000000 3607.280029 0.000000 0.902239 0.000000 -0.431237 1.000000 1.000000 1.000000 +1660.272949 0.000000 3606.717529 0.000000 0.912117 0.000000 0.409930 1.000000 1.000000 1.000000 +1635.177734 0.000000 3730.217041 0.000000 0.639498 0.000000 0.768793 1.000000 1.000000 1.000000 +1635.453857 0.000000 3719.917725 0.000000 0.634093 0.000000 0.773257 1.000000 1.000000 1.000000 +1634.696167 0.000000 3712.142578 0.000000 0.978214 0.000000 -0.207599 1.000000 1.000000 1.000000 +1634.393433 0.000000 3736.704346 0.000000 0.680520 0.000000 -0.732730 1.000000 1.000000 1.000000 +1642.836670 0.000000 3699.444580 0.000000 0.970010 0.000000 0.243067 1.000000 1.000000 1.000000 +1633.105469 0.000000 3716.292969 0.000000 0.828050 0.000000 0.560654 1.000000 1.000000 1.000000 +1637.414062 0.000000 3733.683350 0.000000 1.000000 0.000000 -0.000627 1.000000 1.000000 1.000000 +1634.034180 0.000000 3733.381592 0.000000 0.761116 0.000000 0.648615 1.000000 1.000000 1.000000 +1642.554199 0.000000 3702.363770 0.000000 0.080074 0.000000 0.996789 1.000000 1.000000 1.000000 +1635.657715 0.000000 3717.202393 0.000000 0.985342 0.000000 0.170588 1.000000 1.000000 1.000000 +1630.679443 0.000000 3717.401611 0.000000 0.130286 0.000000 0.991476 1.000000 1.000000 1.000000 +1632.930786 0.000000 3719.127441 0.000000 0.971614 0.000000 0.236570 1.000000 1.000000 1.000000 +1635.115479 0.000000 3714.730225 0.000000 0.333149 0.000000 0.942874 1.000000 1.000000 1.000000 +1640.613770 0.000000 3700.658936 0.000000 0.346774 0.000000 0.937949 1.000000 1.000000 1.000000 +1632.150879 0.000000 3735.744873 0.000000 0.809103 0.000000 -0.587667 1.000000 1.000000 1.000000 +1648.624878 0.000000 3735.029541 0.000000 0.351260 0.000000 0.936278 1.000000 1.000000 1.000000 +1644.984497 0.000000 3699.977539 0.000000 0.328096 0.000000 0.944644 1.000000 1.000000 1.000000 +1635.605591 0.000000 3734.901855 0.000000 0.981444 0.000000 0.191750 1.000000 1.000000 1.000000 +1635.709106 0.000000 3732.203857 0.000000 0.323782 0.000000 -0.946132 1.000000 1.000000 1.000000 +1646.331665 0.000000 3734.195557 0.000000 0.893480 0.000000 -0.449103 1.000000 1.000000 1.000000 +1633.715210 0.000000 3735.030029 0.000000 0.335610 0.000000 0.942001 1.000000 1.000000 1.000000 +1634.069214 0.000000 3717.798096 0.000000 0.993779 0.000000 -0.111371 1.000000 1.000000 1.000000 +1643.925537 0.000000 3701.294922 0.000000 0.249732 0.000000 0.968315 1.000000 1.000000 1.000000 +1632.325195 0.000000 3717.724365 0.000000 0.493517 0.000000 -0.869736 1.000000 1.000000 1.000000 +1632.536865 0.000000 3714.901855 0.000000 0.277866 0.000000 -0.960620 1.000000 1.000000 1.000000 +1642.268433 0.000000 3700.882812 0.000000 0.760095 0.000000 0.649812 1.000000 1.000000 1.000000 +1634.623535 0.000000 3716.129395 0.000000 0.243647 0.000000 -0.969864 1.000000 1.000000 1.000000 +1646.489258 0.000000 3732.648682 0.000000 0.950705 0.000000 0.310097 1.000000 1.000000 1.000000 +1642.349365 0.000000 3698.130371 0.000000 0.866811 0.000000 0.498636 1.000000 1.000000 1.000000 +1643.818604 0.000000 3700.078369 0.000000 0.844610 0.000000 0.535382 1.000000 1.000000 1.000000 +1609.673584 0.000000 3778.549561 0.000000 0.680454 0.000000 0.732790 1.000000 1.000000 1.000000 +1645.763550 0.000000 3744.033691 0.000000 0.446559 0.000000 0.894754 1.000000 1.000000 1.000000 +1614.169312 0.000000 3790.219971 0.000000 0.999605 0.000000 0.028096 1.000000 1.000000 1.000000 +1630.562622 0.000000 3761.652100 0.000000 0.692304 0.000000 -0.721606 1.000000 1.000000 1.000000 +1635.733398 0.000000 3777.260742 0.000000 0.625200 0.000000 0.780465 1.000000 1.000000 1.000000 +1623.791260 0.000000 3755.726318 0.000000 0.840931 0.000000 -0.541142 1.000000 1.000000 1.000000 +1616.197144 0.000000 3760.412842 0.000000 0.824533 0.000000 0.565814 1.000000 1.000000 1.000000 +1624.653320 0.000000 3761.807129 0.000000 0.706657 0.000000 -0.707557 1.000000 1.000000 1.000000 +1623.309937 0.000000 3771.999023 0.000000 0.999599 0.000000 0.028307 1.000000 1.000000 1.000000 +1611.153442 0.000000 3754.352295 0.000000 0.905613 0.000000 0.424106 1.000000 1.000000 1.000000 +1629.092529 0.000000 3756.727539 0.000000 0.987327 0.000000 0.158697 1.000000 1.000000 1.000000 +1634.926880 0.000000 3772.292480 0.000000 0.599675 0.000000 -0.800244 1.000000 1.000000 1.000000 +1612.273926 0.000000 3763.384766 0.000000 0.240969 0.000000 0.970533 1.000000 1.000000 1.000000 +1617.156982 0.000000 3765.029297 0.000000 0.902593 0.000000 0.430495 1.000000 1.000000 1.000000 +1639.740356 0.000000 3775.120117 0.000000 0.457142 0.000000 0.889394 1.000000 1.000000 1.000000 +1646.721680 0.000000 3748.311279 0.000000 0.997557 0.000000 0.069858 1.000000 1.000000 1.000000 +1649.503296 0.000000 3745.401855 0.000000 0.373064 0.000000 -0.927806 1.000000 1.000000 1.000000 +1627.561646 0.000000 3753.156006 0.000000 0.249854 0.000000 -0.968284 1.000000 1.000000 1.000000 +1626.116455 0.000000 3758.637207 0.000000 0.422935 0.000000 -0.906160 1.000000 1.000000 1.000000 +1623.426147 0.000000 3752.060303 0.000000 0.116067 0.000000 -0.993241 1.000000 1.000000 1.000000 +1610.057251 0.000000 3775.290283 0.000000 0.997804 0.000000 -0.066234 1.000000 1.000000 1.000000 +1611.261597 0.000000 3791.574463 0.000000 0.894806 0.000000 0.446455 1.000000 1.000000 1.000000 +1612.545044 0.000000 3787.605225 0.000000 0.708356 0.000000 0.705856 1.000000 1.000000 1.000000 +1622.998047 0.000000 3758.935303 0.000000 0.233099 0.000000 0.972453 1.000000 1.000000 1.000000 +1636.812622 0.000000 3774.489014 0.000000 0.201588 0.000000 0.979470 1.000000 1.000000 1.000000 +1631.374023 0.000000 3758.622803 0.000000 0.065047 0.000000 -0.997882 1.000000 1.000000 1.000000 +1618.391479 0.000000 3762.477051 0.000000 0.999787 0.000000 0.020638 1.000000 1.000000 1.000000 +1623.442261 0.000000 3769.081299 0.000000 0.571322 0.000000 -0.820726 1.000000 1.000000 1.000000 +1611.335205 0.000000 3757.217041 0.000000 0.464619 0.000000 -0.885511 1.000000 1.000000 1.000000 +1628.798462 0.000000 3759.485107 0.000000 0.846948 0.000000 -0.531676 1.000000 1.000000 1.000000 +1638.412598 0.000000 3777.586914 0.000000 0.930281 0.000000 0.366847 1.000000 1.000000 1.000000 +1649.554443 0.000000 3748.021973 0.000000 0.845181 0.000000 0.534481 1.000000 1.000000 1.000000 +1615.526123 0.000000 3762.964355 0.000000 0.485914 0.000000 0.874007 1.000000 1.000000 1.000000 +1626.571411 0.000000 3755.717041 0.000000 0.864827 0.000000 0.502070 1.000000 1.000000 1.000000 +1634.049561 0.000000 3775.148193 0.000000 0.869832 0.000000 -0.493348 1.000000 1.000000 1.000000 +1613.711548 0.000000 3754.000488 0.000000 0.909877 0.000000 -0.414879 1.000000 1.000000 1.000000 +1607.666626 0.000000 3776.264893 0.000000 0.998730 0.000000 0.050392 1.000000 1.000000 1.000000 +1625.158813 0.000000 3753.707520 0.000000 0.308705 0.000000 0.951158 1.000000 1.000000 1.000000 +1626.993042 0.000000 3760.842285 0.000000 0.996076 0.000000 -0.088505 1.000000 1.000000 1.000000 +1646.881104 0.000000 3746.068115 0.000000 0.481374 0.000000 -0.876515 1.000000 1.000000 1.000000 +1615.010376 0.000000 3765.053711 0.000000 0.415730 0.000000 -0.909488 1.000000 1.000000 1.000000 +1612.658813 0.000000 3755.671631 0.000000 0.461930 0.000000 0.886917 1.000000 1.000000 1.000000 +1624.460327 0.000000 3757.624512 0.000000 0.848830 0.000000 -0.528667 1.000000 1.000000 1.000000 +1610.755371 0.000000 3776.971436 0.000000 0.999807 0.000000 0.019644 1.000000 1.000000 1.000000 +1625.076538 0.000000 3771.330566 0.000000 0.999997 0.000000 0.002277 1.000000 1.000000 1.000000 +1628.725098 0.000000 3761.612549 0.000000 0.967060 0.000000 -0.254550 1.000000 1.000000 1.000000 +1624.614868 0.000000 3759.814941 0.000000 0.879810 0.000000 -0.475325 1.000000 1.000000 1.000000 +1622.227417 0.000000 3770.451416 0.000000 0.968683 0.000000 -0.248300 1.000000 1.000000 1.000000 +1638.011963 0.000000 3775.854248 0.000000 0.902494 0.000000 -0.430703 1.000000 1.000000 1.000000 +1615.671387 0.000000 3789.266602 0.000000 0.318380 0.000000 -0.947963 1.000000 1.000000 1.000000 +1648.193481 0.000000 3747.101318 0.000000 0.796304 0.000000 -0.604896 1.000000 1.000000 1.000000 +1608.267944 0.000000 3777.760986 0.000000 0.436832 0.000000 -0.899543 1.000000 1.000000 1.000000 +1612.827637 0.000000 3791.143066 0.000000 0.304409 0.000000 0.952541 1.000000 1.000000 1.000000 +1613.797241 0.000000 3788.655762 0.000000 0.937907 0.000000 0.346886 1.000000 1.000000 1.000000 +1629.874512 0.000000 3758.096436 0.000000 0.283326 0.000000 -0.959024 1.000000 1.000000 1.000000 +1608.879028 0.000000 3774.258301 0.000000 0.233312 0.000000 0.972402 1.000000 1.000000 1.000000 +1616.985840 0.000000 3763.500000 0.000000 0.922088 0.000000 0.386980 1.000000 1.000000 1.000000 +1609.243042 0.000000 3776.584961 0.000000 0.695119 0.000000 0.718895 1.000000 1.000000 1.000000 +1625.132690 0.000000 3755.167236 0.000000 0.896431 0.000000 -0.443184 1.000000 1.000000 1.000000 +1611.204712 0.000000 3755.793701 0.000000 0.931695 0.000000 -0.363240 1.000000 1.000000 1.000000 +1627.289917 0.000000 3759.467041 0.000000 0.785888 0.000000 0.618369 1.000000 1.000000 1.000000 +1628.492065 0.000000 3758.067627 0.000000 0.134305 0.000000 0.990940 1.000000 1.000000 1.000000 +1623.551758 0.000000 3770.602295 0.000000 0.713312 0.000000 -0.700846 1.000000 1.000000 1.000000 +1612.463257 0.000000 3754.331055 0.000000 0.565679 0.000000 -0.824626 1.000000 1.000000 1.000000 +1613.087280 0.000000 3789.655029 0.000000 0.218627 0.000000 -0.975809 1.000000 1.000000 1.000000 +1614.376831 0.000000 3762.732178 0.000000 0.278804 0.000000 0.960348 1.000000 1.000000 1.000000 +1609.699097 0.000000 3777.513184 0.000000 0.854703 0.000000 -0.519118 1.000000 1.000000 1.000000 +1728.071655 0.000000 3627.208252 0.000000 0.999605 0.000000 -0.028090 1.000000 1.000000 1.000000 +1772.731445 0.000000 3628.001465 0.000000 0.632931 0.000000 -0.774208 1.000000 1.000000 1.000000 +1760.181519 0.000000 3616.444092 0.000000 0.636222 0.000000 0.771506 1.000000 1.000000 1.000000 +1768.637695 0.000000 3617.838379 0.000000 0.732937 0.000000 -0.680297 1.000000 1.000000 1.000000 +1730.450317 0.000000 3622.370361 0.000000 0.484037 0.000000 -0.875048 1.000000 1.000000 1.000000 +1762.774292 0.000000 3612.058350 0.000000 0.510095 0.000000 0.860118 1.000000 1.000000 1.000000 +1761.141357 0.000000 3621.060547 0.000000 0.708895 0.000000 0.705314 1.000000 1.000000 1.000000 +1764.557739 0.000000 3616.548584 0.000000 0.339721 0.000000 0.940526 1.000000 1.000000 1.000000 +1770.100830 0.000000 3614.668457 0.000000 0.700036 0.000000 -0.714107 1.000000 1.000000 1.000000 +1727.892578 0.000000 3620.119141 0.000000 0.818030 0.000000 0.575175 1.000000 1.000000 1.000000 +1770.135498 0.000000 3625.767822 0.000000 0.844502 0.000000 0.535552 1.000000 1.000000 1.000000 +1766.982422 0.000000 3614.966553 0.000000 0.779918 0.000000 -0.625882 1.000000 1.000000 1.000000 +1762.375854 0.000000 3618.508301 0.000000 0.627997 0.000000 0.778216 1.000000 1.000000 1.000000 +1769.877686 0.000000 3629.075928 0.000000 0.692221 0.000000 -0.721685 1.000000 1.000000 1.000000 +1762.363037 0.000000 3614.768311 0.000000 0.205743 0.000000 -0.978606 1.000000 1.000000 1.000000 +1759.510498 0.000000 3618.995605 0.000000 0.135187 0.000000 0.990820 1.000000 1.000000 1.000000 +1798.785522 0.000000 3654.352539 0.000000 0.999768 0.000000 -0.021552 1.000000 1.000000 1.000000 +1728.696167 0.000000 3623.990723 0.000000 0.820941 0.000000 -0.571013 1.000000 1.000000 1.000000 +1760.191162 0.000000 3614.130615 0.000000 0.521951 0.000000 0.852976 1.000000 1.000000 1.000000 +1770.977417 0.000000 3616.873535 0.000000 0.980101 0.000000 -0.198498 1.000000 1.000000 1.000000 +1766.463623 0.000000 3617.445557 0.000000 0.089546 0.000000 -0.995983 1.000000 1.000000 1.000000 +1764.523193 0.000000 3614.590820 0.000000 0.427586 0.000000 -0.903975 1.000000 1.000000 1.000000 +1771.979004 0.000000 3626.281982 0.000000 0.572707 0.000000 -0.819760 1.000000 1.000000 1.000000 +1769.060913 0.000000 3627.361816 0.000000 0.948003 0.000000 -0.318261 1.000000 1.000000 1.000000 +1768.599243 0.000000 3615.846191 0.000000 0.990421 0.000000 0.138080 1.000000 1.000000 1.000000 +1770.992188 0.000000 3627.763916 0.000000 0.641272 0.000000 -0.767314 1.000000 1.000000 1.000000 +1729.038452 0.000000 3625.652832 0.000000 0.849054 0.000000 -0.528306 1.000000 1.000000 1.000000 +1771.550171 0.000000 3629.320801 0.000000 0.598012 0.000000 0.801487 1.000000 1.000000 1.000000 +1760.850708 0.000000 3617.966064 0.000000 0.999907 0.000000 -0.013605 1.000000 1.000000 1.000000 +1760.970215 0.000000 3619.531250 0.000000 0.558525 0.000000 0.829488 1.000000 1.000000 1.000000 +1761.596436 0.000000 3616.028076 0.000000 0.396622 0.000000 -0.917982 1.000000 1.000000 1.000000 +1763.589233 0.000000 3615.576904 0.000000 0.997715 0.000000 -0.067565 1.000000 1.000000 1.000000 +1769.631836 0.000000 3616.755615 0.000000 0.284227 0.000000 0.958757 1.000000 1.000000 1.000000 +1761.173340 0.000000 3614.824463 0.000000 0.036705 0.000000 -0.999326 1.000000 1.000000 1.000000 +1761.847168 0.000000 3617.428467 0.000000 0.636940 0.000000 0.770914 1.000000 1.000000 1.000000 +1763.351685 0.000000 3614.259277 0.000000 0.650802 0.000000 0.759248 1.000000 1.000000 1.000000 +1823.391724 0.000000 3665.647705 0.000000 0.998857 0.000000 -0.047793 1.000000 1.000000 1.000000 +1812.598755 0.000000 3641.754150 0.000000 0.429977 0.000000 -0.902840 1.000000 1.000000 1.000000 +1814.910889 0.000000 3662.724609 0.000000 0.500002 0.000000 -0.866024 1.000000 1.000000 1.000000 +1818.223633 0.000000 3669.130127 0.000000 0.973113 0.000000 -0.230328 1.000000 1.000000 1.000000 +1815.536377 0.000000 3655.087158 0.000000 0.361501 0.000000 -0.932372 1.000000 1.000000 1.000000 +1828.150146 0.000000 3666.816406 0.000000 0.509380 0.000000 0.860542 1.000000 1.000000 1.000000 +1825.098755 0.000000 3669.766602 0.000000 0.619462 0.000000 0.785026 1.000000 1.000000 1.000000 +1813.876587 0.000000 3658.721191 0.000000 0.962101 0.000000 0.272694 1.000000 1.000000 1.000000 +1817.196045 0.000000 3660.104004 0.000000 0.934280 0.000000 0.356540 1.000000 1.000000 1.000000 +1814.620483 0.000000 3639.273438 0.000000 0.785198 0.000000 0.619245 1.000000 1.000000 1.000000 +1803.142090 0.000000 3656.861816 0.000000 0.728653 0.000000 -0.684883 1.000000 1.000000 1.000000 +1812.822754 0.000000 3661.016357 0.000000 0.840324 0.000000 0.542084 1.000000 1.000000 1.000000 +1825.653564 0.000000 3666.835938 0.000000 0.607902 0.000000 -0.794012 1.000000 1.000000 1.000000 +1813.333984 0.000000 3656.107422 0.000000 0.707954 0.000000 0.706259 1.000000 1.000000 1.000000 +1806.929443 0.000000 3644.054688 0.000000 0.975803 0.000000 0.218652 1.000000 1.000000 1.000000 +1808.234375 0.000000 3646.095703 0.000000 0.638818 0.000000 0.769358 1.000000 1.000000 1.000000 +1827.077759 0.000000 3668.766357 0.000000 0.971732 0.000000 0.236086 1.000000 1.000000 1.000000 +1827.461426 0.000000 3664.750000 0.000000 0.940377 0.000000 -0.340134 1.000000 1.000000 1.000000 +1815.061523 0.000000 3645.939209 0.000000 0.491222 0.000000 -0.871034 1.000000 1.000000 1.000000 +1815.356445 0.000000 3657.171875 0.000000 0.042417 0.000000 -0.999100 1.000000 1.000000 1.000000 +1814.926514 0.000000 3660.549316 0.000000 0.116103 0.000000 0.993237 1.000000 1.000000 1.000000 +1817.057251 0.000000 3642.804443 0.000000 0.793565 0.000000 0.608485 1.000000 1.000000 1.000000 +1823.217896 0.000000 3669.937012 0.000000 0.639650 0.000000 -0.768666 1.000000 1.000000 1.000000 +1820.262573 0.000000 3670.027344 0.000000 0.966666 0.000000 0.256042 1.000000 1.000000 1.000000 +1799.867065 0.000000 3659.041992 0.000000 0.990448 0.000000 -0.137885 1.000000 1.000000 1.000000 +1815.841553 0.000000 3658.930176 0.000000 0.263452 0.000000 0.964673 1.000000 1.000000 1.000000 +1801.827271 0.000000 3657.959473 0.000000 0.272821 0.000000 -0.962065 1.000000 1.000000 1.000000 +1814.063965 0.000000 3641.367432 0.000000 0.924543 0.000000 -0.381079 1.000000 1.000000 1.000000 +1815.528931 0.000000 3644.489990 0.000000 0.990471 0.000000 -0.137723 1.000000 1.000000 1.000000 +1821.773804 0.000000 3670.574951 0.000000 0.433451 0.000000 0.901177 1.000000 1.000000 1.000000 +1826.937622 0.000000 3667.414062 0.000000 0.739740 0.000000 0.672893 1.000000 1.000000 1.000000 +1808.076294 0.000000 3644.762451 0.000000 0.311719 0.000000 -0.950174 1.000000 1.000000 1.000000 +1814.002319 0.000000 3661.442139 0.000000 0.994492 0.000000 0.104811 1.000000 1.000000 1.000000 +1809.285889 0.000000 3645.410156 0.000000 0.666876 0.000000 -0.745169 1.000000 1.000000 1.000000 +1815.987549 0.000000 3642.282715 0.000000 0.977057 0.000000 0.212980 1.000000 1.000000 1.000000 +1814.742676 0.000000 3659.430420 0.000000 0.349775 0.000000 -0.936834 1.000000 1.000000 1.000000 +1827.896362 0.000000 3667.987549 0.000000 0.935195 0.000000 0.354132 1.000000 1.000000 1.000000 +1814.927368 0.000000 3658.382812 0.000000 0.354476 0.000000 -0.935065 1.000000 1.000000 1.000000 +1831.871826 0.000000 3742.050537 0.000000 0.963651 0.000000 -0.267163 1.000000 1.000000 1.000000 +1819.525269 0.000000 3671.209961 0.000000 0.496939 0.000000 -0.867786 1.000000 1.000000 1.000000 +1820.512573 0.000000 3673.635742 0.000000 0.247768 0.000000 -0.968819 1.000000 1.000000 1.000000 +1821.650513 0.000000 3671.733643 0.000000 0.807354 0.000000 0.590067 1.000000 1.000000 1.000000 +1822.990356 0.000000 3673.296387 0.000000 0.591667 0.000000 -0.806183 1.000000 1.000000 1.000000 +1822.838989 0.000000 3671.225586 0.000000 0.960736 0.000000 -0.277464 1.000000 1.000000 1.000000 +1830.145874 0.000000 3790.219971 0.000000 0.469296 0.000000 0.883041 1.000000 1.000000 1.000000 +1809.705811 0.000000 3766.057617 0.000000 0.955763 0.000000 -0.294136 1.000000 1.000000 1.000000 +1834.341309 0.000000 3797.939697 0.000000 0.647474 0.000000 -0.762088 1.000000 1.000000 1.000000 +1832.997192 0.000000 3745.127197 0.000000 0.996782 0.000000 0.080166 1.000000 1.000000 1.000000 +1828.388062 0.000000 3784.510742 0.000000 0.632046 0.000000 -0.774931 1.000000 1.000000 1.000000 +1802.442505 0.000000 3766.339111 0.000000 0.349980 0.000000 0.936757 1.000000 1.000000 1.000000 +1828.445068 0.000000 3745.058350 0.000000 0.650204 0.000000 -0.759759 1.000000 1.000000 1.000000 +1805.978516 0.000000 3763.801025 0.000000 0.003254 0.000000 -0.999995 1.000000 1.000000 1.000000 +1818.489014 0.000000 3769.086182 0.000000 0.160365 0.000000 0.987058 1.000000 1.000000 1.000000 +1830.208984 0.000000 3748.303467 0.000000 0.284969 0.000000 -0.958537 1.000000 1.000000 1.000000 +1838.900757 0.000000 3792.721436 0.000000 0.915190 0.000000 0.403024 1.000000 1.000000 1.000000 +1870.629150 0.000000 3813.676270 0.000000 0.500258 0.000000 -0.865876 1.000000 1.000000 1.000000 +1806.617065 0.000000 3767.308838 0.000000 0.935333 0.000000 -0.353767 1.000000 1.000000 1.000000 +1815.602905 0.000000 3770.821777 0.000000 0.919097 0.000000 0.394032 1.000000 1.000000 1.000000 +1833.717041 0.000000 3748.423828 0.000000 0.999911 0.000000 0.013323 1.000000 1.000000 1.000000 +1827.238159 0.000000 3791.574463 0.000000 0.240677 0.000000 0.970605 1.000000 1.000000 1.000000 +1812.423584 0.000000 3768.228027 0.000000 0.284568 0.000000 -0.958656 1.000000 1.000000 1.000000 +1828.521606 0.000000 3787.605225 0.000000 0.171533 0.000000 -0.985178 1.000000 1.000000 1.000000 +1826.116821 0.000000 3786.270020 0.000000 0.275430 0.000000 -0.961321 1.000000 1.000000 1.000000 +1835.225830 0.000000 3795.494141 0.000000 0.723820 0.000000 -0.689988 1.000000 1.000000 1.000000 +1830.776245 0.000000 3745.974609 0.000000 0.935209 0.000000 0.354097 1.000000 1.000000 1.000000 +1836.656860 0.000000 3793.622070 0.000000 0.331466 0.000000 0.943467 1.000000 1.000000 1.000000 +1804.340088 0.000000 3767.729492 0.000000 0.843123 0.000000 0.537720 1.000000 1.000000 1.000000 +1808.234131 0.000000 3764.107910 0.000000 0.999763 0.000000 0.021772 1.000000 1.000000 1.000000 +1816.334595 0.000000 3768.605469 0.000000 0.998129 0.000000 -0.061135 1.000000 1.000000 1.000000 +1804.509155 0.000000 3765.493652 0.000000 0.405631 0.000000 -0.914037 1.000000 1.000000 1.000000 +1807.262695 0.000000 3762.044922 0.000000 0.872668 0.000000 0.488314 1.000000 1.000000 1.000000 +1839.508667 0.000000 3794.754639 0.000000 0.995562 0.000000 -0.094107 1.000000 1.000000 1.000000 +1831.857544 0.000000 3749.660645 0.000000 0.858556 0.000000 0.512719 1.000000 1.000000 1.000000 +1827.825317 0.000000 3789.537598 0.000000 0.255627 0.000000 0.966775 1.000000 1.000000 1.000000 +1836.233643 0.000000 3797.225342 0.000000 0.403873 0.000000 -0.914815 1.000000 1.000000 1.000000 +1829.726318 0.000000 3786.023193 0.000000 0.205974 0.000000 0.978557 1.000000 1.000000 1.000000 +1832.168213 0.000000 3747.333252 0.000000 0.444399 0.000000 -0.895829 1.000000 1.000000 1.000000 +1817.256104 0.000000 3766.798340 0.000000 0.768187 0.000000 -0.640225 1.000000 1.000000 1.000000 +1807.071045 0.000000 3765.532471 0.000000 0.099315 0.000000 -0.995056 1.000000 1.000000 1.000000 +1813.114380 0.000000 3782.302490 0.000000 0.791204 0.000000 -0.611552 1.000000 1.000000 1.000000 +1813.085571 0.000000 3784.041748 0.000000 0.273717 0.000000 -0.961810 1.000000 1.000000 1.000000 +1814.389771 0.000000 3768.134033 0.000000 0.781813 0.000000 0.623512 1.000000 1.000000 1.000000 +1827.795410 0.000000 3786.178955 0.000000 0.838810 0.000000 0.544424 1.000000 1.000000 1.000000 +1826.949585 0.000000 3787.762695 0.000000 0.753403 0.000000 -0.657559 1.000000 1.000000 1.000000 +1869.392822 0.000000 3814.577637 0.000000 0.849744 0.000000 0.527195 1.000000 1.000000 1.000000 +1836.582886 0.000000 3795.044189 0.000000 0.995229 0.000000 0.097565 1.000000 1.000000 1.000000 +1815.249390 0.000000 3769.495850 0.000000 0.358867 0.000000 -0.933389 1.000000 1.000000 1.000000 +1833.269531 0.000000 3746.458008 0.000000 0.262601 0.000000 0.964905 1.000000 1.000000 1.000000 +1805.781006 0.000000 3765.213867 0.000000 0.576954 0.000000 0.816776 1.000000 1.000000 1.000000 +1804.256226 0.000000 3764.231201 0.000000 0.528520 0.000000 -0.848921 1.000000 1.000000 1.000000 +1830.852661 0.000000 3747.235840 0.000000 0.819557 0.000000 -0.572997 1.000000 1.000000 1.000000 +1871.299194 0.000000 3814.758789 0.000000 0.969862 0.000000 0.243653 1.000000 1.000000 1.000000 +1869.158691 0.000000 3816.079102 0.000000 0.193755 0.000000 0.981050 1.000000 1.000000 1.000000 +1859.335938 0.000000 3853.212646 0.000000 0.004349 0.000000 0.999991 1.000000 1.000000 1.000000 +1857.288818 0.000000 3849.530029 0.000000 0.807693 0.000000 -0.589603 1.000000 1.000000 1.000000 +1858.829956 0.000000 3851.054443 0.000000 0.091610 0.000000 0.995795 1.000000 1.000000 1.000000 +1871.004395 0.000000 3815.446533 0.000000 0.554659 0.000000 -0.832078 1.000000 1.000000 1.000000 +1871.208496 0.000000 3847.355225 0.000000 0.985885 0.000000 0.167427 1.000000 1.000000 1.000000 +1857.629639 0.000000 3852.539307 0.000000 0.136997 0.000000 -0.990571 1.000000 1.000000 1.000000 +1871.029419 0.000000 3844.080566 0.000000 0.668879 0.000000 -0.743371 1.000000 1.000000 1.000000 +1854.411865 0.000000 3851.527832 0.000000 0.039570 0.000000 0.999217 1.000000 1.000000 1.000000 +1857.223999 0.000000 3851.073242 0.000000 0.914422 0.000000 -0.404763 1.000000 1.000000 1.000000 +1871.503784 0.000000 3845.353027 0.000000 0.203089 0.000000 -0.979160 1.000000 1.000000 1.000000 +1873.771973 0.000000 3814.133789 0.000000 0.999219 0.000000 0.039507 1.000000 1.000000 1.000000 +1880.984619 0.000000 3848.162842 0.000000 0.991674 0.000000 0.128774 1.000000 1.000000 1.000000 +1896.067871 0.000000 3815.570557 0.000000 0.895730 0.000000 -0.444599 1.000000 1.000000 1.000000 +1872.056030 0.000000 3843.161377 0.000000 0.952019 0.000000 -0.306038 1.000000 1.000000 1.000000 +1899.938965 0.000000 3840.296631 0.000000 0.995052 0.000000 -0.099355 1.000000 1.000000 1.000000 +1889.328125 0.000000 3852.240479 0.000000 0.532381 0.000000 0.846505 1.000000 1.000000 1.000000 +1879.433228 0.000000 3820.445801 0.000000 0.993570 0.000000 0.113218 1.000000 1.000000 1.000000 +1895.986938 0.000000 3844.719971 0.000000 0.994701 0.000000 -0.102812 1.000000 1.000000 1.000000 +1900.380249 0.000000 3856.495117 0.000000 0.608158 0.000000 -0.793816 1.000000 1.000000 1.000000 +1894.156860 0.000000 3839.336426 0.000000 0.873362 0.000000 -0.487072 1.000000 1.000000 1.000000 +1885.412598 0.000000 3821.479492 0.000000 0.437816 0.000000 -0.899064 1.000000 1.000000 1.000000 +1885.978760 0.000000 3848.510986 0.000000 0.881750 0.000000 -0.471717 1.000000 1.000000 1.000000 +1893.789062 0.000000 3853.566162 0.000000 0.996017 0.000000 0.089167 1.000000 1.000000 1.000000 +1893.114868 0.000000 3848.746094 0.000000 0.184911 0.000000 0.982755 1.000000 1.000000 1.000000 +1884.847412 0.000000 3861.951660 0.000000 0.512849 0.000000 -0.858479 1.000000 1.000000 1.000000 +1894.705811 0.000000 3819.256836 0.000000 0.761020 0.000000 0.648728 1.000000 1.000000 1.000000 +1902.201172 0.000000 3820.287842 0.000000 0.259806 0.000000 -0.965661 1.000000 1.000000 1.000000 +1872.394409 0.000000 3815.340820 0.000000 0.033367 0.000000 0.999443 1.000000 1.000000 1.000000 +1882.169800 0.000000 3822.934814 0.000000 0.299353 0.000000 -0.954143 1.000000 1.000000 1.000000 +1875.131836 0.000000 3844.893311 0.000000 0.883442 0.000000 -0.468541 1.000000 1.000000 1.000000 +1899.380981 0.000000 3843.651123 0.000000 0.183493 0.000000 0.983021 1.000000 1.000000 1.000000 +1887.578125 0.000000 3863.977295 0.000000 0.254382 0.000000 -0.967104 1.000000 1.000000 1.000000 +1871.852661 0.000000 3846.654541 0.000000 0.646672 0.000000 -0.762768 1.000000 1.000000 1.000000 +1882.665894 0.000000 3819.650635 0.000000 0.991609 0.000000 0.129271 1.000000 1.000000 1.000000 +1892.988525 0.000000 3843.175049 0.000000 0.599336 0.000000 0.800497 1.000000 1.000000 1.000000 +1896.822632 0.000000 3841.274902 0.000000 0.826330 0.000000 -0.563186 1.000000 1.000000 1.000000 +1903.627930 0.000000 3857.170898 0.000000 0.440212 0.000000 0.897894 1.000000 1.000000 1.000000 +1905.709229 0.000000 3820.408203 0.000000 0.996492 0.000000 -0.083684 1.000000 1.000000 1.000000 +1883.628784 0.000000 3846.489258 0.000000 0.892892 0.000000 0.450272 1.000000 1.000000 1.000000 +1900.513794 0.000000 3859.589600 0.000000 0.910983 0.000000 0.412443 1.000000 1.000000 1.000000 +1882.821289 0.000000 3850.513916 0.000000 0.993623 0.000000 0.112754 1.000000 1.000000 1.000000 +1891.877197 0.000000 3851.213867 0.000000 0.234811 0.000000 -0.972041 1.000000 1.000000 1.000000 +1894.857666 0.000000 3850.846680 0.000000 0.912172 0.000000 0.409807 1.000000 1.000000 1.000000 +1898.109009 0.000000 3858.254395 0.000000 0.752244 0.000000 -0.658885 1.000000 1.000000 1.000000 +1884.140503 0.000000 3864.307373 0.000000 0.413702 0.000000 -0.910412 1.000000 1.000000 1.000000 +1903.033081 0.000000 3859.568115 0.000000 0.954976 0.000000 0.296684 1.000000 1.000000 1.000000 +1891.337402 0.000000 3853.720703 0.000000 0.051669 0.000000 -0.998664 1.000000 1.000000 1.000000 +1882.481567 0.000000 3862.134277 0.000000 0.373935 0.000000 0.927455 1.000000 1.000000 1.000000 +1895.141846 0.000000 3842.645264 0.000000 0.450243 0.000000 -0.892906 1.000000 1.000000 1.000000 +1903.849731 0.000000 3821.645020 0.000000 0.999911 0.000000 0.013324 1.000000 1.000000 1.000000 +1883.208618 0.000000 3848.496582 0.000000 0.911176 0.000000 0.412016 1.000000 1.000000 1.000000 +1873.025024 0.000000 3845.017822 0.000000 0.954188 0.000000 0.299207 1.000000 1.000000 1.000000 +1885.166748 0.000000 3850.469971 0.000000 0.963383 0.000000 0.268131 1.000000 1.000000 1.000000 +1897.464966 0.000000 3843.154541 0.000000 0.781380 0.000000 0.624056 1.000000 1.000000 1.000000 +1894.982544 0.000000 3817.265137 0.000000 0.785799 0.000000 0.618482 1.000000 1.000000 1.000000 +1901.718506 0.000000 3858.007568 0.000000 0.677791 0.000000 -0.735254 1.000000 1.000000 1.000000 +1881.357544 0.000000 3821.103516 0.000000 0.442553 0.000000 -0.896742 1.000000 1.000000 1.000000 +1883.473389 0.000000 3821.527588 0.000000 0.003902 0.000000 0.999992 1.000000 1.000000 1.000000 +1885.752930 0.000000 3863.499268 0.000000 0.547514 0.000000 0.836797 1.000000 1.000000 1.000000 +1890.196289 0.000000 3850.764893 0.000000 0.879463 0.000000 -0.475968 1.000000 1.000000 1.000000 +1894.978516 0.000000 3840.887695 0.000000 0.441397 0.000000 0.897312 1.000000 1.000000 1.000000 +1893.514404 0.000000 3851.880859 0.000000 0.357687 0.000000 0.933841 1.000000 1.000000 1.000000 +1893.215088 0.000000 3850.339844 0.000000 0.984945 0.000000 -0.172869 1.000000 1.000000 1.000000 +1884.578979 0.000000 3849.065674 0.000000 0.528606 0.000000 -0.848867 1.000000 1.000000 1.000000 +1871.814453 0.000000 3844.717529 0.000000 0.940438 0.000000 -0.339965 1.000000 1.000000 1.000000 +1901.843018 0.000000 3859.238525 0.000000 0.924716 0.000000 0.380659 1.000000 1.000000 1.000000 +1903.446289 0.000000 3820.449463 0.000000 0.709849 0.000000 0.704354 1.000000 1.000000 1.000000 +1882.493652 0.000000 3820.832520 0.000000 0.185740 0.000000 0.982599 1.000000 1.000000 1.000000 +1885.929688 0.000000 3862.325195 0.000000 0.657952 0.000000 -0.753060 1.000000 1.000000 1.000000 +1882.342041 0.000000 3821.875244 0.000000 0.654254 0.000000 0.756275 1.000000 1.000000 1.000000 +3157.599365 0.000000 2664.268066 0.000000 0.993512 0.000000 0.113728 1.000000 1.000000 1.000000 +3123.806152 0.000000 2688.546631 0.000000 0.734981 0.000000 -0.678088 1.000000 1.000000 1.000000 +3128.033203 0.000000 2680.647217 0.000000 0.164216 0.000000 -0.986424 1.000000 1.000000 1.000000 +3162.787109 0.000000 2670.596680 0.000000 0.933132 0.000000 -0.359533 1.000000 1.000000 1.000000 +3155.159180 0.000000 2671.638672 0.000000 0.366271 0.000000 0.930508 1.000000 1.000000 1.000000 +3165.018066 0.000000 2664.329102 0.000000 0.533455 0.000000 0.845829 1.000000 1.000000 1.000000 +3145.877197 0.000000 2677.663574 0.000000 0.276770 0.000000 -0.960936 1.000000 1.000000 1.000000 +3128.992920 0.000000 2685.263672 0.000000 0.258505 0.000000 0.966010 1.000000 1.000000 1.000000 +3153.286377 0.000000 2667.302246 0.000000 0.655209 0.000000 0.755447 1.000000 1.000000 1.000000 +3158.557617 0.000000 2668.545654 0.000000 0.457023 0.000000 0.889455 1.000000 1.000000 1.000000 +3139.397461 0.000000 2673.390381 0.000000 0.632489 0.000000 -0.774569 1.000000 1.000000 1.000000 +3150.853271 0.000000 2669.893311 0.000000 0.150424 0.000000 0.988622 1.000000 1.000000 1.000000 +3165.278320 0.000000 2668.099121 0.000000 0.865603 0.000000 -0.500730 1.000000 1.000000 1.000000 +3126.860840 0.000000 2687.519287 0.000000 0.788051 0.000000 -0.615610 1.000000 1.000000 1.000000 +3145.433594 0.000000 2680.899658 0.000000 0.972375 0.000000 -0.233426 1.000000 1.000000 1.000000 +3140.634277 0.000000 2679.719482 0.000000 0.778509 0.000000 0.627633 1.000000 1.000000 1.000000 +3161.390381 0.000000 2668.256348 0.000000 0.977107 0.000000 0.212749 1.000000 1.000000 1.000000 +3138.407227 0.000000 2675.951416 0.000000 0.973301 0.000000 0.229532 1.000000 1.000000 1.000000 +3124.598633 0.000000 2686.191650 0.000000 0.833755 0.000000 -0.552135 1.000000 1.000000 1.000000 +3153.286133 0.000000 2669.886719 0.000000 0.698439 0.000000 -0.715669 1.000000 1.000000 1.000000 +3141.310059 0.000000 2674.641113 0.000000 0.951903 0.000000 0.306399 1.000000 1.000000 1.000000 +3151.045410 0.000000 2666.354004 0.000000 0.749842 0.000000 -0.661617 1.000000 1.000000 1.000000 +3158.717041 0.000000 2666.302490 0.000000 0.884354 0.000000 0.466817 1.000000 1.000000 1.000000 +3125.631592 0.000000 2681.827881 0.000000 0.930536 0.000000 0.366199 1.000000 1.000000 1.000000 +3126.846436 0.000000 2685.288086 0.000000 0.842437 0.000000 -0.538795 1.000000 1.000000 1.000000 +3163.372314 0.000000 2668.667236 0.000000 0.130465 0.000000 -0.991453 1.000000 1.000000 1.000000 +3139.206299 0.000000 2677.540771 0.000000 0.495112 0.000000 0.868829 1.000000 1.000000 1.000000 +3125.771240 0.000000 2684.040527 0.000000 0.938447 0.000000 -0.345424 1.000000 1.000000 1.000000 +3160.029297 0.000000 2667.335693 0.000000 0.012545 0.000000 0.999921 1.000000 1.000000 1.000000 +3139.709961 0.000000 2675.003662 0.000000 0.368571 0.000000 -0.929599 1.000000 1.000000 1.000000 +3141.710449 0.000000 2678.330811 0.000000 0.298014 0.000000 -0.954562 1.000000 1.000000 1.000000 +3142.228516 0.000000 2680.087402 0.000000 0.977903 0.000000 -0.209057 1.000000 1.000000 1.000000 +3162.107178 0.000000 2666.987305 0.000000 0.885389 0.000000 -0.464852 1.000000 1.000000 1.000000 +3138.319092 0.000000 2674.425293 0.000000 0.724663 0.000000 0.689104 1.000000 1.000000 1.000000 +3140.327881 0.000000 2678.302002 0.000000 0.266567 0.000000 -0.963816 1.000000 1.000000 1.000000 +3152.966064 0.000000 2668.582520 0.000000 0.717422 0.000000 -0.696638 1.000000 1.000000 1.000000 +3127.897949 0.000000 2684.527344 0.000000 0.296150 0.000000 0.955141 1.000000 1.000000 1.000000 +3124.552246 0.000000 2682.489502 0.000000 0.990695 0.000000 0.136102 1.000000 1.000000 1.000000 +3152.104980 0.000000 2667.004150 0.000000 0.818260 0.000000 0.574848 1.000000 1.000000 1.000000 +3160.985840 0.000000 2666.718750 0.000000 0.397678 0.000000 0.917525 1.000000 1.000000 1.000000 +3173.930664 0.000000 2663.369873 0.000000 0.083700 0.000000 0.996491 1.000000 1.000000 1.000000 +3175.815918 0.000000 2660.397949 0.000000 0.419157 0.000000 0.907914 1.000000 1.000000 1.000000 +3185.899170 0.000000 2658.521484 0.000000 0.740717 0.000000 0.671818 1.000000 1.000000 1.000000 +3180.674316 0.000000 2653.235107 0.000000 0.969633 0.000000 -0.244565 1.000000 1.000000 1.000000 +3171.777832 0.000000 2662.709229 0.000000 0.515965 0.000000 0.856610 1.000000 1.000000 1.000000 +3181.874756 0.000000 2657.058594 0.000000 0.654575 0.000000 -0.755997 1.000000 1.000000 1.000000 +3174.178223 0.000000 2661.426758 0.000000 0.755484 0.000000 0.655167 1.000000 1.000000 1.000000 +3184.106689 0.000000 2653.958252 0.000000 0.883386 0.000000 0.468646 1.000000 1.000000 1.000000 +3183.290283 0.000000 2656.662598 0.000000 0.885958 0.000000 -0.463766 1.000000 1.000000 1.000000 +3172.686035 0.000000 2661.358398 0.000000 0.965347 0.000000 -0.260970 1.000000 1.000000 1.000000 +3173.032959 0.000000 2662.608887 0.000000 0.168753 0.000000 0.985658 1.000000 1.000000 1.000000 +3183.862793 0.000000 2652.327393 0.000000 0.989128 0.000000 -0.147055 1.000000 1.000000 1.000000 +3182.940918 0.000000 2657.796387 0.000000 0.531652 0.000000 -0.846963 1.000000 1.000000 1.000000 +3172.345703 0.000000 2664.832764 0.000000 0.376921 0.000000 -0.926246 1.000000 1.000000 1.000000 +3173.363525 0.000000 2663.925781 0.000000 0.852663 0.000000 0.522461 1.000000 1.000000 1.000000 +7916.434570 0.000000 2628.656250 0.000000 0.704696 0.000000 0.709509 1.000000 1.000000 1.000000 7918.378906 0.000000 2629.986328 0.000000 0.951914 0.000000 0.306365 1.000000 1.000000 1.000000 7910.929688 0.000000 2707.968994 0.000000 0.485787 0.000000 0.874077 1.000000 1.000000 1.000000 7906.679688 0.000000 2701.462646 0.000000 0.286411 0.000000 0.958107 1.000000 1.000000 1.000000 diff --git a/gfx/map/map_object_data/player_stack_locators.txt b/gfx/map/map_object_data/player_stack_locators.txt index 4bddbf5f..c92cdd7d 100644 --- a/gfx/map/map_object_data/player_stack_locators.txt +++ b/gfx/map/map_object_data/player_stack_locators.txt @@ -11,6 +11,12 @@ rotation={ 0.000000 0.000000 0.000000 1.000000 } scale={ 1.000000 1.000000 1.000000 } } + { + id=0 + position={ 2075.469238 0.000000 2476.612793 } + rotation={ -0.000000 -0.216440 -0.000000 0.976296 } + scale={ 1.000000 1.000000 1.000000 } + } { id=1 position={ 274.573578 0.000000 4469.125977 } @@ -2813,12 +2819,6 @@ rotation={ -0.000000 -0.216440 -0.000000 0.976296 } scale={ 1.000000 1.000000 1.000000 } } - { - id=0 - position={ 2075.469238 0.000000 2476.612793 } - rotation={ -0.000000 -0.216440 -0.000000 0.976296 } - scale={ 1.000000 1.000000 1.000000 } - } { id=470 position={ 2075.469238 0.000000 2476.612793 } diff --git a/gfx/map/terrain/masks/medi_grass_01_mask.png b/gfx/map/terrain/masks/medi_grass_01_mask.png index fe103a06..ec9488c8 100644 --- a/gfx/map/terrain/masks/medi_grass_01_mask.png +++ b/gfx/map/terrain/masks/medi_grass_01_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63a6a721ce36559c98ef4834e920cb0fc8081706a5594f7c5b0e6215fa6fca8d -size 1216553 +oid sha256:3ed83f8e89d656ce0570a642e0add6804a1ae5d9983af594a0d3485e7fa33b2f +size 1216558 diff --git a/gfx/map/terrain/masks/plains_01_rough_mask.png b/gfx/map/terrain/masks/plains_01_rough_mask.png index a7d379c6..e7de92a0 100644 --- a/gfx/map/terrain/masks/plains_01_rough_mask.png +++ b/gfx/map/terrain/masks/plains_01_rough_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49360680a06d9769e40c979d733c9e80fb5160aa3d0bf04cd3cfacb79e8deb03 -size 3108725 +oid sha256:d33b27bf105e4dff92c16a69c53048dcdb6b91c5e3c8fb3c4357e90897aea336 +size 3108743 diff --git a/gfx/map/terrain/masks_gen/gen_central_base_mask.png b/gfx/map/terrain/masks_gen/gen_central_base_mask.png index e1f24e31..706aabb1 100644 --- a/gfx/map/terrain/masks_gen/gen_central_base_mask.png +++ b/gfx/map/terrain/masks_gen/gen_central_base_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5446cc1dd7ed9990cb5c2ac3c0df919665f4bc5d59894a571175b4d2e3a3f812 +oid sha256:42bdeacee78fc8cef14b2faa57c6098016136252ae691a97b82bb0056dd45bee size 4207939 diff --git a/gfx/map/terrain/masks_gen/gen_central_hills_mask.png b/gfx/map/terrain/masks_gen/gen_central_hills_mask.png index 66262ef2..59931336 100644 --- a/gfx/map/terrain/masks_gen/gen_central_hills_mask.png +++ b/gfx/map/terrain/masks_gen/gen_central_hills_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0bc175db90436c478be7300fef5de1fcfce57da3cfc28839e9469ae8c67d858b +oid sha256:7e75a14696a02bdcba7fa9bba60db6a9a2066bb018b5d5346a85921861f767ac size 4643150 diff --git a/gfx/map/terrain/masks_gen/gen_central_lowlands_02_mask.png b/gfx/map/terrain/masks_gen/gen_central_lowlands_02_mask.png index 8b1a96c4..c49aa12a 100644 --- a/gfx/map/terrain/masks_gen/gen_central_lowlands_02_mask.png +++ b/gfx/map/terrain/masks_gen/gen_central_lowlands_02_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2c9b262bbddea087aa0568cb11ad35ec330d920f682ebd70849bbf23becbbfcb -size 6214613 +oid sha256:8c01ec92db2f2baefe073e54e814239dd4998cfdbdfb1f7507b8c8391c04d406 +size 6214612 diff --git a/gfx/map/terrain/masks_gen/gen_central_lowlands_03_mask.png b/gfx/map/terrain/masks_gen/gen_central_lowlands_03_mask.png index bd84933f..8140182a 100644 --- a/gfx/map/terrain/masks_gen/gen_central_lowlands_03_mask.png +++ b/gfx/map/terrain/masks_gen/gen_central_lowlands_03_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:106e110e75ef1de1fa9d88b0eed040117308beb9768f1d4d58dace122854e85f +oid sha256:bc0548856b203f12e73d303ce053aba40a4c0f613f2fdf647de448107ad3b5e8 size 5798596 diff --git a/gfx/map/terrain/masks_gen/gen_central_lowlands_mask.png b/gfx/map/terrain/masks_gen/gen_central_lowlands_mask.png index 00cea105..1fd5edb4 100644 --- a/gfx/map/terrain/masks_gen/gen_central_lowlands_mask.png +++ b/gfx/map/terrain/masks_gen/gen_central_lowlands_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be92d82381db261fbb741e0e028b70ae1bc961b0eeb3f4ea60dc4c35e3ef6ed6 -size 6032505 +oid sha256:5606ecb06963c78298b942232cced14df8a45ec1c5da4c0c1f36a6633d41b840 +size 6032503 diff --git a/gfx/map/terrain/masks_gen/gen_steppe_base_mask.png b/gfx/map/terrain/masks_gen/gen_steppe_base_mask.png index 1ce01292..d731d0e2 100644 --- a/gfx/map/terrain/masks_gen/gen_steppe_base_mask.png +++ b/gfx/map/terrain/masks_gen/gen_steppe_base_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3733098a42c4e6d5a1429a2e27cc620191e8677aaff5b0806f78696aa74af882 -size 2240971 +oid sha256:f03b8b652caabd707279b56a60f974f150f8ce27598ed7cc48fc762cd045f30a +size 2240968 diff --git a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_02_mask.png b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_02_mask.png index f48f14a9..08f8bd6e 100644 --- a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_02_mask.png +++ b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_02_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f23534254327cec166279cf8746337ab01f2780c7a2706339b29125500219d0 -size 2359718 +oid sha256:76d49317e5779b26a87ff43b7ee3c9bc37c290ce3e7a7bfb02311335bc221ba0 +size 2359719 diff --git a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_03_mask.png b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_03_mask.png index 9ab4c85a..10d067cf 100644 --- a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_03_mask.png +++ b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_03_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c6cb995a2bfe91eb44ec5c18dbcb2f95741bd8c703bcfcf34ac8eceb4482288 -size 2282911 +oid sha256:f89d092100a67bb8c3471b3ef80c472eee99584c7805dd6c1fd9b55d1e7971c3 +size 2282912 diff --git a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_mask.png b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_mask.png index 181e36cf..69c2316a 100644 --- a/gfx/map/terrain/masks_gen/gen_steppe_lowlands_mask.png +++ b/gfx/map/terrain/masks_gen/gen_steppe_lowlands_mask.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:81c39964987a5287299cf1d0143866ef8c4f8ceac473c17baeb0658d0da8aed0 -size 2194461 +oid sha256:ef568f7177a70634e012a68255d3d7057e6c8cd8d96c9b50e12d1a767ef64cfd +size 2194463 diff --git a/history/provinces/e_nistrenia.txt b/history/provinces/e_nistrenia.txt index bcb4b742..6db1bf6c 100644 --- a/history/provinces/e_nistrenia.txt +++ b/history/provinces/e_nistrenia.txt @@ -2720,9 +2720,6 @@ holding = none religion = stalinist holding = tribal_holding } -5312 = { #Sara - holding = none -} 604 = { #NEOW_cossackan holding = none #holding = city_holding @@ -2738,6 +2735,46 @@ holding = none 5334 = { #Yenotayevka holding = none } +12388 = { #Elista + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +12385 = { #Ketchenery + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +12383 = { #Yashkul + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +5312 = { #Sara + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +12390 = { #Komsomolsky + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +12389 = { #Ik Buurla + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +5514 = { #Yusta + culture = kalmyk + religion = lamaism + holding = tribal_holding +} +12384 = { #Gorodovikovsk + culture = kalmyk + religion = rime + holding = tribal_holding +} ###c_itil 620 = { #Itil #NEOW_cossack capital #what culture = NEOW_nizhnevolzhan @@ -2877,4 +2914,44 @@ holding = none } 5344 = { #Majar holding = none +} +12377 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12381 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12382 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12379 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12378 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12380 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12376 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding +} +12375 = { + culture = NEOW_cossack + religion = kozachina + holding = tribal_holding } \ No newline at end of file diff --git a/localization/english/replace/names/NEOW_character_names_l_english.yml b/localization/english/replace/names/NEOW_character_names_l_english.yml index ca93c137..4c7160b1 100644 --- a/localization/english/replace/names/NEOW_character_names_l_english.yml +++ b/localization/english/replace/names/NEOW_character_names_l_english.yml @@ -663,6 +663,7 @@ Amaury:0 "Amaury" Amaya:0 "Amaya" Amber:0 "Amber" + Ambiorix:0 "Ambiorix" Ambr_o_grv_si:0 "Ambròsi" Ambrogio:0 "Ambrogio" Ambrose:0 "Ambrose" @@ -1727,6 +1728,7 @@ Camille_female:0 "Camille" Camillo:0 "Camillo" Camilo:0 "Camilo" + Camus:0 "Camus" Camyron:0 "Camyron" Can:0 "Can" Canan:0 "Canan" @@ -2330,6 +2332,7 @@ Dersim:0 "Dersim" Derya:0 "Derya" Deryn:0 "Deryn" + Descartes:0 "Descartes" Desir_e_act_e:0 "Desirée" Desmond:0 "Desmond" Detert:0 "Detert" @@ -2350,6 +2353,7 @@ Diane:0 "Diane" Diano:0 "Diano" Didier:0 "Didier" + Diderot:0 "Diderot" Diedrich:0 "Diedrich" Diego:0 "Diego" Dierk:0 "Dierk" @@ -5035,6 +5039,7 @@ Julene:0 "Julene" Jules:0 "Jules" Jules-C_e_act_sar:0 "Jules-César" + Jules-Verne:0 "Jules-Verne" Juli:0 "Juli" Juli_a_grv__name:0 "Julià" Juli_a_tld_o:0 "Julião" @@ -6269,6 +6274,7 @@ Marie-Armelle:0 "Marie-Armelle" Mariechen:0 "Mariechen" Marie-Claire:0 "Marie-Claire" + Marie-Curie:0 "Marie-Curie" Marie-France:0 "Marie-France" Marie-Louise:0 "Marie-Louise" Marie-Luise:0 "Marie-Luise" @@ -6338,6 +6344,7 @@ Mart_i_act_:0 "Martí" Marta:0 "Marta" Marte:0 "Marte" + Martel:0 "Martel" Marteinn:0 "Marteinn" Marten:0 "Marten" Martha:0 "Martha" @@ -7759,6 +7766,7 @@ Rikard:0 "Rikard" Rikardo:0 "Rikardo" Rikke:0 "Rikke" + Rimbaud:0 "Rimbaud" Rino:0 "Rino" Risto:0 "Risto" Ritt:0 "Ritt" @@ -7877,6 +7885,7 @@ Roumi_e_act_:0 "Roumié" Roumiaud:0 "Roumiaud" Rousado:0 "Rousado" + Rousseau:0 "Rousseau" Rousal_i_grv_o:0 "Rousalìo" Rousino:0 "Rousino" Rousselino:0 "Rousselino" @@ -8795,6 +8804,7 @@ Turabi:0 "Turabi" Turan:0 "Turan" Ture:0 "Ture" + Turenne:0 "Turenne" Turgay:0 "Turgay" Turgon:0 "Turgon" Turgut:0 "Turgut" @@ -9008,6 +9018,7 @@ Veronicai:0 "Veronicai" Veronika:0 "Veronika" Verounico:0 "Verounico" + Verlaine:0 "Verlaine" Veruschka:0 "Veruschka" Veselko:0 "Veselko" Veslem_o_stk_y:0 "Veslemøy" @@ -9026,6 +9037,7 @@ Vicente:0 "Vicente" Vict_o_grv_ria:0 "Victòria" Victor:0 "Victor" + Victor-Hugo:0 "Victor-Hugo" Victoria:0 "Victoria" Victoriai:0 "Victoriai" Vid:0 "Vid" diff --git a/map_data/default.map b/map_data/default.map index 571bdd59..9eb5a784 100644 --- a/map_data/default.map +++ b/map_data/default.map @@ -300,7 +300,7 @@ impassable_mountains = LIST { 9785 9787 9788 9789 9790 9791 9792 9793 9794 9795 impassable_mountains = LIST { 730 731 8711 } impassable_mountains = LIST { 1468 1466 1464 } impassable_mountains = LIST { 3390 3970 } -impassable_mountains = LIST { 5512 5513 5514 } +impassable_mountains = LIST { 5512 5513 } impassable_mountains = LIST { 5755 } impassable_mountains = LIST { 1107 1108 1280 6114 } #Eastern desert impassable_mountains = LIST { 6115 } #Libyan desert diff --git a/map_data/definition.csv b/map_data/definition.csv index 857121d2..525b7cef 100644 --- a/map_data/definition.csv +++ b/map_data/definition.csv @@ -12383,12 +12383,12 @@ 12382;44;23;240;;x 12383;134;126;252;;x 12384;15;137;15;;x -12385;84;127;122;;x +12385;84;127;122;Ketchenery;x 12386;18;204;237;CirLXJ_Dongshengzhou;x 12387;226;99;24;CirLXJ_Xuande;x -12388;64;130;59;;x -12389;134;113;140;;x -12390;52;23;232;;x +12388;64;130;59;Elista;x +12389;134;113;140;Ik Buurla;x +12390;52;23;232;Komsomolsky;x 12391;10;58;252;CirLXJ_Zhenwu;x 12392;35;43;38;CirLXJ_Heicheng;x 12393;131;211;167;CirLXJ_Heishabao;x diff --git a/map_data/heightmap.png b/map_data/heightmap.png index a62db8ba..2ffc745c 100644 --- a/map_data/heightmap.png +++ b/map_data/heightmap.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76a15e9903c5a71eb8542ed7cf6232c90382324cdb399a107324d66d4fc0d47f -size 122566728 +oid sha256:79c265fa11a8b7fe2dcf483d9fcd230593d67e7ba769873dbdf1acc8b3cef76d +size 122567580 diff --git a/map_data/indirection_heightmap.png b/map_data/indirection_heightmap.png index ecff6959..c2931251 100644 --- a/map_data/indirection_heightmap.png +++ b/map_data/indirection_heightmap.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c3a2b9010ddf182d109132097c02669f4219af5f360dc4aef73d1ba517b9156 -size 40787 +oid sha256:a7886848fe4bebc479d60e41dcfac64cce0baedde603a93366d5fc452cc49120 +size 40906 diff --git a/map_data/nodes.dat b/map_data/nodes.dat index 00846382..e3571f4c 100644 Binary files a/map_data/nodes.dat and b/map_data/nodes.dat differ diff --git a/map_data/packed_heightmap.png b/map_data/packed_heightmap.png index ac3ae017..7039e4dc 100644 --- a/map_data/packed_heightmap.png +++ b/map_data/packed_heightmap.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c193a9ff20bc27aeca77621804056091bd5513c7b120dae9a9a9a45a62d72f79 -size 16505237 +oid sha256:857d6093cc21960fef71dc1434c0985e002ad235d519a3c8fae25111e63f866a +size 16506829 diff --git a/map_data/provinces.png b/map_data/provinces.png index 3b7ee2b3..96b758a8 100644 --- a/map_data/provinces.png +++ b/map_data/provinces.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9063d089f30c5945a8ecf03ed779a245608ceddbd686f73189a82dd08c7ebe88 -size 3469430 +oid sha256:73c61f9aba3b1821eac16b809dbb2411db38e849ce109c50dfc1f6091deabbc1 +size 3473255