Merge pull request #358 from mojodna/filename-typo

Typo: odm_orthphoto_corners.txt → odm_orthophoto_corners.txt
Former-commit-id: 496fbd7446
pull/1161/head
Dakota Benjamin 2016-09-12 22:02:48 +02:00 zatwierdzone przez GitHub
commit 3f17cfde0e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -405,6 +405,6 @@ class ODM_Tree(object):
# odm_orthophoto
self.odm_orthophoto_file = io.join_paths(self.odm_orthophoto, 'odm_orthophoto.png')
self.odm_orthophoto_tif = io.join_paths(self.odm_orthophoto, 'odm_orthophoto.tif')
self.odm_orthophoto_corners = io.join_paths(self.odm_orthophoto, 'odm_orthphoto_corners.txt')
self.odm_orthophoto_corners = io.join_paths(self.odm_orthophoto, 'odm_orthophoto_corners.txt')
self.odm_orthophoto_log = io.join_paths(self.odm_orthophoto, 'odm_orthophoto_log.txt')
self.odm_orthophoto_tif_log = io.join_paths(self.odm_orthophoto, 'gdal_translate_log.txt')