Skip to content
Snippets Groups Projects
Commit 307ebc83 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use selected hits for time residuals

parent 3fd751d3
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ function main()
fit = KM3NeT.single_du_fit(du_hits)
push!(Q, fit.Q)
plot!(du_hits, fit, markercolor=colours[idx], label="DU $(du)", max_z=calib.max_z)
write_time_residuals(TIME_RES, event, du_hits, fit)
write_time_residuals(TIME_RES, event, fit.selected_hits, fit)
end
if sum(Q) < 200 && n_doms > 12 && n_dus > 1
println("Plotting...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment