Skip to content
Snippets Groups Projects
Commit 221949f0 authored by Jan Beutel's avatar Jan Beutel
Browse files

fixed up default path to mh_data

parent b5b9b559
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ def parseArguments(): ...@@ -375,7 +375,7 @@ def parseArguments():
parser.add_argument("--sanityPlot", help="Plot for sanity check (step7)", action='store_false') parser.add_argument("--sanityPlot", help="Plot for sanity check (step7)", action='store_false')
parser.add_argument("--gsn2img", help="Downlod images from GSN and convert NEF to JPEG", action='store_false') parser.add_argument("--gsn2img", help="Downlod images from GSN and convert NEF to JPEG", action='store_false')
parser.add_argument("--nImg", help="Number of images to download and convert", type=int, default=10) parser.add_argument("--nImg", help="Number of images to download and convert", type=int, default=10)
parser.add_argument("-p", "--path", help="Relative path for the data output", type=str, default='./mh_data_2008_2018') parser.add_argument("-p", "--path", help="Relative path for the data output", type=str, default='./mh_data')
parser.add_argument("-y1", "--yearBegin", help="Year begin", type=int, default=2008) parser.add_argument("-y1", "--yearBegin", help="Year begin", type=int, default=2008)
parser.add_argument("-m1", "--monthBegin", help="Month begin", type=int, default=1) parser.add_argument("-m1", "--monthBegin", help="Month begin", type=int, default=1)
parser.add_argument("-d1", "--dayBegin", help="Day begin", type=int, default=1) parser.add_argument("-d1", "--dayBegin", help="Day begin", type=int, default=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment