Commit 54b0cd7b authored by Peter Jansweijer's avatar Peter Jansweijer

comment typo's

parent 6c0d38ec
...@@ -280,7 +280,7 @@ def calc_alpha_sellmeier(l, fixed_lambda, A, B, C, D, E): ...@@ -280,7 +280,7 @@ def calc_alpha_sellmeier(l, fixed_lambda, A, B, C, D, E):
def calc_alpha_error(alpha1, alpha2, crtt_fixed_lambda): def calc_alpha_error(alpha1, alpha2, crtt_fixed_lambda):
""" """
calc_alpha_error calculates the timing error between the PPS-ses of Master calc_alpha_error calculates the timing error between the PPS-ses of Master
and Slave that will be the result of an "imperpect" alpha2 with respect to a and Slave that will be the result of an "imperfect" alpha2 with respect to a
"perfect" alpha1. "perfect" alpha1.
The timing error scales linear with the round trip time (i.e. the length of The timing error scales linear with the round trip time (i.e. the length of
your fiber) your fiber)
...@@ -354,7 +354,7 @@ def alpha_err_writeln(alpha_err_file, l1, l2, l_fix, l_idx, A, B, C, D, E, crtt_ ...@@ -354,7 +354,7 @@ def alpha_err_writeln(alpha_err_file, l1, l2, l_fix, l_idx, A, B, C, D, E, crtt_
alpha_err_file -- output file pointer alpha_err_file -- output file pointer
l1,l2,l_fix -- <float> 1, 2 and fixed lambda's in [nm]. l1,l2,l_fix -- <float> 1, 2 and fixed lambda's in [nm].
l_idx -- <tuple> (idx1,idx2) lambda index into two dimentinal array of alpha's and errors l_idx -- <tuple> (idx1,idx2) lambda index into two dimensional array of alpha's and errors
A..E -- <float> sellmeier constants A..E -- <float> sellmeier constants
crtt_fixed_lambda -- <float> round trip time @ fixed lambda in [ps] crtt_fixed_lambda -- <float> round trip time @ fixed lambda in [ps]
alpha_3wl -- <2D array of float> of alpha values determined via 3-wavelength method at lambda's l1 and l2 alpha_3wl -- <2D array of float> of alpha values determined via 3-wavelength method at lambda's l1 and l2
......
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