diff --git a/stages/odm_report.py b/stages/odm_report.py index ce1e2d14..9dde7a56 100644 --- a/stages/odm_report.py +++ b/stages/odm_report.py @@ -21,7 +21,7 @@ class ODMReport(types.ODM_Stage): if reconstruction.is_georeferenced(): shots = get_geojson_shots_from_opensfm(tree.opensfm_reconstruction, tree.opensfm_transformation, reconstruction.get_proj_srs()) else: - # Psuedo geo + # Pseudo geo shots = get_geojson_shots_from_opensfm(tree.opensfm_reconstruction, pseudo_geotiff=tree.odm_orthophoto_tif) if shots: