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

Add info for K40

parent f177e7d7
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,14 @@ def ahrs():
@app.route('/k40.html')
def k40():
return render_template('plots.html', plots=K40_PLOTS)
return render_template(
'plots.html',
plots=K40_PLOTS,
info="The first plot shows the intra-DOM calibration. "
"y-axis: delta_t [ns], x-axis: cosine of angles. "
"The second plot the angular distribution of K40 rates. "
"y-axis: rate [Hz], x-axis: cosine of angles. "
"blue=before, red=after")
@app.route('/trigger.html')
......
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