From 06420948dc4c10154dbefb63e3a5871437c948b2 Mon Sep 17 00:00:00 2001 From: Pau Gargallo Date: Thu, 27 Aug 2015 11:51:43 +0200 Subject: [PATCH] Add missing command argument --- run.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run.py b/run.py index 6256c8db..ca0995ee 100644 --- a/run.py +++ b/run.py @@ -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,