Typo: odm_orthphoto_corners.txt → odm_orthophoto_corners.txt

pull/358/head
Seth Fitzsimmons 2016-08-10 15:46:19 -07:00
rodzic 02a52e6a97
commit 9fbeeab7d9
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')