diff --git a/examples/clock_skew_stats.svg b/examples/clock_skew_stats.svg index db3a99c..c292f0f 100644 --- a/examples/clock_skew_stats.svg +++ b/examples/clock_skew_stats.svg @@ -2,919 +2,1286 @@ - + - + - + - - - - - - - + - - - - + - + - - + + - + + + + - + + + + - + + + + + + + - + - + + + + - + - + - + + + + - + - + - - - - + - + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - + - + - + - + - + - + - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + + + + + + + + + + - - + + - + - - - - + - - - - - - - + - - + + - - - - - - - - - - + - + - + + + + + + + + + + - + - - - - - - - - - - - - - + - + - - + + - - + + - + + + + + + + + + + - - - - - - - + - - + + - + - - - - - - - - - - + - - - - - - - + - - - - - - - - - - + - + - - - - + - + + + + + + + + + + - - - - - - - + - - - - + - + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + + - - + + diff --git a/examples/skew_multimeasure_stats.jl b/examples/skew_multimeasure_stats.jl index a87a381..8ec86e7 100644 --- a/examples/skew_multimeasure_stats.jl +++ b/examples/skew_multimeasure_stats.jl @@ -22,6 +22,7 @@ begin using CairoMakie using Statistics using PlutoUI + using Random end # ╔═╡ f25e7e08-8a73-4cac-ac7c-d310725c558d @@ -32,7 +33,7 @@ md""" """ # ╔═╡ 1a6322d4-9deb-4709-aa2e-df7d8be5b16f -TableOfContents() +TableOfContents(depth = 4) # ╔═╡ 11537f91-e16b-45f0-9768-6df842371d36 db = SQLite.DB("../psboard_qaqc.db") @@ -81,6 +82,14 @@ qaqc_positions = DBInterface.execute(db, sql"select * from qaqc_positions") |> D # ╔═╡ 181c3fe6-d087-42e2-b175-3fb84c42e3e8 position_id_skew_map = select(qaqc_positions, [:id, :rising_ns]) |> Tables.rowtable |> Dict +# ╔═╡ dd669f14-989b-45ee-87d8-5d9cf282fafd +md""" +## Dispatch +""" + +# ╔═╡ 1e9c3944-0cd4-40da-9014-a9153d4e95ed +qaqc_dispatch = DBInterface.execute(db, sql"select * from qaqc_dispatch") |> DataFrame + # ╔═╡ 322cb530-65a5-4973-86f8-01ccc2439cc4 md""" # Clock Analysis @@ -128,6 +137,9 @@ df_rawskews = ) |> DataFrame +# ╔═╡ 0e680044-e4e1-4f39-a5c5-afa5c53fc7a7 +clk_files |> filter(contains("168")) .|> PSBoardDataBase.ClockParser.get_skew_and_riseup + # ╔═╡ d7541b93-4c49-4dcd-bda0-91e447f44596 # substract result of measurements of position dependency df_skews = let @@ -142,8 +154,62 @@ df_skews = let select!(df, Not(:position)) end +# ╔═╡ e7faa647-79cd-4247-a3f2-9868c7b9d4ca +md""" +## skewの分布 + +``skew = rising\_time_{psbid, position} - rising\_time_{position}`` +""" + +# ╔═╡ 3a412a98-4a2d-4bfb-8053-b0f480fae921 +let + skews = skipmissing(df_skews.skew) |> collect + npsbid = df_skews.psbid |> unique |> length + fig = Figure() + ax = Axis( + fig[1, 1], + title = "skews of all measurements (n_meas = $(length(skews)), n_psb = $(npsbid))", + xlabel = "skew / ns", + ) + stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 57)) + fig +end + +# ╔═╡ b38bbed4-8721-4e92-a546-f7926cc07dd3 +md""" +## 立ち上がり時間の分布 +""" + # ╔═╡ 420dce0e-4757-48d9-84ec-7ddfac2fdff6 -stephist(df_skews.width |> skipmissing |> collect) +let + skew_widths = df_skews.width |> skipmissing |> collect + hist( + skew_widths, + bins = range(minimum(skew_widths), maximum(skew_widths), step = 1 / 57), + bar_labels = :y, + label_size = 14, + label_formatter = x -> "$(round(Int, x))", + axis = ( + title = "clock rise span distribution", + xlabel = "rise up span / ns", + ylabel = "counts", + limits = ((0, 0.18), (0, nothing)), + ), + ) +end + +# ╔═╡ 99902640-fee3-4502-9c7e-cb08834bad0b +maximum(skipmissing(df_skews.width)) / (1 / 57) + +# ╔═╡ c79c6684-1b03-41b5-aa90-ef8c7a8eb69c +md""" +この結果を元に、クロック試験のしきい値は$(round(9 * 1 / 57; digits = 2))ns以上に設定 +""" + +# ╔═╡ ec774495-c0be-47a4-9d2c-b48159c07013 +md""" +## 各PSBoardごとの統計 +""" # ╔═╡ d082e07c-3b42-4362-bebf-63356979a49b gdf_skews_on_psbid = groupby(df_skews, :psbid) @@ -199,8 +265,11 @@ end save("clock_skew_stats.svg", fig_skew_stats) # ╔═╡ 79e2f5d8-4609-4e9f-949e-6dc1f88c0b19 -df_skew_stats_abnormals = - filter([:mean_skew, :std_skew] => ((m, s) -> m > -5 && s > 1), df_skew_stats) +df_skew_stats_abnormals = let + df = filter([:mean_skew, :std_skew] => ((m, s) -> m > -5 && s > 1), df_skew_stats) + sort!(df, :psbid) + df +end # ╔═╡ d607e10e-854f-4652-9a34-9e22a188e315 let @@ -224,19 +293,23 @@ end # ╔═╡ 2795fd06-2f59-4e5b-829d-a8e428646790 md""" -## 分散が異常に大きいやつ +### 分散が異常に大きいやつ 基本的に予想通り、分散は小さく複数回の測定で整合的な結果が得られているが、いくつか例外があった。 はじめはpsbid 127(4回測定)が含まれていたが、これはデータベースの編集ミスであることがわかり、修正した結果、消えた。 -### psbid: 291 +!!! todo + 他の例外も確認する。 + `df_skew_stats_abnormals`を確認 + +#### psbid: 291 - run: 83, 94 - 83でcommunication error(SFP半抜け) -### psbid: 460 +#### psbid: 460 - run: 105, 132 - psbid 444と同じく電源の抜き差しによってクロックの0と1000が繰り返されたパターン - 追試に送られてる -### psbid: 545 (**問題の**) +#### psbid: 545 (**問題の**) - run: 126, 132 - どちらも測定結果自体には変なところはない - どちらも1回だけ立ち上がりがある @@ -244,6 +317,166 @@ md""" - 126が電源が不安定なときだったかもしれないが、記録がない """ +# ╔═╡ 26976b6c-3954-4a41-a99b-c1aaebdc645d +md""" +### skewの分布 +""" + +# ╔═╡ 38d472ca-6347-4096-828d-fd1256130a59 +df_skews_selected = combine( + gdf_skews_on_psbid, + sdf -> begin + all(ismissing, sdf.skew) && @info "" sdf + if nrow(sdf) == 1 + @assert sdf.skew |> first |> !ismissing + (skew = sdf.skew |> first, width = sdf.width |> first) + else + if sdf.psbid[1] == 291 + df = filter(:runid => ==(94), sdf) + @assert nrow(df) == 1 + (skew = df.skew |> first, width = sdf.width |> first) + elseif sdf.psbid[1] == 460 + df = filter(:runid => ==(132), sdf) + @assert nrow(df) == 1 + (skew = df.skew |> first, width = sdf.width |> first) + elseif sdf.psbid[1] == 545 + @error "temp" + df = filter(:runid => ==(132), sdf) + @assert nrow(df) == 1 + (skew = df.skew |> first, width = sdf.width |> first) + else + # assume that runid is chronological + i = argmax(sdf.runid .|> (id -> ismissing(id) ? -1 : id)) + (skew = sdf.skew[i], width = sdf.width[i]) + end + end + end, +) + +# ╔═╡ 310710da-ebb2-4f54-b238-38d493a6a533 +let + skews = df_skews_selected.skew |> skipmissing |> collect + fig = Figure() + ax = Axis(fig[1, 1], title = "skews (n = $(length(skews)))", xlabel = "skew / ns") + stephist!(ax, skews, bins = range(minimum(skews), maximum(skews), step = 1 / 57)) + fig +end + +# ╔═╡ e9964184-1a2a-4ab9-bc22-2705a25393ec +filter(:skew => (x -> !ismissing(x) && x < -3), df_skews_selected) + +# ╔═╡ f2d0ea9b-ede7-496a-8d1f-9f748f9d1666 +transform( + filter(:skew => ismissing, df_skews_selected), + :psbid => ByRow(psbid -> begin + psbid in qaqc_dispatch.psb_id + end) => :is_dispatched, +) + +# ╔═╡ f5bc8b1a-3fee-48ed-9910-367a1cda632e +md""" +- psbid: 255 + - Si not locked +""" + +# ╔═╡ 9f3f780d-da6e-44b4-a002-c2f088681e9c +df_skews_selected_sorted = let + df = sort(df_skews_selected, :skew) + dropmissing!(df, :skew) + df +end + +# ╔═╡ 6c3c7669-d594-425d-bf05-9aa217c7656e +md""" +## turn on curves +- lines on + - the minimum and maximum skews + - the minimum and maximum widths +""" + +# ╔═╡ e9b3f541-d87d-4424-8b82-be1b7b3273d8 +let + psbid_width_min, psbid_width_max, psbid_width_typical = let + df_normal = filter(:width => >(0.06), df_skews_selected_sorted) + sort!(df_normal, :width) + df_typical = filter(:width => (x -> 0.08 < x < 0.11), df_normal) + rng = Random.Xoshiro(123) + id_rand_typical = rand(rng, 1:nrow(df_typical)) + first(df_normal).psbid, last(df_normal).psbid, df_typical[id_rand_typical, :psbid] + end + psbid_with_lines = [ + psbid_width_max, + psbid_width_min, + psbid_width_typical, + ] + + fig = Figure() + ax = Axis( + fig[1, 1], + title = "clock turn on curves", + subtitle = "aligned on the last count = 0 points", + xlabel = "ns", + ylabel = "counts", + limits = ((-0.05, 0.15), (0, 1000)), + ) + for file in clk_files + psbid, runid = parse_filename(file) + if psbid == 255 + @info "Si not locked: skipped" psbid + continue + end + single_runs = filter( + [:psboard_id, :runid] => ( + (ref_psbid, ref_runid) -> begin + psbid == ref_psbid && runid == ref_runid + end + ), + qaqc_single_results, + ) + if nrow(single_runs) != 1 + if nrow(single_runs) != 0 + @info "skipped" psbid runid nrow(single_runs) + end + continue + end + # offset = qaqc_positions.rising_ns[single_runs.position[1]] + offset_pos = let + # df = filter(:psbid => ==(psbid), df_skews_selected_sorted) + # @assert nrow(df) == 1 "nrow: $(nrow(df)), psbid: $(psbid)" + # df.skew[1] + + qaqc_positions.rising_ns[single_runs.position[1]] + end + if psbid in psbid_with_lines + points = + eachline(file) .|> + PSBoardDataBase.ClockParser._parse_line .|> + (x -> (x[1] - offset_pos, x[2])) + id_first_over0 = findfirst(points) do ((time, count)) + count > 0 + end + @info "" points[id_first_over0] points[id_first_over0 - 1] + points = map(points) do ((time, count)) + time - points[id_first_over0][1], count + end + stds = map(points) do ((time, count)) + sqrt(count * (1000 - count) / 1000) + end + label, color = if psbid == psbid_width_max + "lomgest ($psbid)", (:red, 0.8) + elseif psbid == psbid_width_min + "shortest ($psbid)", (:blue, 0.8) + elseif psbid == psbid_width_typical + "typical ($psbid)", (:green, 0.8) + end + scatterlines!(ax, points, label = label, color = color) + @info "" first.(points) stds + errorbars!(ax, points, stds, whiskerwidth = 10, color = color) + end + end + axislegend(ax, position = :rb) + fig +end + # ╔═╡ Cell order: # ╟─f25e7e08-8a73-4cac-ac7c-d310725c558d # ╠═7c69d12c-80a5-11ef-2674-e155a3483342 @@ -260,13 +493,22 @@ md""" # ╟─33e099bc-ac4b-4b5f-88e7-20f4463c98ef # ╠═0e13f848-0efb-4775-9e3e-518b32588a79 # ╠═181c3fe6-d087-42e2-b175-3fb84c42e3e8 +# ╟─dd669f14-989b-45ee-87d8-5d9cf282fafd +# ╠═1e9c3944-0cd4-40da-9014-a9153d4e95ed # ╟─322cb530-65a5-4973-86f8-01ccc2439cc4 # ╠═c1caca5f-4cfd-4f22-82b4-7925002359e6 # ╠═3e5607fd-2a8a-4a1a-9e7b-3f23ef216fad # ╠═c1b9c0c3-00f8-4199-b07f-8888f1be625c # ╠═d6d04013-e0e4-49d5-a450-07ae164bfaa3 +# ╠═0e680044-e4e1-4f39-a5c5-afa5c53fc7a7 # ╠═d7541b93-4c49-4dcd-bda0-91e447f44596 +# ╟─e7faa647-79cd-4247-a3f2-9868c7b9d4ca +# ╠═3a412a98-4a2d-4bfb-8053-b0f480fae921 +# ╟─b38bbed4-8721-4e92-a546-f7926cc07dd3 # ╠═420dce0e-4757-48d9-84ec-7ddfac2fdff6 +# ╠═99902640-fee3-4502-9c7e-cb08834bad0b +# ╠═c79c6684-1b03-41b5-aa90-ef8c7a8eb69c +# ╟─ec774495-c0be-47a4-9d2c-b48159c07013 # ╠═d082e07c-3b42-4362-bebf-63356979a49b # ╠═25688d24-5aee-43d3-aff9-b9efa0556070 # ╠═239a808c-0411-4542-ae68-6ae6af333bd2 @@ -277,3 +519,12 @@ md""" # ╠═79e2f5d8-4609-4e9f-949e-6dc1f88c0b19 # ╠═d607e10e-854f-4652-9a34-9e22a188e315 # ╠═2795fd06-2f59-4e5b-829d-a8e428646790 +# ╟─26976b6c-3954-4a41-a99b-c1aaebdc645d +# ╠═38d472ca-6347-4096-828d-fd1256130a59 +# ╠═310710da-ebb2-4f54-b238-38d493a6a533 +# ╠═e9964184-1a2a-4ab9-bc22-2705a25393ec +# ╠═f2d0ea9b-ede7-496a-8d1f-9f748f9d1666 +# ╠═f5bc8b1a-3fee-48ed-9910-367a1cda632e +# ╠═9f3f780d-da6e-44b4-a002-c2f088681e9c +# ╠═6c3c7669-d594-425d-bf05-9aa217c7656e +# ╠═e9b3f541-d87d-4424-8b82-be1b7b3273d8 diff --git a/src/parse_clock.jl b/src/parse_clock.jl index fe597f3..92f71cc 100644 --- a/src/parse_clock.jl +++ b/src/parse_clock.jl @@ -22,19 +22,21 @@ function get_skew(file::T) where {T <: AbstractString} @debug "file: $(file)" lines = Iterators.Stateful(eachline(file)) - first_line = popfirst!(lines) - # criteria: https://gitlab.cern.ch/dhashimo/PS_Board_QAQC/-/blob/master/Software_Test/project_auto_reset/QAQC_test_func.cxx?ref_type=heads#L208 + was_0_before = false + # criteria is changed from QAQC for skew parsing let + first_line = popfirst!(lines) time, high = _parse_line(first_line) - if high > 0 - @debug "Unexpected first line" file - return missing + if high == 0 + was_0_before = true end end time_and_counts = Iterators.map(_parse_line, lines) for (time, high) in time_and_counts - if high >= 500 + if high == 0 + was_0_before = true + elseif was_0_before && high >= 500 return time end end @@ -93,17 +95,14 @@ this returns Tuple of 2 `missing`s. function get_skew_and_riseup(file::T) where {T <: AbstractString} lines = Iterators.Stateful(eachline(file)) - last_low_time = 0.0 - first_high_time = 0.0 - skew = 0.0 + last_low_time = missing + first_high_time = missing + skew = missing is_rised = false let _time, high = _parse_line(popfirst!(lines)) - if high > 0 - @debug "Unexpected first line" - return (missing, missing) - elseif high == 0 + if high == 0 last_low_time = time end end @@ -112,16 +111,16 @@ function get_skew_and_riseup(file::T) where {T <: AbstractString} time, high = _parse_line(line) if high == 0 last_low_time = time - elseif !is_rised && high >= 500 + elseif !ismissing(last_low_time) && !is_rised && high >= 500 skew = time is_rised = true - elseif high == 1000 + elseif !ismissing(skew) && high == 1000 first_high_time = time break end end - if first_high_time == 0 + if first_high_time === missing @debug "Clock skew out of range" return (missing, missing) end diff --git a/test/input/.gitignore b/test/input/.gitignore index 135038b..4a3a8da 100644 --- a/test/input/.gitignore +++ b/test/input/.gitignore @@ -4,3 +4,4 @@ slavelogs/main/* !slavelogs/main/230_51_clk.txt !slavelogs/main/448_103_clk.txt !slavelogs/main/444_103_clk.txt +!slavelogs/main/209_51_clk.txt diff --git a/test/input/slavelogs/main/209_51_clk.txt b/test/input/slavelogs/main/209_51_clk.txt new file mode 100644 index 0000000..19c96c5 --- /dev/null +++ b/test/input/slavelogs/main/209_51_clk.txt @@ -0,0 +1,1401 @@ +0.000000000000000 1000.000000 0.000000 +0.017857142857143 1000.000000 0.000000 +0.035714285714286 1000.000000 0.000000 +0.053571428571429 1000.000000 0.000000 +0.071428571428571 1000.000000 0.000000 +0.089285714285714 1000.000000 0.000000 +0.107142857142857 1000.000000 0.000000 +0.125000000000000 1000.000000 0.000000 +0.142857142857143 1000.000000 0.000000 +0.160714285714286 1000.000000 0.000000 +0.178571428571429 1000.000000 0.000000 +0.196428571428571 1000.000000 0.000000 +0.214285714285714 1000.000000 0.000000 +0.232142857142857 1000.000000 0.000000 +0.250000000000000 1000.000000 0.000000 +0.267857142857143 1000.000000 0.000000 +0.285714285714286 1000.000000 0.000000 +0.303571428571429 1000.000000 0.000000 +0.321428571428571 1000.000000 0.000000 +0.339285714285714 1000.000000 0.000000 +0.357142857142857 1000.000000 0.000000 +0.375000000000000 1000.000000 0.000000 +0.392857142857143 1000.000000 0.000000 +0.410714285714286 1000.000000 0.000000 +0.428571428571429 1000.000000 0.000000 +0.446428571428571 1000.000000 0.000000 +0.464285714285714 1000.000000 0.000000 +0.482142857142857 1000.000000 0.000000 +0.500000000000000 1000.000000 0.000000 +0.517857142857143 1000.000000 0.000000 +0.535714285714286 1000.000000 0.000000 +0.553571428571429 1000.000000 0.000000 +0.571428571428571 1000.000000 0.000000 +0.589285714285714 1000.000000 0.000000 +0.607142857142857 1000.000000 0.000000 +0.625000000000000 1000.000000 0.000000 +0.642857142857143 1000.000000 0.000000 +0.660714285714286 1000.000000 0.000000 +0.678571428571429 1000.000000 0.000000 +0.696428571428571 1000.000000 0.000000 +0.714285714285714 1000.000000 0.000000 +0.732142857142857 1000.000000 0.000000 +0.750000000000000 1000.000000 0.000000 +0.767857142857143 1000.000000 0.000000 +0.785714285714286 1000.000000 0.000000 +0.803571428571429 1000.000000 0.000000 +0.821428571428571 1000.000000 0.000000 +0.839285714285714 1000.000000 0.000000 +0.857142857142857 1000.000000 0.000000 +0.875000000000000 1000.000000 0.000000 +0.892857142857143 1000.000000 0.000000 +0.910714285714286 1000.000000 0.000000 +0.928571428571429 1000.000000 0.000000 +0.946428571428571 1000.000000 0.000000 +0.964285714285714 1000.000000 0.000000 +0.982142857142857 1000.000000 0.000000 +1.000000000000000 1000.000000 0.000000 +1.017857142857143 1000.000000 0.000000 +1.035714285714286 1000.000000 0.000000 +1.053571428571429 1000.000000 0.000000 +1.071428571428571 1000.000000 0.000000 +1.089285714285714 1000.000000 0.000000 +1.107142857142857 1000.000000 0.000000 +1.125000000000000 1000.000000 0.000000 +1.142857142857143 1000.000000 0.000000 +1.160714285714286 1000.000000 0.000000 +1.178571428571429 1000.000000 0.000000 +1.196428571428571 1000.000000 0.000000 +1.214285714285714 1000.000000 0.000000 +1.232142857142857 1000.000000 0.000000 +1.250000000000000 1000.000000 0.000000 +1.267857142857143 1000.000000 0.000000 +1.285714285714286 1000.000000 0.000000 +1.303571428571429 1000.000000 0.000000 +1.321428571428571 1000.000000 0.000000 +1.339285714285714 1000.000000 0.000000 +1.357142857142857 1000.000000 0.000000 +1.375000000000000 1000.000000 0.000000 +1.392857142857143 1000.000000 0.000000 +1.410714285714286 1000.000000 0.000000 +1.428571428571429 975.000000 0.000000 +1.446428571428571 659.000000 0.000000 +1.464285714285714 176.000000 0.000000 +1.482142857142857 34.000000 0.000000 +1.500000000000000 0.000000 0.000000 +1.517857142857143 0.000000 0.000000 +1.535714285714286 0.000000 0.000000 +1.553571428571429 0.000000 0.000000 +1.571428571428571 0.000000 0.000000 +1.589285714285714 0.000000 0.000000 +1.607142857142857 0.000000 0.000000 +1.625000000000000 0.000000 0.000000 +1.642857142857143 0.000000 0.000000 +1.660714285714286 0.000000 0.000000 +1.678571428571429 0.000000 0.000000 +1.696428571428571 0.000000 0.000000 +1.714285714285714 0.000000 0.000000 +1.732142857142857 0.000000 0.000000 +1.750000000000000 0.000000 0.000000 +1.767857142857143 0.000000 0.000000 +1.785714285714286 0.000000 0.000000 +1.803571428571429 0.000000 0.000000 +1.821428571428571 0.000000 0.000000 +1.839285714285714 0.000000 0.000000 +1.857142857142857 0.000000 0.000000 +1.875000000000000 0.000000 0.000000 +1.892857142857143 0.000000 0.000000 +1.910714285714286 0.000000 0.000000 +1.928571428571429 0.000000 0.000000 +1.946428571428571 0.000000 0.000000 +1.964285714285714 0.000000 0.000000 +1.982142857142857 0.000000 0.000000 +2.000000000000000 0.000000 0.000000 +2.017857142857143 0.000000 0.000000 +2.035714285714286 0.000000 0.000000 +2.053571428571428 0.000000 0.000000 +2.071428571428572 0.000000 0.000000 +2.089285714285714 0.000000 0.000000 +2.107142857142857 0.000000 0.000000 +2.125000000000000 0.000000 0.000000 +2.142857142857143 0.000000 0.000000 +2.160714285714286 0.000000 0.000000 +2.178571428571428 0.000000 0.000000 +2.196428571428572 0.000000 0.000000 +2.214285714285714 0.000000 0.000000 +2.232142857142857 0.000000 0.000000 +2.250000000000000 0.000000 0.000000 +2.267857142857143 0.000000 0.000000 +2.285714285714286 0.000000 0.000000 +2.303571428571428 0.000000 0.000000 +2.321428571428572 0.000000 0.000000 +2.339285714285714 0.000000 0.000000 +2.357142857142857 0.000000 0.000000 +2.375000000000000 0.000000 0.000000 +2.392857142857143 0.000000 0.000000 +2.410714285714286 0.000000 0.000000 +2.428571428571428 0.000000 0.000000 +2.446428571428572 0.000000 0.000000 +2.464285714285714 0.000000 0.000000 +2.482142857142857 0.000000 0.000000 +2.500000000000000 0.000000 0.000000 +2.517857142857143 0.000000 0.000000 +2.535714285714286 0.000000 0.000000 +2.553571428571428 0.000000 0.000000 +2.571428571428572 0.000000 0.000000 +2.589285714285714 0.000000 0.000000 +2.607142857142857 0.000000 0.000000 +2.625000000000000 0.000000 0.000000 +2.642857142857143 0.000000 0.000000 +2.660714285714286 0.000000 0.000000 +2.678571428571428 0.000000 0.000000 +2.696428571428572 0.000000 0.000000 +2.714285714285714 0.000000 0.000000 +2.732142857142857 0.000000 0.000000 +2.750000000000000 0.000000 0.000000 +2.767857142857143 0.000000 0.000000 +2.785714285714286 0.000000 0.000000 +2.803571428571428 0.000000 0.000000 +2.821428571428572 0.000000 0.000000 +2.839285714285714 0.000000 0.000000 +2.857142857142857 0.000000 0.000000 +2.875000000000000 0.000000 0.000000 +2.892857142857143 0.000000 0.000000 +2.910714285714286 0.000000 0.000000 +2.928571428571428 0.000000 0.000000 +2.946428571428572 0.000000 0.000000 +2.964285714285714 0.000000 0.000000 +2.982142857142857 0.000000 0.000000 +3.000000000000000 0.000000 0.000000 +3.017857142857143 0.000000 0.000000 +3.035714285714286 0.000000 0.000000 +3.053571428571428 0.000000 0.000000 +3.071428571428572 0.000000 0.000000 +3.089285714285714 0.000000 0.000000 +3.107142857142857 0.000000 0.000000 +3.125000000000000 0.000000 0.000000 +3.142857142857143 0.000000 0.000000 +3.160714285714286 0.000000 0.000000 +3.178571428571428 0.000000 0.000000 +3.196428571428572 0.000000 0.000000 +3.214285714285714 0.000000 0.000000 +3.232142857142857 0.000000 0.000000 +3.250000000000000 0.000000 0.000000 +3.267857142857143 0.000000 0.000000 +3.285714285714286 0.000000 0.000000 +3.303571428571428 0.000000 0.000000 +3.321428571428572 0.000000 0.000000 +3.339285714285714 0.000000 0.000000 +3.357142857142857 0.000000 0.000000 +3.375000000000000 0.000000 0.000000 +3.392857142857143 0.000000 0.000000 +3.410714285714286 0.000000 0.000000 +3.428571428571428 0.000000 0.000000 +3.446428571428572 0.000000 0.000000 +3.464285714285714 0.000000 0.000000 +3.482142857142857 0.000000 0.000000 +3.500000000000000 0.000000 0.000000 +3.517857142857143 0.000000 0.000000 +3.535714285714286 0.000000 0.000000 +3.553571428571428 0.000000 0.000000 +3.571428571428572 0.000000 0.000000 +3.589285714285714 0.000000 0.000000 +3.607142857142857 0.000000 0.000000 +3.625000000000000 0.000000 0.000000 +3.642857142857143 0.000000 0.000000 +3.660714285714286 0.000000 0.000000 +3.678571428571428 0.000000 0.000000 +3.696428571428572 0.000000 0.000000 +3.714285714285714 0.000000 0.000000 +3.732142857142857 0.000000 0.000000 +3.750000000000000 0.000000 0.000000 +3.767857142857143 0.000000 0.000000 +3.785714285714286 0.000000 0.000000 +3.803571428571428 0.000000 0.000000 +3.821428571428572 0.000000 0.000000 +3.839285714285714 0.000000 0.000000 +3.857142857142857 0.000000 0.000000 +3.875000000000000 0.000000 0.000000 +3.892857142857143 0.000000 0.000000 +3.910714285714286 0.000000 0.000000 +3.928571428571428 0.000000 0.000000 +3.946428571428572 0.000000 0.000000 +3.964285714285714 0.000000 0.000000 +3.982142857142857 0.000000 0.000000 +4.000000000000000 0.000000 0.000000 +4.017857142857143 0.000000 0.000000 +4.035714285714286 0.000000 0.000000 +4.053571428571429 0.000000 0.000000 +4.071428571428571 0.000000 0.000000 +4.089285714285714 0.000000 0.000000 +4.107142857142857 0.000000 0.000000 +4.125000000000000 0.000000 0.000000 +4.142857142857143 0.000000 0.000000 +4.160714285714286 0.000000 0.000000 +4.178571428571429 0.000000 0.000000 +4.196428571428571 0.000000 0.000000 +4.214285714285714 0.000000 0.000000 +4.232142857142857 0.000000 0.000000 +4.250000000000000 0.000000 0.000000 +4.267857142857143 0.000000 0.000000 +4.285714285714286 0.000000 0.000000 +4.303571428571429 0.000000 0.000000 +4.321428571428571 0.000000 0.000000 +4.339285714285714 0.000000 0.000000 +4.357142857142857 0.000000 0.000000 +4.375000000000000 0.000000 0.000000 +4.392857142857143 0.000000 0.000000 +4.410714285714286 0.000000 0.000000 +4.428571428571429 0.000000 0.000000 +4.446428571428571 0.000000 0.000000 +4.464285714285714 0.000000 0.000000 +4.482142857142857 0.000000 0.000000 +4.500000000000000 0.000000 0.000000 +4.517857142857143 0.000000 0.000000 +4.535714285714286 0.000000 0.000000 +4.553571428571429 0.000000 0.000000 +4.571428571428571 0.000000 0.000000 +4.589285714285714 0.000000 0.000000 +4.607142857142857 0.000000 0.000000 +4.625000000000000 0.000000 0.000000 +4.642857142857143 0.000000 0.000000 +4.660714285714286 0.000000 0.000000 +4.678571428571429 0.000000 0.000000 +4.696428571428571 0.000000 0.000000 +4.714285714285714 0.000000 0.000000 +4.732142857142857 0.000000 0.000000 +4.750000000000000 0.000000 0.000000 +4.767857142857143 0.000000 0.000000 +4.785714285714286 0.000000 0.000000 +4.803571428571429 0.000000 0.000000 +4.821428571428571 0.000000 0.000000 +4.839285714285714 0.000000 0.000000 +4.857142857142857 0.000000 0.000000 +4.875000000000000 0.000000 0.000000 +4.892857142857143 0.000000 0.000000 +4.910714285714286 0.000000 0.000000 +4.928571428571429 0.000000 0.000000 +4.946428571428571 0.000000 0.000000 +4.964285714285714 0.000000 0.000000 +4.982142857142857 0.000000 0.000000 +5.000000000000000 0.000000 0.000000 +5.017857142857143 0.000000 0.000000 +5.035714285714286 0.000000 0.000000 +5.053571428571429 0.000000 0.000000 +5.071428571428571 0.000000 0.000000 +5.089285714285714 0.000000 0.000000 +5.107142857142857 0.000000 0.000000 +5.125000000000000 0.000000 0.000000 +5.142857142857143 0.000000 0.000000 +5.160714285714286 0.000000 0.000000 +5.178571428571429 0.000000 0.000000 +5.196428571428571 0.000000 0.000000 +5.214285714285714 0.000000 0.000000 +5.232142857142857 0.000000 0.000000 +5.250000000000000 0.000000 0.000000 +5.267857142857143 0.000000 0.000000 +5.285714285714286 0.000000 0.000000 +5.303571428571429 0.000000 0.000000 +5.321428571428571 0.000000 0.000000 +5.339285714285714 0.000000 0.000000 +5.357142857142857 0.000000 0.000000 +5.375000000000000 0.000000 0.000000 +5.392857142857143 0.000000 0.000000 +5.410714285714286 0.000000 0.000000 +5.428571428571429 0.000000 0.000000 +5.446428571428571 0.000000 0.000000 +5.464285714285714 0.000000 0.000000 +5.482142857142857 0.000000 0.000000 +5.500000000000000 0.000000 0.000000 +5.517857142857143 0.000000 0.000000 +5.535714285714286 0.000000 0.000000 +5.553571428571429 0.000000 0.000000 +5.571428571428571 0.000000 0.000000 +5.589285714285714 0.000000 0.000000 +5.607142857142857 0.000000 0.000000 +5.625000000000000 0.000000 0.000000 +5.642857142857143 0.000000 0.000000 +5.660714285714286 0.000000 0.000000 +5.678571428571429 0.000000 0.000000 +5.696428571428571 0.000000 0.000000 +5.714285714285714 0.000000 0.000000 +5.732142857142857 0.000000 0.000000 +5.750000000000000 0.000000 0.000000 +5.767857142857143 0.000000 0.000000 +5.785714285714286 0.000000 0.000000 +5.803571428571429 0.000000 0.000000 +5.821428571428571 0.000000 0.000000 +5.839285714285714 0.000000 0.000000 +5.857142857142857 0.000000 0.000000 +5.875000000000000 0.000000 0.000000 +5.892857142857143 0.000000 0.000000 +5.910714285714286 0.000000 0.000000 +5.928571428571429 0.000000 0.000000 +5.946428571428571 0.000000 0.000000 +5.964285714285714 0.000000 0.000000 +5.982142857142857 0.000000 0.000000 +6.000000000000000 0.000000 0.000000 +6.017857142857143 0.000000 0.000000 +6.035714285714286 0.000000 0.000000 +6.053571428571429 0.000000 0.000000 +6.071428571428571 0.000000 0.000000 +6.089285714285714 0.000000 0.000000 +6.107142857142857 0.000000 0.000000 +6.125000000000000 0.000000 0.000000 +6.142857142857143 0.000000 0.000000 +6.160714285714286 0.000000 0.000000 +6.178571428571429 0.000000 0.000000 +6.196428571428571 0.000000 0.000000 +6.214285714285714 0.000000 0.000000 +6.232142857142857 0.000000 0.000000 +6.250000000000000 0.000000 0.000000 +6.267857142857143 0.000000 0.000000 +6.285714285714286 0.000000 0.000000 +6.303571428571429 0.000000 0.000000 +6.321428571428571 0.000000 0.000000 +6.339285714285714 0.000000 0.000000 +6.357142857142857 0.000000 0.000000 +6.375000000000000 0.000000 0.000000 +6.392857142857143 0.000000 0.000000 +6.410714285714286 0.000000 0.000000 +6.428571428571429 0.000000 0.000000 +6.446428571428571 0.000000 0.000000 +6.464285714285714 0.000000 0.000000 +6.482142857142857 0.000000 0.000000 +6.500000000000000 0.000000 0.000000 +6.517857142857143 0.000000 0.000000 +6.535714285714286 0.000000 0.000000 +6.553571428571429 0.000000 0.000000 +6.571428571428571 0.000000 0.000000 +6.589285714285714 0.000000 0.000000 +6.607142857142857 0.000000 0.000000 +6.625000000000000 0.000000 0.000000 +6.642857142857143 0.000000 0.000000 +6.660714285714286 0.000000 0.000000 +6.678571428571429 0.000000 0.000000 +6.696428571428571 0.000000 0.000000 +6.714285714285714 0.000000 0.000000 +6.732142857142857 0.000000 0.000000 +6.750000000000000 0.000000 0.000000 +6.767857142857143 0.000000 0.000000 +6.785714285714286 0.000000 0.000000 +6.803571428571429 0.000000 0.000000 +6.821428571428571 0.000000 0.000000 +6.839285714285714 0.000000 0.000000 +6.857142857142857 0.000000 0.000000 +6.875000000000000 0.000000 0.000000 +6.892857142857143 0.000000 0.000000 +6.910714285714286 0.000000 0.000000 +6.928571428571429 0.000000 0.000000 +6.946428571428571 0.000000 0.000000 +6.964285714285714 0.000000 0.000000 +6.982142857142857 0.000000 0.000000 +7.000000000000000 0.000000 0.000000 +7.017857142857143 0.000000 0.000000 +7.035714285714286 0.000000 0.000000 +7.053571428571429 0.000000 0.000000 +7.071428571428571 0.000000 0.000000 +7.089285714285714 0.000000 0.000000 +7.107142857142857 0.000000 0.000000 +7.125000000000000 0.000000 0.000000 +7.142857142857143 0.000000 0.000000 +7.160714285714286 0.000000 0.000000 +7.178571428571429 0.000000 0.000000 +7.196428571428571 0.000000 0.000000 +7.214285714285714 0.000000 0.000000 +7.232142857142857 0.000000 0.000000 +7.250000000000000 0.000000 0.000000 +7.267857142857143 0.000000 0.000000 +7.285714285714286 0.000000 0.000000 +7.303571428571429 0.000000 0.000000 +7.321428571428571 0.000000 0.000000 +7.339285714285714 0.000000 0.000000 +7.357142857142857 0.000000 0.000000 +7.375000000000000 0.000000 0.000000 +7.392857142857143 0.000000 0.000000 +7.410714285714286 0.000000 0.000000 +7.428571428571429 0.000000 0.000000 +7.446428571428571 0.000000 0.000000 +7.464285714285714 0.000000 0.000000 +7.482142857142857 0.000000 0.000000 +7.500000000000000 0.000000 0.000000 +7.517857142857143 0.000000 0.000000 +7.535714285714286 0.000000 0.000000 +7.553571428571429 0.000000 0.000000 +7.571428571428571 0.000000 0.000000 +7.589285714285714 0.000000 0.000000 +7.607142857142857 0.000000 0.000000 +7.625000000000000 0.000000 0.000000 +7.642857142857143 0.000000 0.000000 +7.660714285714286 0.000000 0.000000 +7.678571428571429 0.000000 0.000000 +7.696428571428571 0.000000 0.000000 +7.714285714285714 0.000000 0.000000 +7.732142857142857 0.000000 0.000000 +7.750000000000000 0.000000 0.000000 +7.767857142857143 0.000000 0.000000 +7.785714285714286 0.000000 0.000000 +7.803571428571429 0.000000 0.000000 +7.821428571428571 0.000000 0.000000 +7.839285714285714 0.000000 0.000000 +7.857142857142857 0.000000 0.000000 +7.875000000000000 0.000000 0.000000 +7.892857142857143 0.000000 0.000000 +7.910714285714286 0.000000 0.000000 +7.928571428571429 0.000000 0.000000 +7.946428571428571 0.000000 0.000000 +7.964285714285714 0.000000 0.000000 +7.982142857142857 0.000000 0.000000 +8.000000000000000 0.000000 0.000000 +8.017857142857142 0.000000 0.000000 +8.035714285714286 0.000000 0.000000 +8.053571428571429 0.000000 0.000000 +8.071428571428571 0.000000 0.000000 +8.089285714285714 0.000000 0.000000 +8.107142857142858 0.000000 0.000000 +8.125000000000000 0.000000 0.000000 +8.142857142857142 0.000000 0.000000 +8.160714285714286 0.000000 0.000000 +8.178571428571429 0.000000 0.000000 +8.196428571428571 0.000000 0.000000 +8.214285714285714 0.000000 0.000000 +8.232142857142858 0.000000 0.000000 +8.250000000000000 0.000000 0.000000 +8.267857142857142 0.000000 0.000000 +8.285714285714286 0.000000 0.000000 +8.303571428571429 0.000000 0.000000 +8.321428571428571 0.000000 0.000000 +8.339285714285714 0.000000 0.000000 +8.357142857142858 0.000000 0.000000 +8.375000000000000 0.000000 0.000000 +8.392857142857142 0.000000 0.000000 +8.410714285714286 0.000000 0.000000 +8.428571428571429 0.000000 0.000000 +8.446428571428571 0.000000 0.000000 +8.464285714285714 0.000000 0.000000 +8.482142857142858 0.000000 0.000000 +8.500000000000000 0.000000 0.000000 +8.517857142857142 0.000000 0.000000 +8.535714285714286 0.000000 0.000000 +8.553571428571429 0.000000 0.000000 +8.571428571428571 0.000000 0.000000 +8.589285714285714 0.000000 0.000000 +8.607142857142858 0.000000 0.000000 +8.625000000000000 0.000000 0.000000 +8.642857142857142 0.000000 0.000000 +8.660714285714286 0.000000 0.000000 +8.678571428571429 0.000000 0.000000 +8.696428571428571 0.000000 0.000000 +8.714285714285714 0.000000 0.000000 +8.732142857142858 0.000000 0.000000 +8.750000000000000 0.000000 0.000000 +8.767857142857142 0.000000 0.000000 +8.785714285714286 0.000000 0.000000 +8.803571428571429 0.000000 0.000000 +8.821428571428571 0.000000 0.000000 +8.839285714285714 0.000000 0.000000 +8.857142857142858 0.000000 0.000000 +8.875000000000000 0.000000 0.000000 +8.892857142857142 0.000000 0.000000 +8.910714285714286 0.000000 0.000000 +8.928571428571429 0.000000 0.000000 +8.946428571428571 0.000000 0.000000 +8.964285714285714 0.000000 0.000000 +8.982142857142858 0.000000 0.000000 +9.000000000000000 0.000000 0.000000 +9.017857142857142 0.000000 0.000000 +9.035714285714286 0.000000 0.000000 +9.053571428571429 0.000000 0.000000 +9.071428571428571 0.000000 0.000000 +9.089285714285714 0.000000 0.000000 +9.107142857142858 0.000000 0.000000 +9.125000000000000 0.000000 0.000000 +9.142857142857142 0.000000 0.000000 +9.160714285714286 0.000000 0.000000 +9.178571428571429 0.000000 0.000000 +9.196428571428571 0.000000 0.000000 +9.214285714285714 0.000000 0.000000 +9.232142857142858 0.000000 0.000000 +9.250000000000000 0.000000 0.000000 +9.267857142857142 0.000000 0.000000 +9.285714285714286 0.000000 0.000000 +9.303571428571429 0.000000 0.000000 +9.321428571428571 0.000000 0.000000 +9.339285714285714 0.000000 0.000000 +9.357142857142858 0.000000 0.000000 +9.375000000000000 0.000000 0.000000 +9.392857142857142 0.000000 0.000000 +9.410714285714286 0.000000 0.000000 +9.428571428571429 0.000000 0.000000 +9.446428571428571 0.000000 0.000000 +9.464285714285714 0.000000 0.000000 +9.482142857142858 0.000000 0.000000 +9.500000000000000 0.000000 0.000000 +9.517857142857142 0.000000 0.000000 +9.535714285714286 0.000000 0.000000 +9.553571428571429 0.000000 0.000000 +9.571428571428571 0.000000 0.000000 +9.589285714285714 0.000000 0.000000 +9.607142857142858 0.000000 0.000000 +9.625000000000000 0.000000 0.000000 +9.642857142857142 0.000000 0.000000 +9.660714285714286 0.000000 0.000000 +9.678571428571429 0.000000 0.000000 +9.696428571428571 0.000000 0.000000 +9.714285714285714 0.000000 0.000000 +9.732142857142858 0.000000 0.000000 +9.750000000000000 0.000000 0.000000 +9.767857142857142 0.000000 0.000000 +9.785714285714286 0.000000 0.000000 +9.803571428571429 0.000000 0.000000 +9.821428571428571 0.000000 0.000000 +9.839285714285714 0.000000 0.000000 +9.857142857142858 0.000000 0.000000 +9.875000000000000 0.000000 0.000000 +9.892857142857142 0.000000 0.000000 +9.910714285714286 0.000000 0.000000 +9.928571428571429 0.000000 0.000000 +9.946428571428571 0.000000 0.000000 +9.964285714285714 0.000000 0.000000 +9.982142857142858 0.000000 0.000000 +10.000000000000000 0.000000 0.000000 +10.017857142857142 0.000000 0.000000 +10.035714285714286 0.000000 0.000000 +10.053571428571429 0.000000 0.000000 +10.071428571428571 0.000000 0.000000 +10.089285714285714 0.000000 0.000000 +10.107142857142858 0.000000 0.000000 +10.125000000000000 0.000000 0.000000 +10.142857142857142 0.000000 0.000000 +10.160714285714286 0.000000 0.000000 +10.178571428571429 0.000000 0.000000 +10.196428571428571 0.000000 0.000000 +10.214285714285714 0.000000 0.000000 +10.232142857142858 0.000000 0.000000 +10.250000000000000 0.000000 0.000000 +10.267857142857142 0.000000 0.000000 +10.285714285714286 0.000000 0.000000 +10.303571428571429 0.000000 0.000000 +10.321428571428571 0.000000 0.000000 +10.339285714285714 0.000000 0.000000 +10.357142857142858 0.000000 0.000000 +10.375000000000000 0.000000 0.000000 +10.392857142857142 0.000000 0.000000 +10.410714285714286 0.000000 0.000000 +10.428571428571429 0.000000 0.000000 +10.446428571428571 0.000000 0.000000 +10.464285714285714 0.000000 0.000000 +10.482142857142858 0.000000 0.000000 +10.500000000000000 0.000000 0.000000 +10.517857142857142 0.000000 0.000000 +10.535714285714286 0.000000 0.000000 +10.553571428571429 0.000000 0.000000 +10.571428571428571 0.000000 0.000000 +10.589285714285714 0.000000 0.000000 +10.607142857142858 0.000000 0.000000 +10.625000000000000 0.000000 0.000000 +10.642857142857142 0.000000 0.000000 +10.660714285714286 0.000000 0.000000 +10.678571428571429 0.000000 0.000000 +10.696428571428571 0.000000 0.000000 +10.714285714285714 0.000000 0.000000 +10.732142857142858 0.000000 0.000000 +10.750000000000000 0.000000 0.000000 +10.767857142857142 0.000000 0.000000 +10.785714285714286 0.000000 0.000000 +10.803571428571429 0.000000 0.000000 +10.821428571428571 0.000000 0.000000 +10.839285714285714 0.000000 0.000000 +10.857142857142858 0.000000 0.000000 +10.875000000000000 0.000000 0.000000 +10.892857142857142 0.000000 0.000000 +10.910714285714286 0.000000 0.000000 +10.928571428571429 0.000000 0.000000 +10.946428571428571 0.000000 0.000000 +10.964285714285714 0.000000 0.000000 +10.982142857142858 0.000000 0.000000 +11.000000000000000 0.000000 0.000000 +11.017857142857142 0.000000 0.000000 +11.035714285714286 0.000000 0.000000 +11.053571428571429 0.000000 0.000000 +11.071428571428571 0.000000 0.000000 +11.089285714285714 0.000000 0.000000 +11.107142857142858 0.000000 0.000000 +11.125000000000000 0.000000 0.000000 +11.142857142857142 0.000000 0.000000 +11.160714285714286 0.000000 0.000000 +11.178571428571429 0.000000 0.000000 +11.196428571428571 0.000000 0.000000 +11.214285714285714 0.000000 0.000000 +11.232142857142858 0.000000 0.000000 +11.250000000000000 0.000000 0.000000 +11.267857142857142 0.000000 0.000000 +11.285714285714286 0.000000 0.000000 +11.303571428571429 0.000000 0.000000 +11.321428571428571 0.000000 0.000000 +11.339285714285714 0.000000 0.000000 +11.357142857142858 0.000000 0.000000 +11.375000000000000 0.000000 0.000000 +11.392857142857142 0.000000 0.000000 +11.410714285714286 0.000000 0.000000 +11.428571428571429 0.000000 0.000000 +11.446428571428571 0.000000 0.000000 +11.464285714285714 0.000000 0.000000 +11.482142857142858 0.000000 0.000000 +11.500000000000000 0.000000 0.000000 +11.517857142857142 0.000000 0.000000 +11.535714285714286 0.000000 0.000000 +11.553571428571429 0.000000 0.000000 +11.571428571428571 0.000000 0.000000 +11.589285714285714 0.000000 0.000000 +11.607142857142858 0.000000 0.000000 +11.625000000000000 0.000000 0.000000 +11.642857142857142 0.000000 0.000000 +11.660714285714286 0.000000 0.000000 +11.678571428571429 0.000000 0.000000 +11.696428571428571 0.000000 0.000000 +11.714285714285714 0.000000 0.000000 +11.732142857142858 0.000000 0.000000 +11.750000000000000 0.000000 0.000000 +11.767857142857142 0.000000 0.000000 +11.785714285714286 0.000000 0.000000 +11.803571428571429 0.000000 0.000000 +11.821428571428571 0.000000 0.000000 +11.839285714285714 0.000000 0.000000 +11.857142857142858 0.000000 0.000000 +11.875000000000000 0.000000 0.000000 +11.892857142857142 0.000000 0.000000 +11.910714285714286 0.000000 0.000000 +11.928571428571429 0.000000 0.000000 +11.946428571428571 0.000000 0.000000 +11.964285714285714 0.000000 0.000000 +11.982142857142858 0.000000 0.000000 +12.000000000000000 0.000000 0.000000 +12.017857142857142 0.000000 0.000000 +12.035714285714286 0.000000 0.000000 +12.053571428571429 0.000000 0.000000 +12.071428571428571 0.000000 0.000000 +12.089285714285714 0.000000 0.000000 +12.107142857142858 0.000000 0.000000 +12.125000000000000 0.000000 0.000000 +12.142857142857142 0.000000 0.000000 +12.160714285714286 0.000000 0.000000 +12.178571428571429 0.000000 0.000000 +12.196428571428571 0.000000 0.000000 +12.214285714285714 0.000000 0.000000 +12.232142857142858 0.000000 0.000000 +12.250000000000000 0.000000 0.000000 +12.267857142857142 0.000000 0.000000 +12.285714285714286 0.000000 0.000000 +12.303571428571429 0.000000 0.000000 +12.321428571428571 0.000000 0.000000 +12.339285714285714 0.000000 0.000000 +12.357142857142858 0.000000 0.000000 +12.375000000000000 0.000000 0.000000 +12.392857142857142 0.000000 0.000000 +12.410714285714286 0.000000 0.000000 +12.428571428571429 0.000000 0.000000 +12.446428571428571 0.000000 0.000000 +12.464285714285714 0.000000 0.000000 +12.482142857142858 0.000000 0.000000 +12.500000000000000 0.000000 0.000000 +12.517857142857142 0.000000 0.000000 +12.535714285714286 0.000000 0.000000 +12.553571428571429 24.000000 0.000000 +12.571428571428571 508.000000 0.000000 +12.589285714285714 944.000000 0.000000 +12.607142857142858 996.000000 0.000000 +12.625000000000000 1000.000000 0.000000 +12.642857142857142 1000.000000 0.000000 +12.660714285714286 1000.000000 0.000000 +12.678571428571429 1000.000000 0.000000 +12.696428571428571 1000.000000 0.000000 +12.714285714285714 1000.000000 0.000000 +12.732142857142858 1000.000000 0.000000 +12.750000000000000 1000.000000 0.000000 +12.767857142857142 1000.000000 0.000000 +12.785714285714286 1000.000000 0.000000 +12.803571428571429 1000.000000 0.000000 +12.821428571428571 1000.000000 0.000000 +12.839285714285714 1000.000000 0.000000 +12.857142857142858 1000.000000 0.000000 +12.875000000000000 1000.000000 0.000000 +12.892857142857142 1000.000000 0.000000 +12.910714285714286 1000.000000 0.000000 +12.928571428571429 1000.000000 0.000000 +12.946428571428571 1000.000000 0.000000 +12.964285714285714 1000.000000 0.000000 +12.982142857142858 1000.000000 0.000000 +13.000000000000000 1000.000000 0.000000 +13.017857142857142 1000.000000 0.000000 +13.035714285714286 1000.000000 0.000000 +13.053571428571429 1000.000000 0.000000 +13.071428571428571 1000.000000 0.000000 +13.089285714285714 1000.000000 0.000000 +13.107142857142858 1000.000000 0.000000 +13.125000000000000 1000.000000 0.000000 +13.142857142857142 1000.000000 0.000000 +13.160714285714286 1000.000000 0.000000 +13.178571428571429 1000.000000 0.000000 +13.196428571428571 1000.000000 0.000000 +13.214285714285714 1000.000000 0.000000 +13.232142857142858 1000.000000 0.000000 +13.250000000000000 1000.000000 0.000000 +13.267857142857142 1000.000000 0.000000 +13.285714285714286 1000.000000 0.000000 +13.303571428571429 1000.000000 0.000000 +13.321428571428571 1000.000000 0.000000 +13.339285714285714 1000.000000 0.000000 +13.357142857142858 1000.000000 0.000000 +13.375000000000000 1000.000000 0.000000 +13.392857142857142 1000.000000 0.000000 +13.410714285714286 1000.000000 0.000000 +13.428571428571429 1000.000000 0.000000 +13.446428571428571 1000.000000 0.000000 +13.464285714285714 1000.000000 0.000000 +13.482142857142858 1000.000000 0.000000 +13.500000000000000 1000.000000 0.000000 +13.517857142857142 1000.000000 0.000000 +13.535714285714286 1000.000000 0.000000 +13.553571428571429 1000.000000 0.000000 +13.571428571428571 1000.000000 0.000000 +13.589285714285714 1000.000000 0.000000 +13.607142857142858 1000.000000 0.000000 +13.625000000000000 1000.000000 0.000000 +13.642857142857142 1000.000000 0.000000 +13.660714285714286 1000.000000 0.000000 +13.678571428571429 1000.000000 0.000000 +13.696428571428571 1000.000000 0.000000 +13.714285714285714 1000.000000 0.000000 +13.732142857142858 1000.000000 0.000000 +13.750000000000000 1000.000000 0.000000 +13.767857142857142 1000.000000 0.000000 +13.785714285714286 1000.000000 0.000000 +13.803571428571429 1000.000000 0.000000 +13.821428571428571 1000.000000 0.000000 +13.839285714285714 1000.000000 0.000000 +13.857142857142858 1000.000000 0.000000 +13.875000000000000 1000.000000 0.000000 +13.892857142857142 1000.000000 0.000000 +13.910714285714286 1000.000000 0.000000 +13.928571428571429 1000.000000 0.000000 +13.946428571428571 1000.000000 0.000000 +13.964285714285714 1000.000000 0.000000 +13.982142857142858 1000.000000 0.000000 +14.000000000000000 1000.000000 0.000000 +14.017857142857142 1000.000000 0.000000 +14.035714285714286 1000.000000 0.000000 +14.053571428571429 1000.000000 0.000000 +14.071428571428571 1000.000000 0.000000 +14.089285714285714 1000.000000 0.000000 +14.107142857142858 1000.000000 0.000000 +14.125000000000000 1000.000000 0.000000 +14.142857142857142 1000.000000 0.000000 +14.160714285714286 1000.000000 0.000000 +14.178571428571429 1000.000000 0.000000 +14.196428571428571 1000.000000 0.000000 +14.214285714285714 1000.000000 0.000000 +14.232142857142858 1000.000000 0.000000 +14.250000000000000 1000.000000 0.000000 +14.267857142857142 1000.000000 0.000000 +14.285714285714286 1000.000000 0.000000 +14.303571428571429 1000.000000 0.000000 +14.321428571428571 1000.000000 0.000000 +14.339285714285714 1000.000000 0.000000 +14.357142857142858 1000.000000 0.000000 +14.375000000000000 1000.000000 0.000000 +14.392857142857142 1000.000000 0.000000 +14.410714285714286 1000.000000 0.000000 +14.428571428571429 1000.000000 0.000000 +14.446428571428571 1000.000000 0.000000 +14.464285714285714 1000.000000 0.000000 +14.482142857142858 1000.000000 0.000000 +14.500000000000000 1000.000000 0.000000 +14.517857142857142 1000.000000 0.000000 +14.535714285714286 1000.000000 0.000000 +14.553571428571429 1000.000000 0.000000 +14.571428571428571 1000.000000 0.000000 +14.589285714285714 1000.000000 0.000000 +14.607142857142858 1000.000000 0.000000 +14.625000000000000 1000.000000 0.000000 +14.642857142857142 1000.000000 0.000000 +14.660714285714286 1000.000000 0.000000 +14.678571428571429 1000.000000 0.000000 +14.696428571428571 1000.000000 0.000000 +14.714285714285714 1000.000000 0.000000 +14.732142857142858 1000.000000 0.000000 +14.750000000000000 1000.000000 0.000000 +14.767857142857142 1000.000000 0.000000 +14.785714285714286 1000.000000 0.000000 +14.803571428571429 1000.000000 0.000000 +14.821428571428571 1000.000000 0.000000 +14.839285714285714 1000.000000 0.000000 +14.857142857142858 1000.000000 0.000000 +14.875000000000000 1000.000000 0.000000 +14.892857142857142 1000.000000 0.000000 +14.910714285714286 1000.000000 0.000000 +14.928571428571429 1000.000000 0.000000 +14.946428571428571 1000.000000 0.000000 +14.964285714285714 1000.000000 0.000000 +14.982142857142858 1000.000000 0.000000 +15.000000000000000 1000.000000 0.000000 +15.017857142857142 1000.000000 0.000000 +15.035714285714286 1000.000000 0.000000 +15.053571428571429 1000.000000 0.000000 +15.071428571428571 1000.000000 0.000000 +15.089285714285714 1000.000000 0.000000 +15.107142857142858 1000.000000 0.000000 +15.125000000000000 1000.000000 0.000000 +15.142857142857142 1000.000000 0.000000 +15.160714285714286 1000.000000 0.000000 +15.178571428571429 1000.000000 0.000000 +15.196428571428571 1000.000000 0.000000 +15.214285714285714 1000.000000 0.000000 +15.232142857142858 1000.000000 0.000000 +15.250000000000000 1000.000000 0.000000 +15.267857142857142 1000.000000 0.000000 +15.285714285714286 1000.000000 0.000000 +15.303571428571429 1000.000000 0.000000 +15.321428571428571 1000.000000 0.000000 +15.339285714285714 1000.000000 0.000000 +15.357142857142858 1000.000000 0.000000 +15.375000000000000 1000.000000 0.000000 +15.392857142857142 1000.000000 0.000000 +15.410714285714286 1000.000000 0.000000 +15.428571428571429 1000.000000 0.000000 +15.446428571428571 1000.000000 0.000000 +15.464285714285714 1000.000000 0.000000 +15.482142857142858 1000.000000 0.000000 +15.500000000000000 1000.000000 0.000000 +15.517857142857142 1000.000000 0.000000 +15.535714285714286 1000.000000 0.000000 +15.553571428571429 1000.000000 0.000000 +15.571428571428571 1000.000000 0.000000 +15.589285714285714 1000.000000 0.000000 +15.607142857142858 1000.000000 0.000000 +15.625000000000000 1000.000000 0.000000 +15.642857142857142 1000.000000 0.000000 +15.660714285714286 1000.000000 0.000000 +15.678571428571429 1000.000000 0.000000 +15.696428571428571 1000.000000 0.000000 +15.714285714285714 1000.000000 0.000000 +15.732142857142858 1000.000000 0.000000 +15.750000000000000 1000.000000 0.000000 +15.767857142857142 1000.000000 0.000000 +15.785714285714286 1000.000000 0.000000 +15.803571428571429 1000.000000 0.000000 +15.821428571428571 1000.000000 0.000000 +15.839285714285714 1000.000000 0.000000 +15.857142857142858 1000.000000 0.000000 +15.875000000000000 1000.000000 0.000000 +15.892857142857142 1000.000000 0.000000 +15.910714285714286 1000.000000 0.000000 +15.928571428571429 1000.000000 0.000000 +15.946428571428571 1000.000000 0.000000 +15.964285714285714 1000.000000 0.000000 +15.982142857142858 1000.000000 0.000000 +16.000000000000000 1000.000000 0.000000 +16.017857142857142 1000.000000 0.000000 +16.035714285714285 1000.000000 0.000000 +16.053571428571427 1000.000000 0.000000 +16.071428571428573 1000.000000 0.000000 +16.089285714285715 1000.000000 0.000000 +16.107142857142858 1000.000000 0.000000 +16.125000000000000 1000.000000 0.000000 +16.142857142857142 1000.000000 0.000000 +16.160714285714285 1000.000000 0.000000 +16.178571428571427 1000.000000 0.000000 +16.196428571428573 1000.000000 0.000000 +16.214285714285715 1000.000000 0.000000 +16.232142857142858 1000.000000 0.000000 +16.250000000000000 1000.000000 0.000000 +16.267857142857142 1000.000000 0.000000 +16.285714285714285 1000.000000 0.000000 +16.303571428571427 1000.000000 0.000000 +16.321428571428573 1000.000000 0.000000 +16.339285714285715 1000.000000 0.000000 +16.357142857142858 1000.000000 0.000000 +16.375000000000000 1000.000000 0.000000 +16.392857142857142 1000.000000 0.000000 +16.410714285714285 1000.000000 0.000000 +16.428571428571427 1000.000000 0.000000 +16.446428571428573 1000.000000 0.000000 +16.464285714285715 1000.000000 0.000000 +16.482142857142858 1000.000000 0.000000 +16.500000000000000 1000.000000 0.000000 +16.517857142857142 1000.000000 0.000000 +16.535714285714285 1000.000000 0.000000 +16.553571428571427 1000.000000 0.000000 +16.571428571428573 1000.000000 0.000000 +16.589285714285715 1000.000000 0.000000 +16.607142857142858 1000.000000 0.000000 +16.625000000000000 1000.000000 0.000000 +16.642857142857142 1000.000000 0.000000 +16.660714285714285 1000.000000 0.000000 +16.678571428571427 1000.000000 0.000000 +16.696428571428573 1000.000000 0.000000 +16.714285714285715 1000.000000 0.000000 +16.732142857142858 1000.000000 0.000000 +16.750000000000000 1000.000000 0.000000 +16.767857142857142 1000.000000 0.000000 +16.785714285714285 1000.000000 0.000000 +16.803571428571427 1000.000000 0.000000 +16.821428571428573 1000.000000 0.000000 +16.839285714285715 1000.000000 0.000000 +16.857142857142858 1000.000000 0.000000 +16.875000000000000 1000.000000 0.000000 +16.892857142857142 1000.000000 0.000000 +16.910714285714285 1000.000000 0.000000 +16.928571428571427 1000.000000 0.000000 +16.946428571428573 1000.000000 0.000000 +16.964285714285715 1000.000000 0.000000 +16.982142857142858 1000.000000 0.000000 +17.000000000000000 1000.000000 0.000000 +17.017857142857142 1000.000000 0.000000 +17.035714285714285 1000.000000 0.000000 +17.053571428571427 1000.000000 0.000000 +17.071428571428573 1000.000000 0.000000 +17.089285714285715 1000.000000 0.000000 +17.107142857142858 1000.000000 0.000000 +17.125000000000000 1000.000000 0.000000 +17.142857142857142 1000.000000 0.000000 +17.160714285714285 1000.000000 0.000000 +17.178571428571427 1000.000000 0.000000 +17.196428571428573 1000.000000 0.000000 +17.214285714285715 1000.000000 0.000000 +17.232142857142858 1000.000000 0.000000 +17.250000000000000 1000.000000 0.000000 +17.267857142857142 1000.000000 0.000000 +17.285714285714285 1000.000000 0.000000 +17.303571428571427 1000.000000 0.000000 +17.321428571428573 1000.000000 0.000000 +17.339285714285715 1000.000000 0.000000 +17.357142857142858 1000.000000 0.000000 +17.375000000000000 1000.000000 0.000000 +17.392857142857142 1000.000000 0.000000 +17.410714285714285 1000.000000 0.000000 +17.428571428571427 1000.000000 0.000000 +17.446428571428573 1000.000000 0.000000 +17.464285714285715 1000.000000 0.000000 +17.482142857142858 1000.000000 0.000000 +17.500000000000000 1000.000000 0.000000 +17.517857142857142 1000.000000 0.000000 +17.535714285714285 1000.000000 0.000000 +17.553571428571427 1000.000000 0.000000 +17.571428571428573 1000.000000 0.000000 +17.589285714285715 1000.000000 0.000000 +17.607142857142858 1000.000000 0.000000 +17.625000000000000 1000.000000 0.000000 +17.642857142857142 1000.000000 0.000000 +17.660714285714285 1000.000000 0.000000 +17.678571428571427 1000.000000 0.000000 +17.696428571428573 1000.000000 0.000000 +17.714285714285715 1000.000000 0.000000 +17.732142857142858 1000.000000 0.000000 +17.750000000000000 1000.000000 0.000000 +17.767857142857142 1000.000000 0.000000 +17.785714285714285 1000.000000 0.000000 +17.803571428571427 1000.000000 0.000000 +17.821428571428573 1000.000000 0.000000 +17.839285714285715 1000.000000 0.000000 +17.857142857142858 1000.000000 0.000000 +17.875000000000000 1000.000000 0.000000 +17.892857142857142 1000.000000 0.000000 +17.910714285714285 1000.000000 0.000000 +17.928571428571427 1000.000000 0.000000 +17.946428571428573 1000.000000 0.000000 +17.964285714285715 1000.000000 0.000000 +17.982142857142858 1000.000000 0.000000 +18.000000000000000 1000.000000 0.000000 +18.017857142857142 1000.000000 0.000000 +18.035714285714285 1000.000000 0.000000 +18.053571428571427 1000.000000 0.000000 +18.071428571428573 1000.000000 0.000000 +18.089285714285715 1000.000000 0.000000 +18.107142857142858 1000.000000 0.000000 +18.125000000000000 1000.000000 0.000000 +18.142857142857142 1000.000000 0.000000 +18.160714285714285 1000.000000 0.000000 +18.178571428571427 1000.000000 0.000000 +18.196428571428573 1000.000000 0.000000 +18.214285714285715 1000.000000 0.000000 +18.232142857142858 1000.000000 0.000000 +18.250000000000000 1000.000000 0.000000 +18.267857142857142 1000.000000 0.000000 +18.285714285714285 1000.000000 0.000000 +18.303571428571427 1000.000000 0.000000 +18.321428571428573 1000.000000 0.000000 +18.339285714285715 1000.000000 0.000000 +18.357142857142858 1000.000000 0.000000 +18.375000000000000 1000.000000 0.000000 +18.392857142857142 1000.000000 0.000000 +18.410714285714285 1000.000000 0.000000 +18.428571428571427 1000.000000 0.000000 +18.446428571428573 1000.000000 0.000000 +18.464285714285715 1000.000000 0.000000 +18.482142857142858 1000.000000 0.000000 +18.500000000000000 1000.000000 0.000000 +18.517857142857142 1000.000000 0.000000 +18.535714285714285 1000.000000 0.000000 +18.553571428571427 1000.000000 0.000000 +18.571428571428573 1000.000000 0.000000 +18.589285714285715 1000.000000 0.000000 +18.607142857142858 1000.000000 0.000000 +18.625000000000000 1000.000000 0.000000 +18.642857142857142 1000.000000 0.000000 +18.660714285714285 1000.000000 0.000000 +18.678571428571427 1000.000000 0.000000 +18.696428571428573 1000.000000 0.000000 +18.714285714285715 1000.000000 0.000000 +18.732142857142858 1000.000000 0.000000 +18.750000000000000 1000.000000 0.000000 +18.767857142857142 1000.000000 0.000000 +18.785714285714285 1000.000000 0.000000 +18.803571428571427 1000.000000 0.000000 +18.821428571428573 1000.000000 0.000000 +18.839285714285715 1000.000000 0.000000 +18.857142857142858 1000.000000 0.000000 +18.875000000000000 1000.000000 0.000000 +18.892857142857142 1000.000000 0.000000 +18.910714285714285 1000.000000 0.000000 +18.928571428571427 1000.000000 0.000000 +18.946428571428573 1000.000000 0.000000 +18.964285714285715 1000.000000 0.000000 +18.982142857142858 1000.000000 0.000000 +19.000000000000000 1000.000000 0.000000 +19.017857142857142 1000.000000 0.000000 +19.035714285714285 1000.000000 0.000000 +19.053571428571427 1000.000000 0.000000 +19.071428571428573 1000.000000 0.000000 +19.089285714285715 1000.000000 0.000000 +19.107142857142858 1000.000000 0.000000 +19.125000000000000 1000.000000 0.000000 +19.142857142857142 1000.000000 0.000000 +19.160714285714285 1000.000000 0.000000 +19.178571428571427 1000.000000 0.000000 +19.196428571428573 1000.000000 0.000000 +19.214285714285715 1000.000000 0.000000 +19.232142857142858 1000.000000 0.000000 +19.250000000000000 1000.000000 0.000000 +19.267857142857142 1000.000000 0.000000 +19.285714285714285 1000.000000 0.000000 +19.303571428571427 1000.000000 0.000000 +19.321428571428573 1000.000000 0.000000 +19.339285714285715 1000.000000 0.000000 +19.357142857142858 1000.000000 0.000000 +19.375000000000000 1000.000000 0.000000 +19.392857142857142 1000.000000 0.000000 +19.410714285714285 1000.000000 0.000000 +19.428571428571427 1000.000000 0.000000 +19.446428571428573 1000.000000 0.000000 +19.464285714285715 1000.000000 0.000000 +19.482142857142858 1000.000000 0.000000 +19.500000000000000 1000.000000 0.000000 +19.517857142857142 1000.000000 0.000000 +19.535714285714285 1000.000000 0.000000 +19.553571428571427 1000.000000 0.000000 +19.571428571428573 1000.000000 0.000000 +19.589285714285715 1000.000000 0.000000 +19.607142857142858 1000.000000 0.000000 +19.625000000000000 1000.000000 0.000000 +19.642857142857142 1000.000000 0.000000 +19.660714285714285 1000.000000 0.000000 +19.678571428571427 1000.000000 0.000000 +19.696428571428573 1000.000000 0.000000 +19.714285714285715 1000.000000 0.000000 +19.732142857142858 1000.000000 0.000000 +19.750000000000000 1000.000000 0.000000 +19.767857142857142 1000.000000 0.000000 +19.785714285714285 1000.000000 0.000000 +19.803571428571427 1000.000000 0.000000 +19.821428571428573 1000.000000 0.000000 +19.839285714285715 1000.000000 0.000000 +19.857142857142858 1000.000000 0.000000 +19.875000000000000 1000.000000 0.000000 +19.892857142857142 1000.000000 0.000000 +19.910714285714285 1000.000000 0.000000 +19.928571428571427 1000.000000 0.000000 +19.946428571428573 1000.000000 0.000000 +19.964285714285715 1000.000000 0.000000 +19.982142857142858 1000.000000 0.000000 +20.000000000000000 1000.000000 0.000000 +20.017857142857142 1000.000000 0.000000 +20.035714285714285 1000.000000 0.000000 +20.053571428571427 1000.000000 0.000000 +20.071428571428573 1000.000000 0.000000 +20.089285714285715 1000.000000 0.000000 +20.107142857142858 1000.000000 0.000000 +20.125000000000000 1000.000000 0.000000 +20.142857142857142 1000.000000 0.000000 +20.160714285714285 1000.000000 0.000000 +20.178571428571427 1000.000000 0.000000 +20.196428571428573 1000.000000 0.000000 +20.214285714285715 1000.000000 0.000000 +20.232142857142858 1000.000000 0.000000 +20.250000000000000 1000.000000 0.000000 +20.267857142857142 1000.000000 0.000000 +20.285714285714285 1000.000000 0.000000 +20.303571428571427 1000.000000 0.000000 +20.321428571428573 1000.000000 0.000000 +20.339285714285715 1000.000000 0.000000 +20.357142857142858 1000.000000 0.000000 +20.375000000000000 1000.000000 0.000000 +20.392857142857142 1000.000000 0.000000 +20.410714285714285 1000.000000 0.000000 +20.428571428571427 1000.000000 0.000000 +20.446428571428573 1000.000000 0.000000 +20.464285714285715 1000.000000 0.000000 +20.482142857142858 1000.000000 0.000000 +20.500000000000000 1000.000000 0.000000 +20.517857142857142 1000.000000 0.000000 +20.535714285714285 1000.000000 0.000000 +20.553571428571427 1000.000000 0.000000 +20.571428571428573 1000.000000 0.000000 +20.589285714285715 1000.000000 0.000000 +20.607142857142858 1000.000000 0.000000 +20.625000000000000 1000.000000 0.000000 +20.642857142857142 1000.000000 0.000000 +20.660714285714285 1000.000000 0.000000 +20.678571428571427 1000.000000 0.000000 +20.696428571428573 1000.000000 0.000000 +20.714285714285715 1000.000000 0.000000 +20.732142857142858 1000.000000 0.000000 +20.750000000000000 1000.000000 0.000000 +20.767857142857142 1000.000000 0.000000 +20.785714285714285 1000.000000 0.000000 +20.803571428571427 1000.000000 0.000000 +20.821428571428573 1000.000000 0.000000 +20.839285714285715 1000.000000 0.000000 +20.857142857142858 1000.000000 0.000000 +20.875000000000000 1000.000000 0.000000 +20.892857142857142 1000.000000 0.000000 +20.910714285714285 1000.000000 0.000000 +20.928571428571427 1000.000000 0.000000 +20.946428571428573 1000.000000 0.000000 +20.964285714285715 1000.000000 0.000000 +20.982142857142858 1000.000000 0.000000 +21.000000000000000 1000.000000 0.000000 +21.017857142857142 1000.000000 0.000000 +21.035714285714285 1000.000000 0.000000 +21.053571428571427 1000.000000 0.000000 +21.071428571428573 1000.000000 0.000000 +21.089285714285715 1000.000000 0.000000 +21.107142857142858 1000.000000 0.000000 +21.125000000000000 1000.000000 0.000000 +21.142857142857142 1000.000000 0.000000 +21.160714285714285 1000.000000 0.000000 +21.178571428571427 1000.000000 0.000000 +21.196428571428573 1000.000000 0.000000 +21.214285714285715 1000.000000 0.000000 +21.232142857142858 1000.000000 0.000000 +21.250000000000000 1000.000000 0.000000 +21.267857142857142 1000.000000 0.000000 +21.285714285714285 1000.000000 0.000000 +21.303571428571427 1000.000000 0.000000 +21.321428571428573 1000.000000 0.000000 +21.339285714285715 1000.000000 0.000000 +21.357142857142858 1000.000000 0.000000 +21.375000000000000 1000.000000 0.000000 +21.392857142857142 1000.000000 0.000000 +21.410714285714285 1000.000000 0.000000 +21.428571428571427 1000.000000 0.000000 +21.446428571428573 1000.000000 0.000000 +21.464285714285715 1000.000000 0.000000 +21.482142857142858 1000.000000 0.000000 +21.500000000000000 1000.000000 0.000000 +21.517857142857142 1000.000000 0.000000 +21.535714285714285 1000.000000 0.000000 +21.553571428571427 1000.000000 0.000000 +21.571428571428573 1000.000000 0.000000 +21.589285714285715 1000.000000 0.000000 +21.607142857142858 1000.000000 0.000000 +21.625000000000000 1000.000000 0.000000 +21.642857142857142 1000.000000 0.000000 +21.660714285714285 1000.000000 0.000000 +21.678571428571427 1000.000000 0.000000 +21.696428571428573 1000.000000 0.000000 +21.714285714285715 1000.000000 0.000000 +21.732142857142858 1000.000000 0.000000 +21.750000000000000 1000.000000 0.000000 +21.767857142857142 1000.000000 0.000000 +21.785714285714285 1000.000000 0.000000 +21.803571428571427 1000.000000 0.000000 +21.821428571428573 1000.000000 0.000000 +21.839285714285715 1000.000000 0.000000 +21.857142857142858 1000.000000 0.000000 +21.875000000000000 1000.000000 0.000000 +21.892857142857142 1000.000000 0.000000 +21.910714285714285 1000.000000 0.000000 +21.928571428571427 1000.000000 0.000000 +21.946428571428573 1000.000000 0.000000 +21.964285714285715 1000.000000 0.000000 +21.982142857142858 1000.000000 0.000000 +22.000000000000000 1000.000000 0.000000 +22.017857142857142 1000.000000 0.000000 +22.035714285714285 1000.000000 0.000000 +22.053571428571427 1000.000000 0.000000 +22.071428571428573 1000.000000 0.000000 +22.089285714285715 1000.000000 0.000000 +22.107142857142858 1000.000000 0.000000 +22.125000000000000 1000.000000 0.000000 +22.142857142857142 1000.000000 0.000000 +22.160714285714285 1000.000000 0.000000 +22.178571428571427 1000.000000 0.000000 +22.196428571428573 1000.000000 0.000000 +22.214285714285715 1000.000000 0.000000 +22.232142857142858 1000.000000 0.000000 +22.250000000000000 1000.000000 0.000000 +22.267857142857142 1000.000000 0.000000 +22.285714285714285 1000.000000 0.000000 +22.303571428571427 1000.000000 0.000000 +22.321428571428573 1000.000000 0.000000 +22.339285714285715 1000.000000 0.000000 +22.357142857142858 1000.000000 0.000000 +22.375000000000000 1000.000000 0.000000 +22.392857142857142 1000.000000 0.000000 +22.410714285714285 1000.000000 0.000000 +22.428571428571427 1000.000000 0.000000 +22.446428571428573 1000.000000 0.000000 +22.464285714285715 1000.000000 0.000000 +22.482142857142858 1000.000000 0.000000 +22.500000000000000 1000.000000 0.000000 +22.517857142857142 1000.000000 0.000000 +22.535714285714285 1000.000000 0.000000 +22.553571428571427 1000.000000 0.000000 +22.571428571428573 1000.000000 0.000000 +22.589285714285715 1000.000000 0.000000 +22.607142857142858 1000.000000 0.000000 +22.625000000000000 1000.000000 0.000000 +22.642857142857142 1000.000000 0.000000 +22.660714285714285 1000.000000 0.000000 +22.678571428571427 1000.000000 0.000000 +22.696428571428573 1000.000000 0.000000 +22.714285714285715 1000.000000 0.000000 +22.732142857142858 1000.000000 0.000000 +22.750000000000000 1000.000000 0.000000 +22.767857142857142 1000.000000 0.000000 +22.785714285714285 1000.000000 0.000000 +22.803571428571427 1000.000000 0.000000 +22.821428571428573 1000.000000 0.000000 +22.839285714285715 1000.000000 0.000000 +22.857142857142858 1000.000000 0.000000 +22.875000000000000 1000.000000 0.000000 +22.892857142857142 1000.000000 0.000000 +22.910714285714285 1000.000000 0.000000 +22.928571428571427 1000.000000 0.000000 +22.946428571428573 1000.000000 0.000000 +22.964285714285715 1000.000000 0.000000 +22.982142857142858 1000.000000 0.000000 +23.000000000000000 1000.000000 0.000000 +23.017857142857142 1000.000000 0.000000 +23.035714285714285 1000.000000 0.000000 +23.053571428571427 1000.000000 0.000000 +23.071428571428573 1000.000000 0.000000 +23.089285714285715 1000.000000 0.000000 +23.107142857142858 1000.000000 0.000000 +23.125000000000000 1000.000000 0.000000 +23.142857142857142 1000.000000 0.000000 +23.160714285714285 1000.000000 0.000000 +23.178571428571427 1000.000000 0.000000 +23.196428571428573 1000.000000 0.000000 +23.214285714285715 1000.000000 0.000000 +23.232142857142858 1000.000000 0.000000 +23.250000000000000 1000.000000 0.000000 +23.267857142857142 1000.000000 0.000000 +23.285714285714285 1000.000000 0.000000 +23.303571428571427 1000.000000 0.000000 +23.321428571428573 1000.000000 0.000000 +23.339285714285715 1000.000000 0.000000 +23.357142857142858 1000.000000 0.000000 +23.375000000000000 1000.000000 0.000000 +23.392857142857142 1000.000000 0.000000 +23.410714285714285 1000.000000 0.000000 +23.428571428571427 1000.000000 0.000000 +23.446428571428573 1000.000000 0.000000 +23.464285714285715 1000.000000 0.000000 +23.482142857142858 1000.000000 0.000000 +23.500000000000000 1000.000000 0.000000 +23.517857142857142 1000.000000 0.000000 +23.535714285714285 1000.000000 0.000000 +23.553571428571427 1000.000000 0.000000 +23.571428571428573 1000.000000 0.000000 +23.589285714285715 1000.000000 0.000000 +23.607142857142858 1000.000000 0.000000 +23.625000000000000 1000.000000 0.000000 +23.642857142857142 1000.000000 0.000000 +23.660714285714285 1000.000000 0.000000 +23.678571428571427 1000.000000 0.000000 +23.696428571428573 1000.000000 0.000000 +23.714285714285715 1000.000000 0.000000 +23.732142857142858 1000.000000 0.000000 +23.750000000000000 1000.000000 0.000000 +23.767857142857142 1000.000000 0.000000 +23.785714285714285 1000.000000 0.000000 +23.803571428571427 1000.000000 0.000000 +23.821428571428573 1000.000000 0.000000 +23.839285714285715 1000.000000 0.000000 +23.857142857142858 1000.000000 0.000000 +23.875000000000000 1000.000000 0.000000 +23.892857142857142 1000.000000 0.000000 +23.910714285714285 1000.000000 0.000000 +23.928571428571427 1000.000000 0.000000 +23.946428571428573 1000.000000 0.000000 +23.964285714285715 1000.000000 0.000000 +23.982142857142858 1000.000000 0.000000 +24.000000000000000 1000.000000 0.000000 +24.017857142857142 1000.000000 0.000000 +24.035714285714285 1000.000000 0.000000 +24.053571428571427 1000.000000 0.000000 +24.071428571428573 1000.000000 0.000000 +24.089285714285715 1000.000000 0.000000 +24.107142857142858 1000.000000 0.000000 +24.125000000000000 1000.000000 0.000000 +24.142857142857142 1000.000000 0.000000 +24.160714285714285 1000.000000 0.000000 +24.178571428571427 1000.000000 0.000000 +24.196428571428573 1000.000000 0.000000 +24.214285714285715 1000.000000 0.000000 +24.232142857142858 1000.000000 0.000000 +24.250000000000000 1000.000000 0.000000 +24.267857142857142 1000.000000 0.000000 +24.285714285714285 1000.000000 0.000000 +24.303571428571427 1000.000000 0.000000 +24.321428571428573 1000.000000 0.000000 +24.339285714285715 1000.000000 0.000000 +24.357142857142858 1000.000000 0.000000 +24.375000000000000 1000.000000 0.000000 +24.392857142857142 1000.000000 0.000000 +24.410714285714285 1000.000000 0.000000 +24.428571428571427 1000.000000 0.000000 +24.446428571428573 1000.000000 0.000000 +24.464285714285715 1000.000000 0.000000 +24.482142857142858 1000.000000 0.000000 +24.500000000000000 1000.000000 0.000000 +24.517857142857142 1000.000000 0.000000 +24.535714285714285 1000.000000 0.000000 +24.553571428571427 1000.000000 0.000000 +24.571428571428573 1000.000000 0.000000 +24.589285714285715 1000.000000 0.000000 +24.607142857142858 1000.000000 0.000000 +24.625000000000000 1000.000000 0.000000 +24.642857142857142 1000.000000 0.000000 +24.660714285714285 1000.000000 0.000000 +24.678571428571427 1000.000000 0.000000 +24.696428571428573 1000.000000 0.000000 +24.714285714285715 1000.000000 0.000000 +24.732142857142858 1000.000000 0.000000 +24.750000000000000 1000.000000 0.000000 +24.767857142857142 1000.000000 0.000000 +24.785714285714285 1000.000000 0.000000 +24.803571428571427 1000.000000 0.000000 +24.821428571428573 1000.000000 0.000000 +24.839285714285715 1000.000000 0.000000 +24.857142857142858 1000.000000 0.000000 +24.875000000000000 1000.000000 0.000000 +24.892857142857142 1000.000000 0.000000 +24.910714285714285 1000.000000 0.000000 +24.928571428571427 1000.000000 0.000000 +24.946428571428573 1000.000000 0.000000 +24.964285714285715 1000.000000 0.000000 +24.982142857142858 1000.000000 0.000000 +25.000000000000000 1000.000000 0.000000 diff --git a/test/runtests.jl b/test/runtests.jl index e89d6e9..2f8df25 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -18,14 +18,16 @@ true || include("../src/PSBoardDataBase.jl") end @testset "parse clk log" begin - @test PSBoardDataBase.ClockParser.get_skew("input/slavelogs/main/230_51_clk.txt") |> - ismissing + @test PSBoardDataBase.ClockParser.get_skew("input/slavelogs/main/230_51_clk.txt") == + 14.178571428571429 @test PSBoardDataBase.ClockParser.get_skew("input/slavelogs/main/448_103_clk.txt") ≈ 12.000000000000000 + @test PSBoardDataBase.ClockParser.get_skew("input/slavelogs/main/209_51_clk.txt") == + 12.571428571428571 @test PSBoardDataBase.ClockParser.get_skew_and_riseup( "input/slavelogs/main/230_51_clk.txt", - ) === (missing, missing) + ) === (14.178571428571429, 14.196428571428571 - 14.107142857142858) @test PSBoardDataBase.ClockParser.get_skew_and_riseup( "input/slavelogs/main/448_103_clk.txt", ) == (12.0, 12.053571428571429 - 11.982142857142858)