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

Use only the DU hits for tres

parent 16b84e11
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,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, hits, fit)
write_time_residuals(TIME_RES, event, du_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