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,