Merge pull request #1 from paulinus/pp-argparse-add-missing

Add missing command argument
pull/158/head
Dakota Benjamin 2015-08-27 08:56:07 -04:00
commit 89b607f55e
1 zmienionych plików z 5 dodań i 0 usunięć

5
run.py
Wyświetl plik

@ -205,6 +205,11 @@ parser.add_argument('--odm_georeferencing-gcpFile',
the following line format: \
\neasting northing height pixelrow pixelcol imagename')
parser.add_argument('--odm_georeferencing-useGcp',
type = bool,
default = False,
help = 'set to true for enabling GCPs from the file above')
parser.add_argument('--zip-results',
action = 'store_true',
default = False,