From 3fef43ab90046b6ddf54cf669df13056502037c2 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Wed, 25 Jun 2008 12:48:51 +0000 Subject: [PATCH] Correction doxygen pour lon/lat --- Code/Projections/otbForwardSensorModel.h | 2 +- Code/Projections/otbInverseSensorModel.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/Projections/otbForwardSensorModel.h b/Code/Projections/otbForwardSensorModel.h index 4386d869d2..ae62d3c040 100644 --- a/Code/Projections/otbForwardSensorModel.h +++ b/Code/Projections/otbForwardSensorModel.h @@ -33,7 +33,7 @@ namespace otb * * Based on ossimProjectionFactoryRegistry and ossimProjection methods. * It takes as input an index and computes the world coordinates. - * (i,j,h) -> (lat,lon). + * (i,j,h) -> (lon,lat). * Notice that the elevation h is optional. * * \ingroup Transform diff --git a/Code/Projections/otbInverseSensorModel.h b/Code/Projections/otbInverseSensorModel.h index be373e7ca1..39c53258da 100644 --- a/Code/Projections/otbInverseSensorModel.h +++ b/Code/Projections/otbInverseSensorModel.h @@ -35,7 +35,7 @@ namespace otb * Based on ossimProjectionFactoryRegistry and ossimProjection methods. * It takes as input a world point and computes the index position of the * corresponding point in the input image. - * (lat,lon,h) -> (i,j). + * (lon,lat,h) -> (i,j). * Notice that the elevation h is optional. * * \ingroup Transform -- GitLab