Parameter order fix

Former-commit-id: 7e9a9ac2b4
pull/1161/head
Piero Toffanin 2017-07-06 20:38:21 -04:00
rodzic 30a17793fe
commit b5efadbc11
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -131,8 +131,8 @@ class ODMDEMCell(ecto.Cell):
if run_classification:
system.run('l2d_classify {0} --decimation {1} '
'{2} --initialDistance {3} {4}'.format(
l2d_params, args.dem_decimation, args.dem_initial_distance,
approximate, tree.odm_georeferencing), env_paths)
l2d_params, args.dem_decimation, approximate,
args.dem_initial_distance, tree.odm_georeferencing), env_paths)
else:
log.ODM_INFO("Will skip classification, only DSM is needed")
copyfile(tree.odm_georeferencing_model_las, os.path.join(odm_dem_root, 'bounds-0_l2d_s{slope}c{cellsize}.las'.format(**kwargs)))