added point cloud creation, need parameters

pull/1042/head
Stephen Mather 2018-12-03 00:51:08 +00:00
rodzic fd2dd612f1
commit 7f212152a3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -69,6 +69,7 @@ class ODMMveCell(ecto.Cell):
# run mve
system.run('%s %s %s' % (context.mve_path, ' '.join(config), tree.mve))
system.run('%s %s %s' % (context.mve_path_pc, ' '.join(config), tree.mve))
# find and rename the output file for simplicity
mve_files = glob.glob(os.path.join(tree.mve, 'mve-*'))