|
|
|
@ -55,7 +55,7 @@ def parse_cli_arguments():
@@ -55,7 +55,7 @@ def parse_cli_arguments():
|
|
|
|
|
def parse_gui_arguments(): |
|
|
|
|
from gooey import GooeyParser |
|
|
|
|
""" parses command line interface arguments """ |
|
|
|
|
parser = argparse.GooeyParser( |
|
|
|
|
parser = GooeyParser( |
|
|
|
|
description="Make time series measurements with a Sartorius scale.", |
|
|
|
|
epilog=( |
|
|
|
|
"Times can be specified as 10s, 10m, or 10h" |
|
|
|
|