pull/18/head
Piero Toffanin 2017-05-17 21:59:56 -04:00 zatwierdzone przez GitHub
rodzic 7ee97eff9f
commit ef1a161837
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# This file executes the post-processing steps for a task after a dataset # This file executes the post-processing steps for a task after a dataset
# has been processed by OpenDroneMap. It generates derivative computations. # has been processed by OpenDroneMap. It generates secondary outputs.
# #
# As a general rule, post-processing commands should never fail the task # As a general rule, post-processing commands should never fail the task
#(for example, if a point cloud could not be generated, the PotreeConverter #(for example, if a point cloud could not be generated, the PotreeConverter
@ -61,4 +61,4 @@ else
fi fi
echo "Postprocessing: done (•̀ᴗ•́)و!" echo "Postprocessing: done (•̀ᴗ•́)و!"
exit 0 exit 0