Commit 05e6430d authored by Peter Jansweijer's avatar Peter Jansweijer

repaired typos

parent 060b0226
......@@ -21,8 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
-------------------------------------------------------------------------------
Usage:
calc_difff.py -name DeltaDelay_meas -nameref DeltaDelay_meas_ref [-o <dir>]
calc_difff.py -h | --help
calc_diff.py -name DeltaDelay_meas -nameref DeltaDelay_meas_ref [-o <dir>]
calc_diff.py -h | --help
Options:
-h --help Show this screen.
......@@ -48,7 +48,7 @@ import pdb
def save_plot(out_file, name, nameref, measurement_str, measurement_lst, outliers):
"""
outfile <file> handle to outfput file
outfile <file> handle to output file
name <str> name of the input file (with fiber spool PPS skew measurements)
nameref <str> name of the input file (with reference setup PPS skew measurements)
measurement_str <str> processed measurement
......@@ -112,7 +112,7 @@ Options:
"""
if __name__ == "__main__":
#arguments = docopt(__doc__,version='White Rabbit controled via serial port')
#arguments = docopt(__doc__,version='White Rabbit controlled via serial port')
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("name", help="file containing DeltaDelay_measurement results")
......
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