Commit 771fbd3e authored by Nadir Dalla Pozza's avatar Nadir Dalla Pozza
Browse files

Update

parent 658df12c
...@@ -105,12 +105,6 @@ def get_arguments() -> tuple[str, str, str, float, str, float]: ...@@ -105,12 +105,6 @@ def get_arguments() -> tuple[str, str, str, float, str, float]:
help="Specify the speed used when the tape was read", help="Specify the speed used when the tape was read",
required=True required=True
) )
parser.add_argument(
"-p",
"--plot-figures",
help="Specify if filter figures should be plotted [true, false].",
required=True
)
args = parser.parse_args() args = parser.parse_args()
working_path = args.working_path working_path = args.working_path
files_name = args.files_name files_name = args.files_name
......
Supports Markdown
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