Georeferencing pc_params fix

pull/889/head
Piero Toffanin 2018-07-04 15:33:11 -04:00
rodzic 5db5eddd73
commit 7cf10bf033
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -103,6 +103,8 @@ class ODMGeoreferencingCell(ecto.Cell):
if transformPointCloud:
kwargs['pc_params'] = '-inputPointCloudFile {pc} -outputPointCloudFile {pc_geo}'.format(**kwargs)
else:
kwargs['pc_params'] = ''
# Check to see if the GCP file exists