Georeferencing pc_params fix

Former-commit-id: 7cf10bf033
pull/1161/head
Piero Toffanin 2018-07-04 15:33:11 -04:00
rodzic a4e30ba2c0
commit ccfdba1347
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