Commit def1bf75 authored by Peter Jansweijer's avatar Peter Jansweijer

Wrong M-M coupler delay was taken instead of F-F coupler delay.

parent 6112fa9a
......@@ -248,7 +248,8 @@ if __name__ == "__main__":
# lineair-mean values are tuple [0] items
# lineair-se are tuple [1] items, lineair-sem are tuple[2] items
D_f = (85.36e-12,1.1e-13,1.1e-14)
# D_m = (85.36e-12,1.1e-13,1.1e-14)
D_f = (46.93e-12,1.1e-13,1.1e-14)
Type_B_err = (1.1e-12,0,1.67929e-12)
# note that b and d are two measurements; take the mean value and
# calculate their standard deviation and standard error.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment