Change rs_correct call

pull/1467/head
Piero Toffanin 2022-06-16 13:28:42 -04:00
rodzic 0ea71dfb4f
commit b1c9152cc8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ class OSFMContext:
rs_file = self.path('rs_done.txt')
if not io.file_exists(rs_file) or rerun:
self.run('rs_correct --output reconstruction.json --output-tracks tracks.csv')
self.run('rs_correct')
log.ODM_INFO("Re-running the reconstruction pipeline")