From 9fbeeab7d917d1bc1a22a1be379560d8725d2d89 Mon Sep 17 00:00:00 2001 From: Seth Fitzsimmons Date: Wed, 10 Aug 2016 15:46:19 -0700 Subject: [PATCH] =?UTF-8?q?Typo:=20odm=5Forthphoto=5Fcorners.txt=20?= =?UTF-8?q?=E2=86=92=20odm=5Forthophoto=5Fcorners.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opendm/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/types.py b/opendm/types.py index 768e43d9..c235ad23 100644 --- a/opendm/types.py +++ b/opendm/types.py @@ -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')