Add missing command argument

Former-commit-id: 06420948dc
gh-pages
Pau Gargallo 2015-08-27 11:51:43 +02:00
rodzic a7b52c9a8a
commit e302bb5873
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,